* plat/win32/gpsim.nsi, plat/win32/make.mingw, cli/makefile.mingw,
[fw/sdcc] / ChangeLog
1 2005-11-27 Borut Razem <borut.razem AT siol.net>
2
3         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
4           support/cpp2/mkdeps.h: added command line option
5           -obj-ext=<extension> to SDCPP to define object file externion, used
6           for generation of make dependencies (-M)
7         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
8
9 2005-11-26 Borut Razem <borut.razem AT siol.net>
10
11         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
12           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
13           added pic and pic16 libraries
14
15 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
16
17         * device/include/float.h: Corrected typo in prototype of __fsgt
18
19 2005-11-25 Borut Razem <borut.razem AT siol.net>
20
21         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
22           added creation of model-mcs51-stack-auto libraries
23
24 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
25
26         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
27         and fields-list too
28         * src/SDCCast.c (createIvalArray): removed obsolete comment
29
30 2005-11-24 Borut Razem <borut.razem AT siol.net>
31
32         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
33           added missing device/lib/mcs51/crt*.asm sources
34
35 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
36
37         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
38
39 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
40
41         * device/lib/_fs2schar.c,
42         * device/lib/_fs2sint.c,
43         * device/lib/_fs2slong.c: optimized inline asm
44
45 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
46
47         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
48           Better handling of floats between -1.0 and 0.0.
49
50 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
51
52         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
53           (the missing "if"s prohibited removal of redundant labels)
54
55 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
56
57         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
58           Properly convert floats between -1.0 and 0.0 to long, int, and char
59           types (max integer value of negative floats tends to zero).
60         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
61           Removed changes made so to work properly with floats between
62           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
63           and _fs2char.c
64
65 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
66
67         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
68         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
69         (genCast) cosmetic change
70         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
71         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
72         from mcs51
73         * support/regression/tests/bitfields (testSignedBitfields): added
74
75 2005-11-18 Borut Razem <borut.razem AT siol.net>
76
77         * sdcc/device/lib/Makefile.in: remove all unnecessary files
78         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
79           introduced SILENT option to make building of pic16 libraries less
80
81 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
82
83         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
84           Now they work properly with floats between -1.0 and 0.0
85         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
86
87 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
88
89         * src/SDCCicode.c (printOperand): added missing else
90
91 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
92
93         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
94         reformatted for better readability
95         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
96         signed bitfields
97
98 2005-11-17 Borut Razem <borut.razem AT siol.net>
99
100         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
101           introduced SILENT option to make building of pic16 libraries less
102           verbose - used for nightly snapshot build
103         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
104           available on Win32 platforms.
105         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
106           medium, large, pic and pic16
107
108 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
109
110         * device/lib/printf_large.c: Temporary patch for bug 1358192:
111           printf("%f"...) sets fraction to zero.
112
113 2005-11-16 Raphael Neider <rneider AT web.de>
114
115         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
116           fixes #1357221
117         * src/pic/gen.c (genIfx): implemented for CARRY bit
118         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
119           to generic pointers, fixes #1357332,
120           (pic16_movLit2f): NEW,
121           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
122
123 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
124
125         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
126
127 2005-11-11 Raphael Neider <rneider AT web.de>
128
129         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
130         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
131           compute pointer's type from operand,
132           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
133           improved single bit reads, fixes bug #1353379
134
135 2005-11-09 Borut Razem <borut.razem AT siol.net>
136
137         * support/scripts/sdcc.nsi: added lib/pic to the package
138
139 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
140
141         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
142
143 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
144
145         * support/regression/tests/bug1348008.c: added
146         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
147         * support/regression/tests/bug1337835.c: updated comment
148
149 2005-11-06 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/set.cc, sim/ucsim/cmd.src/show.cc:
156           dynamic construction of cl_error_class and derivates - 2.nd try
157
158 2005-11-05 Borut Razem <borut.razem AT siol.net>
159
160         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
161           bug, which caused Bus Errors on sparc solaris
162
163 2005-11-04 Borut Razem <borut.razem AT siol.net>
164
165         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
166           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
167           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
168           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
169           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
170           and derivates to resolve the initialization problem on OSX
171
172 2005-11-02 Borut Razem <borut.razem AT siol.net>
173
174         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
175           corrected typo - #include <winsock2.h>
176
177 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
178
179         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
180           (_asxxxx_mapping): added org directive for future enhancements
181
182 2005-11-01 Borut Razem <borut.razem AT siol.net>
183
184         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
185           enabled sockets on WIN32
186         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
187
188 2005-10-31 Borut Razem <borut.razem AT siol.net>
189
190         * support/regression/generate-cases.py: escape backslashes in {testcase}:
191           WIN32 backslash path delimiters should be escaped when used in C strings
192         * support/regression/tests/bitfields.c: exclude failing assertions for
193           __CYGWIN32__ and __MINGW32__ hosts
194
195 2005-10-30 Borut Razem <borut.razem AT siol.net>
196
197         * src/SDCCutil.c: corrected double comparison typo
198
199 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
200
201         * device/lib/medium/Makefile: added for new memory model medium
202         * device/include/asm/mcs51/features.h: updated for medium/pdata
203         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
204           added Multiply & Accumulate sbit's and MAC0_PAGE define
205         * device/include/mcs51/c8051f300.h: added sfr16 definitions
206         * device/include/mcs51/c8051f310.h: added sfr16 definitions
207         * device/lib/_mullong.c: update for medium model
208         * device/lib/incl.mk: added medium model
209         * doc/sdccman.lyx: documented medium model
210         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
211         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
212         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
213         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
214           (allocParms): set SCLS and OCLS to pdata for medium model
215         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
216           for pdata,
217           (powof2): return <0 if not power of 2
218         * src/avr/gen.c (genBitWise): use updated powof2
219         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
220           (shiftR2Left2Result): small optimization in setup, save acc when storing,
221           (shiftLLeftOrResult): use B if necessary
222         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
223         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
224         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
225         * support/regression/Makefile.in: added test-mcs51-medium
226         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
227
228 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
229
230         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
231         specifier unsigned
232         * device/lib/time.c (mktime): fixed bug 1334315
233
234 2005-10-28 Raphael Neider <rneider AT web.de>
235
236         * device/include/pic/p16f_common.inc: added common declarations
237         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
238
239 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
240
241         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
242           (aopPutUsesAcc): added to predict accumulator use,
243           (assignResultValue): save acc if necessary,
244           (genMinusDec): store result if indirectly addressed,
245           (genDivOneByte):  save acc if necessary,
246           (movLeft2Result): bugfix if left already in acc,
247           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
248             attention to accumulator use (esp. pdata),
249           (genReceive): receive pdata correctly
250         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
251         * src/SDCCicode.h: added isOperandInPagedSpace prototype
252
253 2005-10-27 Raphael Neider <rneider AT web.de>
254
255         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
256
257 2005-10-27 Raphael Neider <rneider AT web.de>
258
259         * .version: changed version to 2.5.4
260         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
261         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
262           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
263             arithmetics support routines
264         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
265         * device/lib/Makefile.in: also create installdir for pic
266
267         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
268           pic14 port as well
269         * src/pic/device.c (dump_sfr): rewritten to delegate register
270           placement to the linker (use `extern sym' rather than sym EQU addr),
271           (validAddress): fixed to check last specified address
272         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
273           (popGetLit): truncate literal value to 8 bit,
274           (popGet): moved assert to more appropriate place
275           (popGetExternal): create pCode operand from and mark the according
276             symbol as being `extern'
277           (popGetAddr): added sanity check on immediate's offset, provide
278             GPOINTER tag on demand
279           (aopPut): fixed for immediates,
280           (mov2w_op): move operand's address or contents to WREG (depending on
281             operand type), safer variant of mov2w,
282           (movwf,call_libraryfunc): NEW, handy abbreviations,
283           (get_argument_pcop,get_return_val_pcop,pass_argument,
284           get_returnvalue): interface for accessing function parameters and
285             return values,
286           (assignResultValuei,genRet): use new parameter/return value interface
287           (pic14_getDataSize): back to old version handling generic pointers,
288           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
289             provided implementation and/or fixed old one,
290           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
291             calls, removed legacy 8051 reference code
292           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
293           (loadSignToC): NEW, move the operands sign bit to CARRY,
294           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
295             genRightShiftSigned, accepts negative shift counts,
296           (setup_fsr): load FSR and adjust IRP (indirect memory access),
297           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
298             generic pointers, __data pointers and __code pointers,
299           (genUnpackBits,genPackBits): rewritten to work with generic pointers
300             and signed bitfields, limit bitfields to 8 bit,
301           (genDataPointerGet): fixed number of bytes read,
302           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
303           (genPointerGet,genPointerSet): fixed handling of __code pointers,
304             pointers to constant data are no longer assumed to point to __code
305             space, removed invalid pointer types,
306           (bitpatternFromVal): retrieve the PICs representation of an integer
307             or float literal,
308           (genDataPointerSet): fixed assigning to po_immediate operands,
309           (genGenPointerSet): implemented as library call,
310           (genIfx): fixed incorrect condition,
311           (genAddrOf): limit generic pointers' addresses to 2 bytes,
312             provide GPOINTER tag according to destination's storage class,
313           (genCast): added code to handle casting to generic pointers, added
314             sign-/zero extension of the result
315           (aop_isLitLike,op_isLitLike): fixed handling of immediates
316         * src/pic/gen.h: added macros to access IRP bit in STATUS register
317         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
318           extend the result
319         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
320           address/register resides in the shared banks
321           (emitSymbolToFile): improved to handle global and `pinned' symbols,
322             put all variables into separate sections (have the linker arrange
323             them)
324           (picglue): put init code and interrupt handlers in separate sections
325         * src/pic/main.c: added port specific options table, modified to PORT
326           structure to make GPOINTERs 3 byte, added pic14_options
327           (_pic14_do_link): private linking routine (update paths to libraries,
328             add libsdcc.lib by default)
329         * src/pic/main.h: declare pic14_options
330         * src/pic/pcode.c: fixed instructions i/o relations,
331           (RegCond): reverted to correct version,
332           (newpCodeOpLit): truncate literals to 8 bit,
333           (genericPrint): added debug output,
334           (getRegFromInstruction): fixed for various operand types, simplified
335           (BuildFlow): fixed broken handling of isntructions with labels
336           (LinkFlow): start at last instruction in flow (skip trailing comments),
337             pass the flow on to the next instruction after CALL
338           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
339           (insertPCodeInstruction): fixed inserting after a skip instruction,
340           (DoBankSelect): fixed for labeled instructions
341           (OptimizepBlock): honor --nopeep switch
342           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
343         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
344         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
345           (pCodeOptime2pCodes): allow disabling this optimization via
346             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
347             but is still buggy), started implementation of a dataflow based
348             pCode optimization (CSE + dead code elimination)
349           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
350         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
351           names are independant of the stack location and therefore portable across
352           devices
353
354 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
355
356         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
357           (selectSpil): fixed bug 1337835 by not spilling bit variables
358         * support/regression/tests/bug1337835.c: added test for this bug
359         * src/mcs51/peeph.def: restart after rule 3.c,
360           addded rules 263.x to optimize loading constants
361
362 2005-10-26 Raphael Neider <rneider AT web.de>
363
364         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
365         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
366           (genAssign): emit warning when casting literals to generic pointer
367             type, also applies when taking the address of a fixed variable,
368           (genCast): improved casting to generic pointers
369         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
370           extern variables, added verbose error message
371         * device/include/pic16/{string.h,errno.h}: added #pragma library c
372
373 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
374
375         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
376         carry must be complemented too
377         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
378         could be emitted by genMinus
379         * src/SDCCval.c (constVal): fixed bug 1305065
380
381 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
382
383         * src/SDCCast.c (addCast): added promotion for bit variables
384         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
385         promotion casts + optimisation
386         (optimizeGetWord): fix warning 'i' might be used uninitialized
387         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
388         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
389
390 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
391
392         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
393         all chars are promoted to int; promotion should be handled in SDCCast.c
394
395 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
396
397         * device/lib/_strcmp.c: Fixed bug 1326457
398
399 2005-10-11 Raphael Neider <rneider AT web.de>
400
401         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
402         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
403
404 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
405
406         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
407         * support/regression/tests/sfr16.c: added test for the sfr32 bug
408
409 2005-10-04 Raphael Neider <rneider AT web.de>
410
411         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
412           device/lib/pic16/pics.all: added pic18f1320
413         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
414
415 2005-09-30 Raphael Neider <rneider AT web.de>
416
417         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
418         * src/pic16/devices.inc: NEW, provides device descriptions
419         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
420
421 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
422
423         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
424           GETHBIT
425
426 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
427
428         * doc/sdccman.lyx: updated Highest Order Bit documentation,
429           documented Any Order Bit, Higher Order Byte and Higher Order Word
430         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
431         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
432           (optimizeGetAbit): new, to get any bit, not only the high bit,
433           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
434           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
435           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
436           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
437             RIGHT_OP: also try GETBYTE, GETWORD optimization,
438             GETABIT, GETBYTE, GETWORD: decorate them,
439           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
440           (ast_print): added GETABIT, GETBYTE, GETWORD
441         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
442         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
443           (geniCodeBinary): new generic binary icode,
444           (ast2iCode): added GETABIT, GETBYTE, GETWORD
445         * src/port.h: updated comment for PORT.hasExtBitOp
446         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
447           (genGetByte): new, to get a single byte,
448           (genGetWord): new, to get a word from a long,
449           (gen51Code): added GETABIT, GETBYTE, GETWORD
450         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
451
452 2005-09-23 Raphael Neider <rneider AT web.de>
453
454         * configure.in, configure: have device/lib/pic configured
455         * device/lib/Makefile.in: added model-pic14
456         * device/lib/clean.mk: added pic/ to clean rule
457         * device/lib/pic: added rudimentary pic14 library providing support
458           functions for multiplication/division/generic pointer access
459         * src/SDCCopt.c (convilong): mark support functions as extern
460           for pic14 port as well
461         * src/pic/gen.c (genMult): added assertions,
462           (genpic14Code): emit warning on unhandled iCodes
463         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
464         * src/pic/pcode.c (pCodeOpCopy),
465         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
466           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
467           SFR_REGISTER}), made safe for future extensions
468         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
469           instructions even if preceeded by SKIP instructions (also remove
470           them); removed unused code
471         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
472           prevents leaving parts of the structure uninitialized after copying
473
474 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
475
476         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
477           ago by me
478         * support/regression/tests/addsub.c: added test for the bug
479
480 2005-09-21 Raphael Neider <rneider AT web.de>
481
482         * device/include/pic16/pic18f1220.h,
483           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
484         * device/lib/pic16/Makefile.rules: added missing opening paren
485         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
486           are provided in genutils.c,
487           (genUminusFloat,genUminus,genCmpEq): added asserts on different
488           operand/result sizes,
489           (genCmp): assert on NULL pointers first, then check deref'ed values
490         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
491           result size
492
493 2005-09-18 Raphael Neider <rneider AT web.de>
494
495         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
496           as these are now unused,
497           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
498         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
499           local, avoids uninitialized pointer dereference on r->name
500         * src/pic16/ralloc.c (newReg): fixed indentation
501
502 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
503
504         * src/SDCCval.c (constVal): fixed bug 730366
505         * support/Util/SDCCerr.c,
506         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
507
508 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
509
510         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
511
512 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
513
514         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
515
516 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
517
518         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
519           (hex2dec): made hex_digit unsigned char, removed ascii dependance
520         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
521           (hex2dec): made hex_digit unsigned char, removed ascii dependance
522         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
523         * packihx/packihx.c (hexDigit): made c unsigned char
524         * as/mcs51/lklibr.c (fndsym),
525         * link/z80/lkgb.c (gb),
526         * link/z80/lklibr.c (fndsym),
527         * link/z80/lkrloc.c (relr),
528         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
529         * src/SDCC.lex (checkCurrFile, process_pragma),
530         * src/SDCCglue.c (spacesToUnderscores),
531         * src/SDCCmain.c (setParseWithComma, processFile),
532         * src/asm.c (tvsprintf, printCLine),
533         * src/avr/gen.c (emitcode, aopPut),
534         * src/ds390/gen.c (emitcode),
535         * src/hc08/gen.c (emitcode, emitinline),
536         * src/mcs51/gen.c (emitcode, genInline),
537         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
538           tokenizeLineNode),
539         * src/pic/ralloc.c (debugLog),
540         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
541           tokenizeLineNode),
542         * src/pic16/ralloc.c (debugLog),
543         * src/z80/main.c (_process_pragma):
544            made all ctype.h function calls safe
545         * src/SDCCopt.c: include math.h for fabs
546         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
547           and used them throughout the code to make ctype.h function calls safe
548         * src/ds390/main.c (asmLineNodeFromLineNode),
549         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
550         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
551            unsigned char*
552         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
553           (newpCodeAsmDir): made ctype.h function calls safe
554         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
555           pic16_emitcode):  made lbp unsigned char*
556         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
557           (pic16_newpCodeAsmDir): made ctype.h function calls safe
558         * src/xa51/gen.c (emitcode),
559         * src/z80/gen.c (_emit2): made lbp unsigned char*
560         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
561            char*
562
563 2005-09-05 Raphael Neider <rneider AT web.de>
564
565         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
566           access bank splitpoint
567
568 2005-09-05 Raphael Neider <rneider AT web.de>
569
570         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
571
572 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
573
574         * .version: changed to version 2.5.3
575         * doc/sdccman.lyx: changed version to 2.5.3,
576           documented --codeseg and --constseg and pragma codeseg and constseg,
577           documented bit parameters (reentrant) and bit returning
578         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
579            currFunc->recvSize, but is this ok for all ports?
580           (ast2iCode): result of ~ on unsigned char must be cast to int for
581            bool to work
582         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
583           function pointers in bit space
584         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
585           (processFuncArgs): call port.reg_parm() with reentrancy info
586         * src/port.h,
587         * src/avr/main.c,
588         * src/ds390/main.c,
589         * src/hc08/main.c,
590         * src/pic/main.c,
591         * src/pic16/main.c,
592         * src/xa51/main.c,
593         * src/z80/main.c: port.reg_parm prototype extended with
594           "bool reentrant" parameter
595         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
596           options.stackAuto for allocating bit register parameters
597         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
598           (genSend): set BitBankUsed if it is,
599           (selectRegBank): factored out of genCall for use in genPcall,
600           (genCall): removed redundant dtype assignmen, use selectRegBank,
601           (genPcall): handle returning in Carry properly, save in F0 if needed,
602           (genReceive): handle bit register parameters
603         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
604           (mcs51_assignRegisters): enable bit registers for all reentrant
605            functions and don't set BitBankUsed unconditionally
606         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
607         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
608         * support/regression/tests/funptrs.c: added tests for BOOL and for return
609
610 2005-08-27 Borut Razem <borut.razem AT siol.net>
611
612         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
613         ppc-osx (Darwin) does not support -u option. It seems that it is
614         supported only on Linux - GNU cp
615
616 2005-08-25 Borut Razem <borut.razem AT siol.net>
617
618         * sim/ucsim/gui.src/serio.src/Makefile.in,
619           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
620           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
621           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
622           install and strip, since the strip at /usr/ccs/bin should be used
623           on solaris
624
625 2005-08-24 Borut Razem <borut.razem AT siol.net>
626
627         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
628
629 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
630
631         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
632         ffffffffu
633
634 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
635
636         * as/mcs51/aslink.h: completed lkrloc.c prototypes
637         * as/mcs51/lkmain.c (link_main): fixed warning
638         * device/include/stdbool.h: ds390 has no advanced bit support yet
639         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
640         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
641         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
642           and updated their macros
643         * src/SDCCval.c (constVal): updated comment for renamed b_long
644
645 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
646
647         * as/mcs51/asdata.c: changed ctype['['] to BINOP
648         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
649           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
650           (oprio): set priority for '['
651         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
652            and adb_24_bit
653         * as/mcs51/asm.h: added defines R_BIT and S_BIT
654         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
655         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
656         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
657           added overlayable BIT_BANK area
658         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
659           (summary2): explain 'T' in legenda
660         * as/mcs51/lkrloc.c: replaced old K&R style,
661           (relr): added R_BIT processing,
662           (errmsg): added "Bit-addressable relocation error",
663           (adb_bit): added for converting from byte- to bit-addressable space,
664           (adb_24_bit): added for converting from byte- to bit-addressable space
665         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
666            used in reentrant functions now even as return value
667         * device/lib/_gptrput.c (_gptrput): removed obsolete code
668         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
669           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
670         * src/SDCCglobl.h: added indicator BitBankUsed
671         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
672            the bit registers b0-b7
673         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
674           (geniCodeCast): fixed bug 1263853,
675           (geniCodeLogicAndOr): put result in bool or char,
676           (geniCodeReceive): added parameter func for accessing the return type,
677           (geniCodeFunctionBody): pass func to geniCodeReceive
678         * src/SDCCmain.c: added indicator BitBankUsed
679         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
680         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
681           (checkSClass): don't put automatic bool/bit on stack,
682           (checkFunction): removed check on function cannot return bit
683         * src/SDCCsymt.h: added newBoolLink prototype
684         * src/mcs51/gen.c (rb1regs): added bit registers,
685           (movc): created for assigning to carry,
686           (pushReg, popReg): created for pushing registers,
687           (sameRegs): check both AOP_REG and AOP_CRY types,
688           (aopOp): handle bit registers,
689           (aopPut): optimization no self-assign,
690           (saveRegisters): push reg->base (bits) only once for bit registers,
691            and use pushReg,
692           (unsaveRegisters): pop reg->base only once and use popReg,
693           (assignResultValue): added parameter func and return in carry for bits,
694           (genIpush): optimization no reload in A if not changed,
695           (genSend): bit parameters in reentrant functions are passed in bit
696            registers by first assigning to bits in B, then save registers and
697            copy B to bits,
698           (genCall): handle returning in Carry properly, save it in F0 if needed,
699           (genPcall): updated assignResultValue call, this is not safe yet for bit
700            returning function !!!
701           (genFunction): don't generate equ's for bit registers and use pushReg,
702           (genEndFunction): take care of bit returning functions and use popReg,
703           (genRet): return bit in Carry,
704           (genIfx): optimize bit registers and other directly addressable bits,
705           (genReceive): updated assignResultValue call
706         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
707           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
708            registers when using stack-auto
709         * src/mcs51/ralloc.c (_G): added allBitregs,
710           (regs8051): added the bit registers,
711           (createStackSpil): use macro IS_BIT,
712           (getRegBit): added to allocate a bit register, else spill,
713           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
714           (updateRegUsage): factored out to ease stepping while debugging,
715           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
716            also allocate bit registers,
717           (fillGaps): handle bit registers,
718           (findAllBitregs): added to create bit vector with all bit registers,
719           (mcs51_allBitregs): returns this bit vector,
720           (mcs51_assignRegisters): when using stack-auto use bit registers for
721            passing parameters and creating local variables
722         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
723
724 2005-08-22 Borut Razem <borut.razem AT siol.net>
725
726         * device/lib/Makefile.in: replaced find option -or with -o
727           to make it run on solaris
728
729 2005-08-22 Raphael Neider <rneider AT web.de>
730
731         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
732           fixes #1265442 (crash on Solaris)
733
734 2005-08-20 Borut Razem <borut.razem AT siol.net>
735
736         * configure, configure.in: added tests for libsocket and libnsl libraries,
737           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
738           from support/regression/Makefile.in
739         * support/regression/Makefile.in: added
740         * device/lib/pic16/Makefile.common.in: force make to use bash shell
741         * sim/ucsim/libtool: regenerated on sparc-solaris
742         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
743           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
744           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
745           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
746           sparc-solaris, which doesn't use GNU ld linker
747         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
748         * as/Makefile: find on sparc-solaris does not support -maxdepth option
749
750 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
751
752         * src/mcs51/peeph.def: updated comments
753
754 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
755
756         * device/lib/_gptrget.c,
757         * device/lib/_gptrput.c: slightly shorter
758         * doc/sdccman.lyx: incremented version
759         * src/mcs51/peeph.def: moved peephole comments to the line of first
760           change to better keep line correlation, reanimated 186.e
761         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
762
763 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
764
765         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
766           David Saxton with quotes around file name.
767
768 2005-08-15 Borut Razem <borut.razem AT siol.net>
769
770         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
771           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
772           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
773           make tests run on x86_64 platform
774
775 2005-08-13 Raphael Neider <rneider AT web.de>
776
777         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
778           as it might be executed DURING a build (parallel make is wonderful)
779
780 2005-08-13 Raphael Neider <rneider AT web.de>
781
782         * device/lib/Makefile.in (port-specific-objects-pic16):
783           revert to cp $(PORT)/bin/*.* $(PORTDIR)
784         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
785           dependency
786         * device/lib/pic16/Makefile.rules: build subdirs before creating
787           the library, removed builddir rule, create $(builddir) early in
788           recurse rule, use empty recurse rule for leaf directories
789         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
790           mkdir errors (race condition), removed duplicate suffix "hex"
791           from clean rules
792         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
793         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
794           prevents mkdir -p from aborting on Alpha
795
796 2005-08-12 Raphael Neider <rneider AT web.de>
797
798         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
799           db-statements in order to allow for arrays of pointers in code
800           sections to be placed without interspersed 0-padding, fixes
801           bug #1256215
802         * (emitStatistics): fixed division by zero for pic18f1220
803         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
804           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
805         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
806         * (pic16_pCodeConstString): keep track of already emitted string
807           literals to prevent "duplicate definitions of symbol _str_NR"
808         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
809           debug message
810         * device/lib/Makefile.in: ignore failing PIC16 library builds
811         * device/lib/pic16/Makefile: do not build if gputils are missing
812         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
813
814 2005-08-10 Raphael Neider <rneider AT web.de>
815
816         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
817           my last commit)
818
819 2005-08-10 Raphael Neider <rneider AT web.de>
820
821         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
822           Rokas' patch to add the new fixed point type "__fixed16x16"
823         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
824           functions for __fixed16x16 arithmetics
825         * device/lib/pic16: reimplemented the build system to support
826           a separate build directory, better handling of libio (create
827           the library in a separate subdir for each architecture) and
828           easier configuration (centralized in Makefile.common)
829
830 2005-08-07 Raphael Neider <rneider AT web.de>
831
832         * src/pic16/gen.c (genrshTwo): fixed sign extension
833         * src/pic16/device.c: added pic18f2320, 4220 and 4320
834         * device/include/pic16/pic18f2220.h: changed some bit definitions,
835           added T0CONbits
836         * device/include/pic16/pic18f4220.h: NEW, header for
837           pic18f4220 and pic18f4320
838         * device/include/pic16/pic18fregs.h: added new devices,
839           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
840         * device/include/pic16/signal.h: resolved name clashes
841           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
842           to also allow testing for interrupt enable bits, added
843           comments on how to use the macros
844         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
845         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
846           register definitions for the devices
847         * device/lib/pic16/pics.all: added new devices
848         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
849           allocated memory
850         * device/lib/pic16/libc/stdlib/memfree: do not count
851           the block header as free memory
852         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
853           simplified and added missing end-of-blocklist-marker
854           (reported by Peter Onion, fixes #1252814)
855         * (_mergeHeapBlock): fixed loop condition
856         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
857           len==0, restructured code
858         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
859           up a bit, reduced bitfield accesses, prevent endless loops
860           in case of heap corruption
861         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
862           "unreferenced arguments/must return a value" warnings
863         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
864           replaced BAUDREG with SPBRG
865         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
866           device/lib/pic16/debug/gstack/gstack.c: replaced
867           _naked, _asm, _endasm with __naked, __asm, __endasm
868
869 2005-08-05 Raphael Neider <rneider AT web.de>
870
871         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
872           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
873
874 2005-08-05 Borut Razem <borut.razem AT siol.net>
875
876         * device/lib/Makefile.in: added missing ';'
877         * configure: removed ^M characters
878
879 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
880
881         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
882           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
883           License
884
885 2005-08-04 Borut Razem <borut.razem AT siol.net>
886
887         * configure.in: pic16 libraries build 2nd try - enable running
888           configure in device/lib/pic16
889         * configure: regenerated from configure.in
890         * device/lib/Makefile.in: create $(PORT)/bin directory
891
892 2005-08-03 Raphael Neider <rneider AT web.de>
893
894         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
895           to get/set values via pointers
896         * (genUnpackBits,genPackBits): changed detection of
897           ptr->bitfield vs. sym.bitfield, fixed access via generic
898           pointers, removed dead (wrong) code for multibyte bitfields
899         * (genNearPointerGet, genGenPointerGet): removed useless code,
900           fixed bitfield detection, fixes #1250594
901         * (genNearPointerSet): removed useless code
902         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
903           and introduced macro pic16_emitpcode that conditionally emits
904           the origin of the following pCode (useful for debugging SDCC)
905         * src/pic16/pcode.c: changed (and disabled) some debug outputs
906         * (createDefmap): fixed handling of LFSR for --optimize-df
907
908 2005-08-02 Borut Razem <borut.razem AT siol.net>
909
910         * device/lib/Makefile.in: pic16 libraries build enabled since
911           gputils-0.13.2 are now localy installed at sourceforge's compile farm
912
913 2005-08-02 Raphael Neider <rneider AT web.de>
914
915         * src/pic16/gen.c (genPackBits): removed deprecated warning
916         * (genGenPointerSet): fixed bitfield detection
917
918 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
919
920         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
921
922 2005-07-31 Raphael Neider <rneider AT web.de>
923
924         * device/lib/pic16/libdev/pic18f458.c,
925           device/include/pic16/pic18f458.h: added missing T0CONbits
926
927 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
928
929         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
930
931 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
932
933         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
934
935 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
936
937         * device/include/mcs51/at89c51ed2.h: added.
938
939 2005-07-23 Raphael Neider <rneider AT web.de>
940
941         * src/pic/gen.h: added emitpcode macro for debugging
942         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
943           and replace by macro adding debug information on demand
944         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
945         * (gencjne): tried to fix; replaced with correct (slower) code
946         * (gen{Unp,P}ackBits): fixed single bit access
947         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
948         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
949           previous instruction
950         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
951           register has to be handled with care (forbidding movement
952           of assignments/uses, removing assignments completely, ...)
953         * (pCodeOptime2pCodes): make use of regIsSpecial
954         * added lots of debugging output (commented out)
955         * src/pic/rallloc.c (deassignLRs): prevent operand registers
956           from being reused as result UNLESS it is known to work
957
958 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
959
960         * support/Util/dbuf.h: include <stddef.h> for size_t
961         * .version: changed to version 2.5.2
962
963 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
964
965         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
966
967 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
968
969         * src/hc08/gen.c (genMinus): fixed bug #1241835,
970           (genModOneByte): removed needless psha/pula
971
972 2005-07-22 Raphael Neider <rneider AT web.de>
973
974         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
975           have PIC14 handled like PIC16, fixes broken pic14 linker calls
976         * src/pic/gen.c (resolveIfx): do not "invent" labels
977         * (genSkipc): changed to positive logic
978         * (genSkipCond): removed as no longer needed
979         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
980           backport from PIC16
981         * (genLeftShift): check operands are in different registers
982         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
983           INCF does not update CARRY...
984         * src/pic/main.c: fixed _linkCmd
985         * src/pic/pcode.c (unlinkpCode): added inactive code
986         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
987           alive (do not assign result and operand overlapping registers)
988
989 2005-07-22 Raphael Neider <rneider AT web.de>
990
991         * src/pic/device.c (dump_sfr): replaced register declaration with
992           call to emitSymbolToFile() to avoid duplicate symbols
993         * (assignRelocatableRegisters): do not declare external symbols
994         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
995           right (take size of type, not etype)
996         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
997         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
998         * (packRegsForAccUse): disabled assignment of WREG as
999           the result reg to prevent occurence of just fixed #1235003,
1000           fixes #1242954
1001         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
1002           symbols (avoids duplicate symbols in .asm file)
1003         * (pic14emitRegularMap): use emitSymbolToFile()
1004         * src/pic/gen.c (aopOp): fixed spillLocation handling
1005         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
1006         * (genDataPointerSet): removed unneccessary variables/output
1007
1008 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
1009
1010         * as/mcs51/lkarea.c: enlarged codemap for banked memory
1011         * device/lib/mcs51/crtbank.asm: added # to 0x0F
1012
1013 2005-07-21 Raphael Neider <rneider AT web.de>
1014
1015         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
1016           architecture cannot handle them efficiently, fixes bug #1235003
1017         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
1018           check for empty sets before using them (fixes bug #1232190)
1019
1020 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
1021
1022         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
1023           (lnksect2): generate warnings for memory overlap
1024         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
1025           constseg to set the name of these segments so you can instruct the linker
1026           to place them in banks
1027         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
1028         * src/SDCCglobl.h: added MODEL_HUGE to enum,
1029           added code_seg and const_seg to options
1030         * src/SDCCglue.c (emitMaps): use options.const_seg,
1031           (createInterruptVect): put interrupt vectors in segment HOME,
1032           (glue): put HOME before static segment and put the main glue in HOME,
1033           (glue): use options.code_seg
1034         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1035         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1036           these segments so you can instruct the linker to place them in banks
1037           (linkEdit): use code_loc for HOME segment which should be the first
1038           segment in code memory now
1039         * src/SDCCmem.c: fixed more stuff like bug 1238386
1040         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1041           (changePointer): don't change function pointers to code pointers for
1042           banked functions,
1043           (compareType): added exceptional check for banked function pointers
1044         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1045         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1046           after static in code memory
1047         * src/mcs51/gen.c: added aopLiteralLong prototype,
1048           (aopForSym): use getSize for functions,
1049           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1050           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1051           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1052           the segment,
1053           (genPcall): use call for literal function pointers and generate banked
1054           calls over the one trampoline so there's only one place for the user to
1055           modify according to his/hers hardware,
1056           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1057           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1058         * src/mcs51/main.c: added keyword banked,
1059           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1060         * support/Util/SDCCerr.c,
1061         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1062           needed for passing the bank and address to the trampoline
1063         * device/lib/mcs51/crtbank.asm: added for bankswitching
1064         * device/lib/mcs51/Makefile: added crtbank
1065
1066 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1067
1068         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1069           for fields at offset 0 of a struct or union as reported
1070           on 2005-07-07 in the developer mailing list.
1071
1072 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1073
1074         * src/SDCCmem.c: fixed bug 1238386
1075
1076 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1077
1078         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1079           (patch #1144962), added peephole 300, enabled 259.x
1080         * doc/sdccman.lyx: removed screenshot and provided link instead
1081
1082 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1083
1084         * doc/sdccman.lyx: added section about debugging with ddd
1085         * doc/figures/ddd_example.eps: screenshot of debugging session
1086
1087 2005-07-04 Raphael Neider <rneider AT web.de>
1088
1089         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1090           like CODE pointers, fixes #1115683
1091         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1092           call, fixes bugs #1232211, #1228110,
1093           fixed wrong casts to pCodeFlow from pCodeInstructions
1094
1095 2005-07-04 Raphael Neider <rneider AT web.de>
1096
1097         * src/pic/gen.c (popGet): changed assert to allow for
1098           bit operands
1099         * (popGetAddr): changed signature to provide
1100           an additional index, patched all call sites
1101         * (genCmpEq): handle literal-like operands correctly
1102         * (genAddrOf): added sanity checks on __code/__data pointers
1103         * (genAssign): added handling of symbols from __code section
1104         * (gencjne): do not generate code for comparisons whose result
1105           is neither stored nor used, fixes bug #1171114
1106         * (AccLsh, AccRsh): operate on operand instead of WREG
1107         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1108           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1109           by known count
1110         * rewrote complete shift-by-literal logic, commented unused
1111           functions out
1112         * (genConstPointerGet): get multiple bytes (if result size > 1),
1113           fixed handling of non-immediate addresses
1114         * (genPointerGet): handle CODE pointers like CONST pointers
1115         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1116         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1117           operand is to be treated as a literal or not
1118         * (mov2w,genPcall,genCmpEq),
1119           src/pic/genarith.c: use aop_isLitLike() to decide between
1120           literal/register contents
1121         * (addSign): added missing offset
1122         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1123           only emit comment in debug-mode,
1124           use {aop,op}_isLitLike throughout the file
1125         * src/pic/glue.c: fix initializers for pointers (work in progress)
1126         * src/pic/pcode.c (get_op): honor index on _const symbols
1127         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1128         * (dumppBlock): added pCode size estimation
1129         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1130           check for IS_SYMOP before OP_SYMBOL'ing
1131         * fixed indentation, compacted switch-statements
1132         * (allocReg): find free register and allocate it instead of
1133           allocating new registers all the time
1134         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1135           registers as its operands (necessary only for multibyte GETs)
1136
1137 2005-07-01 Raphael Neider <rneider AT web.de>
1138
1139         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1140           debugging .asm-output macros FENTRY + FEXIT
1141         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1142           way... I wonder...
1143         * (emitpComment): NEW, printf to pCode
1144         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1145           offset handling
1146         * (popGetAddr): NEW, variant of popGet to access an immediates
1147           high(er) bytes instead of the n'th byte of memory they reference,
1148           replaced popGet with popGetAddr where neccessary
1149         * (genDataPointerGet): reactivated and fixed implementation
1150         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1151           accesses
1152         * (genDataPointerSet): fixed multibyte assignments
1153         * (genpic14Code): fixed --i-code-in-asm handling
1154         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1155         * (genPlus): fixed index-out-of-bounds error
1156         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1157         * src/pic/ralloc.c: added debugging output macro FENTRY2
1158         * (spillThis): fixed indentation, enbraced for-body for clarity
1159         * (rematStr): commented out as now unused
1160         * (regTypeNum): commented out special spill case (overwrites
1161           arbitrary values)
1162         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1163
1164 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1165
1166         * doc/sdccman.lyx: documented sfr16/sfr32,
1167           added example for using storage class with function pointers
1168         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1169
1170 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1171
1172         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1173         * device/lib/_itoa.c,
1174         * device/lib/_ltoa.c: optimized codesize
1175         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1176           but don't know how to suppress the double warning.
1177         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1178         * support/Util/SDCCerr.c,
1179         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1180
1181 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1182
1183         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1184           fixed old K&R prototypes
1185         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1186         * device/lib/_gptrget.c,
1187         * device/lib/_gptrgetc.c,
1188         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1189           also new versions for small generic pointers and banked generic pointers
1190         * src/port.h: added const_name
1191         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1192         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1193         * src/SDCCcse.c (findPrevIc): check all associative operators
1194         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1195         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1196         * src/SDCCmem.c: updated comments,
1197           set far-space to 0 for pdata, results in optimized code
1198         * src/SDCCmem.h: added macro CONST_NAME
1199         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1200           moving the info into the highest bits, see also gptrget/gptrput
1201         * src/src.dsp: added sdcc.ico to project files
1202         * src/avr/gen.c (genCast): fixed bug 0x%d
1203         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1204         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1205           relation between ptr_type and DCL_TYPE,
1206           (genCast): fixed bug 0x%d
1207         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1208           (CODE)" for const_name
1209         * src/hc08/gen.c (genCast): fixed bug 0x%d
1210         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1211           (hc08_port): added "CONST (CODE)" for const_name
1212         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1213           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1214           between ptr_type and DCL_TYPE,
1215           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1216           operand* and took AOP() inside function so sfr-ness can be checked,
1217           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1218           new prototype,
1219           (genFunction, genEndFunction): optimized stack setup,
1220           (genMinus): optimized for literals with ending zeroes (in bytes),
1221           (genCast): fixed bug 0x%d
1222         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1223           (mcs51_port): added "CONST (CODE)" for const_name
1224         * src/mcs51/peeph.def: made rule 226 more generic
1225         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1226         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1227         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1228         * src/z80/main.c (z80_port): added NULL for const_name,
1229           (gbz80_port): added NULL for const_name
1230         * support/regression/tests/bug663539.c,
1231         * support/regression/tests/sfr16.c: new tests
1232
1233 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1234
1235         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1236
1237 2005-06-24 Raphael Neider <rneider AT web.de>
1238
1239         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1240           corrected typos...
1241         * device/include/pic16/signal.h: added USBIF
1242           and SIG_USB
1243
1244 2005-06-24 Raphael Neider <rneider AT web.de>
1245
1246         * device/lib/pic16/libdev/pic18f2455.c,
1247           device/include/pic16/pic18f2455.h: NEW
1248         * device/include/pic16/pic18fregs.h,
1249           device/lib/pic16/pics.all,
1250           src/pic16/device.c: added 18f2455
1251         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1252           device/include/pic16/{pic18f[68][567].h,usart.h}:
1253           replaced MULTIPLE_USARTS define with more relaible
1254           compatibility sfrs (for USART access)
1255
1256 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1257
1258         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1259           and the output asm file line is printed on two lines.
1260
1261 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1262
1263         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1264           BGT, BLE, BHI, and BLS instructions
1265         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1266           genCmpEq): removed
1267         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1268           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1269           fixes bug #1216342
1270         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1271
1272 2005-06-15 Raphael Neider <rneider AT web.de>
1273
1274         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1275         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1276         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1277           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1278           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1279
1280 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1281
1282         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1283           Marcel Telka in bug #1215704
1284
1285 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1286
1287         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1288           located in shared memory bank.
1289
1290 2005-05-31 Raphael Neider <rneider AT web.de>
1291
1292         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1293           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1294           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1295
1296 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1297
1298         * device/lib/_strncpy.c: fixed the fix
1299
1300 2005-05-26 Raphael Neider <rneider AT web.de>
1301
1302         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1303           initializers with \0, bug #1208187
1304         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1305           intializers with \0, bug #1208187
1306
1307 2005-05-26 Raphael Neider <rneider AT web.de>
1308
1309         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1310           initializers with \0, bug #1208187
1311         * src/pic16/main.c (_process_pragma): added sanity checks
1312           for stack position and size, emit warnings when appropriate
1313
1314 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1315
1316         * device/lib/_strncpy.c: fixed not filling with \0
1317
1318 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1319
1320         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1321           createFunction),
1322         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1323           compound_statement),
1324         * src/SDCCsymt.h,
1325         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1326
1327 2005-05-24 Raphael Neider <rneider AT web.de>
1328
1329         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1330
1331 2005-05-24 Raphael Neider <rneider AT web.de>
1332
1333         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1334           TRISE definitions, closes bug #1162453
1335
1336 2005-05-22 Raphael Neider <rneider AT web.de>
1337
1338         * src/pic16/main.c (_process_pragma): check for missing
1339           arguments to pragmas code and udata
1340         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1341           consistency fixes to match other headers (thanks to Jim Paris)
1342         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1343
1344 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1345
1346         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1347
1348 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1349
1350         * support/regression/tests/bug1198642.c: new test
1351         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1352         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1353         * support/scripts/resource.h,
1354         * support/scripts/resource.rc,
1355         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1356         * support/scripts/sdcc.ico: added 32x32 icon
1357
1358 2005-05-18 Raphael Neider <rneider AT web.de>
1359
1360         * device/lib/pic16/libdev/pic18f*.c,
1361         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1362           keywords to "__sfr" and "__at (X)"
1363         * device/include/pic16/pic18fregs.h: added pic18f4520
1364         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1365           #1203088 (MPLAB compatibility)
1366
1367 2005-05-17 Raphael Neider <rneider AT web.de>
1368
1369         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1370         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1371         * device/lib/pic16/pics.all: added new devices
1372         * src/pic16/device.c: added support for pic18f4520
1373
1374 2005-05-16 Raphael Neider <rneider AT web.de>
1375         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1376         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1377         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1378           convenience function for bit access
1379
1380 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1381
1382         * device/lib/printf_large.c: fixed bug 1193299
1383         * support/regression/tests/bug1057979.c: added test %3.3s
1384
1385 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1386
1387         * device/include/mcs51/8051.h,
1388         * device/include/mcs51/8052.h: made parseable with lint
1389         * device/include/mcs51/lint.h: added include file for (sp)lint
1390         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1391         * doc/cdbfileformat.lyx,
1392         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1393
1394 2005-05-14 Raphael Neider <rneider AT web.de>
1395
1396         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1397         * device/lib/pic16/libc/stdlib/itoa.c (new)
1398         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1399         * device/lib/pic16/libio/Makefile: exclude subdir according to
1400           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1401         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1402         * src/pic16/gen.c (genFunction): prevent annoying warning
1403         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1404           nameclashes on BeOS
1405         * support/cpp2/cppmain.c (cpp_output_string): new
1406         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1407           fixes bug 1116802
1408
1409 2005-05-13 Borut Razem <borut.razem AT siol.net>
1410
1411         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1412
1413 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1414
1415         * .version: changed to version 2.5.1; back to bleeding edge development
1416
1417 2005-05-11 Borut Razem <borut.razem AT siol.net>
1418
1419         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1420           generate PDF version 1.3 documents
1421
1422 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1423
1424         * .version: changed to version 2.5.0
1425
1426 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1427
1428         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1429
1430 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1431
1432         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1433         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1434         well as many smaller updates.
1435         * .version: changed to version 2.5.0-pre1
1436
1437 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1438
1439         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1440
1441 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1442
1443         * support/regression/tests/bug1185672.c: added
1444         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1445           bug 1185672
1446         * src/mcs51/gen.c (genCall): added comments, made it look safer
1447         * src/mcs51/gen.c (genEndFunction): simplified
1448
1449 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1450
1451         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1452
1453 2005-04-14 Borut Razem <borut.razem AT siol.net>
1454
1455         * fixed bug 1045046 - SIGSEGV with really simple code?:
1456           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1457           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1458
1459 2005-04-14 Borut Razem <borut.razem AT siol.net>
1460
1461         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1462           src/pic16/device.h: temporarily disabled experimental #inline pragma
1463           for 2.5.0 release
1464
1465 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1466
1467         * device/include/z80/stdio.h,
1468         * device/include/z80/string.h: removed these highly incomplete files so
1469           SDCC can use the default ones in device/include/
1470
1471 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1472
1473         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1474         gcc warning.
1475         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1476         fix sdcpp warnings.
1477
1478 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1479
1480         * device/include/malloc.h: removed redundant __reentrant prototypes
1481         * device/lib/_mullong.c: added working xstack variant in asm (C version
1482           doesn't pass regression tests)
1483         * device/lib/bpx.c: used __data and made bpx char for mcs51
1484         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1485           (createFunction): fixed bug with xstackPtr
1486         * src/SDCCcse.c: corrected comments
1487         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1488           (killDeadCode, eBBlockFromiCode): removed unused code
1489         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1490           corrected comments
1491         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1492           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1493           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1494           (genModOneByte): fixed warning in MSVC
1495         * src/mcs51/main.c (): added comments
1496         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1497
1498 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1499
1500         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1501
1502 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1503
1504         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1505
1506 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1507
1508         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1509         characters arrays of larger size than the declared one.
1510
1511 2005-04-10 Borut Razem <borut.razem AT siol.net>
1512
1513         * src/pic/gen.c (genInline),
1514           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1515           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1516           (findNextInstruction), (findPrevInstruction),
1517           (findInstructionUsingLabel),
1518           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1519         * src/pic/pcode.c (findLabel): added missing '\n'
1520         * src/src.dsp: added SDCCdwarf2.c to the project
1521
1522 2005-04-09 Borut Razem <borut.razem AT siol.net>
1523
1524         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1525
1526 2005-04-08 Raphael Neider <rneider AT web.de>
1527
1528         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1529           into the chain after a given one) and mergeDefmapSymbols (combine
1530           defmap entries for each symbol per pcode)
1531         * (createDefmap): have defmap entries merged in the end
1532         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1533           a symbol before replacing one access type's symbol, merge symbols in
1534           the end (replacement symbol might already have an entry)
1535         * (assignValnums): keep reference to written WREG intact
1536
1537 2005-04-08 Raphael Neider <rneider AT web.de>
1538
1539         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1540           Alpha)
1541
1542 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1543
1544         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1545         bytes
1546
1547 2005-04-07 Raphael Neider <rneider AT web.de>
1548
1549         * device/include/pic16/usart.h: added compatibility defines for
1550           devices with more than one USART
1551         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1552
1553 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1554
1555         * device/lib/Makefile.in: updated for port specific include
1556
1557 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1558
1559         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1560
1561 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1562
1563         * device/include/8051.h,
1564         * device/include/8052.h,
1565         * device/include/at89S8252.h,
1566         * device/include/at89c55.h,
1567         * device/include/at89x051.h,
1568         * device/include/at89x51.h,
1569         * device/include/at89x52.h,
1570         * device/include/mcs51reg.h,
1571         * device/include/reg51.h,
1572         * device/include/reg764.h,
1573         * device/include/regc515c.h,
1574         * device/include/sab80515.h: (re)moved these 12 files
1575         * device/include/mcs51/8051.h,
1576         * device/include/mcs51/8052.h,
1577         * device/include/mcs51/at89S8252.h,
1578         * device/include/mcs51/at89c55.h,
1579         * device/include/mcs51/at89x051.h,
1580         * device/include/mcs51/at89x51.h,
1581         * device/include/mcs51/at89x52.h,
1582         * device/include/mcs51/mcs51reg.h,
1583         * device/include/mcs51/reg51.h,
1584         * device/include/mcs51/reg764.h,
1585         * device/include/mcs51/regc515c.h,
1586         * device/include/mcs51/sab80515.h: and added them here
1587
1588 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1589
1590         * device/include/stdarg.h: changed SDCC specific keywords to double
1591           underlined form.
1592         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1593           mcs51 and ds390.
1594         * device/include/hc08/mc68hc908gp32.h,
1595         * device/include/hc08/mc68hc908jb8.h,
1596         * device/include/hc08/mc68hc908jkjl.h,
1597         * device/include/hc08/mc68hc908qy.h: fixed comments
1598         * device/include/mcs51/README: updated
1599         * device/include/mcs51/c8051f120.h: added PINRSF
1600         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1601         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1602           amidst code. Also inline is not supported.
1603
1604 2005-04-06 Raphael Neider <rneider AT web.de>
1605
1606         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1607         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1608           callers stack/frame pointers
1609
1610 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1611
1612         * device/include/pic16/usart.h: added, missing in previous commit,
1613         * device/include/pic16/adc.h: fixed typo,
1614         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1615         commit,
1616         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1617         <p18fxxx.inc>
1618         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1619         uninitialized because a bug appears with gplink
1620         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1621         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1622         complains for unrecognised option
1623
1624 2005-04-05 Raphael Neider <rneider AT web.de>
1625
1626         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1627           structs as well (using memcpy)
1628         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1629           on ISRs (GOTO has no label)
1630         * src/pic16/device.h: added OF_OPTIMIZE_DF
1631         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1632           new data flow analysis/optimization
1633         * src/pic16/pcode.c: added (prototypes for and implementation of)
1634           dataflow analysis functions, fixed pCodeInstructions' inCond and
1635           outCond values, made RCALL a branch instruction
1636         * (pic16_unlinkpCode): keep C line if possible
1637         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1638           C line moved if possible
1639         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1640         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1641           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1642         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1643           new flow)
1644         * (pic16_getJumptabpCode): NEW, needed in...
1645         * (LinkFlow): fixed handling of jumptables, calls and conditional
1646           branches
1647         * (pic16_InsertCommentAfter): NEW
1648         * (pic16_pCodeReplace): made verbose and flow preserving
1649         * (AnalyzeFlow): added call to data flow analysis
1650         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1651         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1652         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1653
1654 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1655
1656         * src/SDCCast.c (decorateType): fixed bug #1105626
1657
1658 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1659
1660         * device/include/asm/pic16/features.h,
1661         * pic18f*.h headers,
1662         * device/include/pic16/adc.h,
1663         * device/include/pic16/delay.h,
1664         * device/include/pic16/i2c.h,
1665         * device/include/pic16/malloc.h,
1666         * device/include/pic16/stdio.h,
1667         * device/include/pic16/stdlib.h,
1668         * device/include/pic16/string.h,
1669         * device/lib/pic16/libc/stdio/printf_tiny.c,
1670         * device/lib/pic16/libc/stdio/printf_small.c,
1671         * device/lib/pic16/libc/stdio/strmgpsim.c,
1672         * device/lib/pic16/libc/stdio/strmmssp.c,
1673         * device/lib/pic16/libc/stdio/strmusart.c,
1674         * device/lib/pic16/libc/stdio/vfprintf.c,
1675         * device/lib/pic16/libc/stdlib/ltoa.c,
1676         * device/lib/pic16/libc/stdlib/putchar.c,
1677         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1678         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1679         * device/lib/pic16/libc/stdlib/memchrram.c,
1680         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1681         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1682         * device/lib/pic16/libio/adc/adcbusy.c,
1683         * device/lib/pic16/libio/adc/adcread.c,
1684         * device/lib/pic16/libio/adc/adcsetch.c,
1685         * device/lib/pic16/libio/usart/ubaud.c,
1686         * device/lib/pic16/libio/usart/ubusy.c,
1687         * device/lib/pic16/libio/usart/udrdy.c,
1688         * device/lib/pic16/libio/usart/uopen.c,
1689         * device/lib/pic16/libio/usart/uputc.c,
1690         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1691         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1692         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1693         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1694         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1695         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1696         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1697         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1698         specific keywords to double underlined form,
1699         * device/lib/pic16/libc/Makefile.rules,
1700         * device/lib/pic16/libsdcc/Makefile.rules,
1701         * device/lib/pic16/libm/Makefile,
1702         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1703         to compile with C standard set in Makefile.common
1704         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1705         rand.c and crc.c in compilation process,
1706         * device/lib/pic16/libsdcc/int/divuint.c,
1707         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1708         `c' from signed to unsigned,
1709         * device/lib/pic16/startup/crt0.c,
1710         * device/lib/pic16/startup/crt0i.c,
1711         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1712         keywords to double underlined form, bug fixes in _do_cinit function
1713         which prevented the correct initialization of the .idata segment,
1714         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1715         core to enter a infinite loop
1716         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1717
1718 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1719
1720         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1721
1722 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1723
1724         * device/include/Makefile.in: add support for hc08 subdirectory
1725         * device/include/hc08/: new subdirectory
1726         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1727         Lucas Loizaga, thanks!
1728         * device/include/hc08/mc68hc908qy.h,
1729         * device/include/hc08/mc68hc908gp32.h,
1730         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1731         their own directory. Changed internal macro names to use the compiler
1732         reserved namespace. Changed SDCC specific keywords to double
1733         underlined form.
1734         * device/include/math.h,
1735         * device/include/malloc.h,
1736         * device/include/stdarg.h,
1737         * device/include/stdbool.h
1738         * device/include/string.h,
1739         * device/include/tinibios.h,
1740         * device/include/ds400rom.h,
1741         * device/include/8051.h,
1742         * device/include/8052.h,
1743         * device/include/80c51xa.h,
1744         * device/include/at89c55.h,
1745         * device/include/at89S8252.h,
1746         * device/include/at89x51.h,
1747         * device/include/at89x52.h,
1748         * device/include/ds80c390.h,
1749         * device/include/reg764.h,
1750         * device/include/regc515c.h,
1751         * device/include/sab80515.h,
1752         * device/include/mcs51/c8051f000.h,
1753         * device/include/mcs51/c8051f018.h,
1754         * device/include/mcs51/c8051f020.h,
1755         * device/include/mcs51/c8051f040.h,
1756         * device/include/mcs51/c8051f060.h,
1757         * device/include/mcs51/c8051f120.h,
1758         * device/include/mcs51/c8051f300.h,
1759         * device/include/mcs51/c8051f310.h,
1760         * device/include/mcs51/c8051f320.h,
1761         * device/include/mcs51/c8051f330.h,
1762         * device/include/mcs51/c8051f350.h,
1763         * device/include/z180.h: Changed SDCC specific keywords to double
1764         underlined form.
1765
1766 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1767
1768         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1769         18F4455,
1770         * (pic16_assignConfigWordValue): disable testing of configuration
1771         register value with config mask,
1772         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1773         function with port->fun_prefix,
1774         * (genFunction): when generating a naked interrupt function never
1775         create an absolute segment placed in interrupt vector address, place
1776         the actual interrupt function at IVA instead, when an interrupt
1777         function is generated with unspecified interrupt then do not create
1778         the absolute section,
1779         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1780         code for generating a call to generic pointer get/put function with
1781         a call to function pic16_callGenericPointer(),
1782         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1783         the call to the generic pointer get/put functions with prefixing the
1784         function name with port->fun_prefix,
1785         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1786         * src/pic16/main.c (_process_pragma): prefix function with
1787         port->fun_prefix,
1788         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1789         calling assembler, old 18Fxxxx macro is deprecated,
1790         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1791         PC_ASMDIR in while condition,
1792         * (findInstruction): add PC_ASMDIR in while condition,
1793         * (buildCallTree): prefix main with port->fun_prefix,
1794         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1795         identifier for variable with banked access in instructions BTFSS,
1796         BTFSC, BCF, BSF, BTG
1797         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1798         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1799         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1800         perform optimization when enviroment variable NO_REG_OPT is set,
1801         * (insideLRBlock): NEW, return 1 if register is inside an
1802         INF_LOCALREGS block,
1803         * (RemoveRegFromLRBlock): remove a register that is completely
1804         eliminated by register optimization, but it is still left in local
1805         register store/restore in/from stack block,
1806         * (Remove2pcodes): after removing register, check to see if it
1807         should be removed from local register store/restore in/from stack
1808         block,
1809         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1810         DUMMY_READ_VOLATILE,
1811
1812         * device/include/pic16/adc.h: minor prototype modifications and
1813         update,
1814         * device/include/pic16/malloc.h: added GPL notice various
1815         modifications,
1816         * device/include/pic16/stdint.h: NEW, standard header for ints
1817         * device/include/pic16/delay.h: NEW, header for delay functions,
1818         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1819         delay1mtcy,
1820         * device/include/pic16/signal.h: NEW, header providing helper macros
1821         for implementing signal handlers,
1822         * device/include/pic16/stdio.h: added prototypes for functions,
1823         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1824         prototypes for stdin and stdout, added macro PUTCHAR to
1825         automatically implement putchar function prototype,
1826         * device/include/pic16/usart.h: modified and updated USART library,
1827         * device/lib/pic16/libio/adc/,
1828         * device/lib/pic16/libio/i2c: some modifications to improve library
1829         performance,
1830         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1831         family of functions,
1832         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1833         family of functions and other sources,
1834         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1835         of the PIC18Fxx[28] devices,
1836         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1837         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1838         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1839         _do_cinit function, because the previous failed when local variables
1840         where not placed in the same memory bank,
1841         * device/lib/pic16/libsdcc/char/: various modifications to improve
1842         library performance,
1843         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1844         information on the new functions of the c library and more...
1845
1846 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1847
1848         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1849
1850 2005-03-26 Raphael Neider <rneider AT web.de>
1851
1852         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1853           if condition == CARRY)
1854         * (genCmp): adapted to new genSkipc semantics
1855         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1856           on rIfx (genCmp was broken)
1857
1858 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1859
1860         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1861         * src/z80/main.c (_keywords[]),
1862         * src/SDCCglobal.h (struct options),
1863         * src/SDCC.y,
1864         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1865         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1866         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1867         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1868         always available in leading double underscore form. The C99 support is
1869         mostly missing, but it's a start.
1870         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1871         reserved identifier "__data".
1872
1873 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1874
1875         * src/mcs51/peeph.def: fixed bug 1170013
1876
1877 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1878
1879         * device/include/mcs51reg.h: fixed bug 842007
1880
1881 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1882
1883         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1884         last time.
1885
1886 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1887
1888         * src/port.h (struct PORT),
1889         * src/avr/ralloc.c (avr_assignRegisters),
1890         * src/avr/main.c,
1891         * src/ds390/ralloc.c (ds390_assignRegisters),
1892         * src/ds390/main.c,
1893         * src/hc08/ralloc.c (hc08_assignRegisters),
1894         * src/hc08/main.c,
1895         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1896         * src/mcs51/main.c,
1897         * src/pic/ralloc.c (pic14_assignRegisters),
1898         * src/pic/main.c,
1899         * src/pic16/ralloc.c (pic16_assignRegisters),
1900         * src/pic16/main.c,
1901         * src/xa51/ralloc.c (xa51_assignRegisters),
1902         * src/xa51/main.c,
1903         * src/z80/ralloc.c (z80_assignRegisters),
1904         * src/z80/ralloc.h,
1905         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1906         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1907         * src/SDCCcse.h,
1908         * src/SDCCdflow.c (computeDataFlow),
1909         * src/SDCCdflow.h,
1910         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1911         * src/SDCCloop.h,
1912         * src/SDCCcflow.c (*),
1913         * src/SDCCcflow.h,
1914         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1915         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1916         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1917         immedDom() returning wrong block; probably fixes bug #1160833)
1918
1919 2005-03-20 Borut Razem <borut.razem AT siol.net>
1920
1921         * support/scripts/inc2h.pl: WIN32 port
1922
1923 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1924
1925         * device/lib/makefile.in: added abs.c and labs.c
1926
1927 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1928
1929         * device/include/stdint.h: added
1930         * device/lib/abs.c: added
1931         * device/lib/labs.c: added
1932         * device/include/stdlib.h: added abs() and labs() prototypes
1933         * device/lib/libsdcc.lib: added abs and labs
1934         * device/include/float.h,
1935         * device/lib/_fsmul.c,
1936         * device/lib/printf_fast.c,
1937         * device/lib/printf_tiny.c: updated comments
1938
1939 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1940
1941         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1942         bug #1164313
1943
1944 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1945
1946         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1947         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1948
1949 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1950
1951         * device/lib/printf_large.c: removed inline assembly for portability and
1952           readability. Use printf_fast if speed or size are more important.
1953         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1954         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1955
1956 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1957
1958         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1959         prevent compiler warning
1960
1961 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1962
1963         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1964         moved to level 0 and declared as static. Also they are explicit
1965         placed in access bank. This was necessery because some times they
1966         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1967         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1968         optimizations. Currently only compare to unsigned char is implemented,
1969         * src/pic16/gen.c: added fReturnIdx array,
1970         * (struct resolvedIfx) is moved to gen.h and made public,
1971         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1972         * (aopForSym): added an optimization to directly store in stack of
1973         the operand of a SEND iCode,
1974         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1975         but as registers instead (AOP_REG) using the fReturnIdx array,
1976         * (pic16_freeAsmop): remove the freed register from the
1977         _G.sregsAlloc field,
1978         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1979         a compare of 'WREG',
1980         * (pic16_popGetTempRegCond): changed function prototype, now
1981         function takes also a bitVector argument v which holds the current
1982         set of registers that are allocated for stack access by aopForSym,
1983         registers allocated in aopForSym for accessing stack symbols are not
1984         any more part of the functions usedRegs field,
1985         * (genCall): some times aopOp is called for a stack variable to be
1986         send, aopForSym might perform the push, if this is true make sure
1987         that genCall doesn't push the variable twice by testing _G.resDirect,
1988         * (genFunction): changed testing for unspecified interrupt number
1989         from 256 to INTNO_UNSPEC,
1990         * modified selection scheme of frame pointer generation. Previously
1991         if function did use local registers a frame pointer was generated,
1992         now a frame pointer is generated only if function has arguments
1993         (that need PLUSW2 register access), or has stack arguments, or the
1994         compiler is not instructed to omit the frame pointer,
1995         * (genEndFunction): before restoring local registers that were saved
1996         in the function preamble, also restore the registers that *might*
1997         have been allocated for stack access,
1998         * (genRet): removed some old comments,
1999         * (genCmp, the active (RN's) version): added a call to the
2000         pic16_genCmp_special function to perform the compare with a more
2001         robust and optimized way,
2002         * (genInline): a feature has been added in inline code generation,
2003         which allows a wildcard variable substitution when writing inline
2004         assembly. Code is incomplete and experimental therefore undocumented,
2005         * (genCast): changed order of aopOp for result and right to allow
2006         aopForSym to directly load the result if possible,
2007         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
2008         perform an optimized compare on some selected special occasions,
2009         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
2010         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
2011         generate an IVT any more,
2012         * src/pic16/main.c (pic16_optionsTable): added command line option
2013         --optimize-cmp,
2014         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
2015         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
2016         macros,
2017         * src/pic16/NOTES: Raphael Neider added in list of active developers
2018         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
2019         jumptable_end to prevent bug #,
2020         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
2021         inCond and outCond fields,
2022         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
2023         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
2024         turn off register spilling,
2025         * (packRegsForOneUse): synced with other ports' versions although it
2026         is not used currently,
2027         * (pic16_packRegisters): added an optimization while reading
2028         structure bitfields, some registers may be saved (malloc code is
2029         decreased by 80 bytes)
2030
2031 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
2032
2033         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2034         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2035         this can be optimized more?
2036
2037 2005-03-10 Raphael Neider <rneider AT web.de>
2038
2039         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2040           genNearPointerGet): (hopefully) fixed access to bitfields via
2041           pointers (p->bitN = x; and x = p->bitN; failed)
2042
2043 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2044
2045         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2046
2047 2005-03-09 Raphael Neider <rneider AT web.de>
2048
2049         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2050
2051 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2052
2053         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2054         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2055           (regTypeNum): set REG_BIT type if necessary
2056         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2057         * support/regression/tests/critical.c: check bug 1144613
2058
2059 2005-03-02 Raphael Neider <rneider AT web.de>
2060
2061         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2062
2063 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2064
2065         * src/avr/ralloc.c (serialRegAssign),
2066         * src/ds390/ralloc.c (serialRegAssign),
2067         * src/hc08/ralloc.c (serialRegAssign),
2068         * src/mcs51/ralloc.c (serialRegAssign),
2069         * src/pic/ralloc.c (serialRegAssign),
2070         * src/pic16/ralloc.c (serialRegAssign),
2071         * src/xa51/ralloc.c (serialRegAssign),
2072         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2073
2074 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2075
2076         * src/SDCCast.c (decorateType): fixed bug 1124787
2077
2078 2005-02-20 Hubert Sack <sack AT digiplan.de>
2079         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2080
2081         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2082         patch #1121755
2083
2084 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2085
2086         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2087         to keep the correct label reference count when adding/removing references
2088         to labels. A peephole file using this is appended to patch #1144962.
2089
2090 2005-02-14 Raphael Neider <rneider AT web.de>
2091
2092         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2093         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2094         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2095           retrievals of result operand's value on assignment
2096
2097 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2098
2099         * device/include/pic16/string.h: modified prototype for memccpy()
2100         to memccpy(void *, void *, char, size_t)
2101         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2102         check whether to omit frame pointer or not,
2103         * (genInline): convert all occurences of "\n" to LF in inline
2104         assembler blocks, this helps formatting the inline text,
2105         * (pic16_loadFSR0): modified prototype,
2106         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2107         removed some 8051 legacy code,
2108         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2109         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2110         before allocating temporary registers in functions,
2111
2112 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2113
2114         * support/regression/tests/bitvars.c: corrected the "fix"
2115
2116 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2117
2118         * support/regression/tests/bitvars.c,
2119         * support/regression/tests/bitwise.c,
2120         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2121
2122 2005-02-10 Raphael Neider <rneider AT web.de>
2123
2124         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2125           different size for Alpha
2126         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2127
2128 2005-02-09 Raphael Neider <rneider AT web.de>
2129
2130         * src/SDCC.lex(doPragma) : save and restore warning options as well
2131           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2132         * have #pragma less_pedantic set the errorlevel to WARNING
2133           (fixes #1117001)
2134         * (cloneOptimize) : fixed wrong malloc's size
2135         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2136           facilitate correct handling of #pragma (save|restore)
2137
2138 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2139
2140         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2141
2142 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2143
2144         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2145
2146 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2147
2148         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2149
2150 2005-02-02 Raphael Neider <rneider AT web.de>
2151
2152         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2153         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2154         * (pic16_storeForReturn): fixed to allow returning function pointers
2155         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2156         * device/include/pic16/{stddef.h,stdbool.h}: added
2157
2158 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2159
2160         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2161
2162 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2163
2164         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2165         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2166          appeared to be required
2167
2168 2005-01-31 Borut Razem <borut.razem AT siol.net>
2169
2170         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2171           include/mcs51 and include/z80 directories to the package
2172
2173 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2174
2175         * src/hc08/gen.c (genFunction): fixed bug #1112752
2176
2177 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2178
2179         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2180
2181 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2182
2183         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2184
2185 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2186
2187         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2188
2189 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2190
2191         * device/include/c8051fxxx.h: removed these 6 files
2192         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2193
2194 2005-01-26 Raphael Neider <rneider AT web.de>
2195
2196         * src/pic16/gen.c (genAssign): fixed assignment from longs
2197           in codespace (were cut to three bytes)
2198         * (genDummyRead): implemented (except for CODESPACE...),
2199           fixed bug #1108575
2200         * src/pic16/glue.c (emitStatistics): beautified
2201         * device/lib/pic16/libm/Makefile: added include path
2202
2203 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2204
2205         * src/z80/gen.c (aopPut): fixed bug #1103902
2206
2207 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2208
2209         * device/lib/expf.c: fixed bug #1095792
2210
2211 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2212
2213         * device/lib/pic16/libm: added Math library sources
2214
2215 2005-01-24 Raphael Neider <rneider AT web.de>
2216
2217         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2218           to enable upcast to pCodeOpReg2 (there is no type tag to
2219           differenciate the two and pic16_popGet2p cast into PCOR2)
2220         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2221           (sizeof(sectNames) changed to sizeof(sectName))
2222           Both patches fix segfaults under MinGW.
2223
2224 2005-01-23 Raphael Neider <rneider AT web.de>
2225
2226         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2227           Safe_[mc]?alloc()'ed variables
2228         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2229           of (byte sized) temporaries (assign them to WREG for now)
2230         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2231           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2232           this might fix SIGSEGVs on MinGW...
2233         * src/SDCCopt.c (killDeadCode): restored original behaviour
2234           (volatile operands might get thrown away though)
2235
2236 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2237
2238         * src/pic16/gen.c: fixed bug #1106975,
2239         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2240         pointer update, INTCON is saved, global interrupts are disabled and
2241         restored after updateing TOS.
2242         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2243         * added function attribute 'shadowregs' to take advantage of shadow
2244         registers,
2245         * added function attribute 'wparam' as an alternative to the wparam
2246         pragma,
2247         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2248         user declares a non-ISR function as 'shadowregs',
2249         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2250
2251 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2252
2253         * .version: bumped version number to 2.4.8
2254         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2255         pic16 port,
2256         * device/lib/pic16/libio/i2c/: I2C module support library,
2257         * device/include/pic16/i2c.h: I2C support library header,
2258         * device/lib/pic16/libc/stdio/: standard IO support sources,
2259         * (printf_small.c): printf_small() source, supports float print,
2260         * (printf_tiny.c): printf_tiny() source, does not support floats,
2261         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2262         enable global optimizations for entire library source, other
2263         Makefiles in the source tree are also modified to reflect this,
2264         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2265         function,
2266         * doc/sdccman.lyx: updated to reflect new changes,
2267         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2268         sym->onStack if-case,
2269         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2270         sbit, idata, _idata, xdata, _xdata,
2271         * added pragma library, to link an external library, (see doc),
2272         * removed command line options, --pomit-config-words, --pomit-ivt,
2273         --pleave-reset-vector,
2274         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2275         when calling assembler to reflect memory model used, also define
2276         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2277         reflect stack model used,
2278         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2279         on stack return NULL,
2280
2281 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2282
2283         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2284           of the operands is volatile. Fixes #1020220
2285
2286 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2287
2288         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2289         * (OptimizeRegUsage): make sure that there is really no other flow where
2290           the first pCode is used
2291
2292 2005-01-22 Raphael Neider <rneider AT web.de>
2293
2294         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2295           to fix #1106967 (pCode->seq are not set up correctly)
2296
2297 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2298
2299         * src/SDCCglue.c (glue): make sure code area is declared before the
2300         static initialization area.
2301
2302 2005-01-21 Raphael Neider <rneider AT web.de>
2303
2304         * device/lib/Makefile.in: fixed test for pic16 install dir
2305         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2306           optimizations
2307         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2308           added --optimize-goto compiler switch and pragma wparam documentation
2309         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2310         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2311           and PRODH closing bug #1071770 (peephole optimizer)
2312
2313 2005-01-19 Raphael Neider <rneider AT web.de>
2314
2315         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2316           cmdLine buffers (used when calling sdcpp...) are large enough
2317           (MAX_PATH=256 truncates arguments leading to system halts when
2318           used in MinGW...)
2319         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2320         * (genUminus): rewritten to for efficiency
2321         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2322           used uninitialized in some cases)
2323         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2324           copy the third byte from the int -- now assumes 0x80 (data memory)
2325         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2326           operands (genAddLit expects the iCode's operands to swapped as
2327           well), fixed leftover bytes (crashed for short left operands)
2328         * (pic16_genMinusDec): performance improvements, removed false
2329           PIC14 emitSKPNCs
2330         * (pic16_genMinus): fixed to cope with differently sized operands
2331         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2332           for --obanksel > 1
2333         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2334         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2335           new banksel optimization
2336         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2337           analysis for temporary registers (segfaults...)
2338         * src/pic16/peeph.def: added rule
2339
2340 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2341
2342         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2343         which converts a float number to its ASCII representation
2344         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2345         functions to convert the fractional and integer part of a float to ASCII,
2346         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2347         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2348         ram
2349         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2350         _STATMEM macros,
2351         * device/include/pic16/adc.h: added GPL info,
2352         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2353         a pCodeOp as tested operand,
2354         * (genNearPointerGet): optimized bit testing, does not use
2355         intermediate register for bit value, test directly instead with
2356         BTFSS, BTFSC, works only for single bits,
2357         * (genpic16Code): dump the name of the iCode in the asm,
2358         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2359         renamed to pic16_decodeOp,
2360         * (serialRegAssign): do not allocate a temporary register for iCode
2361         sequences that test a single bit for 1/0
2362
2363 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2364
2365         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2366         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2367         access stack and frame pointers. They are initially assigned to
2368         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2369         accessing SFRs. Updated all occurences of modification of stack or
2370         frame pointer in gen.c and pcode.c,
2371         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2372         assigning of a literal value to pointers,
2373         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2374         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2375         selected
2376
2377 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2378
2379         * doc/sdccman.lyx: update documentation about stack pragma, added
2380         some info for stack memory models
2381
2382 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2383
2384         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2385
2386 2005-01-08 Raphael Neider <rneider AT web.de>
2387
2388         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2389           udata sections to fix bug #1097823
2390
2391 2005-01-05 Raphael Neider <rneider AT web.de>
2392
2393         * src/pic16/gen.c (genGenericShift): added handling of differently
2394           sized left operand and result
2395
2396 2005-01-04 Raphael Neider <rneider AT web.de>
2397
2398         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2399         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2400           to hold the condition bit)
2401         * added new version of genCmp (old code available via #define)
2402         * added new version of genShiftLeft/genShiftRight in a generic
2403           way, now supports shifting by negative values
2404         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2405           shiftCount (expected by genGenericShift)
2406         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2407         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2408           dump
2409         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2410           is an invalid literal too...)
2411
2412 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2413
2414         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2415         from Raphael Neider,
2416         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2417         for 8-bit literals. This fixes some literal operands which are sign
2418         extended to 16-bits ints when instruction needs only 8-bits.
2419
2420 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2421
2422         * device/lib/logf.c: added mcs51 assembly version
2423         * device/lib/expf.c: added mcs51 assembly version
2424         * device/lib/_logexpf.c: new shared asm code for expf and logf
2425         * device/include/math.h: add defines for assembly math library
2426         * device/lib/Makefile.in: build new _logexpf.c
2427         * device/lib/libfloat.lib: use new _logexpf.c
2428
2429 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2430
2431         * src/pic/device.c
2432         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2433           device types which have less than 0x7f registers.
2434
2435 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2436
2437         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2438
2439 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2440
2441         * device/lib/printf_fast.c: only build on supported arch.
2442         * device/lib/printf_tiny.c: only build on supported arch.
2443         * device/lib/printf_fast_f.c: only build if asm float lib
2444         * device/lib/_fsget1arg.c: only build if asm float lib
2445         * device/lib/_fsget2args.c: only build if asm float lib
2446         * device/lib/_fsnormalize.c: only build if asm float lib
2447         * device/lib/_fsreturnval.c: only build if asm float lib
2448         * device/lib/_fsrshift.c: only build if asm float lib
2449         * device/lib/_fsswapargs.c: only build if asm float lib
2450         * device/include/stdio.h: don't provide print_fast,
2451           print_fast_f, print_tiny prototypes if --xstack used
2452
2453 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2454
2455         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2456         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2457           to the SOURCES
2458
2459 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2460
2461         * device/lib/printf_fast_f.c: same as printf_fast, but
2462           with floating point enabled
2463         * device/lib/printf_fast.c: minor tweaks
2464         * device/include/stdio.h: add printf_fast_f
2465
2466 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2467
2468         * src/SDCCmain.c: make --float-reent default for mcs51
2469         * device/lib/_fsadd.c: added mcs51 assembly version
2470         * device/lib/_fssub.c: added mcs51 assembly version
2471         * device/lib/_fsmul.c: added mcs51 assembly version
2472         * device/lib/_fsdiv.c: added mcs51 assembly version
2473         * device/lib/_fseq.c: added mcs51 assembly version
2474         * device/lib/_fsneq.c: added mcs51 assembly version
2475         * device/lib/_fsgt.c: added mcs51 assembly version
2476         * device/lib/_fslt.c: added mcs51 assembly version
2477         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2478         * device/lib/Makefile.in: add _fscmp to build
2479         * device/lib/libfloat.lib: add _fscmp to build
2480
2481 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2482
2483         * device/lib/_fs2slong.c: added mcs51 assembly version
2484         * device/lib/_fs2sint.c: added mcs51 assembly version
2485         * device/lib/_fs2schar.c: added mcs51 assembly version
2486         * device/lib/_fs2ulong.c: added mcs51 assembly version
2487         * device/lib/_fs2uint.c: added mcs51 assembly version
2488         * device/lib/_fs2uchar.c: added mcs51 assembly version
2489         * device/lib/_slong2fs.c: added mcs51 assembly version
2490         * device/lib/_sint2fs.c: added mcs51 assembly version
2491         * device/lib/_schar2fs.c: added mcs51 assembly version
2492         * device/lib/_ulong2fs.c: added mcs51 assembly version
2493         * device/lib/_uint2fs.c: added mcs51 assembly version
2494         * device/lib/_uchar2fs.c: added mcs51 assembly version
2495         * device/include/float.h: added #define to select asm vs c
2496
2497 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2498
2499         * device/lib/printf_fast.c: improvements to float output
2500         * device/include/float.h: add defines for assembly float library
2501         * device/lib/_fsget1arg.c: receive 1 float arg
2502         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2503         * device/lib/_fsnormalize.c: normalize a float
2504         * device/lib/_fsreturnval.c: return float, various helper routines
2505         * device/lib/_fsrshift.c: right shift a float's mantissa
2506         * device/lib/_fsswapargs.c: swap 2 floats
2507         * device/lib/Makefile.in: build these 6 new files for mcs51
2508         * device/lib/libfloat.lib: add these 6 files to the library
2509
2510 2004-12-26 Borut Razem <borut.razem AT siol.net>
2511
2512         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2513           built by gcc 3.4.2
2514
2515 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2516
2517         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2518           and fully reentrant and register bank neutral.
2519         * device/lib/printf_fast.c: added float (not enabled by default),
2520           added compact/slower integer (also not enabled by default),
2521           improved size/speed of fast integer code, other minor changes
2522         * device/include/stdio.h, device/lib/Makefile.in,
2523           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2524
2525 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2526
2527         * src/pic16/pcode.c: declaring variables other than at the start of a
2528           block is not supported in C by VC6.
2529
2530 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2531
2532         * applied a previous patch from Raphael Neider that wasn't included
2533         in the previous commits, which fixes infinite loops within jumptable
2534         improvements,
2535         * made some fixes that previous patches introduced
2536
2537 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2538
2539         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2540         that fixes an issue with AOP_PCODE asmop's offset,
2541         * (pic16_popCopyReg): update instance field too,
2542         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2543         function of pic port,
2544         * (genCmp, genAnd, genAssign),
2545         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2546
2547 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2548
2549         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2550         variables initial values to idata section,
2551         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2552         variables in some functions. This utilizes parmBytes field of iCode
2553         structure to hold the offset of the variable in stack. (might be
2554         able to use the stack field too?)
2555         * applied patch from Raphael Neider # ### , # ###
2556         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2557         variable initial values in idata section,
2558         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2559         for static variables with initial value
2560         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2561         applied fix in while loop from Raphael Neider.
2562
2563 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2564
2565         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2566         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2567         * src/ds390/ralloc.c (serialRegAssign): spill bits
2568         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2569         * support/Util/SDCCerr.c,
2570         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2571         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2572         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2573
2574 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2575
2576         * device/include/sdcc-lib.h: inserted LGPL, added includes
2577           asm/ds390/features.h and asm/mcs51/features.h
2578         * device/include/asm/default/features.h,
2579         * device/include/asm/gbz80/features.h,
2580         * device/include/asm/z80/features.h: added empty _AUTOMEM
2581           and _STATMEM
2582         * device/include/asm/ds390/features.h,
2583         * device/include/asm/mcs51/features.h: added files with defines for
2584           _AUTOMEM and _STATMEM indicating automatic and static storage class
2585         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2586         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2587         * src/SDCCicode.c (geniCodeCast),
2588         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2589         * src/SDCCloop.c (loopInduction): removed unused variable lr
2590         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2591           to convertToFcall to include char modulo (RFE 1065037), added check
2592           if left operand is unsigned and use abs of literal value
2593         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2594           as it doesn't work after conversion from peephole.def to peephole.rul
2595         * src/mcs51/gen.c (toBoolean): added check for size,
2596           (genModOneByte): optimized code for signed char modulo a literal
2597           power of 2 (thanks to Hubert Sack),
2598           (genRRC): removed unnecessary "clr c",
2599           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2600         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2601           jump optimization,
2602           swapped rules 256.c and 256.d,
2603           extended 256.d by using new multiple checks (thanks Erik),
2604           added rules 256.e and 256.f,
2605           updated rule 261.a and 261.b to new generated code
2606         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2607
2608 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2609
2610         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2611           induction related bugs, including first part of bug #1074377
2612
2613 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2614
2615         * applied patch from bug-report #1076292,
2616         * applied patches for genAnd and Goto-optimizations for Raphael
2617         Neider,
2618         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2619         dump a less iCode information,
2620         * src/pic16/device.h (pic16_options_t): added field debgen,
2621         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2622         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2623         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2624         puclic,
2625         * (various functions): added macros FENTRY and FENTRY2 to functions,
2626         to emit function prologue,
2627         * (various functions): fixed indentation,
2628         * (genNearPointerGet): fixed loading of FSR0,
2629         * (genPackBits): applied patch from Raphael Neider to fix updating
2630         of FSR0 and touching only the modified bits,
2631         * src/pic16/genarith.c (various functions): added macros FENTRY to
2632         emit function prologue in comments,
2633         * src/pic16/pcode.h: added functions debugf2, debugf3,
2634         * src/pic16/ralloc.c: partial fix for packForPush caused
2635         segmentation fault,
2636
2637 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2638
2639         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2640           <stsp AT users.sourceforge.net> with reversed byte order
2641         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2642
2643 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2644
2645         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2646           bug #1074377
2647         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2648         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2649
2650 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2651
2652         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2653
2654 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2655
2656         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2657           conditions,
2658           (setFromConditionArgs): friendly operand parser for peephole rules,
2659           (operandBaseName, operandsNotRelated): new peephole condition
2660           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2661           architecture specific register naming into account, handles n-way
2662           comparisons, and supports quoted literals
2663         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2664
2665 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2666
2667         * src/mcs51/peeph.def: fixed bug #1076940
2668
2669 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2670
2671         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2672
2673 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2674
2675         Adding support for replacing ljmps with sjmps in jumptables
2676         generated for switch statements. For now you need to set the
2677         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2678         Now 4 algorithms for mcs51 jumptable generation are used:
2679         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2680         addresses loaded pc-relative for up to 112 cases and stack-pushing
2681         target addresses loaded with offset from dptr for up to 256 cases.
2682
2683         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2684         * src/mcs51/main.c: adapted constants for switch table generation
2685         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2686
2687 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2688
2689         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2690         * support/regression/tests/bug1057979.c: added test for bug 1073386
2691
2692 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2693
2694         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2695         compilers
2696
2697 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2698
2699         * src/pic16/device.h,
2700         * src/pic16/genarith.c,
2701         * src/pic16/glue.c,
2702         * src/pic16/main.c,
2703         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2704
2705 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2706
2707         Large cummulative patch for pic16 port.
2708         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2709         to call when a stack overflow occurs,
2710         * (malloc.h): added CVS Id tag,
2711         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2712         variable,
2713         * added libc directory. The current version of LibC contains string
2714         functions, ctype functions and macros and some functions of the
2715         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2716         be extensively tested in the future. Standard disclaimer here.
2717         Library is not automatically build yet. But one can build it by
2718         invoking 'make' inside the libc directory.
2719         * added ADC library under libio. Preliminary version yet.
2720
2721         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2722         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2723         aopForRemat() now and not by pic16_aopOp(),
2724         * (pic16_popGetTempReg): removed warning messgae when allocating
2725         temporary registers, its a buggy feature and will be removed,
2726         * (pic16_popGet): set register instance field in AOP_CRY,
2727         * (pic16_outBitC): fixed for results in size greater than 1,
2728         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2729         * (pic16_storeForReturn): optimized return of 0,
2730         * (genCmp): experimental code for new genCmp which uses PIC18's
2731         special compare&skip instructions. Initial tests fail some times
2732         with variables grater than 1 byte in size, so new code is disabled,
2733         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2734         a single bit,
2735         * (genCast): began a fix to optimize the casting of a bit to another
2736         bit, now assigning a bitfield to another bitfield will fail, sorry,
2737         * src/pic16/main.c: disabled the use of lr-support feature,
2738         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2739         * added some function prototypes, added function _debugf prototype,
2740         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2741         bits with offset (case PO_GPR_BIT),
2742         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2743         command line,
2744         * (isBankInstruction): modified to return 0 for no banking instruction,
2745         and 1 for banking instruction,
2746         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2747         caused stop processing pCodes after a inline assembly block,
2748         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2749         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2750         registers when it shouldn't,
2751         * src/pic16/ralloc.c (allocReg): add preliminary support for
2752         supporting a limited set of temporary registers,
2753
2754 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2755
2756         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2757           genDataPointerSet): ensure assignments always copy in MSB to LSB
2758           order,
2759           (loadRegFromAop): recognize CLRH optimization,
2760           (genFunction): optimize RECEIVE iCodes in reentrant functions
2761
2762 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2763
2764         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2765           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2766           selected.
2767         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2768         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2769           contiguous with data
2770
2771 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2772
2773         * device/lib/_gptrget.c (_gptrget),
2774         * device/lib/_gptrgetc.c (_gptrgetc),
2775         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2776           instead of sjmp to ret
2777         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2778           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2779
2780 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2781
2782         * .version: bumped version to 2.4.7
2783         * device/lib/_gptrget.c (_gptrget): is now _naked
2784         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2785         * device/lib/_gptrput.c (_gptrput): is now _naked
2786         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2787           (createFunction): fixed xstack
2788         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2789         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2790           or bit either,
2791           (geniCodeCritical): store original interrupt state in an iTemp bit
2792           var unless stack-auto
2793         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2794         * src/SDCCmain.c (setIncludePath): added include/target to search path
2795         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2796         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2797           prototype,
2798           (processFuncArgs): put bit vars in bit area
2799         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2800           unsaveRBank): fixed xstack,
2801           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2802           (genFunction, genEndFunction): fixed xstack,
2803           (genAssign): optimization don't walk backwards through mem
2804         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2805         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2806         * support/regression/Makefile: also make library (for stack-auto) when
2807           making "all" and added "test-mcs51-xstack-auto"
2808         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2809         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2810         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2811         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2812         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2813           make-library by MAKE_LIBRARY
2814         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2815           regression tests for xstack
2816         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2817         * support/regression/tests/critical.c: test for critical on mcs51
2818
2819 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2820
2821         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2822           built version of sdcc instead of installed version
2823
2824 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2825
2826         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2827         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2828           vprintf.c now
2829         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2830         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2831           WARNING: remove device/lib/build/z80/printf.o by hand when
2832           updating from previous build!
2833         * device/lib/z80/printf.c: updated comment
2834         * support/regression/tests/bug1057979.c: test all ports now
2835         * support/regression/tests/bug1065458.c: file added
2836
2837 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2838
2839         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2840           *_start and *_end symbols for static functions
2841
2842 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2843
2844         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2845           and search crt0.o in all library paths,
2846           (setIncludePath): proper handling of --nostdinc,
2847           (setLibPath): proper handling of --nostdlib
2848         * support/regression/Makefile,
2849         * support/regression/ports/ds390/spec.mk,
2850         * support/regression/ports/gbz80/spec.mk,
2851         * support/regression/ports/hc08/spec.mk,
2852         * support/regression/ports/mcs51/spec.mk,
2853         * support/regression/ports/mcs51-large/spec.mk,
2854         * support/regression/ports/mcs51-stack-auto/spec.mk,
2855         * support/regression/ports/z80/spec.mk: use include and lib files from
2856           built version of sdcc instead of installed version
2857         * doc/sdccman.lyx: fixed typo in --nostdinc
2858
2859 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2860
2861         * src/pic/pcode.c,
2862         * src/pic/device.c,
2863         * src/pic/ralloc.c,
2864         * src/pic/gen.c : added support to generate code for struct bit fields.
2865
2866 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2867
2868         * as/xa51/xa_version.h,
2869         * device/include/errno.h,
2870         * device/include/regc515c.h,
2871         * device/lib/_itoa.c,
2872         * device/lib/_ltoa.c,
2873         * device/lib/ser_ir_cts_rts.c,
2874         * sim/ucsim/xa.src/glob.cc,
2875         * sim/ucsim/xa.src/inst_gen.cc,
2876         * sim/ucsim/xa.src/xa_bit.cc,
2877         * sim/ucsim/xa.src/xa_sfr.cc,
2878         * sim/ucsim/z80.src/inst_dd.cc,
2879         * sim/ucsim/z80.src/inst_fdcb.cc,
2880         * support/scripts/keil2sdcc.pl,
2881         * src/pic16/pic16.dsp,
2882         * src/pic16/pic16a.dsp: corrected cvs line endings
2883         * device/lib/printf_large.c: fixed bug 1057979
2884         * src/pic16/gen.c: fixed non-C standard code
2885         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2886         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2887         * support/regression/ports/mcs51/support.c: reload T1 asap
2888         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2889           pdata use and clear idata startup behaviour
2890         * support/regression/tests/bug1057979.c: added
2891
2892 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2893
2894         * device/examples/ds390/ow390/ad26.h,
2895         * device/examples/ds390/ow390/cnt1d.h,
2896         * device/examples/ds390/ow390/crcutil.c,
2897         * device/examples/ds390/ow390/ownet.h,
2898         * device/examples/ds390/ow390/owsesu.c,
2899         * device/examples/ds390/ow390/swt12.h,
2900         * device/examples/ds390/ow390/swtoper.c,
2901         * device/examples/ds390/ow390/temp10.h,
2902         * device/examples/ds390/ow390/thermodl.c,
2903         * device/examples/ds390/tinitalk/tinitalk.dsp,
2904         * device/examples/ds390/tinitalk/tinitalk.dsw,
2905         * device/examples/mcs51/clock/hw.h,
2906         * device/examples/mcs51/simple2/go.bat,
2907         * device/examples/serialcomm/windows/serial.h,
2908         * device/examples/xa51/dummy.c,
2909         * device/examples/xa51/hello.c,
2910         * device/include/80c51xa.h,
2911         * device/include/at89x051.h: corrected cvs line endings
2912
2913 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2914
2915         * src/pic16/main.c (options): added command line --gstack, to trace
2916         stack over/under flows,
2917         * added pragma 'wparam' to allow passing first byte of function
2918         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2919         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2920         call to __gstack_test function and sets up the symbol as extern,
2921         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2922         * popaop): added call to pic16_testStackOverflow,
2923         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2924         wparamList list,
2925         * (genCall, genPcall): now all parameters are passed via stack
2926         except in functions that are pass to wparam pragma in which WREG is
2927         used too,
2928         * (genPcall): REENTRANT flag is checked to see if variable prototype
2929         contains reentrant keyword, don't call a non-reentrant function, via
2930         a reentrant function pointer or vice versa, functions are never
2931         passed via WREG,
2932         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2933         D.Winkler,
2934         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2935         SIGSEGV when accessing a NULL register stucture,
2936         * (pic16_printGPointerType): modified to handle UPPER modifier for
2937         function initializers, changed prototype of function to simpler one,
2938         * (pic16_printIvalFuncPtr): check to see if function is already
2939         added in externs list,
2940         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2941         optimized a move from W to SFR with a move to the same register
2942         later after a CALL,
2943         * device/lib/pic16/debug: NEW directory, contains debug features
2944         which are enabled when linking with libdebug.lib, currently command
2945         line option --gstack enables stack pointer tracing for over/under
2946         flow, corresponding sources are in debug/gstack
2947
2948 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2949
2950         * doc/sdccman.lyx: updated SDCC version,
2951         * (PIC16 port): update list of command line options,
2952         * src/pic16/device.h (structure pic16_options_t): added field gstack
2953         to enable stack overflow tracing on push/pops,
2954         * src/pic16/device.c (statistics structure): added statistics
2955         structure,
2956         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2957         pic16_dump_int_registers): increase statistics counters for each
2958         * variable which is encountered
2959         * (pic16_dump_usection): emit each .udata variable to its own udata
2960         section,
2961         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2962         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2963         parameters via stack, otherwise use old scheme,
2964         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2965         assembler output file,
2966         * src/pic16/main.c: added command line options --gstack to enable
2967         push/pop tracing for stack overflow,
2968         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2969         instructions): added size of each instruction,
2970         * (pic16_countInstruction): estimate size of instructions in
2971         the_pFile list, inline assembly blocks are not counted,
2972         * (pic16_FixRegisterBanking): trace previous register usage, when
2973         banksel optimizations is greater than 0, don't emit a redudant
2974         banksel directive,
2975
2976 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2977
2978         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2979         * src/pic16/ralloc.c : applied same fix for pic16.
2980         * src/pic/gen.c : tidied it up a little.
2981
2982 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2983
2984         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2985         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2986
2987 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2988
2989         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2990
2991 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2992
2993         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2994         non-reentrant function __modsint in the interrupt function (thus
2995         corrupting math operations during serial I/O)
2996         * device/lib/ser_ir.c: as above, changed buffersize
2997         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2998         256.c,d for zeroing
2999         * doc/Makefile: added option -t for rsync
3000
3001 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3002
3003         * src/SDCCast.h (struct ast),
3004         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
3005
3006 2004-10-20 Borut Razem <borut.razem AT siol.net>
3007
3008         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
3009         package
3010
3011 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
3012
3013         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
3014         makefile targets,
3015         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
3016         support functions to replace long sequences of MOVFF's from access
3017         bank registers to stack and vice versa,
3018         * src/pic16/device.h: added new field opt_flags, where optimization
3019         flags can be set to enable certain features,
3020         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
3021         * pBlock, (genFunction, genEndFunction): surroung loop for
3022         saving/loading used registers in stack with PC_INFO pCodes,
3023         INF_LREGS. Code in between can then be optimized by pCode optimizer
3024         to support function calls,
3025         * (genDataPointerSet): fixed bug which loaded float fields in
3026         structures with corrupt data,
3027         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
3028         in a standard way debug info on stderr. Feature used for developing
3029         and debugging only,
3030         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
3031         obsolete chunks of code,
3032         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
3033         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3034         * pic16/src/pcode.c (pic16_newpCodeInfo,
3035         * (pic16_newpCodeOpLocalRegs),
3036         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3037         feature,
3038         * (pic16_pCodeConstString): printing of the initial value of a
3039         symbol as a comment is inhibited since parsing was already done by
3040         copyStr and output is corrupt,
3041         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3042
3043 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3044
3045         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3046
3047 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3048
3049         * as/mcs51/lkarea.c: removed old K&R style,
3050           (lnksect): changed check on boundary error,
3051           (lnksect2): changed check on boundary error,
3052           (lnksect2): extend XSTK to end of page if size = 1
3053         * as/mcs51/lkmain.c: removed old K&R style,
3054           (Areas51): create l_IRAM symbol
3055         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3056         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3057           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3058         * device/lib/_mullong.c: added version to be compiled with xstack
3059         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3060         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3061         * device/lib/mcs51/crtxstack.asm: fixed comment
3062         * src/SDCCglue.c: maxInterrupts defaults to 0,
3063           (emitMaps): added pdata,
3064           (createInterruptVect): (re)moved default,
3065           (glue): added pdata,
3066           (glue): moved __start__xstack to XSTK with default size 1
3067         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3068           and options.float_rent when options.stackAuto is set,
3069           (linkEdit): only write XDATA_NAME if provided on command line
3070         * src/SDCCmem.h,
3071         * src/SDCCmem.c: added pdata
3072         * src/port.h: added pdata_name to PORT
3073         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3074           (saveRegisters, unsaveRegisters): removed usage of B,
3075           (genMinus): fixed accumulator clash,
3076           (genJumpTab): added comment, this needs another look
3077         * src/mcs51/gen.c: added check for "B in use" paranoia,
3078           added pushB() and popB()
3079         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3080           chance
3081         * src/avr/main.c,
3082         * src/ds390/main.c,
3083         * src/hc08/main.c,
3084         * src/mcs51/main.c,
3085         * src/pic/main.c,
3086         * src/pic16/main.c,
3087         * src/xa51/main.c,
3088         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3089           added PSEG (PAG,XDATA) or NULL to port specifier
3090         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3091         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3092           (_mcs51_genInitStartup): removed __start__xstack equ,
3093           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3094         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3095         * src/z80/gen.c (_rleAppend): fixed warnings
3096         * support/regression/tests/zeropad.c: added pdata test
3097         * .version: bumped to 2.4.6
3098
3099 2004-10-17 Borut Razem <borut.razem AT siol.net>
3100
3101         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3102         as a part of nightly build
3103
3104 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3105
3106         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3107         WREG holds the first byte function parameters,
3108         * (aopForSym): take special case for symbols which are in FARSPACE
3109         but in CODESPACE too,
3110         * (assignResultValue): modified to take into account _G.useWreg,
3111         * (genCall): don't use wreg for parameter passing when function is
3112         declared as reentrant, too, added optimization INCF to stack
3113         pointer when stack parameter count is 1,
3114         * (genFunction, genEndFunction): refurnished and fixed to not using
3115         wreg for passing parameters when function has varargs or is
3116         reentrant, fixed bug with symbol name compare for generating
3117         functions in absolute address,
3118         * (pic16_storeForReturn): refurnished,
3119         * (genCmp): began writing a new version of the function, not ready
3120         yet, therefore it is disabled,
3121         * (genAssign): do not read code memory when assigning a function to
3122         a pointer function,
3123         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3124         array of characters, not pointer,
3125         * (pic16initialComments): in debug mode emit an .ident directive for
3126         the assembler,
3127         * (_process_pragma): emit a new warning type (internal to pic16)
3128         when setting stack to default length, emit a similar warning when
3129         placing a function at absolute address and address is not word aligned
3130         * (_pic16_parseOptions): added 'return TRUE' statement,
3131         * (_pic16_linkEdit): if compiling a source, then add the source's
3132         file object, first in the list of objects to link,
3133
3134 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3135
3136         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3137         * src/pic/main.c : removed VC warning.
3138         * src/pic/gen.c : changed comment.
3139
3140 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3141
3142         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3143         reference to a deprecated symbol _GPTRREG was causing failure to
3144         link. Thanks G. M. Gallant for the info.
3145
3146 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3147
3148         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3149         comments for Bugs item #954788.
3150
3151 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3152
3153         * src/pic16/device.c (pic16_dump_gsection,
3154         * pic16_groupRegistersInSection): handle symbols declared to be in
3155         access bank differently,
3156         * src/pic16/gen.c (struct _G): added field resDirect,
3157         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3158         send values read from stack directly to result and don't allocate
3159         temporary values,
3160         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3161         same registers,
3162         * (pic16_sameRegsOfs): NEW,
3163         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3164         free because they were not allocated from temporary pool,
3165         * pic16_popRegFromString): workaround to fix a problem with
3166         allocating variables twice or never,
3167         * (genGenPointerGet): using PRODL instead of FSR0H,
3168         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3169         instead of FSR0H,
3170         * (genAssign): take advantage of the _G.resDirect flag,
3171         * (genCast): around line 11844, use mov2f instead of directly
3172         MOVFF'ing between operands to account for literal values,
3173         * src/pic16/genutils.c: some new debug functions for gpsim have been
3174         added,
3175         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3176         float with integer part only,
3177         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3178         place variables in access bank
3179         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3180         updated sources to reflect recent changes in gen.c
3181
3182 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3183
3184         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3185         sources that searched for headers in installation path, now the
3186         device/include/pic16 is used,
3187         * src/pic16/glue.c (pic16glue),
3188         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3189         .line directives if not in debug mode, this suppresses assembler's
3190         warnings for ignored directives
3191
3192 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3193
3194         * src/port.h: made reset_regparms prototype void parameter explicit.
3195         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3196         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3197         * doc/sdccman.lyx: documented warning disabling and how to use
3198           printf_large to make it print floats.
3199         * device/include/stdbool.h: NEW
3200         * device/lib/_atof.c,
3201         * device/lib/_divuint.c,
3202         * device/lib/_divulong.c,
3203         * device/lib/expf.c,
3204         * device/lib/printf_large.c,
3205         * device/lib/sincosf.c,
3206         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3207         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3208           a completely reentrant lib.
3209
3210 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3211
3212         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3213         * device/include/pic16/stdio.h: fixed bug with colon
3214
3215 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3216
3217         * device/include/pic16/stdio.h,
3218         * device/include/pic16/stdlib.h,
3219         * device/include/pic16/math.h: NEW
3220         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3221         declared as _naked to reduce overhead
3222         * device/lib/Makefile.in (target port-specific-objects-pic16):
3223         changed * to *.* so to ignore the CVS directory,
3224         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3225         stacked variables back in stack,
3226         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3227         corruption
3228
3229 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3230
3231         * .version: bumped version number to 2.4.5
3232         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3233         * support/Util/SDCCerr.c (messages structure): added entry for
3234         W_POSSBUG2
3235
3236         Large cumulative patch for pic16 port and libraries.
3237         * device/include/pic16/sdcc-lib.h,
3238         * device/include/pic16/stdarg.h,
3239         * device/include/asm/pic16/features.h,
3240         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3241         * device/include/pic16/float.h: changes reentrant keyword with
3242         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3243         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3244         updated target build-libraries to include objects from gptr,
3245         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3246         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3247         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3248         all function headings,
3249         * src/SDCCmain.c: added global parameter userIncDirsSet,
3250         * (parseCmdLine): when option -I is encountered add directory to
3251         userIncDirsSet too,
3252         * src/version.awk: added space between control and long,
3253         * src/pic16/NOTES: added some notes for the port,
3254         * src/pic16/gen.c: added prototype for mov2fp function,
3255         * (fReturnpic16[]): properly named return value registers,
3256         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3257         * (aopForSym): added code to handle symbols with onStack flag set,
3258         symbols onStack are allocated PTRSIZE bytes,
3259         * (aopFreeAsmop): handles special case where asmops are stack objects,
3260         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3261         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3262         added argument lock to trace flaws in allocating temporary registers
3263         when developing port,
3264         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3265         * (pic16_popRegFromString): reenabled allocating a direct register
3266         from string,
3267         * (assignResultValue): various beautifications,
3268         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3269         referenced function argument,
3270         * (genIpush): reenabled to allow stacked arguments, handles only
3271         ic->parmPush iCodes,
3272         * (genCall, genPcall): major changes to allow for variable argument
3273         functions, fixed a bug with falsely restoring stack pointer after
3274         returning from call,
3275         * (genFunction): pending code for critical function,
3276         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3277         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3278         * (genNearPointerGet): fixed bug with indirect reading, was always
3279         reading from INDF0
3280         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3281         pointers,
3282         * (genAddrOf): rewrote code to take address of a stacked function parameter
3283         * (genCast): fixed casting to generic pointer type,
3284         * src/pic16/gen.h: added AOP_STA,
3285         * (struct asmop): added field stk,
3286         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3287         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3288         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3289         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3290         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3291         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3292         generic pointers,
3293         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3294         and library paths,
3295         * (pic16_port structure): generic pointer size is set to 3,
3296         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3297         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3298         compiler warning,
3299         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3300         operand is an iTemp,
3301
3302 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3303
3304         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3305         * debugger/mcs51/simi.c: addapt new syntax of s51
3306
3307 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3308
3309         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3310         * src/pic16/pcode.c: commented out some calls to free() in order to
3311         fix bug #989576,
3312
3313 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3314
3315         * src/SDCCicode.h,
3316         * src/SDCCicode.c (isiCodeInFunctionCall),
3317         * src/avr/ralloc.c (selectSpil),
3318         * src/pic/ralloc.c (selectSpil),
3319         * src/pic16/ralloc.c (selectSpil),
3320         * src/ds390/ralloc.c (selectSpil),
3321         * src/hc08/ralloc.c (selectSpil),
3322         * src/xa51/ralloc.c (selectSpil),
3323         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3324         stack in the middle of a function call sequence (fixes bug #1020268)
3325         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3326         costs associated with the minimum switch case.
3327
3328 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3329
3330         * src/SDCC.lex: fixed bug #1030549
3331
3332 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3333
3334         * src/SDCCcse.h (struct cseDef),
3335         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3336         over a function call if the CSE is derived from a symbol whose
3337         address has been taken (fixes bug #1029883)
3338         * support/regression/tests/bug-1029883: a new regression test for
3339         this bug
3340
3341 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3342
3343         * src/hc08/gen.c (emitinline): fixed bug #1029778
3344         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3345         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3346         and starts toward RFE #905167)
3347
3348 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3349
3350         * src/pic16/gen.c (mov2f): New function to move an operand to
3351         another without considering if it is a literal or a register,
3352         * (pic16_sameRegs): don't check if they are both AOP_REG,
3353         * (AccRsh): removed andmask=0 lines,
3354         * (genLeftShift): duplicated to be improved in future versions,
3355         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3356         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3357         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3358         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3359         * (insertBankSwitch): fixed inserting banksel directives algorithm
3360         for instructions that follow a skip instruction, this fixes a report
3361         for broken subtraction code generation,
3362         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3363         iCode is a left op, just in case result and right share the same
3364         registers
3365
3366 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3367
3368         * src/hc08/main.c,
3369         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3370         preservation of HX
3371         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3372         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3373         on 2004-09-12; it was buggy
3374
3375 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3376
3377         * src/SDCCsymt.h: removed RESULT_CHECK
3378         * src/SDCCast.c,
3379         * src/SDCCglue.c,
3380         * src/SDCCval.c,
3381         * src/pic/glue.c,
3382         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3383
3384 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3385
3386         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3387         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3388         configuration values no more rejected by compiler, they are assigned
3389         to configuration registers with a warning message instead,
3390         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3391         the for-loop so last conf register is emitted too,
3392         * (_pic16_initPaths): link library libsdcc.lib by default,
3393         * (_hasNativeMulFor): modified test for multiplication according to
3394         Raphael Neider's remarks. Integer multiplication is also done with
3395         support functions,
3396         * device/include/pic16/pic18fregs.h: corrected type error in while
3397         testing and including 18f6720 header file
3398
3399 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3400
3401         * src/pic16/device.h (pic16_options): removed field use_crt,
3402         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3403         until an optimization to handle single bits is added,
3404         * (pic16_loadFSR0): moved before genUnpackBits,
3405         * (genAnd): some white lines removed,
3406         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3407         leave_reset flags in pic16_options when using crt modules,
3408
3409 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3410
3411         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3412           for bugs 898889 & 979599. Also used some safer print instructions.
3413
3414 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3415
3416         * src/pic16/device.h (pic16_options_t): added field use_crt,
3417         crt_name, no_crt,
3418         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3419         catch a probable future bug,
3420         * src/pic16/gen.c: aopIdx function commented out,
3421         * (genAssign): commented out old code which used aopIdx,
3422         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3423         code, added if conditionals to take into account the --use-crt
3424         command line options,
3425         * src/pic16/main.c (pic16_optionsTable): added new command line
3426         options, --use-crt= and --no-crt,
3427         * (_pic16_linkEdit): now the proper crt object is added in the
3428         linker command line except than when --no-crt is specified,
3429         * src/pic16/pcode.c,
3430         * src/pic16/pcode.h: added some structures and functions for a new
3431         optimization scheme to compansate for instruction overhead between
3432         same iCodes, this scheme is currently under development and is not
3433         working in any way,
3434         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3435         to && operator,
3436         * device/lib/pic16/startup/crt0i.c,
3437         * device/lib/pic16/startup/crt0iz.c: added global char variable
3438         __uflags to force the generation of an idata section
3439
3440 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3441
3442         * doc/Makefile,
3443         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3444         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3445
3446 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3447
3448         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3449         Frieder) and clarified the default code optimization mode
3450
3451 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3452
3453         * src/SDCC.lex (doPragma, process_pragma),
3454         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3455         "opt_code_size", and "opt_code_balanced"
3456         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3457         regrouped options by category, added support for category headers
3458         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3459         and "--opt-code-size"
3460         * doc/sdccman.lyx: documented these new options and pragmas
3461         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3462         preference into account
3463
3464 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3465
3466         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3467           geniCodePreDec): Fixed bug 904237 by generating a warning
3468         * src/SDCCerr.h,
3469         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3470
3471 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3472
3473         * src/pic/device.c : When no max ram set validate full memory range.
3474         * src/pic/pcode.c,
3475         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3476
3477 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3478
3479         * device/lib/_gptrget.c,
3480         * device/lib/_gptrput.c: updated comment
3481         * device/lib/calloc.c,
3482         * device/lib/free.c,
3483         * device/lib/malloc.c,
3484         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3485         * src/SDCCcse.c (cseBBlock),
3486         * src/SDCCicode.c (printOperand, geniCodeArray),
3487         * src/SDCCicode.h (struct operand): fixed bug 868103
3488         * support/regression/tests/bug-868103.c: added
3489         * src/SDCCast.c (searchLitOp),
3490         * src/SDCCcse.h (struct cseDef),
3491         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3492         * src/SDCCicode.h (struct operand),
3493         * src/SDCCsymt.h (struct sym_link),
3494         * src/avr/gen.c (hasInc),
3495         * src/ds390/gen.c (hasInc),
3496         * src/hc08/gen.c (genPlusIncr, hasInc),
3497         * src/mcs51/gen.c (hasInc),
3498         * src/pic16/glue.c (pic16_printIvalChar),
3499         * src/pic16/ralloc.c (regWithIdx),
3500         * src/xa51/gen.c (hasInc) : removed warnings
3501         * src/SDCCast.c (createBlock): added comment ???
3502         * src/hc08/ralloc.c: updated comments
3503
3504 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3505
3506         * doc/sdccman.lyx: updated section on switch statements, added
3507         section about semaphore locking
3508         * doc/Makefile: added option -info for latex2html
3509         * device/lib/_gptrget.c,
3510         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3511
3512 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3513
3514         * src/pic/device.h,
3515         * src/pic/device.c,
3516         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3517          maxram is less than 0x100.
3518
3519 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3520
3521         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3522
3523 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3524
3525         * src/port.h,
3526         * src/mcs51/main.c,
3527         * src/ds390/main.c,
3528         * src/z80/main.c,
3529         * src/hc08/main.c,
3530         * src/pic/main.c,
3531         * src/pic16/main.c,
3532         * src/avr/main.c,
3533         * src/xa51/main.c
3534         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3535         a jump table is the best form for a switch statement, including
3536         automatic insertion of missing cases to make the case range
3537         continuous. Developed in collaboration with Frieder Ferlemann.
3538
3539 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3540
3541         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3542         accumulator result if it needs sign extension
3543
3544 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3545
3546         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3547
3548 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3549
3550         * device/lib/gbz80/printf.c,
3551         * device/lib/z80/printf.c: removed define for NULL
3552
3553 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3554
3555         * as/xa51/xa_link.c,
3556         * device/examples/ds390/ow390/ad26.c,
3557         * device/examples/ds390/ow390/cnt1d.c,
3558         * device/examples/ds390/ow390/counter.c,
3559         * device/examples/ds390/ow390/ds2480.h,
3560         * device/examples/ds390/ow390/ds2480ut.c,
3561         * device/examples/ds390/ow390/findtype.c,
3562         * device/examples/ds390/ow390/gethumd.c,
3563         * device/examples/ds390/ow390/owllu.c,
3564         * device/examples/ds390/ow390/ownetu.c,
3565         * device/examples/ds390/ow390/swt12.c,
3566         * device/examples/ds390/ow390/swtloop.c,
3567         * device/examples/ds390/ow390/temp.c,
3568         * device/examples/ds390/ow390/temp10.c,
3569         * device/examples/ds390/ow390/thermo21.c,
3570         * device/examples/ds390/ow390/tinilnk.c,
3571         * device/examples/ds390/ow390/tstfind.c,
3572         * device/examples/serialcomm/windows/serial.cpp,
3573         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3574         * device/include/reg51.h: fixed line endings for cvs
3575
3576 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3577
3578         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3579         packRegsForAccUse, packRegisters): new accumulator register
3580         packing algorithm
3581         * support/regression/ports/hc08/support.c (_putchar): suppress
3582         warning of unused variable
3583         * src/SDCCicode.c: added SWAP entry to codeTable
3584
3585 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3586
3587         * device/lib/sprintf.c: forgot to add this file before previous commit
3588
3589 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3590
3591         * src/pic16/gen.c (genPackBits): added operand right in function
3592         parameters, load result directly if p_type is POINTER (that is
3593         called by genNearPointerSet)
3594         * (genUnPackBits): added operand left in function parameters,
3595         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3596         FSR0 if accessing bitfields,
3597
3598 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3599
3600         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3601           _print_format; updated printf, sprintf, vsprintf
3602         * device/include/asm/default/features.h: corrected comment/define
3603         * device/lib/Makefile.in: added sprintf.c
3604         * device/lib/libsdcc.lib: added sprintf module
3605         * device/lib/printf_large.c,
3606         * device/lib/vprintf.c,
3607         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3608           into these 3 files
3609         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3610         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3611         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3612           hc08 test
3613         * support/regression/tests/zeropad.c: define idata as data for hc08
3614
3615 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3616
3617         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3618         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3619         labels are referenced at least once (even if a reference is not found)
3620         * src/hc08/gen.c (emitcode): set isComment flag for comments
3621         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3622         loads), rules 6a..6b (optimize jumps to return)
3623
3624 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3625
3626         * device/lib/acosf.c (acosf),
3627         * device/lib/asinf.c (asinf),
3628         * device/lib/atanf.c (atanf),
3629         * device/lib/ceilf.c (ceilf),
3630         * device/lib/cosf.c (cosf),
3631         * device/lib/coshf.c (coshf),
3632         * device/lib/cotf.c (cotf),
3633         * device/lib/fabsf.c (fabsf),
3634         * device/lib/floorf.c (floorf),
3635         * device/lib/log10f.c (log10f),
3636         * device/lib/logf.c (logf),
3637         * device/lib/sinf.c (sinf),
3638         * device/lib/sinhf.c (sinhf),
3639         * device/lib/sqrtf.c (sqrtf),
3640         * device/lib/tanf.c (tanf),
3641         * device/lib/tanhf.c (tanhf),
3642         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3643         replaced all instances of "reentrant" in the library functions
3644         defined in math.h with this macro.
3645         * support/regression/tests/float_trans.c: reenabled test for hc08
3646
3647 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3648
3649         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3650         erroneously deleted
3651
3652 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3653
3654         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3655         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3656         multi-byte volatile operands are used
3657         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3658         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3659         initialization to area GSINIT0 so that it would always precede
3660         any static initializers in GSINIT
3661         * support/regression/tests/zeropad.c: fixed idata define for hc08
3662         * support/regression/tests/bug-927659.c,
3663         * support/regression/tests/float_trans.c: disabled tests for hc08
3664         pending missing library routines
3665         * .version: increased version number to 2.4.4 - hc08 port now passes
3666         regression tests
3667
3668
3669 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3670
3671         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3672         * Makefile.common.in,
3673         * as/Makefile,
3674         * as/hc08/Makefile.in,
3675         * as/mcs51/Makefile.in,
3676         * as/z80/Makefile.in,
3677         * debugger/mcs51/Makefile.in,
3678         * device/include/Makefile.in,
3679         * device/lib/Makefile.in,
3680         * doc/Makefile,
3681         * link/Makefile,
3682         * link/z80/Makefile.in,
3683         * packihx/Makefile.in,
3684         * sim/ucsim/main_in.mk,
3685         * sim/ucsim/avr.src/Makefile.in,
3686         * sim/ucsim/doc/Makefile.in,
3687         * sim/ucsim/gui.src/serio.src/Makefile.in,
3688         * sim/ucsim/hc08.src/Makefile.in,
3689         * sim/ucsim/s51.src/Makefile.in,
3690         * sim/ucsim/xa.src/Makefile.in,
3691         * sim/ucsim/z80.src/Makefile.in,
3692         * src/Makefile.in,
3693         * support/cpp2/Makefile.in,
3694         * support/librarian/Makefile,
3695         * support/makebin/Makefile: added DESTDIR to the install path proposed
3696         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3697         * doc/sdccman.lyx: added DESTDIR documentation
3698
3699 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3700
3701         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3702         instruction for interrupt handlers, use fast returns when returning
3703         from high priority interrupts
3704
3705 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3706
3707         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3708         code generation
3709         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3710         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3711         bugs, ported much of Bernhard's code from mcs51
3712         * src/mcs51/gen.c (genSend),
3713         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3714         than one when calling a reentrant function
3715         * device/lib/_mullong.c: defined an alternate struct layout for big
3716         endian ports (hc08)
3717
3718 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3719
3720         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3721         test
3722
3723 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3724
3725         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3726         are sane and complete before asking the port its prefered parameter
3727         passing method (fixes bug #1017633)
3728         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3729         and _ret3
3730
3731 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3732
3733         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3734         problem in bitfields >= 8 bits.
3735
3736 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3737
3738         * src/SDCCsymt.c: undid changes that were not meant to be committed
3739
3740 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3741
3742         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3743
3744 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3745
3746         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3747           copied and wrong bit got inverted
3748
3749 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3750
3751         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3752         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3753         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3754         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3755         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3756         assignments to bitfields at known addresses
3757         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3758         reads from bitfields at known addresses
3759         * src/hc08/ralloc.c (packRegisters),
3760         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3761         genhc08Code): optimize pointer get values used as conditionals
3762         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3763         and branch
3764
3765 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3766
3767         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3768         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3769         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3770         as conditionals
3771
3772 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3773
3774         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3775
3776 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3777
3778         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3779         related problems
3780
3781 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3782
3783         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3784
3785 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3786
3787         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3788         mcs51 port
3789
3790 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3791
3792         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3793
3794 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3795
3796         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3797         cases use more compact code.
3798
3799 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3800
3801         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3802
3803 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3804
3805         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3806
3807 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3808
3809         * src/SDCCsymt.h,
3810         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3811         parameter of changePointer() from symbol* to sym_link*
3812         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3813         * src/SDCCsymt.c (compareType): void* type is castable to other
3814         pointers, but not necesarily an exact match.
3815         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3816         is no longer blindly treated as an exact match.
3817         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3818
3819 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3820
3821         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3822
3823 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3824
3825         * src/pic/gen.c,
3826         * src/pic/pcode.c,
3827         * src/pic/ralloc.h,
3828         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3829
3830 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3831
3832         * src/pic/device.c,
3833         * src/pic/device.h,
3834         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3835
3836 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3837
3838         * src/mcs51/gen.c (emitcode): fixed bug #992819
3839
3840 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3841
3842         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3843           there's no need to make it worse
3844
3845 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3846
3847         * src/mcs51/ralloc.c (deassignLR),
3848         * src/ds390/ralloc.c (deassignLR),
3849         * src/hc08/ralloc.c (deassignLR),
3850         * src/z80/ralloc.c (deassignLR),
3851         * src/pic/ralloc.c (deassignLR),
3852         * src/pic16/ralloc.c (deassignLR),
3853         * src/avr/ralloc.c (deassignLR),
3854         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3855         rlivePoint): fixed another part of bug #971834
3856
3857 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3858
3859         * src/z80/main.c: enabled "critical" keyword
3860         * src/z80/mappings.i,
3861         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3862         functions (fixes bug #979646)
3863         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3864
3865 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3866
3867         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3868           such as c:\mydir.
3869
3870 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3871
3872         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3873           doesn't disable too much optimizations
3874
3875 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3876
3877         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3878
3879 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3880
3881         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3882
3883 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3884
3885         * src/pic/gen.c tidied up tabs
3886         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3887         * src/pic/main.c tidied up tabs
3888         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3889         * src/pic/pcoderegs.c tidied up tabs
3890         * src/pic/ralloc.c tidied up tabs
3891
3892 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3893
3894         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3895         to S_FIXED for pic16 port and when symbol is not in level 0,
3896         allocate for S_REGISTER storage class and pic16 port, too,
3897         * src/pic16/device.h: prototype for checkSym,
3898         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3899         * (pic16_assignConfigWordValue): test the value and the mask to
3900         validate that the value is suitable for the configuration word,
3901         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3902         collect extern declared symbols, don't emit symbol twice, check
3903         first if symbol is in publics set first,
3904         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3905         * added command line '--fstack' which enables an experimental
3906         feature for stack access, too buggy to be used yet...
3907         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3908         * (pic16_allocDirReg): when register has storage class S_REGISTER
3909         allocate in pic16_dynAccessRegs,
3910         * device/include/pic16/pic18f????.h: modified configuration word
3911         naming convention, words started as CONFIG0H but should be CONFIG1H
3912
3913 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3914
3915         * device/include/mcs51reg.h: fixed bug 970993
3916
3917 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3918
3919         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3920         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3921         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3922         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3923         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3924         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3925           error/warning numbers,
3926           added function setWarningDisabled()
3927         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3928         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3929           _memcmp.c _memmove.c calloc.c realloc.c free.c
3930         * support/regression/tests/malloc.c: added tests for new functionality
3931         * support/regression/tests/zeropad.c: added tests for truncated initializers
3932           and initialized char arrays starting with '\x0'
3933         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3934
3935 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3936
3937         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3938
3939 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3940
3941         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3942         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3943         peephole 177.e. Thanks to anonymous
3944
3945 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3946
3947         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3948         function isn't used in the source but referenced as a
3949         variable initializer then declare it as extern in .asm file
3950
3951 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3952
3953         * .version: increased version number to 2.4.3
3954
3955         Adding version extension according to ChangeLog CVS revision
3956         * src/Makefile.in (target all): added dependency 'version.h'
3957         * (rule version.h): added rule to create version.h from ChangeLog,
3958         * (rule dep): added dependency version.h,
3959         * src/version.awk: AWK script to create version.h
3960         * src/SDCCdwarf2.c (dwWriteModule),
3961         * src/SDCCglue.c (initialComments),
3962         * src/SDCCmain.c (printVersionInfo): modified to write after
3963         version string the version extension number,
3964         * src/SDCCutil.c: included "version.h"
3965         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3966         number,
3967         * src/SDCCutil.h: added prototype for getBuildNumber
3968
3969         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3970         includeDirsSet, too,
3971         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3972         const char [] is found in function prototype...
3973
3974         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3975         moving to WREG with source is already in WREG,
3976         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3977         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3978         * (aopForSym): stack'ed symbols are partially supported, added
3979         if-clause to support symbols in FARSPACE,
3980         * (sameRegs): added test for AOP_ACC to see if registers are same,
3981         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3982         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3983         * (pic16_popRegFromString): will not allocate a new register if it
3984         doesn't find one by name, bug may have introduced...
3985         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3986         * (genIpush): revived to use pic16 port's stack,
3987         * (genAddrOf): added incomplete case for stack'ed operand,
3988         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3989         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3990         can handle multibyte operands,
3991         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3992         * (pic16initialComments): added message for MPLAB compatibility
3993         mode enabled,
3994         * src/pic16/main.h: prototype for pic16_mplab_comp,
3995         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3996         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3997         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3998         because of increased complexity of procedure,
3999         * (_process_pragma): stack pragma changed to format 'stack pos len',
4000         emit symbol '_stack_end' to conform with gplink,
4001         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
4002         to search for register,
4003         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
4004         PO_GPR_REGISTER,
4005         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
4006         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
4007         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
4008         case for PO_GPR_REGISTER,
4009         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
4010         dies, the new era is ahead !...
4011         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
4012         pic16_dynInternalRegs,
4013         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
4014         * (pic16_allocDirReg): minor optimizations and bug fixes,
4015         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
4016
4017         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
4018         load stack and frame pointer with address of 'stack_end' symbol
4019
4020 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
4021
4022         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
4023         without source code but only variable initializers
4024
4025 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
4026
4027         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
4028         external are not declared as extern to reduce overhead while linking
4029
4030 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
4031
4032         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
4033
4034 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4035
4036         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4037           Yee Keat for the patch
4038         * src/SDCCast.c (decorateType): fixed bug #979599
4039         * src/ds390/gen.h: removed local fReturnSizeDS390
4040         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4041         * src/ds390/gen.c (genAnd, genOr, genXor),
4042         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4043
4044 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4045
4046         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4047         add relFilesSet to $3, manipulate $2 to handle linking of object
4048         files without source files in command line,
4049         * device/include/pic16 (all headers): added ID location macros,
4050         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4051         entries for ID location bytes,
4052         * (pic16_assignIdByteValue): NEW,
4053         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4054         added field dumpcalltree to pic16_options_t,
4055         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4056         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4057         emitting rFalseIfx label after check_carry label,
4058         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4059         pic16_emitDIRegs), NEW
4060         * (pic16glue): dump .calltree file when option --calltree found,
4061         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4062         * (_pic16_genAssemblerPreamble): emit ID locations after
4063         configuration registers,
4064         * (pic16_linkCmd): modifications of the link command,
4065         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4066         * (pic16_pCodeInitRegisters): don't init stack registers,
4067         * (pic16_findPrevInstruction): fixed bug,
4068         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4069         bug with immediate registers,
4070         * (buildCallTree): traces stack push and pop,
4071         * (pct2): dump also stack usage for each function,
4072         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4073         * (pic16_allocDirReg): various modifications,
4074         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4075         fixed to 1,
4076
4077 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4078
4079         * src/pic16/pcode.c: removed buggy double colon
4080
4081 2004-07-01 Borut Razem <borut.razem AT siol.net>
4082
4083         * support/scripts/sdcc.nsi: added include/pic16 to setup
4084
4085 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4086
4087         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4088         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4089         target 'clean',
4090         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4091         specific command line arguments. Also added sample lkr script
4092         for placing a variable at a specific memory bank.
4093         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4094         at a specific memory bank,
4095         * (pic16_dump_isection): fixed bug which caused string literals to
4096         be omitted when dumping idata section,
4097         * (pic16_groupRegistersInSection): added code to handle registers
4098         in specific memory banks,
4099         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4100         public, all references are renamed too,
4101         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4102         AOP_DPTR2,
4103         * (pic16_storeForReturn): added case to handle when dest is WREG,
4104         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4105         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4106         pic16_rel_udata, check to see if that register is marked as being
4107         a member of a specific memory bank,
4108         * (pic16_printIvalCharPtr): added code to add string literals either
4109         to code or the idata sections,
4110         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4111         also accept the 'udata' pragma,
4112         * src/pic16/main.h: new structure types sectName and sectSym
4113         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4114         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4115         * (pic16_findPrevInstruction): fixed, it returned nothing,
4116         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4117         instruction combinations,
4118         * (pic16_FixRegisterBanking): heavily reorganised,
4119         * (pic16_AnalyzeBanking): if generating banksel directives is
4120         disabled, then don't call FixRegisterBanking at all,
4121         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4122         completely removed,
4123         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4124
4125 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4126
4127         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4128         Phuah Yee Keat <yk.phuah AT nestac.com>
4129
4130 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4131
4132         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4133         correctly the IVT even if it is relocated to some other location
4134
4135 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4136
4137         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4138         * device/include/pic16/pic18f2220.h: NEW,
4139         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4140         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4141         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4142         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4143         nodefaultlibs, ivt_loc is the location of the interrupt vector
4144         table, and nodefaultlibs signs that default libraries should not be
4145         linked in link stage,
4146         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4147         according to --ivt-loc argument,
4148         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4149         when pragma stack is found,
4150
4151 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4152
4153         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4154         256 (range check), 257 (do while), 258.a-f (bit banging
4155         f.e. on 3-wire SPI bus)
4156
4157 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4158
4159         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4160         variables used exclusively within a loop
4161
4162 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4163
4164         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4165
4166 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4167
4168         * src/SDCClrange.c (computeClash): fixed bug #971834
4169
4170 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4171
4172         * src/mcs51/gen.c (genCmp): fixed bug #975903
4173         * src/hc08/gen.c (operandsEqu),
4174         * src/ds390/gen.c (operandsEqu),
4175         * src/z80/gen.c (operandsEqu),
4176         * src/pic/gen.c (operandsEqu),
4177         * src/pic16/gen.c (operandsEqu),
4178         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4179         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4180
4181 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4182
4183         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4184
4185 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4186
4187         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4188         default case in switch statement,
4189         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4190         to eliminate problem with initialisation of pointers, but problem
4191         still exists,
4192         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4193         * (emitStaticSegment): removed various lines emitting debug info,
4194         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4195         added processor registers for utilizing EEPROM,
4196         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4197         configurable and set 8
4198
4199 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4200
4201         * .version: increased version number to 2.4.2,
4202
4203         Cumulative patch for pic16 port
4204         * src/pic16/device.c: changed scheme to dump initial values for
4205         variables in idata segment, all print_idata* functions were removed,
4206         now the pic16_printIval* will be called,
4207         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4208         * _pic16_printPointerType, pic16_printPointerType,
4209         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4210         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4211         NEW, similar to the respective functions in SDCCglue.c,
4212         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4213         way, emitting hex bytes,
4214         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4215
4216 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4217
4218         * src/avr/ralloc.c (serialRegAssign),
4219         * src/xa51/ralloc.c (serialRegAssign),
4220         * src/pic/ralloc.c (serialRegAssign),
4221         * src/pic16/ralloc.c (serialRegAssign),
4222         * src/hc08/ralloc.c (serialRegAssign),
4223         * src/z80/ralloc.c (serialRegAssign),
4224         * src/ds390/ralloc.c (serialRegAssign),
4225         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4226
4227 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4228
4229         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4230         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4231
4232 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4233
4234         Cumulative patch for pic16 port:
4235         * src/pic16/device.h (typedef PIC16_device) modified fields for
4236         defining microcontrollers,
4237         * src/pic16/device.c: added new info for all devices in Pics16 array,
4238         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4239         to be optimised out by the pCode optimiser,
4240         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4241         specially, bug reported by G.M. Gallant,
4242         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4243         as force'd so that cannot be optimised out by pCode optimiser,
4244         * src/pic16/pcode.c,
4245         * src/pic16/pcodepeeph.c,
4246         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4247         they are disabled by default, but can be enabled explicit with
4248         command argument --denable-peeps, for testing,
4249         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4250         --pomit-ivt in COMPILE_FLAGS
4251
4252 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4253
4254         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4255           compilation on MSVC
4256
4257 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4258
4259         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4260
4261 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4262
4263         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4264         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4265
4266 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4267
4268         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4269         would only assign 0x300001 register.
4270
4271 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4272
4273         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4274         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4275
4276 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4277
4278         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4279         for ds80c400
4280         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4281         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4282         added peephole 254 (left shift), 255 (jump table)
4283
4284 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4285
4286         * device/lib/Makefile.in: removed comment line with model-pic16,
4287         * (target port-specific-objects-pic16): the libraries and objects
4288         are copied to the build directory form the device/lib/pic16/bin
4289         directory
4290
4291         Cumulative patch concerning pic16 port:
4292         * library directory has been re-organized,
4293         * added support for PIC18F1220,
4294         * added headers and library sources for chips 18f1220,18f6520,
4295         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4296
4297         * configuration registers setting has changed, now each supported
4298         device has a complete description of the registers it uses,
4299         * all initialisations are moved to idata sections, these section
4300         can be absolute or relocatable,
4301         * fixed initialisation of codespace variables,
4302         * fixed warning about PCLATU and gpsim,
4303         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4304         * (genAssign): use table reads when assigning from variables in codespace,
4305         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4306         char/int variables placed in codespace,
4307         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4308         registers set in .asm file, no need for --pomit-config-words anymore,
4309         * (pic16glue): some 8051 legacy segments are commented out
4310         (to be removed completely),
4311         * added support for alternative assembler and linker with --asm=
4312         and --link= command line arguments,
4313         * peepholes are disabled automatically in the port, no need to
4314         specify on command line,
4315         * port supports natively char/int/long multiplication, but converts
4316         all divisions to support functions,
4317         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4318         to the file set in variable $2,
4319         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4320         strings in ASCII format and not in hex,
4321         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4322         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4323         allocate proper register if iCodes aren't temporary,
4324
4325 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4326
4327         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4328
4329 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4330
4331         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4332         is commented out
4333
4334 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4335
4336         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4337         computed address is reused
4338         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4339         multi-byte bitfields
4340
4341 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4342
4343         * src/z80/gen.c: (genArrayInit): must check for pointers too
4344
4345 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4346
4347         * support/regression/tests/zeropad.c: never meant to commit the
4348           nestedstruct test: removed, added check for GCC version
4349
4350 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4351
4352         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4353         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4354         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4355           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4356           bugs 928906 and 954082 half-empty initializers
4357         * src/SDCCsymt.h,
4358         * src/SDCCsymt.c (getAllocSize): added for above fix
4359         * src/z80/gen.c (genArrayInit): fixed bug 741044
4360         * support/regression/tests/zeropad.c: added tests
4361
4362 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4363
4364         * src/pic16/device.c (pic16_dump_section): corrected bug which
4365         caused some symbols of the libraries to be misplaced
4366
4367 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4368
4369         * src/pic16/glue.c,
4370         * src/pic16/ralloc.h,
4371         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4372         to fix conflict with pic port
4373
4374 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4375
4376         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4377         externs configuration variables,
4378         * src/pic16/ralloc.h,
4379         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4380         prototype in header, commented out some debug messages
4381
4382 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4383
4384         * src/pic16/glue.c,
4385         * src/pic16/main.c,
4386         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4387         for gpasm COFF object generation. Thanks to D. Hawkins for
4388         his patch info
4389
4390 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4391
4392         * src/ds390/main.c,
4393         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4394         Brock for spotting this)
4395         * src/ds390/gen.c (genEndFunction),
4396         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4397         interrupt handler and critical. Disable push/pop optimizations when
4398         peephole optimizations disabled.
4399
4400 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4401
4402         Updated pic16 library sources and headers.
4403         * device/lib/pic16/pic18f*/ ,
4404         * device/include/pic16/*.h: modified to handle structured SFR
4405         definitions
4406
4407 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4408
4409         * src/port.h (PORT structure): added hook initPaths, now each
4410         port can declare its own default search paths,
4411         which can been seen with the --print-search-dirs option,
4412         see pic16 port for example,
4413         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4414         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4415         * (doPrintSearchDirs): NEW, replaces in a central manner the
4416         printing of search dirs which was split in set*Paths functions,
4417         * (main): added call to port->initPaths and doPrintSearchDirs,
4418         * src/avr/main.c,
4419         * src/ds390/main.c,
4420         * src/hc08/main.c,
4421         * src/izt/i186.c,
4422         * src/izt/tlcs900h.c,
4423         * src/mcs51/main.c,
4424         * src/pic/main.c,
4425         * src/pic16/main.c: modified port structures to reflect addition of
4426         initPaths hook,
4427
4428         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4429         * (pic16_dump_section): for registers in same address reserve memory once,
4430         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4431         to no_banksel,
4432         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4433         result is greater in size than right or left,
4434         * (pic16_genUMult8X8_8): there are some cases where the result can
4435         be 16 bits size, so handle these,
4436         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4437         * (pic16_outBitC): modified to emit pcodes,
4438         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4439         or not,
4440         * (genDivOneByte): implemented algorithm to divide 8-bits,
4441         * (genCmp): uncommented goto, but issues still exist,
4442         * (genAnd): fixed a bug with variables >8bits,
4443         * (genPackBits): optimization added that uses BCF/BSF to change a
4444         single bit,
4445         * (genAssign): fixed bug when assigning floating point literals,
4446         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4447         __sdcc_gsinit_startup label,
4448         * src/pic16/main.c (_pic16_init): removed search directory
4449         initialisations,
4450         * (_pic16_initPaths): NEW, used to initialise search directories,
4451         * (_hasNativeMulFor): support functions for all except char/int
4452         multiplication, and char division,
4453         * (PIC16_port struct): modified entry for native mul support,
4454         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4455         no_banksel option,
4456         * (buildCallTree): call to register_usage is ifdef'ed out,
4457
4458 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4459
4460         * device/include/string.h: applied Stas Sergeev's patch to make this
4461         header file compatible with the preprocessor -Wundef option
4462         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4463         failure (fixes bug #941458)
4464
4465 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4466
4467         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4468         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4469         that the variable, not the function, should be static
4470         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4471         to be consistent with non-literal case
4472
4473 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4474
4475         * src/SDCCast.c (isConformingBody): fixed bug #949967
4476         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4477         convilong): fixed bug #952086
4478
4479 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4480
4481         * src/SDCCmem.c (allocVariables): fixed bug #955321
4482
4483 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4484
4485         * src/hc08/main.c (_hc08_genAssemblerEnd),
4486         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4487         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4488         completely eliminated the use of a temporary file
4489         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4490         when more than one file linked
4491         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4492
4493 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4494
4495         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4496         which fixes bug #543481
4497         * support/regression/tests/bug-751703.c: fixed comments left from a
4498         cut and paste error
4499         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4500         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4501         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4502         scopes
4503         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4504         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4505         are now changed to underscores in moduleName
4506
4507 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4508
4509         * as/mcs51/lkmem.c: better fix for bug #954173
4510
4511 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4512         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4513
4514         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4515         * device/include/c8051f000.h,
4516         * device/include/c8051f120.h,
4517         * device/include/c8051f300.h,
4518         * device/include/c8051f310.h,
4519         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4520         PWM16) and detab'ed
4521
4522 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4523
4524         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4525         and mailing lists, doc'ed --no-peep-comments, removed reference
4526         to knoppix (newest version has no LyX/LaTeX), other minor changes
4527         * src/SDCCglue.c (glue): save 2 bytes stack space with
4528         option --main-return. The ljmp could probably be avoided too
4529
4530 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4531
4532         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4533
4534 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4535
4536         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4537         * src/SDCCopt.c (isLocalWithoutDef),
4538         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4539         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4540         (credit to Maarten Brock for patch #949363, on which this is based)
4541         * support/regression/tests/bug-751703.c: some test cases of extern used
4542         within inner scopes.
4543
4544 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4545
4546         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4547         SPEC_STRUCT
4548         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4549         struct definitions
4550         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4551         dwWriteLabel): fix to create valid debugger symbols even when
4552         the module name has non-alphanumeric symbols in it
4553         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4554         when a variable's allocation has been optimized away
4555
4556
4557 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4558
4559         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4560         * src/hc08/main.c,
4561         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4562         * src/mcs51/main.c,
4563         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4564         * src/ds390/main.c,
4565         * src/z80/gen.c (z80_emitDebuggerSymbol),
4566         * src/z80/main.c,
4567         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4568         * src/pic/main.c,
4569         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4570         * src/pic16/main.c,
4571         * src/avr/gen.c (avr_emitDebuggerSymbol),
4572         * src/avr/main.c,
4573         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4574         * src/xa51/main.c,
4575         * src/SDCCdebug.c (emitDebuggerSymbol),
4576         * src/SDCCdebug.h,
4577         * src/port.h: added a debugger struct to the port struct. Added a
4578         callback for defining debugger symbols
4579
4580         * src/SDCCast.c (createLabel),
4581         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4582         with isitmp = 1
4583         * src/SDCCicode.h,
4584         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4585         iCode back to the ast for the function
4586
4587         * src/hc08/ralloc.c (hc08_assignRegisters),
4588         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4589         unneeded fields from the regs struct.
4590         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4591         pushReg() & pullReg() functions instead of emitcode()
4592
4593         * src/hc08/gen.c (genLabel, genhc08Code),
4594         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4595
4596         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4597         debugger hooks
4598
4599         * src/hc08/gen.c (genEndFunction, genhc08Code),
4600         * src/hc08/gen.h,
4601         * src/mcs51/gen.c (genEndFunction, gen51Code),
4602         * src/mcs51/gen.h,
4603         * src/ds390/gen.c (genEndFunction, gen390Code),
4604         * src/ds390/gen.h,
4605         * src/z80/gen.c (genEndFunction, genZ80Code),
4606         * src/z80/gen.h,
4607         * src/z80/z80.h,
4608         * src/pic/gen.c (genEndFunction, genpic14Code),
4609         * src/pic/gen.h,
4610         * src/pic16/gen.c (genEndFunction, genpic16Code),
4611         * src/pic16/gen.h,
4612         * src/avr/gen.c (genEndFunction, genAVRCode),
4613         * src/avr/gen.h,
4614         * src/xa51/gen.c (genEndFunction, genXA51Code),
4615         * src/xa51/gen.h,
4616         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4617         specific code to cdbFile.c and out of the backend code generators
4618
4619         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4620         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4621         starting address is now 0
4622
4623         * as/hc08/asm.h,
4624         * as/hc08/m08pst.c,
4625         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4626         assembler directive for DWARF support
4627         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4628
4629         * src/src.dsp,
4630         * src/Makefile.in,
4631         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4632
4633 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4634
4635         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4636         and inappropriate peephole optimization in jump tables
4637
4638 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4639
4640         * as/hc08/m08pst.c,
4641         * src/SDCCglue.c: sdccopt works for the hc08 port now
4642
4643 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4644
4645         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4646
4647 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4648
4649         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4650
4651 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4652
4653         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4654         rules
4655         * src/SDCCmain.c,
4656         * src/SDCCglobl.h,
4657         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4658         comments from the peephole optimizer replacement rules
4659         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4660         symbols
4661         * src/SDCCcse.c (updateSpillLocation),
4662         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4663         equivalents
4664         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4665         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4666         objects far pointers
4667
4668 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4669
4670         * src/SDCCsymt.h: a missing part of my last change
4671         * src/pic/ralloc.c (regTypeNum),
4672         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4673
4674 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4675
4676         * src/SDCCicode.h,
4677         * src/SDCCicode.c (aggrToPtrDclType),
4678         * src/SDCCptropt.h,
4679         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4680         ptrPseudoSymConvert),
4681         * src/pic/ralloc.c (regTypeNum),
4682         * src/pic16/ralloc.c (regTypeNum),
4683         * src/hc08/ralloc.c (regTypeNum),
4684         * src/ds390/ralloc.c (regTypeNum),
4685         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4686         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4687
4688 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4689
4690         * link/z80/lkmain.c (afile),
4691         * as/hc08/lkmain.c (afile),
4692         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4693         prevent a pointer problem when a filename has no directory and
4694         no extension specified.
4695
4696 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4697
4698         * link/z80/lkmain.c (afile): allow periods in directory names
4699         * link/z80/lkmain.c (afile),
4700         * as/mcs51/lkmain.c (afile),
4701         * as/hc08/lkmain.c (afile): allow linker script file to have an
4702         extension other than ".lnk"
4703         * link/z80/lklex.c (getfid),
4704         * link/z80/lkmain.c (parse),
4705         * as/mcs51/lklex.c (getfid),
4706         * as/mcs51/lkmain.c (parse),
4707         * as/hc08/lklex.c (getfid),
4708         * as/hc08/lkmain.c (parse): Support comments in the linker script
4709         file on lines by themselves and after filenames
4710
4711 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4712
4713         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4714
4715 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4716
4717         * src/z80/peeph-z80.def: removed some peephole rules that don't
4718         work with multibyte arithmetic (fixed bug #937126)
4719         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4720         to registers and not global variables
4721         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4722         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4723         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4724         checking for assignments not internally generated (fixed bug #931895)
4725         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4726         structure member (fixed bug #930072)
4727
4728 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4729
4730         * src/SDCCmain.c (linkEdit),
4731         * src/hc08/main.c (_hc08_parseOptions),
4732         * as/hc08/Makefile.in,
4733         * as/hc08/aslink.h,
4734         * as/hc08/asm.h,
4735         * as/hc08/m08pst.c,
4736         * as/hc08/lkrloc.c (relr, rele),
4737         * as/hc08/lkarea.c (lnkarea)
4738         * as/hc08/lkmain.c (afile, parse),
4739         * as/hc08/lkelf.c: support for ELF output
4740         * as/hc08/lks19.c (s19),
4741         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4742
4743 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4744
4745         * as/mcs51/lkihx.c: Fixed bug #899105.
4746
4747 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4748
4749         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4750         .dsp files from Unix to DOS.
4751
4752 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4753
4754         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4755         function pointers; we have been compliant for several months now.
4756         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4757         change that was accidently commented out
4758         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4759         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4760         bug #922319
4761
4762 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4763
4764         * src/hc08/gen.c: output of all of the internal debugging information
4765         is now controlled by the D() macro; it is disabled by default
4766
4767 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4768
4769         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4770         harder to keep the same registers during a CAST iCode
4771         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4772         long via int can be done in a single cast, if the signedness is
4773         correct.
4774         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4775         putchar() in tinibios.c in ds390's library
4776
4777 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4778
4779         * src/SDCCast.c (decorateType): fixed bug #898889,
4780         cast result of a literal complement too
4781         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4782         fixed check for bitfields
4783
4784 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4785
4786         * src/SDCCicode.c (geniCodeLogic): made it static,
4787         (geniCodeLogicAndOr): added in order to fix bug #905492,
4788         (ast2iCode): fixed bug #905492
4789         * support/regression/tests/bug-905492.c: added
4790         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4791         (processParms): fixed bug #927659: don't copy parms, this will clear
4792         decorated flag
4793         * support/regression/tests/bug-927659.c: added
4794
4795 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4796
4797         * src/SDCCast.c (addCast): don't cast float to char
4798         * device/lib/libsdcc.lib: added _memmove
4799
4800 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4801
4802         * device/lib/large/Makefile: fixed parallel execution by
4803         replacing `make` by `$(MAKE)`
4804
4805 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4806
4807         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4808         offsets (fixes bug #923936)
4809
4810 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4811
4812         * device/lib/small/Makefile: fixed parallel execution by
4813         replacing `make` by `$(MAKE)`
4814
4815 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4816
4817         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4818
4819 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4820
4821         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4822         * src/regression/Makefile: Regression test was not running.
4823
4824 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4825
4826         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4827         complement if possible
4828         * src/SDCCval.c (valComplement),
4829         * src/SDCCicode.c (operandOperation): fixed complement of literal
4830         * support/regression/tests/onebyte.c (testComplement): added
4831
4832 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4833
4834         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4835         return an optimized tree; actually replace actParm with the new tree
4836         * src/SDCCast.h: added some parantheses to remove side effects
4837         * support/regression/tests/bug-920866.c
4838
4839 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4840         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4841         Bit operands were not being handled properly in the pic14 port.
4842         (now src/regression/add.c passes again).
4843
4844 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4845
4846         * src/SDCC.y (labeled_statement): case and default no longer require
4847         a following statement (RFE #893037)
4848
4849 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4850
4851         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4852         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4853         disabled (fixes bug #916294)
4854         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4855         "mov a,acc"; patch provided by Lenny Story
4856         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4857
4858 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4859
4860         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4861         functions
4862         * src/ds390/gen.c (genFunction, genEndFunction),
4863         * src/ds390/ralloc.c (ds390_assignRegisters),
4864         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4865         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4866         pushed if there are parameters passed on the stack. Also, a cleaner
4867         way to decide if r0/r1 should be pushed/popped. (Together they fix
4868         bug #918693)
4869
4870 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4871
4872         * doc/sdccman.lyx,
4873         * device/lib/mcs51/crtpagesfr.asm,
4874         * device/lib/mcs51/crtxinit.asm,
4875         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4876         to avoid confusion with Si Lab's SFRPAGE register.
4877
4878 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4879
4880         * src/SDCCglue.c (emitMaps): allow public sfr variables
4881         * src/SDCCglue.c (initialComments): include compiler build date
4882         with compiler version and put the timestamp of the generated
4883         assembly file on a serperate line to be less confusing.
4884         * src/port.h: added genInitStartup hook
4885         * src/avr/main.c,
4886         * src/ds390/main.c,
4887         * src/hc08/main.c,
4888         * src/pic/main.c,
4889         * src/pic16/main.c,
4890         * src/xa51/main.c,
4891         * src/z80/main.c: genInitStartup initialize as NULL (default to
4892         historical behaviour)
4893         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4894         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4895         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4896         library instead of hard coding it into the compiler.
4897         * support/regression/ports/mcs51-stack-auto/spec.mk,
4898         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4899         * device/lib/mcs51/Makefile,
4900         * device/lib/small/Makefile,
4901         * device/lib/large/Makefile,
4902         * device/lib/mcs51/crtpagesfr.asm,
4903         * device/lib/mcs51/crtstart.asm,
4904         * device/lib/mcs51/crtxclear.asm,
4905         * device/lib/mcs51/crtxinit.asm,
4906         * device/lib/mcs51/crtclear.asm,
4907         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4908         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4909         and into user configurable files.
4910         * device/lib/clean.mk: clean mcs51 directory too
4911         * support/regression/tests/longlit.c: added static to T1 declaration
4912         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4913         accesses in the initialization code
4914
4915 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4916
4917         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4918         OSCTRIMVAL as noted in bug #916008
4919
4920 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4921
4922         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4923         in loops with multiple exits (reported as incorrect registers
4924         used by Martin Helmling in Sdcc-user list)
4925
4926 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4927
4928         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4929         made ds390 register extensions look less like error messages
4930
4931 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4932
4933         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4934         reported by Adam Wozniak in Sdcc-user list
4935
4936 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4937
4938         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4939         arithmetic optimizations, added debug output
4940
4941 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4942
4943         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4944         * sdcc.spec: updated and split sdcc into 3 rpms
4945         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4946         needed for literals of LEFT_OP and '+'
4947         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4948         introduced RESULT_TYPE_NOPROM
4949         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4950         left shift
4951         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4952         limited promotion to int only for '*'
4953         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4954
4955 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4956
4957         * src/pic16/gen.c (genSkip),
4958         (genc16bit2lit), (gencjneshort): commented out
4959         (is_LitOp): new helper function, checks operand type
4960         (genCmpEq): rewritten
4961
4962 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4963
4964         * support/regression/tests/bug-908454.c: added
4965
4966 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4967
4968         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4969         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4970         (geniCodeCast): cosmetic, don't preserve bit storage class
4971         (geniCodeLeftShift): added promotion
4972         (geniCodeLogic): fixed regression
4973         * src/SDCCsymt.c (computeTypeOr): accept bits too
4974         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4975
4976 2004-03-07  Borut Razem <borut.razem AT siol.net>
4977
4978         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4979
4980 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4981
4982         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4983         version of pic16_genPackRegisters which does not check if ic is a
4984         CAST operator,
4985         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4986         function cause string1.c regression test fails
4987
4988 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4989
4990         * sim/ucsim/configure.in,
4991         * sim/ucsim/configure,
4992         * sim/ucsim/doc/Makefile.in: use docdir
4993         * src/SDCC.y: fixed sbit atrributes
4994         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4995         * src/SDCCast.c (decorateType): |^& need special promotion handling
4996         * src/SDCCast.h,
4997         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4998         * src/SDCCsymt.h (computeType),
4999         * src/SDCCicode.c: computeType() needs op
5000         * src/SDCCsymt.c (checkTypeSanity),
5001         * doc/sddman.lyx: "plain" bitfields are unsigned
5002         * src/SDCCsymt.c (computeTypeOr): added
5003         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
5004         |^& ops
5005         * src/SDCCval.c (val*): computeType() needs op
5006         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
5007         * support/regression/tests/onebyte.c: added tests for |^&
5008
5009 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
5010
5011         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
5012         for writing icode into asm output.
5013
5014 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
5015
5016         * src/pic16/device.c: added some debug lines enabled
5017         with macro DEBUG_CHECK,
5018         * src/pic16/genarith.c: more debug in genPlus,
5019         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
5020         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
5021         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
5022         * (aopForSym): onStack symbols are re-placed in data memspace,
5023         and onStack flag is cleared,
5024         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
5025         copy temporary pcodeop,
5026         * (genPcall): added warning for not updating PCLATU,
5027         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
5028         always true for pic16 port,
5029         * (genMultOneWord): NEW, supports integer multiplication,
5030         * (genMult): modified to call genMultOneWord,
5031         * (ifxForOp): added warning when return NULL,
5032         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
5033         flag is set before call to operandFromSymbol for implicit
5034         added structures,
5035         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5036         options.intlong_rent are set by default,
5037         * (_hasNativeMulFor): modified to allow port generation of integer
5038         multiplication,
5039         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5040         set regtype to REG_SFR for all registers, restricting seting the
5041         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5042
5043 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5044
5045         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5046         more than 500 times in the regression tests
5047
5048 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5049
5050         * support/Util/SDCCerr.h,
5051         * support/Util/SDCCerr.c,
5052         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5053         enumerator_list),
5054         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5055         for symbol conflicts.
5056         * support/valdiags/tests/enum.c,
5057         * support/valdiags/tests/tentdecl.c,
5058         * support/valdiags/tests/struct.c: expect possible error messages
5059         referring to original symbol definitions.
5060         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5061         * src/SDCCsymt.h,
5062         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5063
5064 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5065
5066         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5067
5068 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5069
5070         * src/pic16/ralloc.c (newReg): fixed bug #908929
5071
5072 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5073
5074         * src/ds390/gen.c: added missing #include "main.h"
5075
5076 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5077
5078         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5079         checking if symbol is already in set,
5080         * src/pic16/device.h: prototype for checkAddSym,
5081         * src/pic16/gen.c: (_G): added entry interruptvector,
5082         * (assignResultValue): removed some commented out lines,
5083         * (genFunction): check for ISR via sym->type, absolute section for
5084         interrupt code is created via a new pBlock, the goto instruction is
5085         placed now correctly at the interrupt vector position, changed all
5086         references from ivec to _G.interruptvector,
5087         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5088         is the interrupt is a high priority one, same for return from ISR,
5089         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5090         externs to calls of checkAddSym,
5091         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5092         pic16_pcode_verbose flag is set,
5093         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5094         * src/pic16/pcoderegs.c: message about how many registers are saved
5095         will only be emitted if pic16_pcode_verbose flag is set,
5096
5097 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5098
5099         * src/ds390/ralloc.h,
5100         * src/ds390/ralloc.c (ds390_regWithIdx),
5101         * src/ds390/gen.c (emitcode),
5102         * src/ds390/main.h,
5103         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5104         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5105         ds390operandCompare, getRegsRead, getRegsWritten,
5106         initializeAsmLineNode): customized instruction size calculation for
5107         ds390, started basis for some register optimizations
5108         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5109         corresponding assembly output
5110         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5111         missing push/pop of r0/r1. Optimized push/pops
5112
5113 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5114
5115         * src/mcs51/main.c (instructionSize): fixed ACALL size
5116         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5117
5118 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5119
5120         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5121         the sorting of rlist with NULL elements
5122         * (print_idataType, print_idata): NEW to create idata sections
5123         * src/pic16/device.h: idataSymSet new variable
5124         * src/pic16/gen.c (genFunction): fixed some bugs in string
5125         comparing, improved the absolute section creation for ISRs,
5126         added FSR0L/FSR0H in registers that are saved in an ISR,
5127         * (genInline): fixed the processing of inline snippets,
5128         now they undergo no process by the peephole optimizer
5129         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5130         are placed in idataSymSet,
5131         * (pic16emitStaticSeg): extern symbols are added in externs,
5132         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5133         switching when aboslute variables are placed in access bank memory
5134         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5135         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5136         commented out with #if,
5137         * (pic16_packRegisters): reintroduce the check for CAST because some
5138         symbols are not correctly handled,
5139         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5140         pCodeInstruction instead of pCode,
5141         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5142         pCodeAsmDir definition,
5143         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5144         directive, then the argument directive is emitted without the leading
5145         tab, hack for inline labels which must be in the first column,
5146         * (compareLabel,pic16_findNextInstruction),
5147         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5148         * (insertBankSwitch): modified for the new pCodeAsmDir,
5149
5150 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5151         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5152
5153         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5154         instance,
5155         * (pushSide): commented out with #if,
5156         * (assignResultValue): fixed some typos in saving
5157         registers,
5158         * (genPcall): FIXED and sync'ed with genCall,
5159         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5160         * (genNearPointerGet): fixed to handle some more cases,
5161         implementation scheme via table reads,
5162         * (genConstPointerGet): modified to access code memory correct,
5163         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5164         and improved to handle some cases
5165         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5166         instead of "RETLW" for init data
5167         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5168         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5169         variables are placed in access bank memory (<0x80 and >=0xf80),
5170         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5171         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5172         TBLWT_POSTDEC,TBLWT_PREINC
5173         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5174         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5175         directives
5176         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5177         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5178         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5179         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5180
5181 2004-02-29  Borut Razem <borut.razem AT siol.net>
5182
5183         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5184         support/Util/findme.h, support/Util/system.h: enhance binary relative
5185         search for lib and include by using findProgramPath()
5186
5187 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5188
5189         * src/SDCCpeeph.h,
5190         * src/SDCCpeeph.c (pcDistance),
5191         * src/port.h,
5192         * src/mcs51/ralloc.h,
5193         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5194         * src/mcs51/main.h,
5195         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5196         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5197         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5198         size calculation port specific, started basis for some register
5199         optimizations
5200         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5201         missing push/pop of r0/r1. Optimized push/pops
5202         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5203         * device/lib/_modsint.c (_modsint),
5204         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5205         and stack version so regression tests pass
5206
5207 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5208
5209         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5210         * src/SDCCast.c (decorateType): catch another small optimization
5211         with '?' operator
5212         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5213         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5214         modified to finally use computeType() all over SDCC,
5215         see Feature Request #877103
5216         * src/SDCCval.h: cosmetic
5217         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5218         valCompare(); regression tested in muldiv.c
5219         * support/regression/tests/muldiv.c (testMod): mod sign follows
5220         dividend only
5221
5222 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5223
5224         * src/SDCCast.c (decorateType): fixed bug #902362
5225         * doc/INSTALL.txt: fixed install instructions for win32
5226
5227 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5228
5229         * device/include/Makefile.in (install): fixed by replacing spaces
5230         by tabs
5231         * doc/README.txt,
5232         * doc/INSTALL.txt: updated for release
5233         * doc/sdccman.lyx: added warning for --xstack being buggy
5234
5235 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5236
5237         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5238         to eliminate build warnings.
5239         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5240
5241 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5242            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5243
5244         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5245         removed -penable-stack, added comment for stack pragma, added
5246         warning for not initializing the stack/frame registers, removed
5247         comment at interrupts section
5248
5249         Stack is made permanent, there is no ability to disable stack usage.
5250         * src/pic16/device.h,
5251         * src/pic16/device.c: removed all references to USE_STACK macro,
5252         * src/pic16/device.c (pic16_dump_section): when no elements in
5253         rlist, free rlist before return,
5254         * (pic16_dump_int_registers): NEW, internal registers are a new set
5255         of general purpose registers reused by each function,
5256         * (checkAddReg): returns 1 if registers is added to set,
5257         * (pic16_groupRegistersInSection): when a registers is of type
5258         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5259         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5260         SRCASECMP macro is moved here from device.c
5261         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5262         PO_PCLATU, PO_PRODL, PO_PRODH,
5263         * (pic16_pCodeOpType, genMinus,
5264         changed compares to "a" register, with AOP_ACC,
5265         * (pic16_genPlus): fixed some bugs and indented properly,
5266         * (pic16_addSign): changed size to size+offset in the MOVWF
5267         instruction,
5268         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5269         multiply 8-bit operand by literal, result is 8-bit,
5270         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5271         multiply 2 8-bit operand, result is 8-bit,
5272         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5273         genUMult8X*_16,
5274         * src/pic16/gen.c: changed accUse to contain WREG only,
5275         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5276         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5277         true, do not use immediate addressing any more unless sym is a
5278         pointer in codespace,
5279         * (aopForRemat): do not use immediate addressing when symbol not in
5280         codespace and when symbol's address is requested,
5281         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5282         accUse size (= 1),
5283         * (aopGet): added case for AOP_ACC and don't return "accumulator
5284         bug" but WREG instead,
5285         * (popGetTempReg): pushes contents of temporary register in stack,
5286         * (popReleaseTempReg): pops contents of temporary register from
5287         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5288         * (pic16_popGet): separated case AOP_ACC to return register WREG
5289         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5290         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5291         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5292         the use of immediate pointers to certain cases only.
5293
5294         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5295         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5296         * (assignResultValue, genCall, genRet): modified to use the new
5297         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5298         genPcall is still broken,
5299         * (genFunction): added code to create 'A' type pBlocks when
5300         interrupt functions are generated, code not extensively tested yet,
5301         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5302         * (genEndFunction): modified so ISRs pop stored registers from stack,
5303         * (genMultOneByte): cleanup,
5304         * (AccRsh): added flag andmask, to and result with appropriate mask,
5305         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5306         * (genDataPointerGet): fixed and reenabled its use,
5307         * (genNearDataPointerGet): bugs fixed,
5308         * (genDataPointerSet): bugs fixed,
5309         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5310         pic16_DumpSymbol, pic16_DumpOp,
5311         * src/pic16/genutils.h: function prototypes for the above functions,
5312         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5313         pointers,
5314         * (pic16emitRegularMap): many many many improvements, but needs a
5315         major cleanup,
5316         * src/pic16/main.c: enable_stack in pic16_options is removed,
5317         * (_pic16_parseOptions): removed command line options -penable-stack,
5318         * (_process_pragma): emit stack symbol only when stack pragma is
5319         processed,
5320         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5321         redirected to FSR0L/FSR0H pair,
5322         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5323         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5324         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5325         for immediates,
5326         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5327         * (dumpPicOptype): NEW,
5328         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5329         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5330         with movff instruction,
5331         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5332         added pic16_int_regs, some packRegsFor* functions are commented out,
5333         because produce errors,
5334         * src/pic16/NOTES: minor modifications
5335
5336 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5337
5338         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5339         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5340         --pack-iram.
5341         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5342         * as/mcs51/lkaomf51.c: fixed bug #895763
5343
5344 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5345
5346         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5347
5348 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5349
5350         * doc/sdccman.lyx: added details about the HC08 storage classes and
5351         interrupts, fixed the register usage info for z80 & gbz80
5352
5353 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5354
5355         * doc/sdccman.lyx: added more pic16 port documentation
5356         * device/include/pic16/: added header pic18fregs.h
5357
5358 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5359
5360         * doc/sdccman.lyx: added Vangelis' contribution
5361
5362 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5363
5364         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5365         extend to the next CALL or PCALL, not just to the next CALL.
5366
5367 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5368
5369         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5370
5371 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5372
5373         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5374         bug #895752 and a better fix for bug #716790
5375
5376 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5377
5378         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5379
5380 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5381
5382         * doc/sdccman.lyx: minor changes, minor changed
5383
5384 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5385
5386         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5387         which can't handle SDCC_NEWONEBYTEOPS,
5388         (geniCodeMultiply): removed conversion from mult to shift for pic14
5389         and pic16
5390
5391 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5392
5393         * src/hc08/gen.h,
5394         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5395         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5396         thus fixing bug #895406
5397
5398 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5399
5400         * device/lib/_modsint.c,
5401         * device/lib/_modslong.c: sign follows divisor only
5402         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5403         signs or signedness can be ignored
5404         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5405         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5406         added optimization for IFX,
5407         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5408         arguments;
5409         reenabled optimization for IFX, which was removed on 2004-01-11
5410         * src/SDCCast.h: added return type IFX
5411         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5412         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5413         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5414         SDCC_OLDONEBYTEOPS selects the old behaviour
5415         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5416         changed again and commented promotion rule
5417         * src/SDCCval.c (valDiv): promotion no longer necessary
5418         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5419         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5420         rewritten
5421         * support/regression/tests/onebyte.c: added
5422
5423 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5424
5425         * gen.c (genInline): reverted to old code for assemnling inline
5426         code because of bug reported James Chadd
5427
5428 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5429
5430         * ralloc.h: missing declarations from previous patch,
5431         seems that patch for ralloc.h was never applied, fixed
5432
5433 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5434            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5435
5436         * pcode.c,
5437         * pcode.h,
5438         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5439         indirect addressing. Marked FSR0 as deprecated
5440         * gen.c (pointerCode): commented out, not needed now
5441         (pic16_popGet2p): new MOVFF helper function
5442         (genGenPointerGet),
5443         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5444         (shiftRLong): removed duplicate debugging info
5445
5446 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5447
5448         * src/ds390/gen.c (genNearPointerGet),
5449         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5450         optimization with bits, but not bitfields.
5451         * src/ds390/ralloc.c (packRegisters),
5452         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5453
5454 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5455
5456         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5457
5458 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5459
5460         * src/SDCCsymt.h,
5461         * src/SDCCicode.c (operandFromSymbol),
5462         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5463         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5464         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5465         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5466         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5467         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5468         bug #892038
5469         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5470         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5471         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5472         * src/SDCCsymt.c (newSymbol),
5473         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5474         enumerator_list),
5475         * src/SDCCval.h,
5476         * src/SDCCval.c (newiList): fixed bug #885705
5477
5478 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5479
5480         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5481         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5482
5483 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5484
5485         * device/include/c8051f120.h,
5486         * device/include/c8051f300.h,
5487         * device/include/c8051f310.h: added/updated header files for Silicon
5488         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5489         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5490         in new section Submitting patches
5491
5492 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5493
5494         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5495         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5496         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5497         genGenPointerSet),
5498         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5499         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5500         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5501         genGenPointerSet),
5502         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5503         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5504         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5505         genGenPointerSet),
5506         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5507         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5508         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5509         genGenPointerSet): fixed bug #892400
5510         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5511         to eliminate build warnings.
5512         * src/SDCCast.c (processParms),
5513         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5514         fixed bug 751859
5515         * support/valdiag/valdiag.py: added GCC to the list of defines active
5516         when compiling with gcc
5517
5518 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5519
5520         * support/Util/SDCCerr.h,
5521         * support/Util/SDCCerr.c,
5522         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5523         with an incomplete type (fixed bug #883734)
5524         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5525
5526 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5527
5528         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5529
5530 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5531
5532         * src/SDCCast.c (decorateType),
5533         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5534         function pointer implementation
5535         * support/regression/tests/funptrs.c: added tests to verify both forms
5536         of function pointers work correctly. Added tests to verify parameters
5537         are passed in the correct order.
5538
5539 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5540
5541         * device.c (regCompare): registers are sorted by ascending
5542         address and increasing size,
5543         * main.c (_pic16_finaliseOptions): removed the declaration
5544         of compiler macro MCU. Now a macro of the format pic18fxxxx
5545         will be defined from the command line
5546
5547 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5548             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5549
5550         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5551         PCOP_RLCF was overwritten!
5552         * gen.c (genSkip): commented out calls to pic16_emitcode,
5553         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5554         * (genlshTwo),
5555         * (genRRC): added debugging info,
5556         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5557         overwritten while shifting,
5558         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5559         overwritten while shifting,
5560         * (AccLsh),
5561         * (AccRsh),
5562         * (shiftLLeftOrResult),
5563         * (shiftRLeftOrResult),
5564         * (shiftRLong),
5565         * (shiftLLong): Implemented with pic16_emitpcode
5566         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5567         * (genLeftShift): Fixed bug, operand for shift by variable always
5568         was "and"ed with 0x0f,
5569         * (genLeftShiftLiteral),
5570         * (genrshTwo),
5571         * (genRightShiftLiteral): added debugging info,
5572         * (genrshFour): added comment,
5573         * (genRightShift): determined signedness from operand "left"
5574         instead of "result"
5575
5576 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5577
5578         * src/SDCCicode.c (geniCodeParms),
5579         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5580         function pointers, fixed function pointer bugs #861242 and #861896
5581
5582 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5583
5584         * device/include/c8051f000.h,
5585         * device/include/c8051f120.h,
5586         * device/include/c8051f300.h: added header files for Silicon
5587         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5588
5589 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5590
5591         * src/SDCCast.c (processParams): added new type flow and restructured
5592         (gatherAutoInit): added new type flow
5593         (addCast): cosmetic changes
5594         (getLeftResultType): added new type flow for array indices, patch
5595         provided by Stas, see FR #877103
5596         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5597         array index patch by Stas
5598         * src/SDCCast.h: added prototype getResultTypeFromType()
5599         * src/SDCCval.h,
5600         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5601         * src/pic/glue.c (pic14emitStaticSeg),
5602         * src/pic16/glue.c (pic16emitStaticSeg),
5603         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5604         for initialization of symbols
5605         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5606         * support/Util/SDCCerr.h:
5607         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5608         * .version: bumped version number to 2.3.8
5609         * device/include/Makefile.in (install),
5610         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5611         avoid warnings
5612
5613 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5614
5615         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5616         Slade Rich fixed an optimization bug
5617         * src/pic/pcodepeep.c,
5618         * src/pic/pcoderegs.c
5619         * doc/Makefile (install): added test for directory
5620
5621 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5622
5623         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5624         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5625         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5626         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5627         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5628         * as/mcs51/asexpr.c (term),
5629         * as/hc08/asexpr.c (term): fixed bug #887146
5630
5631 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5632
5633         * src/z80/gen.c (genMult): handle single byte result product
5634         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5635         DUMMY_READ_VOLATILE (fixed bug #886367)
5636
5637 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5638
5639         * support/regression/tests/libmullong.c: fixed logic, on little endian
5640         hosts we ended without a mullong_wrapper()
5641
5642 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5643
5644         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5645         virus/worm forged address usage.
5646
5647 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5648
5649         Fixed promotion, it should be done on AST level:
5650         * src/SDCCast.c (addCast): added promotion to int
5651         (decorateType): updated call to upCast()
5652         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5653         usualUnaryConversions()
5654
5655 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5656
5657         * support/regression/tests/literalop.c (mulWrapper): Added a
5658         wrapper to remove integer overflow warnings.
5659
5660         * support/regression/tests/float_trans.c: Made work on host.
5661
5662         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5663         location of sz80.
5664
5665         * support/regression/generate-cases.py (main): Changed from inline
5666         to a main method.
5667
5668         * doc/Makefile (install): Changed to depth first to get rid of
5669         missing directory install warning.
5670
5671         * as/Makefile (install-doc): Made work on Mac.
5672
5673 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5674
5675         * src/SDCCast.c: added an additional type flow in decorateType() of
5676         opposite direction, see feature request #860006; it's enabled at runtime
5677         by setting the environment variable SDCC_NEWTYPEFLOW
5678         * src/SDCCast.h: changed prototype of decorateType()
5679         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5680         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5681         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5682         see feature request #877103
5683         * src/SDCCval.c: updated call of decorateType()
5684         (valBitwise): fixed bug #882876
5685         (valMinus): added promotion
5686         (valLogicAndOr): result is unsigned
5687         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5688         * src/SDCCsymt.c (computeType),
5689         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5690         must not cause an unsigned operation
5691         * src/pic/glue (pic14emitRegularMap),
5692         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5693
5694 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5695
5696         * src/pic/pcode.c (PCodeID): commented out left over debug code
5697
5698 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5699
5700         * support/valdiag/tests/overflow.c: added shift tests
5701         * src/pic/device.c,
5702         * src/pic/gen.c,
5703         * src/pic/gen.h,
5704         * src/pic/glue.c,
5705         * src/pic/main.c,
5706         * src/pic/pcode.c,
5707         * src/pic/pcode.h,
5708         * src/pic/pcodepeep.c,
5709         * src/pic/pcoderegs.c,
5710         * src/pic/ralloc.c,
5711         * src/pic/ralloc.h: applied patch from Slade Rich;
5712         added support for multiple code pages and multiple RAM banks on the
5713         PIC 14 port. The ASM files now no longer simply assume all the
5714         code / RAM are in the same page / bank. This means the linker can
5715         safely allocate code/RAM of separate ASM files to different pages/banks.
5716         * doc/sdccman.lyx: added Slade's tips
5717         * src/mcs51/peeph.def: fixed bug #880768
5718
5719 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5720
5721         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5722         * src/SDCCast.c (decorateType): fixed bug #880197
5723
5724 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5725
5726         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5727         getopt.h.
5728
5729         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5730         strtof is not part of C89 and isn't included with Mac OS X.
5731
5732 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5733
5734         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5735         shiftL2Left2Result): fixed bug #879326
5736         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5737         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5738         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5739         address fetch for clr instruction
5740         * device/lib/hc08/_mulint.c: created optimized assembly version
5741         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5742
5743 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5744
5745         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5746         proposed in FR #877103
5747
5748 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5749
5750         * src/SDCCval.c (cheapestVal): added missing checks
5751         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5752         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5753
5754 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5755
5756         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5757         equal operands
5758
5759 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5760
5761         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5762         loaded with the linker search paths (-L arguments) and the libraries
5763         to be linked with the current source (-l arguments). Changes
5764         currently will affect only the pic16 port.
5765         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5766         include path the port specific paths and port specific libraries,
5767         * gplink command now contains the $3 argument,
5768         * src/pic16/device.h,
5769         * src/pic16/device.c,: structure PIC_device is made public and
5770         renamed to PIC16_device, the same for variable Pics which is renamed
5771         to Pics16. Updated all references to them.
5772         * src/pic16/glue.c (pic16glue): corrected bug with code
5773         initialization which bypassed the variable initializations block.
5774
5775         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5776         COMPILE_FLAGS and added the --nostdinc option
5777
5778 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5779
5780         * device/include/mc68hc908jb8.h: Register defs for another member
5781         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5782
5783 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5784
5785         Documenting changes from previous commits.
5786         * configure.in (version 1.56),
5787         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5788         when generating output files to configure the pic16 library,
5789         but now I've commented it out, since gputils aren't installed in the
5790         SF compile farm, so library won't compile
5791
5792         * device/lib/Makefile.in (version 1.56): initially I've added in
5793         target 'all' the prerequestive 'model-pic16' so it compiled the
5794         pic16 library, but now I've commented it out for the same reasons
5795         above,
5796         * added targets 'model-pic16' and 'objects-pic16' to compile the
5797         library
5798         * added target 'port-specific-objects-pic16' to handle the
5799         generated libraries and copy them into the build/ directory
5800         * added target 'clean-intermediate-pic16' to clean intermediate
5801         files into pic16 directory
5802         * in target 'installdirs' added line to create directory pic16 in
5803         the installation path
5804
5805         * device/include/Makefile.in (version 1.11): in target 'install'
5806         added lines to copy all header files to installation path,
5807         * in target 'installdirs' added line create directory for pic16
5808         headers in the installation path
5809
5810 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5811
5812         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5813          a function call
5814
5815 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5816
5817         * configure,
5818         * device/lib/configure.in,
5819         * device/lib/configure: fixed for autoconf 2.57
5820
5821 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5822
5823         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5824         option so that it actually works. Made it specific to the z80, since
5825         the gbz80 doesn't have these kinds of I/O ports.
5826
5827 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5828
5829         * device/include/z180.h,
5830         * device/lib/_memcpy.c,
5831         * device/lib/_memmove.c,
5832         * device/lib/_mulint.c,
5833         * device/lib/ser_ir.c,
5834         * device/lib/ser_ir_cts_rts.c,
5835         * device/lib/_strcmp.c,
5836         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5837         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5838         portmode; added deprecation warning for bank= and protmode= forms.
5839         Also, guard against buffer overflow.
5840         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5841
5842 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5843
5844         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5845         changed interrupt vector table generation to only emit declared vectors.
5846         * device/include/Makefile.in: added missing backslash
5847         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5848
5849 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5850
5851         Mainly changes to support compilation of the device libraries
5852         * src/pic16/device.c: stack is allocated via symbol and not
5853         via literal number. The symbol is placed in the corresponding
5854         position of the data ram
5855         * (pic16_dump_section): relocatable and absolute uninitialized
5856         data are now emitted in sorted order to reduce section naming,
5857         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5858         weren't marked as being in the access bank,
5859
5860 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5861
5862         Added portion of GNU PIC Library under the directory
5863         device/include/pic16 and device/lib/pic16. These files
5864         contain the declarations of SFRs for the PIC18Fxx2 devices.
5865         The directory is initialized via configure from toplevel.
5866
5867 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5868
5869         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5870         the spilllocations to be compared correctly
5871
5872 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5873
5874         * src/SDCCast.c (decorateType): fixed bug introduced today
5875
5876 2004-01-12  Borut Razem <borut.razem AT siol.net>
5877
5878         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5879         doc/sdccman.lyx: upper case pragmas are deprecated
5880
5881 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5882
5883         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5884         in simpler and even better code
5885
5886 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5887
5888         * src/SDCCicode.c (operandOperation): fixed bug #874819
5889         * src/SDCCast.c (decorateType): fixed
5890         char foo (unsigned long ul) { return ul > 0; }
5891
5892 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5893
5894         * doc/sdccman.lyx: Moved and added some sections, small changes
5895         all over. Telling LaTeX to be less strict with word spacing
5896         to better keep the right margin. Changed some notes about
5897         maintainance of the ports in section 3.2.1 - is it OK like this?
5898
5899 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5900
5901         SDCC source changes:
5902         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5903         convilong): modified to inform the pic16 port that builtin functions
5904         are external
5905
5906         PIC16 PORT specific changes:
5907         * src/pic16/device.c pic16_dump_equates() added,
5908         processor registers declared internally by the port are emitted in
5909         the translation as equates,
5910         * src/pic16/gen.c: inline code is passed unprocessed to the
5911         translation,
5912         * (pic16_popGetLit2): fnuction modified to take second operand as
5913         pCodeOp pointer and not as literal,
5914         * (popRegFromIdx): prefixed with pic16_,
5915         * (pic16_popCombine2): modified to receive already allocated pCode
5916         operands,
5917         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5918         * (genFunction): initializes local stack frame and pushes on stack
5919         all the registers used by this function,
5920         * (genEndFunction): restores all registers from stack and restores
5921         stack frame,
5922         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5923         improvements,
5924         * (pic16glue): changed the program startup sequence,
5925         * added new dbName code 'A' for functions placed in absolute section
5926         * src/pic16/main.c: added function attribute _naked,
5927         * added pragma 'code' to place a fnuction at an absolute address,
5928         * added command line arguments --debug-ralloc and --pcode-verbose,
5929         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5930         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5931         * (pic16_newpCodeOpLit2): modified to take the second operand as
5932         pCodeOp pointer,
5933         * (pic16_printpBlock): modified to emit each function in a separate
5934         section,
5935         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5936         UPPER for immediate operands,
5937         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5938         instruction,
5939         * src/pic16/peeph.def: all peepholes with movff are commented out,
5940         because there is a problem in the pcode peep optimizer,
5941         * src/pic16/ralloc.c: the register allocator can now reuse local
5942         function symbols for another function. This saves register usage.
5943         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5944
5945         Added file src/pic16/NOTES with information about program writing on
5946         the current port version.
5947
5948 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5949
5950         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5951         and peephole 252 (array access)
5952
5953 2004-01-09  Borut Razem <borut.razem AT siol.net>
5954
5955         * src/SDCCmain.c : fixed #872250: -l command line defined library
5956           files are scanned before standard library files
5957
5958 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5959
5960         * src/SDCCast.c (decorateType): fixed bug #874046
5961
5962 2004-01-09  Borut Razem <borut.razem AT siol.net>
5963
5964         * support/scripts/sdcc.nsi: remove previous installation
5965
5966 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5967
5968         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5969         bytes for last interrupt vector (mcs51)
5970         * sdcc.spec: fixed typo
5971
5972 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5973
5974         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5975         gen51Code): more efficient parameter receive for --model-large
5976         ("bug" #845294)
5977
5978 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5979
5980         * src/ds390/main.c,
5981         * src/z80/main.c: added missed needLinkerScript flags (more than
5982         one port structure defined in these file)
5983         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5984         bug #795325
5985
5986 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5987
5988         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5989         * src/port.h: added flag needLinkerScript in port->linker
5990         structure to inform whether to create a .lnk file or not,
5991         * src/avr/main.c,
5992         * src/ds390/main.c,
5993         * src/hc08/main.c,
5994         * src/mcs51/main.c,
5995         * src/pic/main.c,
5996         * src/pic16/main.c,
5997         * src/xa51/main.c,
5998         * src/z80/main.c: changed appropriately to configure
5999         needLinkerScript flag
6000         * src/pic/gen.c,
6001         * src/pic16/gen.c (genAddrOf): fixed bug #863624
6002         * src/pic/glue.c: added variable udata_section_name to
6003         override default uninitialized data segment definition for
6004         devices only with SHAREBANK memory (reported from Erik Epetrich)
6005         * (pic14emitOverlay): modified to emit a commented overlay segment
6006         directive when no overlay data exist
6007         * (picglue): modified to emit uninitialized data segment
6008         according to udata_section_name
6009         * src/pic/main.c (_pic14_parseOptions): added command line
6010         options --udata-section-name=[name] to override default
6011         udata definition name
6012         * modified _linkCmd and _asmCmd to include compiler passed
6013         arguments via -W option
6014         * src/pic16/main.c: added $l in _asmCmd, changed extension for
6015         object file from '.rel' to '.o' in port->linker structure,
6016         changed size of fptr from 2 to 3 in port structure
6017
6018 2004-01-07  Borut Razem <borut.razem AT siol.net>
6019
6020         * support/scripts/sdcc.nsi: update PATH
6021         * support/scripts/sdcc.ico: craeted
6022
6023 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
6024
6025         * device/include/Makefile.in: fix install
6026         * doc/Makefile: fix install
6027
6028 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6029
6030         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
6031         in bug #860505
6032         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
6033         how the function variable allocation summary is displayed; also
6034         include information about variables allocated to the overlay
6035         segment
6036
6037 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6038
6039         * as/mcs51/lkmain.c: Help about -Y option
6040         * as/mcs51/lkarea.c: Fixed gcc warnings
6041
6042 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6043
6044         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6045         fixed warning
6046         * support/valdiag/tests/overflow.c: added
6047         * src/SDCCast.c (decorateType),
6048         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6049         LEFT_OP (left shift)
6050
6051 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6052
6053         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6054         (default behaviour).
6055
6056 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6057
6058         A python script to validate compiler diagnostic messages. It can be
6059         used to verify that sdcc complains about bad c source code and
6060         gives a good location of the error.
6061         * support/valdiag/Makefile,
6062         * support/valdiag/valdiag.py,
6063         * support/valdiag/tests/*
6064
6065 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6066
6067         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6068         * src/SDCCsymt.c (newEnumType),
6069         * src/SDCCsymt.h
6070         * support/Util/SDCCerr.c,
6071         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6072         enum related bugs.
6073         * support/regression/tests/enum.c: added test for enum values that
6074         require at least 2 bytes of storage.
6075
6076 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6077
6078         * src/common.h: added ifndef/define/endif macros
6079         around the header file.
6080         Bug reported from Jesus Calvino-Fraga
6081
6082 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6083
6084         * sdcc.spec: updated
6085         * device/include/Makefile.in: don't install CVS directories
6086         * device/lib/Makefile.in: added removal of CVS directories after install
6087         * doc/Makefile: fixed install, added local_icons
6088         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6089         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6090         * src/ds390/gen.c (genRightShift): fixed bug #870788
6091         * src/SDCCast.c (decorateType): fixed bug #870781
6092
6093 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6094
6095         PIC16 port related changes:
6096         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6097         added variable stackPos,
6098
6099         * gen.c: genCall, assignResultValue: added support for
6100         pushing/retrieving function parameters to/from stack,
6101         genFunction,genEndFunction: setup stack frame for the
6102         generated function,
6103         genAddrOf: will be changed according to bug 863624
6104
6105         * added files genutils.c and genutils.h which contain gen*
6106         debugged and optimised functions extracted from gen.c
6107
6108         * glue.c: added variable 'externs' which holds extern symbols,
6109         pic16emitRegularMap: is modified to properly handle relocatable
6110          symbols under the new scheme,
6111         pic16createInterruptVect: is modified
6112         pic16printPublics: is modified to emit 'global' assembler directives,
6113         added pic16_printExterns to print extern symbols,
6114         pic16glue: initializes stack/frame pointer in the beginning of
6115         the assembly output. Temporary hack, will be corrected later,
6116         because gplink yet does not support stack and SDCC does not
6117         yet support a type of crt0.o object to create the final binary.
6118
6119         * Removed many lines that contain 8051 legacy code.
6120         * The code is finally placed under a 'code' directive.
6121         * Added port specific options.
6122
6123         * _process_pragma: simplified since now we do not need *special*
6124         include file to define SFR registers. But a separate header
6125         will be needed. This will be developed later.
6126         * _pic16_parseOptions: added, parses port specific options:
6127         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6128         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6129         --preplace-udata-with=
6130
6131         * _pic16_setDefaultOptions: modified to initialize section names,
6132         but hack is temporarly out of order since it needs improvement.
6133         * _pic16_genAssemblerPreamble: configuration words are emitted by
6134         their address instead of their name. This part is incomplete and
6135         supports only the 18Fxx2 devices. Other devices will emit an error
6136         during assembly since they do not contain the same set of config
6137         registers
6138         * _pic16_genIVT: is modified,
6139
6140         * pcode.c: added definitions for some hardware registers that are needed
6141         for stack support
6142         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6143         All PCI entries are updated. Now LFSR is supported.
6144         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6145         * added pic16_newpCodeOpLit2 to support instructions with
6146         two literal arguments
6147         * pic16_pCode2str: corrected code that emits assembler instructions
6148         with two literal operands and those that have an access bit modifier
6149         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6150         this fixes a bug which caused some labels to be lost, when an
6151         assembler directive was added, i.e. banksel,
6152         * pic16_FixRegisterBanking: improved logic that causes the insertion
6153         of bank switching,
6154         * InlineFunction: functions that are called once, are not any more
6155         inlined. This can be a port option in the future,
6156
6157         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6158
6159         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6160         hold the corresponding uninitialized symbols,
6161         * pic16_allocProcessorRegister: registers have explicit marked the
6162         accessBank field,
6163         * pic16_allocInternalRegister: registers are explicit marked as
6164         not used,
6165         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6166         processing list, so bit registers were lost,
6167         *
6168
6169         * ralloc.h: added field 'accessBank' and original symbol operand
6170         in register definition,
6171         * removed the field isMapped from register definition,
6172
6173         ** Several functions have been removed from various sources:
6174         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6175         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6176         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6177         pic16_assignRelocatableRegisters
6178
6179         ** others have been introduced:
6180         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6181         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6182
6183 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6184
6185         * support/scripts/inc2h.pl: changed definition of BIT_AT
6186         to emit 'sbit at' instead of 'bit at'. This was a request.
6187
6188         PIC16 port related preliminary changes:
6189         * gen.c: prefixed function popRegFromString with
6190         pic16_ and all references to it corrected
6191         * pcode.c: all pic16_pc_* hardware registers prefixed
6192         with underscore (_),
6193         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6194         * ralloc.c: newReg(): when register is REG_SFR then
6195         set address to rIdx,
6196         pic16_allocProcessorRegister(): marks register wasUsed=0
6197         pic16_writeUsedRegs(): added a call to assign processor
6198         registers via pic16_assignFixedRegisters
6199
6200 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6201
6202         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6203         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6204         variables in unused register banks.  Also the SSEG is placed
6205         wherever there is enough space for it, and IDATA can be anywhere
6206         in internal RAM.  For now compile using -Wl-Y[stack_size].
6207         The mem file is different for this option as well, since it
6208         makes no sense of talking about DSEG lenght.
6209
6210 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6211
6212         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6213         in certain cases, e.g. when ROM assignment, patch provided
6214         from Albert den Haan.
6215
6216 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6217
6218         Many signedness and type propagation fixes:
6219         * src/SDCCicode.c: made geniCodeCast() static
6220         replaced SPEC_ by IS_ (cosmetic)
6221         (operandOperation): fixed div and mod operation
6222         (usualBinaryConversions): added support for promotion of char
6223         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6224         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6225         (geniCodeAdd): an array index will stay unsigned, even if promoted
6226         from char to int
6227         (geniCodeArray): ditto
6228         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6229         * src/SDCCsymt.c (computeType): added more support for char;
6230         promotion of char is selectable by promoteCharToInt, fixed signedness
6231         for all cases
6232         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6233         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6234         * src/SDCCval (val*): replaced signedness calculation by
6235         computeType()
6236         rearranged if-branches (cosmetic)
6237         (valShift): added warning W_SHIFT_CHANGED
6238         (valCompare): fixed problem with different types
6239         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6240         * support/regression/tests/literalop.c: added many cases
6241         * support/regression/tests/ast_constant_folding.c: changed finally to
6242         'unsigned int'
6243         * .version: new year, new version: 2.3.7
6244         * src/SDCCmain.c (main): applied patch #866468
6245         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6246         provided by Scott Bronson
6247         * doc/sdccman.lyx: updated documentation for sdcdb
6248         updated and added chapter tips
6249
6250 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6251
6252         * src/SDCCsymt.h: missing from yesterday's commits
6253
6254 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6255
6256         * src/SDCC.y (struct_or_union_specifier),
6257         * support/Util/SDCCerr.c,
6258         * support/Util/SDCCerr.h: verify that struct & union tags are used
6259         as declared.
6260
6261 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6262
6263         * src/SDCCglobl.h: missing from yesterday's commits
6264
6265 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6266
6267         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6268         sft_attributes, struct_declaration, parameter_declaration,
6269         type_name, start_block, declaration_list),
6270         * src/SDCC.lex (check_type): support redefinition of typedef names
6271
6272 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6273
6274         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6275         aligned xdata arrays. Erik helped me with the if clause.
6276
6277 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6278
6279         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6280         warning
6281
6282 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6283
6284         * src/SDCCast.h,
6285         * src/SDCCast.c (newAst_),
6286         * src/SDCCicode.h,
6287         * src/SDCCicode.c (ast2iCode, newiCode),
6288         * src/SDCCglobl.h,
6289         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6290         expr, statement, expression_statement, selection_statement,
6291         iteration_statement, expr_opt, jump_statement): foundation for tracking
6292         sequence points
6293         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6294         point code too)
6295
6296 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6297
6298         * support/Util/SDCCerr.c,
6299         * src/SDCCast.h,
6300         * src/SDCCast.c (createCase, createDefault, decorateType),
6301         * src/SDCClabel.c (labelUnreach),
6302         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6303         to error messages.
6304         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6305         (with thanks to Stas Sergeev)
6306         * device/include/time.h,
6307         * device/lib/time.c (CheckTime): suppress unreachable code warning
6308
6309 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6310
6311         * src/SDCCast.c (createIvalCharPtr),
6312         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6313         bug #753752)
6314         * support/regression/tests/nullstring.c: tests for these two bugs
6315
6316 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6317
6318         * support/Util/SDCCerr.h,
6319         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6320         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6321         about storage class and 'at' used inside struct or union
6322         * src/SDCCBBlock.c (iCodeFromeBBlock),
6323         * src/SDCCcse.c (ifxOptimize),
6324         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6325         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6326         printIval, emitStaticSeg, emitOverlay),
6327         * src/SDCClabel.c (deleteIfx),
6328         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6329         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6330         gatherAutoInit, processParms),
6331         * support/Util/SDCCerr.h,
6332         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6333         reporting for post-parse errors.
6334
6335 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6336
6337         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6338         implicit casts via union; they don't work on big endian systems
6339         (possible fix for bug #861138)
6340
6341 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6342
6343         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6344         * src/mcs51/main.c: fixed the fix for bug #737001
6345
6346 2003-12-15  Borut Razem <borut.razem AT siol.net>
6347
6348         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6349
6350 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6351
6352         * support/makebin/makebin.c: put output in binary mode
6353
6354 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6355
6356         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6357         xdata and data memory on startup. Set the environment variable
6358         SDCC_NOGENRAMCLEAR to disable this.
6359         * src/mcs51/peephole.def,
6360         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6361         (allows non-interrupt and interrupt code to safely compete for a resource
6362         without the non-interrupt code having to disable interrupts)
6363
6364 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6365
6366         * src/SDCCicode.c (geniCodeAdd),
6367         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6368         with valFromType if type might be a pointer and host is big endian).
6369         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6370         types, not just integer types.
6371         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6372         multiply defined with mismatching "at" address.
6373
6374 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6375
6376         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6377         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6378         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6379         with embedded nulls (fixed bug #753752)
6380
6381 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6382
6383         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6384         Apparently this did not see much testing (endless loop)
6385
6386 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6387
6388         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6389
6390 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6391
6392         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6393         gracefully handle NULL memmap pointers
6394
6395 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6396
6397         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6398         instead of deleting the iCode when an operand is volatile
6399         * src/z80/gen.c (genDummyRead),
6400         * src/mcs51/gen.c (genDummyRead),
6401         * src/ds390/gen.c (genDummyRead),
6402         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6403         not just IC_RIGHT
6404         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6405         * src/SDCC.y: fixed bug #850420
6406
6407 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6408
6409         Applied z80 i/o port patch from Peter Townson and fixed some operators
6410         to better handle operands in A register.
6411         * device/include/z180.h
6412         * src/SDCC.y
6413         * src/SDCCglue.c
6414         * src/z80/gen.c
6415         * src/z80/gen.h
6416         * src/z80/main.c
6417         * src/z80/peeph-z80.def
6418         * src/z80/peeph.def
6419         * src/z80/z80.h
6420
6421 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6422
6423         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6424
6425 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6426
6427         * device/lib/hc08/_mullong.c: Removed extra #endif
6428
6429 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6430
6431         * sim/ucsim/hc08.src/inst.cc,
6432         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6433         carries from x to h
6434         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6435         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6436         * device/include/stdarg.h: fixed varargs for hc08
6437         * device/lib/Makefile.in,
6438         * device/lib/hc08/Makefile,
6439         * device/lib/hc08/_mulint.c,
6440         * device/lib/hc08/_mullong.c: fixed some endian problems
6441
6442 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6443
6444         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6445         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6446         * device/lib/_gptrget.c,
6447         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6448
6449 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6450
6451         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6452         * src/SDCCast.c (astErrors): fixed bug #846007
6453         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6454
6455 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6456
6457         * src/SDCCast.c (decorateType): disabled a transformation I added in
6458         revision 1.188 (access to fields of a structure at an absolute address);
6459         it breaks with bitfields, extern declarations, and gcse analysis.
6460         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6461         could be assigned through a pointer, so don't complain.
6462         * src/SDCCast.c (astErrors),
6463         * src/SDCCast.h,
6464         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6465
6466 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6467
6468         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6469         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6470         output of __config directives, since gpasm now supports them
6471         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6472         pre-processor macro, i.e. -DMCU=p18f452
6473         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6474         and modified to handle 'cast' icode similarly to '=' icode
6475         * src/pic16/device.h (typedef struct PIC_device): added field
6476         'extMIface' to indicate that chip has external memory interface
6477         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6478         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6479         18F8720
6480
6481 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6482
6483         * src/SDCC.y (pointer): fixed bug #846006
6484         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6485         * src/SDCCast.c (decorateType): fixed bug #846009
6486         * src/ds390/peeph.def,
6487         * src/ds390/gen.c (genAnd, genOr),
6488         * src/mcs51/peeph.def,
6489         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6490
6491 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6492
6493         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6494         * src/SDCCdflow.c
6495         * src/SDCCcse.c
6496         * src/SDCCcse.h
6497         * src/SDCCBBlock.h
6498         * src/SDCCBBlock.c
6499
6500 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6501
6502         fixed bug #845089
6503         * src/SDCCbitv.h,
6504         * src/SDCCbitv.c: added function to free a bitvector
6505         * src/SDCClrange.h,
6506         * src/SDCClrange.c: added function to recompute the liveranges
6507         * src/avr/ralloc.c,
6508         * src/ds390/ralloc.c,
6509         * src/hc08/ralloc.c,
6510         * src/mcs51/ralloc.c,
6511         * src/pic/ralloc.c,
6512         * src/pic16/ralloc.c,
6513         * src/xa51/ralloc.c,
6514         * src/z80/ralloc.c: recompute the liveranges after register packing
6515
6516 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6517
6518         * src/SDCCloop.c (newInduction): fixed bug #845630
6519
6520 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6521
6522         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6523         inadvertantly left behind from my 2003-11-12 change
6524
6525 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6526
6527         Updated headers I neglected to commit yesterday.
6528         * src/SDCClrange.h,
6529         * src/SDCCicode.h
6530
6531 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6532
6533         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6534         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6535         * src/SDCCopt.c (eBBlockFromiCode),
6536         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6537         the creation of the key hash table from the sequencing so it can be used
6538         earlier (for some GCSE bug fixes still pending)
6539
6540 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6541
6542         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6543         * support/regression/tests/addsub.c: testing genPlus shortcut
6544
6545 2003-11-15  Borut Razem <borut.razem AT siol.net>
6546
6547         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6548
6549 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6550
6551         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6552         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6553         ordering is immaterial.
6554         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6555
6556 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6557
6558         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6559         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6560         (SIGSEV) of bug #840381
6561         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6562         unlink new file before rename if new and old filenames are the same)
6563
6564 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6565
6566         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6567         uninitialized variables) for the mcs51. Set environment variable
6568         SDCC_GENRAMCLEAR to test.
6569         xdata initialization slightly shorter
6570
6571 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6572
6573         * src/SDCCsymt.h,
6574         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6575         #838241 & 780691 (basicly the same bug)
6576         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6577         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6578
6579 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6580
6581         * src/SDCCmain.c (linkEdit): "fix" #834252
6582
6583 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6584
6585         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6586         * src/SDCCast.h,
6587         * src/SDCC.y: fixed bug #819403
6588
6589 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6590
6591         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6592         the reentrant attribute.
6593         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6594         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6595         simulation
6596         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6597         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6598         erroneously reduced to a literal.
6599         * src/hc08/ralloc.c (packRegisters, rematStr),
6600         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6601         some cases
6602
6603 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6604
6605         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6606         * doc/sdccman.lyx: changed from 'article' to 'book'
6607         * doc/Makefile: readded test_suite_spec and cdbfileformat
6608
6609 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6610
6611         * device/include/stdlib.h: include malloc.h to comply with ANSI
6612         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6613
6614 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6615
6616         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6617         * doc/clean.mk: also remove *.out files
6618         * doc/sdccman.lyx: some additions, larger top/bottom margins
6619
6620 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6621
6622         * src/SDCC.y: fixed bug #837365
6623         * support/regression/tests/bitopcse.c
6624         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6625         a symbol (might be valop instead)
6626         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6627         * device/lib/clean.mk: added hc08 to the cleaning list
6628
6629 2003-11-04  Borut Razem <borut.razem AT siol.net>
6630
6631         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6632           made 2003-11-04
6633         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6634           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6635           malloc is declared in standard stdlib.h
6636
6637 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6638
6639         * device/lib/hc08/Makefile: need to clean .rel not .o files
6640         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6641
6642 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6643
6644         * src/port.h,
6645         * src/hc08/main.c,
6646         * src/mcs51/main.c,
6647         * src/ds390/main.c,
6648         * src/z80/main.c,
6649         * src/avr/main.c,
6650         * src/pic/main.c,
6651         * src/pic16/main.c,
6652         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6653         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6654         tests (which uses the port's oclsExpense function)
6655         * src/SDCC.y,
6656         * src/SDCCast.c,
6657         * src/SDCCicode.c,
6658         * src/hc08/gen.c,
6659         * src/ds390/gen.c,
6660         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6661
6662 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6663
6664         * src/SDCCcse.c (ifxOptimize),
6665         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6666         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6667         deleting the IFX iCode.
6668         * src/hc08/ralloc.c: reduced unneeded slocs
6669         * src/hc08/gen.c: fixed bug in asmopToBoolean
6670
6671 2003-11-04  Borut Razem <borut.razem AT siol.net>
6672
6673         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6674           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6675           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6676           transferred to configure
6677
6678 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6679
6680         Use headers defined in the C[++] standards:
6681         * sim/ucsim/gui.src/serio.src/fileio.cc
6682         * sim/ucsim/gui.src/serio.src/frontend.cc
6683         * sim/ucsim/gui.src/serio.src/main.cc
6684         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6685         * support/Util/NewAlloc.c
6686         * as/hc08/lklibr.c
6687         * as/mcs51/lklibr.c
6688         * as/z80/aslist.c
6689         * as/z80/assym.c
6690
6691 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6692
6693         * Added MSVC projects for hc08 assembler and linker:
6694         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6695         /as/hc08/link_hc08.dsp
6696
6697 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6698
6699         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6700
6701 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6702
6703         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6704
6705 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6706
6707         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6708
6709 2003-10-31  Borut Razem <borut.razem AT siol.net>
6710
6711         * support/cpp2/cpplib.h,
6712           support/cpp2/cpplib.c,
6713           support/cpp2/cpplex.c,
6714           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6715           to switch _asm block preprocessing on / off. Default is
6716           #pragma preproc_asm +
6717
6718 2003-10-31  Borut Razem <borut.razem AT siol.net>
6719
6720         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6721           when outputting comment blocks (when executed with -C option) and
6722           _asm (SDCPP specific) blocks
6723
6724 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6725
6726         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6727
6728 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6729
6730         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6731
6732 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6733
6734         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6735         * src/SDCCast.c (decorateType): fixed bug #832664
6736
6737 2003-10-31  Borut Razem <borut.razem AT siol.net>
6738
6739         * support\cpp2\cpplex.c: fixed for SDCPP:
6740           comments(when executed with -C option) and _asm blocks
6741           were included even if they where in skipped #if block.
6742           Applied solution from GCC cpp 3.3.2
6743
6744 2003-10-31  Borut Razem <borut.razem AT siol.net>
6745
6746         * src/SDCC.lex: sdcc now understands both formats:
6747           '# <line_number> <file_name>' and
6748           '#line <line_number> <file_name>'
6749         * support/cpp2/cppmain.c: sdcpp now generates the standard
6750           '# <line_number> <file_name>' instead of former
6751           '#line <line_number> <file_name>'
6752
6753 2003-10-30  Borut Razem <borut.razem AT siol.net>
6754
6755         * support/cpp2/cpphash.h,
6756         * support/cpp2/cpplib.h
6757         * support/cpp2/cpplex.c,
6758         * support/cpp2/cppmain.c,
6759         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6760
6761 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         Fixed a number of problems revealed by bug #827883.
6764         * src/SDCCloop.c (loopInvariants): Spill location of the
6765         result operand should be recomputed if extracted from
6766         a loop. Also, don't extract assignments of an iTemp
6767         from a literal.
6768         * src/SDCCast.c (isConformingBody): loop reversal should
6769         not occur if the control variable is involved with a
6770         relational operator.
6771
6772 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6773
6774         * .version: bumped to 2.3.6 to reflect the big improvements
6775         made by Erik and Klaus. Thanks!
6776
6777 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6778
6779         Replaced the livrange code.
6780         * src/SDCClrange.c: added new LR code
6781         * src/SDCCloop.c,
6782         * src/SDCCBBlock.h: removed remainig parts from old LR code
6783         * src/ds390/ralloc.c,
6784         * src/ds390/gen.c: minor fixes to make it work with new code
6785
6786 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6787
6788         * as/hc08/asm.h,
6789         * as/hc08/lkrloc.c,
6790         * src/hc08/gen.c,
6791         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6792         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6793         (tweaked fix for bug #818696)
6794
6795 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6796
6797         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6798
6799 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6800
6801         * src/SDCCmain.c,
6802         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6803         * src/mcs51/gen.c (gencjneshort),
6804         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6805         more efficient (per Scott Bronson's suggestion)
6806
6807 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6808
6809         Extended the semantics of the critical keyword to include
6810         individual statements. See RFE #827755 and #799831
6811         * src/SDCC.y
6812         * src/SDCCicode.c
6813         * src/SDCCopt.c
6814         * src/SDCCast.c
6815         * support/Util/SDCCerr.c
6816         * support/Util/SDCCerr.h
6817         * src/mcs51/gen.c
6818         * src/ds390/gen.c
6819         * src/hc08/gen.c
6820
6821 2003-10-19  Borut Razem <borut.razem AT siol.net>
6822
6823         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6824
6825 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6826
6827         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6828         Fixed bug #818696
6829         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6830         and predecrement operand is displayed
6831
6832 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6833
6834         * src/SDCCval.c (valMinus): fixed bug #826041
6835
6836 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6837
6838         Some hc08 related updates that I missed earlier
6839         * sim/ucsim/stypes.h
6840         * support/regression/ports/hc08/spec.mk
6841
6842 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6843
6844         New target "hc08" for the Motorola 68hc08 family of micros
6845
6846         * configure
6847         * configure.in
6848         * Makefile
6849         * src/hc08/*
6850         * src/SDCCmain.c
6851         * src/port.h
6852         * sim/ucsim/hc08.src/*
6853         * sim/ucsim/configure.in
6854         * src/ucsim/configure
6855         * sim/ucsim/packages_in.mk
6856         * as/hc08/*
6857         * as/Makefile
6858         * device/include/mc68hc908qy.h
6859         * device/lib/hc08/*
6860         * device/lib/Makefile.in
6861         * support/regression/ports/hc08/*
6862         * support/regression/Makefile
6863
6864 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6865
6866         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6867         regression test
6868         * src/ds390/gen.c (genCast): fixed bug #821957
6869
6870 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6871
6872         * device/lib/logf.c: "fixed" overlay bug
6873         * support/regression/ports/host/spec.mk: added m library
6874         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6875         * support/regression/tests/float_trans: added (for Eric)
6876
6877 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6878
6879         * src/mcs51/gen.c (genCpl): fixed bug
6880         http://sf.net/mailarchive/message.php?msg_id=6263915
6881
6882 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6883
6884         * src/SDCCast.c (decorateType): added extended constant folding
6885         * src/SDCCsymt.c (computeType): cleanup
6886         * src/SDCCval.c (valShift): minor optimization
6887         * support/regression/tests/ast_constant_folding.c: added
6888
6889 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6890
6891         * src/SDCCmain.c: removed some unintended changes
6892
6893 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6894
6895         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6896         * src/z80/gen.c: fixed part of bug #817589
6897         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6898
6899 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6900
6901         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6902         * src/SDCCcflow.c
6903         * src/SDCCcse.c
6904         * src/SDCCdflow.c
6905         * src/SDCClabel.c
6906         * src/SDCClrange.c
6907         * src/SDCCmem.c
6908         * src/SDCCopt.c
6909         * src/SDCCpeeph.c
6910         * src/SDCCset.c
6911         * src/avr/ralloc.c
6912         * src/ds390/ralloc.c
6913         * src/izt/ralloc.c
6914         * src/mcs51/ralloc.c
6915         * src/pic/ralloc.c
6916         * src/pic16/ralloc.c
6917         * src/xa51/ralloc.c
6918         * src/z80/ralloc.c
6919         * src/z80/gen.c: removed unused label "release:"
6920
6921 2003-10-06  Borut Razem <borut.razem AT siol.net>
6922
6923         * src/SDCC.lex: removed definition of unused variables
6924           save_optimize and save_options
6925
6926 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6927
6928         * clean.mk: removed '=' in "-maxdepth=1"
6929         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6930         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6931
6932 2003-10-06  Borut Razem <borut.razem AT siol.net>
6933
6934         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6935           my_unput() replaced by unput()
6936
6937 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6938
6939         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6940         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6941         type-punned pointer will break strict-aliasing rules"
6942         Old LR behaviour is again default; Klaus' LR can be choosen by
6943         defining the environment variable LRKLAUS
6944         * src/SDCCBBlock.h
6945         * src/SDCCloop.c
6946         * src/SDCClrange.c
6947         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6948         * clean.mk: fixed removal of files in bin/CVS/
6949         * device/lib/clean.mk: fixed removal of directories small and large
6950         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6951         * src/SDCCicode.c,
6952         * src/SDCCval.c: removed superflous test for pedantic
6953
6954 2003-10-05  Borut Razem <borut.razem AT siol.net>
6955
6956         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6957           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6958           message "unmatched #pragma SAVE and #pragma RESTORE"
6959
6960 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6961
6962         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6963           assembly, critical functions, atomic, nojtbound)
6964
6965 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6966
6967         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6968         * src/SDCCBBlock.h
6969         * src/SDCCloop.c
6970         * src/SDCCloop.h
6971         * src/SDCClrange.c
6972
6973 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6974
6975         * src/z80/gen.h,
6976         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6977         * src/mcs51/gen.h
6978         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6979         * src/ds390/gen.h
6980         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6981         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6982         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6983
6984 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6985
6986         * src/z80/gen.c (genRet): fixed bug #524753
6987         * src/z80/gen.c (genCast): fixed internal error on cast from
6988         pointer to long
6989         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6990         fix for bug #477835 to the z80
6991         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6992         for tracking iCodes in the peephole optimizer for z80
6993
6994 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6995
6996         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6997         the other part of bug #814548
6998         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6999
7000 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
7001
7002         * src/SDCCcse.c: fixed part of bug #814548
7003
7004 2003-09-28  Borut Razem <borut.razem AT siol.net>
7005
7006         * src/asm.c: rewrite of printILine() to use temporary file instead
7007           a pipe
7008         * src/xa51/main.c: commented out declaration of int rewinds
7009
7010 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7011
7012         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
7013
7014 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7015
7016         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
7017         * src/asm.c (printILine): Fixed bug #811015
7018
7019 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7020
7021         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
7022         freeing.
7023
7024 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7025
7026         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
7027         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
7028         to correctly handle general case of AOP_PAIRPTR
7029         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
7030
7031 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7032
7033         * src/mcs51/ralloc.c (fillGaps),
7034         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7035         register positioning bug)
7036
7037 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7038
7039         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7040
7041 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7042
7043         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7044         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7045         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7046         (ralloc doesn't intentionally do this now, but perhaps later)
7047         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7048         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7049         register positioning bugs (Fixed bug #762602 and #795325)
7050         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7051         (Fixed bug #808779)
7052         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7053         lines that --i-code-in-asm generates
7054
7055 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7056
7057         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7058         trying to fclose a FILE* that was already closed.
7059
7060 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7061
7062         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7063         of const struct should be treated as if const themselves)
7064
7065 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7066
7067         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7068
7069 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7070
7071         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7072         Unix (/n) and DOS (/r/n) line terminations.
7073
7074 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7075
7076         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7077         bug #613775
7078
7079 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7080
7081         * src/mcs51/gen.c (genFunction, genEndFunction),
7082         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7083         and restore of EA so that stack offsets to parameters are
7084         correct when using both critical and reentrant/stack-auto.
7085         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7086         size (can be triggered in error if sloc is shared between
7087         different sized objects)
7088         * device/include/float.h: fixed macros to explicitly use
7089         unsigned long where needed
7090
7091 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7092
7093         Feature req. 799831: added code to allow nesting of critical functions
7094         * src/mcs51/gen.c (genFunction, genEndFunction)
7095         * src/ds390/gen.c (genFunction, genEndFunction)
7096
7097 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7098
7099         * src/SDCCsymt.c (sclsFromPtr),
7100         * src/SDCCsymt.h,
7101         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7102         support for standard C idiom of memory mapped variables; for
7103         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7104         to xdata int at 0x1234 tempvar = 1.
7105         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7106         provided by Akiya ISHIDA
7107
7108 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7109
7110         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7111         * src/SDCCval.c (constVal): added reduction from int to char
7112         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7113         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7114         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7115         to ignore the sign
7116         * support/regression/tests/shifts.c: fixed
7117
7118 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7119
7120         * src/z80/gen.c (genXor): Fixed bug #805445
7121
7122 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7123
7124         Fixed bug #621531 (const & volatile confusion in the type chain).
7125         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7126         refer to the const or volatile state of the pointer itself.
7127
7128         * src/SDCCast.c
7129         * src/SDCCglue.c
7130         * src/SDCCicode.c
7131         * src/SDCCsymt.c
7132         * src/SDCCval.c
7133         * src/SDCC.y
7134         * src/SDCCsymt.h
7135         * src/pic/gen.c
7136         * src/pic/ralloc.c
7137         * src/pic16/gen.c
7138         * src/pic16/ralloc.c
7139         * support/regression/tests/const.c
7140
7141 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7142
7143         When checking for duplicated modules, use absolute paths
7144         instead of relative paths.  Files changed:
7145
7146         * as/mcs51/lklib.c
7147         * link/z80/lklib.c
7148
7149 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7150
7151         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7152
7153 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7154
7155         * device/include/string.h: added size_t typedef, changed
7156         prototypes to use size_t, eliminated separate reentrant and
7157         non-reentrant declarations, added _memmove declaration
7158         * device/lib/_memcpy.c: changed to use size_t instead of int,
7159         changed /4 to >>2 to avoid division library call
7160         * device/lib/_memcmp.c,
7161         * device/lib/_memset.c,
7162         * device/lib/_strncat.c,
7163         * device/lib/_strncpy.c,
7164         * device/lib/_strncmp.c: changed to use size_t instead of int
7165         * device/lib/_memmove.c: new file (fixed bug #772294)
7166         * device/lib/Makefile.in: added _memmove.c
7167         * device/lib/z80/asm_strings.s: fixed bug #772290
7168         * support/regression/tests/bitfields.c: attempt to fix host assertion
7169         failure on amd64-unknown-linux2.2
7170
7171 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7172
7173         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7174         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7175         * as/z80/asmain.c (main): fixed bug #801766
7176
7177 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7178
7179         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7180         compilers
7181
7182 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7183
7184         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7185         reported in bug #800609
7186
7187 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7188
7189         * Top header beautifications in src/pic16 directory:
7190           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7191           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7192           pcoderegs.h, ralloc.c, ralloc.h
7193         * main.c: added top header and GPL license notice
7194         * pcode.c: fixed the if-conditional warning
7195
7196 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7197
7198         * device/lib/_mullong.c: replaced int by short for gcc
7199
7200 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7201
7202         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7203         and JUMPTABLE iCodes properly now (worked by accident before)
7204         * src/mcs51/gen.c (leftRightUseAcc),
7205         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7206         iCode properly now. Use getSize instead of nRegs since a & b
7207         aren't part of the nRegs tally.
7208
7209 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7210
7211         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7212         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7213           before instructions that use the _STATUS register
7214
7215 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7216
7217         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7218         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7219         fetching of the pointer
7220         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7221         copied from genNearPointerSet()
7222         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7223         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7224         If they pop r0/r1 they must be called in the opposite order than aopOp().
7225         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7226         (resp. --stack-auto), prepared for --xstack
7227
7228 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7229
7230         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7231
7232 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7233
7234         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7235         these ports have their own __sdcc_external_start()
7236
7237 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7238
7239         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7240         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7241         type for bits was changed. It resulted in bit variables becoming
7242         global, which is not permitted in PIC 14 assembly output.
7243
7244 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7245
7246         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7247
7248 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7249
7250         Z80 and MCS51 linkers complaint if a public symbol is defined
7251         in more than one library module:
7252
7253         * as/mcs51/lklib.c
7254         * link/z80/lklib.c
7255         * as/mcs51/Makefile.in
7256
7257 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7258
7259         A few small changes that speed up the peephole optimizer.
7260
7261         * src/SDCCpeeph.c
7262
7263 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7264
7265         Try to make the peephole optimizer smarter by maintaining
7266         an association between the assembly source code and the
7267         iCodes that originated them. Put this information to use
7268         with a new peephole rule condition "notVolatile" so that
7269         the rules can be aggressive yet still safe.
7270
7271         * src/SDCCpeeph.c
7272         * src/SDCCpeeph.h
7273         * src/mcs51/gen.c
7274         * src/mcs51/peeph.def
7275
7276 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7277
7278         Fixed bug #741761
7279
7280         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7281         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7282         if the left or right operand symbols have the accuse flag set.
7283
7284 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7285
7286         Changed the type of the result of the ! (NOT) operator to char;
7287         previously it returned the same type as the source. This allows
7288         us to eliminate all the genFloatNot functions (all of its target
7289         implementations were very buggy) since !float can use the same
7290         code as !long now.
7291
7292         * src/SDCCicode.c (ast2iCode): ! returns char
7293         * src/mcs51/gen.c (genNot, genNotFloat),
7294         * src/ds390/gen.c (genNot, genNotFloat),
7295         * src/z80/gen.c (genNot, genNotFloat),
7296         * src/pic/gen.c (genNot, genNotFloat),
7297         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7298
7299 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7300
7301         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7302         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7303            during interrupts. Ensure WSAVE is located at a shared bank address.
7304         2. Fixed page selection in some places
7305         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7306            the registers name strings.
7307         4. Fixed "signed / unsigned compare" compiler warnings.
7308         5. The PIC port manages its own allocation of the general purpose
7309            registers, but makes no attempt to reuse them. As a result when
7310            compiling it soon runs out of general purpose registers. Some
7311            additional code was added to the files pcode.c and device.c to walk
7312            through the function call tree and rename the registers so that they
7313            get reused.
7314
7315         * src/pic/device.c
7316         * src/pic/gen.c
7317         * src/pic/glue.c
7318         * src/pic/pcode.c
7319         * src/pic/pcode.h
7320         * src/pic/ralloc.c
7321         * src/pic/ralloc.h
7322         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7323         genPlus() & genMinus() when the result is the same as left or right
7324
7325 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7326
7327         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7328
7329 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         Made bitfield a distinct type from bit so that bitfields
7332         convert as per ANSI C and bits retain their traditional
7333         boolean style behaviour. Implemented bitfield support in
7334         the z80 port.
7335
7336         * src/SDCCsymt.h,
7337         * src/SDCCsymt.c,
7338         * src/SDCCast.c,
7339         * src/cdbFile.c,
7340         * src/mcs51/gen.c,
7341         * src/ds390/gen.c: bit v bitfield split
7342         * src/z80/gen.c: New support for bitfields
7343         * support/regression/tests/bitfields.c: reenabled z80,
7344         added more tests
7345
7346 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7347
7348         Rules 246.x, 247.x relate to bitfields, the others speed up
7349         access to xdata mapped I/O devices.
7350
7351         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7352
7353 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7354
7355         Cleaned up genPackBits and genUnpackBits and added two helper
7356         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7357         for literal assignments in genPackBits (thanks to Frieder for
7358         reminding me).
7359
7360         * src/mcs51/gen.c
7361         * src/ds390/gen.c
7362
7363 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7364
7365         Fixed bug #748310 (pointer to function type mishandled when the
7366         function name is omitted). Also fixed a SIGSEGV when a function
7367         attribute (reentrant, etc) is used on a non-function or on a
7368         function but misplaced before the parameter list.
7369
7370         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7371         bug #748310
7372         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7373         * support/Util/SDCCerr.h,
7374         * support/Util/SDCCerr.c: Added func attr misuse error msg
7375
7376 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7377
7378         Fixed bug #787649 by anonymous
7379         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7380         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7381
7382 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7383
7384         Fixed numerous bitfield problems.
7385
7386         * src/SDCC.y: More bitfield related error checking
7387         * src/SDCCsymt.h,
7388         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7389         * support/Util/SDCCerr.h,
7390         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7391         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7392         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7393         * support/regression/tests/bitfields.c: tests added
7394
7395 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7396
7397         Made the constant following the "interrupt" keyword optional. If
7398         omitted, the function will not automatically be given an entry
7399         in the interrupt vector table (similar to #pragma NOIV, but
7400         less syntacticly kludgy). The interrupt number is also now
7401         range checked. Also fixed a bug in the high order bit example
7402         in the manual.
7403
7404         * src/SDCC.y
7405         * src/SDCCmem.c
7406         * src/SDCCglue.c
7407         * src/SDCCsymt.h
7408         * support/Util/SDCCerr.c
7409         * support/Util/SDCCerr.h
7410         * doc/sdccman.lyx
7411
7412 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7413
7414         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7415         * src/SDCCicode.c (operandOperation): rewritten some ops
7416         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7417         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7418         other type
7419         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7420         be re-activated by defining REDUCE_LITERALS)
7421         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7422         unsigned, but are signed by default
7423         * src/SDCCval.c (constVal): rearranged
7424         * src/SDCCval.c (valMod): preliminary fix
7425         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7426         * support/regression/literalop.c: added, work in progress
7427
7428 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7429
7430         Generate warnings for useless declarations like "char data;"
7431         that don't do what new users expect.
7432
7433         * src/SDCC.y
7434         * support/Util/SDCCerr.h
7435         * support/Util/SDCCerr.c
7436
7437 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7438
7439         * src/SDCCval.c (valMult): fix overflow detection of negative int
7440
7441 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7442
7443         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7444
7445         Changes to support big endian targets:
7446
7447         * src/ports.h
7448         * src/SDCCglue.c
7449         * src/avr/main.c
7450         * src/ds390/main.c
7451         * src/izt/i186.c
7452         * src/mcs51/main.c
7453         * src/pic/main.c
7454         * src/pic16/main.c
7455         * src/xa51/main.c
7456         * src/z80/main.c
7457
7458 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7459
7460         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7461         * device/lib/time.c: fixed warning "integer overflow in expression"
7462
7463 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7464
7465         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7466         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7467         constants are unsigned; added recognition of "u" flag for unsigned
7468         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7469         * src/SDCCval.c (valDiv, valMod): fixed signdness
7470         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7471         signedness of modulo, left and right shift
7472         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7473         * support/Util/SDCCerr.h: added warning W_INT_OVL
7474         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7475         * src/SDCCast.c (ast_print): improved output of constants
7476
7477 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7478
7479         Fixed some warnings when building with MSVC:
7480
7481         * as\mcs51\asdata.c
7482         * as\z80\asdata.c
7483         * as\mcs51\asm.h
7484         * as\z80\asm.h
7485         * link\z80\aslink.h
7486         * link\z80\lkdata.c
7487         * link\z80\lkeval.c
7488         * link\z80\lkgb.c
7489         * link\z80\lkihx.c
7490         * link\z80\lks19.c
7491         * link\z80\lksym.c
7492         * support\cpp2\cpplib.c
7493         * src\ds390\gen.c
7494         * src\mcs51\gen.c
7495
7496 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7497
7498         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7499
7500 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7501
7502         * support\librarian\clean.mk: Do not remove Makefile.
7503         * support\librarian\Makefile: added.
7504
7505 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7506
7507         Added librarian to MSVC build:
7508         * all.dsp
7509         * sdcc.dsw
7510         * support\librarian\librarian.dsp
7511
7512         'configure' not needed for librarian, removed:
7513         * support\librarian\configure
7514         * support\librarian\configure.in
7515         * support\librarian\config_in.h
7516         * support\librarian\Makefile.in
7517
7518         Hopefully these ones built the librarian and the rest of sdcc properly:
7519         * Makefile
7520         * Makefile.common.in
7521
7522         Messed up 'configure', so revert to previous version:
7523         * configure
7524         * configure.in
7525
7526 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7527
7528         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7529         there, while the mantissa of a double is "only" 53 bits wide.
7530
7531 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7532
7533         Adding sdcclib to the build.  MSVC project coming soon.
7534         Files added/changed:
7535
7536         * support\librarian\clean.mk
7537         * support\librarian\configure
7538         * support\librarian\configure.in
7539         * support\librarian\config_in.h
7540         * support\librarian\Makefile.bcc
7541         * support\librarian\Makefile.in
7542         * support\librarian\sdcclib.c
7543         * Makefile.bcc
7544         * Makefile
7545         * Makefile.common.in
7546         * configure
7547         * configure.in
7548
7549 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7550
7551         Linker now complaints if linked modules have conflicting options, for
7552         example, one compiled using --model-large and another one compiled with
7553         --model-small.  The following files were modified:
7554
7555         * as\mcs51\asdata.c
7556         * as\mcs51\aslink.h
7557         * as\mcs51\asm.h
7558         * as\mcs51\asmain.c
7559         * as\mcs51\asout.c
7560         * as\mcs51\i51pst.c
7561         * as\mcs51\lkdata.c
7562         * as\mcs51\lklibr.c
7563         * as\mcs51\lkmain.c
7564         * as\z80\asdata.c
7565         * as\z80\asm.h
7566         * as\z80\asmain.c
7567         * as\z80\asout.c
7568         * as\z80\z80pst.c
7569         * link\z80\aslink.h
7570         * link\z80\lkdata.c
7571         * link\z80\lklibr.c
7572         * link\z80\lkmain.c
7573         * src\SDCCglue.c
7574
7575 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7576
7577         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7578         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7579
7580 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7581
7582         * src/z80/mappings.i: fix _mul[us][int,long] entries
7583
7584 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7585
7586         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7587
7588 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7589
7590         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7591         * support/regression/tests/bitopcse.c: added
7592         fixed warning:
7593         * src/avr/gen.c:
7594         * src/pic/gen.c:
7595         * src/pic16/gen.c:
7596         * src/z80/gen.c:
7597         * src/xa51/gen.c:
7598
7599 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7600
7601         added support for new library format to z80, gbz80 linkers:
7602         *link/z80/aslink.h
7603         *link/z80/lklex.c
7604         *link/z80/lklib.c
7605         *link/z80/lklist.c
7606
7607 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7608
7609         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7610         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7611
7612 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7613
7614         added DUMMY_READ_VOLATILE:
7615         * src/SDCC.y:
7616         * src/avr/gen.c:
7617         * src/xa51/gen.c:
7618         * src/z80/gen.c:
7619         * src/pic/gen.c:
7620         * src/pic16/gen.c:
7621         * src/mcs51/gen.c:
7622         * src/ds390/gen.c:
7623         * src/SDCCcse.c (algebraicOpts): many improvements
7624         * src/SDCCcse.h: removed algebraicOpts()
7625         * src/SDCCicode.c (picDummyRead): added
7626
7627 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7628
7629         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7630         "Insufficient space in data memory".
7631
7632 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7633
7634         * src/mcs51/gen.c: fixed bug #771358
7635         * src/z80/gen.c: fixed bug #759087
7636
7637 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7638
7639         * src/pic16/glue.c: minor cleanup by Vangelis
7640
7641 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7642
7643         * device/include/regc515c.h: fixed #758477
7644         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7645         * device/lib/_gptrput.c: saved a few bytes
7646         * my tab spacing is 8, yours too?)
7647         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7648         * device/lib/serial.c: process RX bytes earlier than TX bytes
7649         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7650
7651 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7652
7653         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7654
7655 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7656
7657     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7658
7659 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7660
7661         * device/lib/Makefile.in: bad fix, reverted to 1.43
7662
7663 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7664
7665         * device/lib/Makefile.in: added missing z80 object files
7666
7667 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7668
7669         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7670         pic16 progress by Vangelis:
7671         * src/SDCCglobl.h:
7672         * src/SDCCmain.c:
7673         * src/pic/Makefile:
7674         * src/pic:
7675         * pic/Makefile:
7676         * pic16/device.c:
7677         * pic16/device.h:
7678         * pic16/gen.c:
7679         * pic16/gen.h:
7680         * pic16/genarith.c:
7681         * pic16/glue.c:
7682         * pic16/main.c:
7683         * pic16/pcode.c:
7684         * pic16/pcode.h:
7685         * pic16/pcodepeep.c:
7686         * pic16/peeph.def:
7687
7688 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7689
7690     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7691
7692 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7693
7694     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7695     added gbz80 build to MSVC project.
7696     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7697     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7698     from 8051 stuff and setup so it links using a .lnk file.
7699
7700 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7701
7702     * support/librarian/sdcclib.c: sdcc librarian.
7703     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7704     with sdcclib.
7705
7706 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7707
7708     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7709
7710 2003-07-02  Borut Razem <borut.razem AT siol.net>
7711
7712         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7713         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7714         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7715         src/xa51/main.c, src/z80/main.c:
7716         virtualization of glue() function: each port has it's own glue function,
7717         which is accessed by do_glue function pointer in PORT.general structure
7718
7719 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7720
7721         * DS800C400 fun, improved ROM interface and tinibios.
7722
7723 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7724
7725         * More support for DS80C400. Now includes beginning of interface to ROM.
7726
7727 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7728
7729         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7730
7731 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7732
7733         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7734
7735 2003-06-19  Borut Razem <borut.razem AT siol.net>
7736
7737         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7738
7739 2003-06-19  Borut Razem <borut.razem AT siol.net>
7740
7741         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7742         fixed Z80 port - crt0.o: cannot open.
7743
7744 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7745
7746         * support/Util/MySystem.c (merge_command): revert bad fix
7747
7748 2003-06-18  Borut Razem <borut.razem AT siol.net>
7749
7750         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7751
7752 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7753
7754         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7755         option --use-stdout sends errors to stdout instead of stderr.
7756
7757 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7758
7759         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7760
7761 2003-06-15  Borut Razem <borut.razem AT siol.net>
7762
7763         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7764         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7765         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7766         fixed width array of pointers replaced with sets;
7767         multiple include and lib paths ared transferred to preprocessor and linker
7768         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7769         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7770         fixed width array of pointers
7771         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7772         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7773         fixupPath(), getPathDifference()
7774         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7775         fixed width array of pointers
7776
7777 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7778
7779         * src/pic16/ralloc.c: fix warnings
7780         * src/pic16/pcode.c: fix warning
7781
7782 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7783
7784          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7785         know all the details, but essentially this set of changes enable
7786         the pic16 port to generate movff instructions and generate assembler
7787         directives,
7788         * src/SDCCmain.c:
7789         * src/pic16/gen.c:
7790         * src/pic16/glue.c:
7791         * src/pic16/pcode.c:
7792         * src/pic16/device.c:
7793         * src/pic16/main.c:
7794         * src/pic16/pcode.h:
7795         * src/pic16/pcoderegs.c:
7796         * src/pic16/ralloc.c:
7797         * src/pic16/ralloc.h:
7798
7799 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7800
7801         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7802         added option --vc, so sdcc errors and warnings are compatible with
7803         Microsoft Visual Studio.
7804
7805 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7806
7807         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7808           device/lib/libfloat.lib: added atof function.
7809
7810 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7811
7812         * doc/sdccman.lyx: updated to Lyx 1.3
7813         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7814         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7815         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7816
7817 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7818
7819         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7820
7821 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7822
7823         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7824           additions to the "related tools/documentation" section
7825
7826 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7827
7828         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7829
7830 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7831
7832         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7833         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7834
7835 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7836
7837         * doc/sdccman.lyx: fix double dash and other minor things
7838         * doc/Makefile: fix double dash
7839
7840 2003-05-28  Karl Bongers(patches from Martin Helmling)
7841         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7842           condition and ignore commands.
7843
7844 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7845
7846         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7847           is in parts still quite out of date, I did changes as far as I felt makes sense
7848           for a non-native english speaker.
7849           Please feel free to add to the manual or to correct my changes.
7850         * doc/Makefile: undid touching the date of intermediate tex files.
7851
7852 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7853
7854         * doc/sdccman.lyx: Manual has an index now
7855
7856 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7857
7858         Finalize muluint/mulsint and mululong/mulslong merging:
7859         * device/lib/_mulint.c
7860         * device/lib/_mullong.c
7861         * device/lib/gbz80/mul.s
7862         * device/lib/gbz80/stubs.s
7863         * device/lib/z80/mul.s
7864         * device/lib/z80/stubs.s
7865         * src/SDCCsymt.c (initCSupport)
7866
7867 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7868
7869         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7870         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7871           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7872           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7873           instead of /Zm500.
7874
7875 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7876
7877         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7878           the regression tests I'm not brave enough to enable 245.b, 245.c
7879         * doc/sdccman.lyx: added latex preamble for hyperref package.
7880           Using pdflatex this will give you a hyperlinked pdf file with
7881           bookmarks. (prepend '%' before /usepackage if this breaks something)
7882
7883 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7884
7885          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7886
7887 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7888
7889         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7890
7891 2003-05-21    <johan AT balder>
7892
7893         * src/SDCCglue.c (printIval): fixed bug #739934
7894
7895 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7896
7897         Applied patch from bug 737905 (renamed yylineo to mylineno):
7898         * src/altlex.c
7899         * src/SDCCast.c
7900         * src/SDCglobl.h
7901         * src/SDCC.lex
7902         * src/SDCCsymt.c
7903         * src/SDCCval.c
7904         * src/pic16/pcode.c: Cleaned warnings
7905         * src/pic16/pcodeflow.c: Cleaned warnings
7906         * src/pic16/pcoderegs.c: Cleaned warnings
7907
7908 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7909
7910         * src/pic16/pcode.c: Cleaned warnings
7911         * src/pic16/pcodepeep.c: Cleaned warnings
7912         * src/pic16/ralloc.c: Cleaned warnings
7913
7914 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7915
7916         * doc/sdccman.lyx: fixed bug 739745
7917         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7918
7919 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7920
7921         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7922         it can be defined with CFLAGS when running configure
7923         * src/SDCCmain.c: fixed compiling + linking with object files
7924
7925 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7926
7927         * configure.in: configure for pic16 port,
7928             added --disable-pic16-port
7929         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7930         * src/SDCCmain.c: linkOptions is changed to set *,
7931             added if/endif conditional macros to remove options help
7932             messages from optionsTable when a port is not configured, added
7933             support for the PIc16 port in the ports table, when executing
7934             the compiler with no port specified on command line, a default
7935             port is selected with the new macro DEFAULT_PORT which is
7936             defined in port.h, in setDefaultOptions() linkOptions is removed
7937             from initialization assignment, since now it is a set,
7938             parseCmdLine uses setParseWithComma for linkOptions, in
7939             linkEdit() linkOptions are accessed with new function indexSet()
7940             which returns the i'th item of a set variable. See SDCCset.c, in
7941             linkEdit() when calling buildCmdLine(), added linkOptions as
7942             last argument. Now users can pass arguments to gplink via the
7943             -Wl option, main() uses pic16glue() to glue up pic16 programs
7944         * src/SDCCpeeph.c: various changes to support pic16
7945         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7946             return the i'th item of the set
7947         * src/SDCCset.h: added function prototype for indexSet()
7948         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7949         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7950         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7951             added macro DEFAULT_PORT
7952         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7953         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7954             generated
7955         * src/pic16/glue.c: commented out some error producing lines
7956         * src/pic16/main.c: __config directives are commented out to stop
7957             gpasm complaining and test the linkage with gplink, _linkCmd and
7958             _asmCmd changed to be more gplink and gpasm friendly
7959         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7960             produced an error when parsed, peep rule 12 is added to utilize
7961             movff, but it is commented out since the pCode does not support
7962             yet a command with 2 address arguments
7963
7964 2003-05-18    <johan AT balder>
7965
7966         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7967         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7968 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7969
7970         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7971   Added feature to script commands from file.
7972
7973 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7974
7975         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7976         * src/SDCCutil.c: include ctype.h for win32
7977
7978 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7979
7980         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7981
7982 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7983
7984         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7985   Fixed so you can set breakpoints prior to run, run does not stop
7986   on entry now.  Add tbreak.  Other enhancements and fixes for use
7987   with ddd.
7988
7989 2003-05-12  Borut Razem <borut.razem AT siol.net>
7990
7991         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7992
7993 2003-05-11  Borut Razem <borut.razem AT siol.net>
7994
7995         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7996         the path of bin directory, so that PATH is the only env. variable, which has to be set
7997         in case of standard installation.
7998         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7999         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
8000         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
8001
8002 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8003
8004         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
8005         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
8006         temp files are in the port dir; clean the gen/test directory when
8007         generating new test.c
8008         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
8009         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
8010         * support/regression/tests/zeropad.c: added
8011
8012 2003-05-09    <johan AT balder>
8013
8014         * src/SDCCglue.c: fixed bug #597940
8015
8016 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
8017
8018         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8019   cache sfr, optimize next,step, fix off by one sourceline,
8020   support ddd list function.
8021         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
8022
8023 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
8024
8025         * support/regression/HTMLgen.py: added compare_s2f()
8026         * support/regression/Makefile: redo 1.27
8027         * support/regression/generate-cases.py: redo 1.5
8028
8029 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
8030
8031         * support/regression/tests/float.c: workaround 33 bit hex constant
8032         * support/regression/tests/simplefloat.c: fix division for host
8033
8034 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8035
8036         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8037         that tame's the PIC's over-aggressive optimizer.
8038
8039 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8040
8041          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8042          support for MSVC.
8043
8044 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8045
8046         Initial support for DS80C400. "Hello world" runs on TINIm400
8047         (with polled I/O).
8048
8049 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8050
8051          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8052          * Some notes on ddd usage added in debugger/README
8053          Martin Helmling adding more features and fixes for ddd GUI debugger.
8054          Code added for nexti, stepi, up, down, and other adjustments.
8055
8056 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8057
8058         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8059         * src/pic/peeph.def Added two rules to optimize carry manipulation
8060         * src/pic/* removed debug printfs
8061
8062 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         * debugger/mcs51/cmd.c: added header newalloc.h
8065
8066 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8067
8068         * as/Makefile: new EXEEXT
8069         * as/z80/Makefile: remove trailing slash of BUILDIR
8070         * as/z80/clean.mk: new EXEEXT
8071         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8072         * support/cpp2/Makefile.in: new EXEEXT
8073         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8074
8075 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8076
8077         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8078         EXEEXT was introduced to fix all related problems with targets
8079         "clean", "install" and "uninstall"; a couple of further flaws
8080         especially with "clean" have been fixed too
8081         * as/mcs51/Makefile.in
8082         * as/mcs51/clean.mk
8083         * as/z80/Makefile
8084         * Makefile
8085         * clean.mk
8086         * debugger/mcs51/Makefile.in
8087         * debugger/mcs51/clean.mk
8088         * link/z80/Makefile
8089         * link/z80/Makefile.in
8090         * link/z80/clean.mk
8091         * link/Makefile
8092         * packihx/Makefile.in
8093         * packihx/clean.mk
8094         * sim/ucsim/Makefile
8095         * sim/ucsim/clean.mk
8096         * sim/ucsim/avr.src/Makefile.in
8097         * sim/ucsim/avr.src/clean.mk
8098         * sim/ucsim/s51.src/Makefile.in
8099         * sim/ucsim/s51.src/clean.mk
8100         * sim/ucsim/xa.src/Makefile.in
8101         * sim/ucsim/xa.src/clean.mk
8102         * sim/ucsim/z80.src/Makefile.in
8103         * sim/ucsim/z80.src/clean.mk
8104         * sim/ucsim/main_in.mk
8105         * sim/ucsim/packages_in.mk
8106         * sim/ucsim/gui.src/Makefile.in
8107         * sim/ucsim/gui.src/serio.src/Makefile.in
8108         * sim/ucsim/gui.src/serio.src/clean.mk
8109         * src/Makefile.in
8110         * src/clean.mk
8111         * support/cpp2/Makefile.in
8112         * support/cpp2/clean.mk
8113         * support/makebin/Makefile
8114         * support/makebin/clean.mk
8115         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8116         * doc/sdccman.lyx: --program-suffix no longer needed
8117
8118 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8119
8120          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8121          Martin Helmling added support for ddd GUI debugger.
8122          Code added to display assembly, set variables, and other commands
8123          to interface to ddd.
8124
8125 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8126
8127         * as/Makefile: fix target clean
8128         * as/clean.mk: fix target clean
8129         * as/z80/clean.mk: fix target clean
8130
8131 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8132
8133         * Makefile.common.in: added  AT EXEEXT AT
8134         * configure.in: removed all mingw32 stuff
8135         * configure: rebuilt from configure.in
8136         * doc/sdccman.lyx: updated section "installation"
8137         * support/scripts/sdcc_mingw32: adapted to configure
8138         * support/scripts/sdcc_cygwin_mingw32: added
8139
8140 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8141
8142         * src/pic Added object file support for the PIC port
8143         * src/pic Applied patch from Craig Franklin (this started the object file support)
8144         * src/regression Updated the PIC regression tests for object files
8145
8146 2003-04-20  Borut Razem <borut.razem AT siol.net>
8147
8148         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8149           lklex.c: In function `getfid':
8150           lklex.c:203: warning: array subscript has type `char'
8151         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8152           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8153         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8154           stack handling macros
8155
8156 2003-04-19  Borut Razem <borut.razem AT siol.net>
8157
8158         * "handling space characters in file path" task:
8159         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8160         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8161         * support/Util/MySystem.h: make it self-sufficient
8162         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8163           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8164           handling space characters in file path
8165         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8166           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8167         * support/Util/MySystem.c: handling space characters in executable's path
8168
8169 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8170
8171         * as/z80/Makefile: fix permanent rebuild of z80
8172         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8173         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8174
8175 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8176
8177         * src/SDCCopt.c: add special case optimization to replace modulo by
8178           a power of two with a bitwise AND.
8179
8180 2003-04-18    <johan AT balder>
8181
8182         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8183
8184 2003-04-17    <johan AT balder>
8185
8186         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8187         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8188
8189 2003-04-13  Borut Razem <borut.razem AT siol.net>
8190
8191         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8192         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8193           fixed mingw problem in adl_NORMALIZE_PATH
8194
8195 2003-04-12  Borut Razem <borut.razem AT siol.net>
8196
8197         * fixed "#pragma SAVE/RESTORE can not be nested":
8198         * src/SDCC.lex: reworked pragma handling functions
8199         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8200         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8201
8202 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8203
8204         * src/SDCCutil.c (pathEquivalent): defined but not used
8205         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8206         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8207         * configure: rebuilt from configure.in
8208         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8209         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8210         * device/include/Makefile.in: replace sdcc_datadir
8211         * device/lib/Makefile.in: replace sdcc_datadir
8212         * Makefile.common.in: add LDFLAGS from configure
8213         * packihx/Makefile.in: use LDFLAGS
8214         * src/Makefile.in: use LDFLAGS
8215         * support/cpp2/Makefile.in: add LDFLAGS from configure
8216         * support/makebin/Makefile: use LDFLAGS
8217         * .version: bumped version number to 2.3.5
8218
8219 2003-04-12  Borut Razem <borut.razem AT siol.net>
8220
8221         * completed "different paths" task:
8222         * src/SDCCmacro.c: fixed bug in handling quotes
8223         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8224         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8225
8226 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8227
8228         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8229
8230 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8231
8232         * ds390/gen.c ds390/peeph.def: fix bug 706781
8233
8234 2003-04-11  Borut Razem <borut.razem AT siol.net>
8235
8236         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8237
8238 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8239
8240         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8241         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8242          set - this bit used to not be set...).
8243         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8244           bad code in PIC Port
8245         * src/regression/and2.c added to test bug 609268
8246         * src/regression/Makefile added and2.c to regression test
8247
8248
8249 2003-04-08    <johan AT CP255758-A>
8250
8251         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8252         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8253         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8254
8255 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8256
8257         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8258         fix bug #487815
8259         * support/cpp2/Makefile.in: fix bug #487815
8260         * configure: rebuilt from configure.in
8261         * Makefile.common.in: docdir changed, new path suffixes
8262         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8263         * sdcc_vc_in.h: reflect changes from sdccconf.h
8264         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8265         * src/SDCCutil.h: remove BINDIR hack
8266         * doc/sdccman.lyx: update new path hierarchy
8267
8268 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8269
8270         * src/SDCCpeeph.c: added okToRemoveSLOC test
8271
8272 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8273
8274         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8275
8276 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8277
8278         * src/SDCCpeeph.c: added labelIsReturnOnly test
8279         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8280
8281 2003-04-05    <johan AT balder>
8282
8283         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8284         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8285         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8286         * src/SDCCast.c: fixed a warning
8287         * src/SDCCast.h: fixed a warning
8288         * src/SDCCicode.c (operandFromAst): fixed a warning
8289
8290 2003-04-04    <johan AT balder>
8291
8292         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8293         * src/SDCCast.c (decorateType): fixed bug #715076
8294         * src/SDCC.y: fixed bug #702907
8295
8296 2003-04-03    <johan AT balder>
8297
8298         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8299         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8300         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8301         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8302         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8303
8304 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8305
8306         * _decdptr.c: fix return values
8307         * _gptrget.c: fix return values
8308         * _gptrgetc.c: fix return values
8309         * _gptrput.c: fix return values
8310         * _mulint.c: fix return values
8311         * as/z80/Makefile: fix 'make -j' problem
8312
8313 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8314
8315         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8316         * configure.in: big cleanup, updated to autoconf 2.5x
8317         * configure: rebuilt from configure.in
8318         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8319         * sdcc_vc_in.h: reflect changes from sdccconf.h
8320         * doc/Makefile: fixed a flaw in "make install"
8321
8322 2003-04-02    <johan AT balder>
8323
8324         * src/ds390/gen.c (genCmp): no comments
8325         * src/mcs51/gen.c (genCmp): no comments
8326         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8327         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8328
8329 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8330
8331         * support/regression/generate-cases.py: place generated file in given sub directory
8332         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8333         * support/regression/Makefile: improvements for 'make -j';
8334         side effect: it's simpler and faster now
8335
8336 2003-03-31  Borut Razem <borut.razem AT siol.net>
8337
8338         * src/z80/main.c: link-{port} and as-{port} defined without path
8339         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8340
8341 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8342
8343         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8344
8345 2003-03-30  Borut Razem <borut.razem AT siol.net>
8346
8347         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8348           changed type of list parameter to set
8349         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8350         * src/port.h: changed type of do_assemble() parameter to set
8351         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8352           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8353           definition of "cppoutfilename" macro with NULL value in preProcess()
8354         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8355         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8356         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8357           replaced with set *binPathSet
8358         * shash_add() deallocates the item, if allready exsists, before adding the new one
8359         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8360
8361 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8362
8363         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8364           a nested for loop bug in the PIC port
8365         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8366           for loops
8367
8368 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8369
8370         * support/Util/dbuf.h: remove C++ stuff to make it portable
8371
8372 2003-03-28  Borut Razem <borut.razem AT siol.net>
8373
8374         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8375           literal strings in stringLiteral()
8376         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8377         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8378           to the project
8379
8380 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8381
8382         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8383
8384 2003-03-26    <johan AT balder>
8385
8386         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8387         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8388         * src/SDCCast.c (decorateType): fixed " -v < 3"
8389
8390 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8391
8392         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8393         Added Lenny Story's debug infrastructure changes:
8394         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8395         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8396         * src/cdbFile.c: added
8397         * src/SDCCdebug.c: added
8398         * src/SDCCdebug.h: added
8399         * src/SDCCast.c (createFunction)
8400         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8401         * src/SDCCmain.c (parseCmdLine, main)
8402         * src/SDCCmem.c (redoStackOffsets)
8403         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8404         * src/SDCCsymt.h
8405         * src/common.h
8406         * src/avr/gen.c (genAVRCode)
8407         * src/ds390/gen.c (gen390Code)
8408         * src/mcs51/gen.c (gen51Code)
8409         * src/pic/gen.c (genpic14Code)
8410         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8411         * src/xa51/gen.c (genXA51Code)
8412         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8413
8414 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8415
8416         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8417         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8418
8419 2003-03-22    <johan AT balder>
8420
8421         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8422
8423 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8424
8425         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8426         * doc/cdbfileformat.lyx: added, written by Lenny Story
8427         * doc/Makefile: added cdbfileformat.lyx
8428         * doc/clean.mk: added cdbfileformat.lyx
8429
8430 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8431
8432         * src/mcs51/peeph.def: fix bug #705773
8433
8434 2003-03-20    <johan AT balder>
8435
8436         An sfr/sbit can have an "at #" AND an initializer
8437         * src/SDCCsymt.c (checkSClass):
8438         * src/SDCCmem.c (allocGlobal):
8439         * src/SDCCmem.c (allocLocal):
8440         * src/SDCCast.c (createBlock):
8441
8442 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8443
8444         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8445
8446 2003-03-16    <johan AT balder>
8447
8448         Undid the hackup of const and volatile, the problem is much bigger
8449         * src/SDCC.y:1.65
8450         * src/SDCCast.c:1.171
8451         * src/SDCCglue.c:1.138
8452         * src/SDCCicode.c:1.146
8453         * src/SDCCsymt.c:1.150
8454         * src/SDCCval.c:1.65
8455
8456 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8457
8458         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8459         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8460
8461 2003-03-13    <johan AT balder>
8462
8463         Hackup const and volatile modifiers in type chains a bit:
8464         * src/SDCC.y:1.63
8465         * src/SDCCast.c:1.169
8466         * src/SDCCglue.c:1.136
8467         * src/SDCCicode.c:1.143
8468         * src/SDCCsymt.c1.146
8469         * src/SDCCsymt.h1.59
8470         * src/SDCCval.c:1.63
8471
8472 2003-03-12    <johan AT balder>
8473
8474         * src/SDCCBBlock.h: more LRH debugging junk
8475         * src/SDCCcflow.h: more LRH debugging junk
8476         * src/SDCCloop.c: more LRH debugging junk
8477         * src/SDCC.y (struct_declaration): fixed bug #697590
8478         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8479         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8480         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8481
8482 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8483         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8484         test function names must now match exactly).
8485         * src/SDCCcse.c: added special case in findCheaperOp to allow
8486         extending a short integer. Makes less awful code for bug 700121 test case.
8487
8488 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8489
8490         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8491         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8492
8493 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8494
8495         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8496         actually called (operandsNotEqual() was called for all
8497         operandsNotEqualX tests).
8498
8499 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8500
8501         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8502         with shorter literals. Fixes bug 700121.
8503
8504 2003-03-11    <johan AT balder>
8505
8506         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8507
8508 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8509
8510         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8511         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8512
8513 2003-03-10  Borut Razem <borut.razem AT siol.net>
8514
8515         * src/SDCCmain.c: pipe preprocessor's output
8516         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8517         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8518         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8519         which closes all pipes in pipeSet set
8520         * src/SDCCset.c: free deleted item in function deleteSetItem()
8521         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8522         moved from z80 to src subproject
8523         * .version: increased version number to 2.3.4
8524
8525 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8526
8527         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8528         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8529         * support/regression/ports/xa51/spec.mk: fix typo
8530
8531 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8532
8533         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8534
8535 2003-03-09  Borut Razem <borut.razem AT siol.net>
8536
8537         * src/SDCCmain.c: pipe preprocessor's output
8538         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8539         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8540         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8541         which closes all pipes in pipeSet set
8542         * src/SDCCset.c: free deleted item in function deleteSetItem()
8543         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8544         moved from z80 to src subproject
8545
8546 2003-03-09  Borut Razem <borut.razem AT siol.net>
8547
8548         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8549         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8550         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8551         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8552         * src/SDCCglobl.h: unification of WIN32 native definitions
8553
8554 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8555
8556         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8557
8558 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8559
8560         * src/configure.in:   check for endianess (even while cross-compiling)
8561         * src/configure:      check for endianess (even while cross-compiling)
8562         * src/configure_in.h: check for endianess (even while cross-compiling)
8563         * src/avr/gen.c:        remove old endianess stuff
8564         * src/mcs51/gen.c:      remove old endianess stuff
8565         * src/ds390/gen.c:      remove old endianess stuff
8566         * src/pic/gen.c:        remove old endianess stuff
8567         * src/pic/genarith.c:   remove old endianess stuff
8568         * src/pic/glue.c:       fix endianess check
8569         * src/pic16/gen.c:      remove old endianess stuff
8570         * src/pic16/genarith.c: remove old endianess stuff
8571         * src/pic16/glue.c:     fix endianess check
8572         * src/xa51/gen.c:       remove old endianess stuff
8573         * src/z80/gen.c:        fix endianess check
8574         * src/SDCCglue.c:       fix endianess check
8575         * src/ds390/peeph.def: fix bug 700036
8576
8577 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8578
8579         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8580         * src/configure: find appropriate data-types on host for SDCC's int and long
8581         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8582         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8583         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8584
8585 2003-03-07    <johan AT balder>
8586
8587         Just a big NOOP:
8588                 some minor cleanups before the big shot
8589                 OP_DEFS and OP_USES now use Kevin's protection
8590                 new option --nolabelopt
8591
8592         * src/SDCCBBlock.c:
8593         * src/SDCCast.c,:
8594         * src/SDCCcflow.c:
8595         * src/SDCCcse.c:
8596         * src/SDCCicode.c:
8597         * src/SDCCicode.h:
8598         * src/SDCClabel.c:
8599         * src/SDCCloop.c:
8600         * src/SDCCmain.c:
8601         * src/ds390/ralloc.c:
8602         * src/mcs51/ralloc.c:
8603         * src/pic/ralloc.c:
8604         * src/xa51/ralloc.c:
8605         * src/z80/ralloc.c:
8606
8607 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8608
8609         * src/pic/pcode.c (get_op): fix 64 bit warnings
8610         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8611         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8612         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8613         * support/regression/tests/malloc.c: fix 64 bit warnings
8614
8615 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8616
8617         * src/mcs51/gen.c (genMinus): fixed bug 696436
8618
8619 2003-03-02  Borut Razem <borut.razem AT siol.net>
8620
8621         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8622
8623 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8624
8625         * configure.in: test for mkstemp
8626         * sdccconf_in.h: add HAVE_MKSTEMP
8627
8628 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8629
8630         * device/include/ctype.h: removed warning while using --stack-auto
8631         * device/include/malloc.h: removed warning while using --stack-auto
8632         * device/include/string.h: removed warning while using --stack-auto
8633
8634 2003-02-23  Borut Razem <borut.razem AT siol.net>
8635
8636         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8637         because NDEBUG is defined (see man assert)
8638         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8639
8640 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8641
8642         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8643         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8644
8645 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8646
8647         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8648         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8649
8650 2003-02-18    <johan AT balder>
8651
8652         * as/mcs51/asmain.c (asmbl): module can start with a digit
8653         * as/z80/asmain.c (asmbl): module can start with a digit
8654
8655 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8656
8657         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8658         * src/asm.c: fix pipe() for Mingw32
8659
8660 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8661
8662         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8663         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8664         make -V work again; --c1mode reads now from stdin
8665         * doc/sdccman.lyx: added --c1mode
8666         * support/Util/SDCCerr.c: new messages for c1 mode
8667         * support/Util/SDCCerr.h: new messages for c1 mode
8668         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8669
8670 2003-02-15    <johan AT balder>
8671
8672         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8673
8674 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8675
8676         * doc/sdccman.lyx: Environment variables, -o and other minor things
8677
8678 2003-02-14    <johan AT balder>
8679
8680         * src/xa51/main.c: before anyone really tries to use it :)
8681
8682         * Install doc's in share/sdcc/doc
8683         * removed some obsolete files
8684         * Do a proper make distclean and uninstall
8685         M Makefile.common.in
8686         R sdccbuild.sh
8687         M as/Makefile
8688         M device/include/Makefile.in
8689         M device/lib/Makefile.in
8690         M doc/sdccman.lyx
8691         M link/Makefile
8692         M sim/ucsim/doc/Makefile.in
8693         M src/clean.mk
8694         R src/avr/peeph.rul
8695         R src/xa51/peeph.rul
8696         M support/cpp2/Makefile.in
8697         M support/makebin/Makefile
8698
8699
8700 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8701
8702         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8703
8704 2003-02-10  Borut Razem <borut.razem AT siol.net>
8705
8706         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8707         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8708         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8709         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8710         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8711         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8712         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8713         src/z80/Makefile.bcc: Borland Makefile cleanup
8714         * as/z80/Makefile.bcc: Added Borland Makefile
8715         * support/cpp2/borland.h: Removed
8716
8717 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8718
8719         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8720         * src/SDCC.lex: new pragma NOIV
8721         * src/SDCCglobl.h: new pragma NOIV
8722         * src/SDCCmem.c: new pragma NOIV
8723
8724 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8725
8726         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8727
8728 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8729
8730         * src/SDCCmain.c: signal handling is switched off by --debug
8731         * doc/Makefile: small fix for install; use clean.mk again
8732         * doc/clean.mk: clean *.pdf and *.html too
8733
8734 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8735
8736         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8737         * device/lib/printfl.c: fix a ds390 bug by making it portable
8738         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8739         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8740         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8741         * debugger/mcs51/cmd.c: converted multi-line string literals
8742         * sim/ucsim/globals.cc: converted multi-line string literals
8743         * src/SDCCmain.c: introduced signal handler to remove temp files
8744         * doc/Makefile: small tweaks, implement clean
8745         * doc: removed generated files
8746
8747 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8748
8749         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8750         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8751         Address Record is not correctly generated for DS390."
8752
8753 2003-02-02  Borut Razem <borut.razem AT siol.net>
8754
8755         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8756         * as/mcs51/asm.h: fixed compilation with Borland C
8757         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8758         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8759         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8760         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8761         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8762         src/z80/Makefile.bcc: delete $(LIB) only if exist
8763         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8764
8765 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8766
8767         * device/include/malloc.h: introduced NULL
8768         * device/include/string.h: introduced NULL
8769         * device/include/stdlib.h: introduced NULL
8770         * device/lib/_memcpy.c: removed NULL
8771         * device/lib/_strcat.c: removed NULL
8772         * device/lib/_strchr.c: removed NULL
8773         * device/lib/_strcmp.c: removed NULL
8774         * device/lib/_strcpy.c: removed NULL
8775         * device/lib/_strcspn.c: removed NULL
8776         * device/lib/_strlen.c: removed NULL
8777         * device/lib/_strncat.c: removed NULL
8778         * device/lib/_strncmp.c: removed NULL
8779         * device/lib/_strncpy.c: removed NULL
8780         * device/lib/_strpbrk.c: removed NULL
8781         * device/lib/_strrchr.c: removed NULL
8782         * device/lib/_strspn.c: removed NULL
8783         * device/lib/_strstr.c: removed NULL
8784         * device/lib/_strtok.c: removed NULL
8785         * device/lib/malloc.c: removed NULL, include own header
8786
8787 2003-02-02    <johan AT balder>
8788
8789         * 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
8790         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8791         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8792         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8793         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8794         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8795
8796 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8797
8798         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8799         area 'DATA'"
8800
8801 2003-02-01    <johan AT balder>
8802
8803         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8804
8805 2003-01-31    <johan AT CP255758-A>
8806
8807         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8808
8809 2003-01-30    <johan AT balder>
8810
8811         * src/SDCCBBlock.c: automatic bug detection
8812         * src/SDCCicode.c: automatic bug detection
8813
8814 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8815
8816         * src/SDCCglobl.h:   now --xram-size 0 works
8817         * src/SDCCmain.c:    now --xram-size 0 works
8818
8819 2003-01-29    <johan AT balder>
8820
8821         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8822
8823 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8824
8825         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8826         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8827         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8828         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8829         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8830         * src/SDCCmain.c:    Added options --xram-size and --code-size
8831
8832 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8833
8834         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8835         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8836
8837 2003-01-27    <johan AT balder>
8838
8839         * src/SDCC.y: fixed bug #613764
8840
8841 2003-01-26    <johan AT balder>
8842
8843         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8844         * src/SDCCsymt.h: fixed bug #673374
8845         * src/SDCCglue.c: fixed bug #661910
8846         * src/SDCCast.c: fixed bug #458099 and 673374
8847
8848 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8849
8850         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8851         * as/mcs51/strcmpi.h: added
8852         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8853         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8854         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8855         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8856         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8857         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8858         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8859         * as/mcs51/Makefile.aslink: new module strcmpi
8860         * as/mcs51/Makefile.asx8051: new module strcmpi
8861         * as/mcs51/Makefil.bcc: new module strcmpi
8862         * as/mcs51/Makefile.in: new module strcmpi
8863         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8864
8865 2003-01-26    <johan AT balder>
8866
8867         * src/SDCCglue.c: reverted back to 1.124
8868         * src/SDCCast.c: reverted back to 1.156
8869         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8870
8871 2003-01-25    <johan AT balder>
8872
8873         * src/SDCCglue.c: A better fix for bug #661910
8874         * src/SDCCast.c: A better fix for bug #661910
8875         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8876
8877 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8878
8879         * src/Makefile.in: remove spawn.o
8880         * src/SDCCmain.c: remove spawn.h
8881         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8882         * src/spawn.c: removed
8883         * src/spawn.h: removed
8884         * support/regression/ports/ds390/spec.mk: link with -r
8885
8886 2003-01-24    <johan AT CP255758-A>
8887
8888         * src/ds390/gen.c (aopOp): fixed bug #667458
8889         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8890         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8891         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8892
8893 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8894
8895         * src/mcs51/peeph.def: better assembler identation by Frieder
8896         * src/mcs51/gen.c: better assembler identation by Frieder
8897
8898 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8899
8900         * as/z80/string.h: removed for gcc 3.2
8901         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8902         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8903
8904 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8905
8906         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8907         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8908         * support/regression/Makefile: separate temp files for ports
8909         * support/regression/generate-cases.py: separate temp files for ports
8910         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8911         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8912
8913 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8914
8915         * moved tinitalk to device/examples/ds390
8916
8917 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8918
8919         * as/mcs51/lkmem.c: rflag is for DS390
8920         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8921         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8922                          (linkEdit): move mem- and map-files the same way as ihx-files
8923         * src/z80/main.c (_setDefaultOptions): removed --generic
8924         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8925         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8926         * src/pic/glue.c (picglue): --c1mode works again
8927         * src/pic16/glue.c (pic16glue): --c1mode works again
8928         * src/asm.c (printCLine): fix #660034
8929
8930 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8931
8932         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8933         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8934         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8935         * as/mcs51/lkmem (summary): better fix for sp problem
8936         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8937         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8938         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8939                                               remove --stack-after-data
8940
8941 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8942
8943         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8944         * src/SDCCutil.c (join): ugly bug: missing '\0'
8945         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8946
8947 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8948
8949         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8950         * src/port.h: typo
8951         * src/pic/main.c (_asmCmd): gpasm supports -o
8952         * src/z80/main.c: more general macros
8953         * device/lib/Makefile.in: remove intermediate files
8954
8955 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8956
8957         * .version: Bumped version number to 2.3.3
8958         * src/SDCCBBlock.c: new option -o
8959         * src/SDCCglobl.h: new option -o
8960         * src/SDCCglue.c: new option -o
8961         * src/SDCCmain.c: new option -o
8962         * src/asm.c: new option -o
8963         * src/ds390/main.c: new option -o
8964         * src/pic/glue.c: new option -o
8965         * src/pic/pcode.c: new option -o
8966         * src/pic/ralloc.c: new option -o
8967         * src/pic16/glue.c: new option -o
8968         * src/pic16/pcode.c: new option -o
8969         * src/pic16/ralloc.c: new option -o
8970         * src/z80/main.c: new option -o
8971         * device/lib/Makefile.in: use -o
8972         * support/regression/ports/ds390/spec.mk: use -o
8973         * support/regression/ports/gbz80/spec.mk: use -o
8974         * support/regression/ports/mcs51/spec.mk: use -o
8975         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8976         * support/regression/ports/z80/spec.mk: use -o
8977         * support/regression/ports/ucz80/spec.mk: use -o
8978         * support/regression/ports/xa51/spec.mk: use -o
8979         * support/regression/fwk/lib/timeout.c: fix usage string
8980
8981 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8982         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8983
8984 2003-01-07    <johan AT balder>
8985
8986         * src/SDCCast.c (decorateType): fixed bug #600035
8987
8988 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8989         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8990         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8991         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8992         * src/pic/pcode.c: outcommented unused variable to remove warnings
8993         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8994
8995 2003-01-06    <karl AT turbobit.com>
8996         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8997    regression tests.
8998
8999 2003-01-06    <johan AT balder>
9000
9001         * src/SDCCicode.c: fixed array add
9002
9003 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
9004         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
9005         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
9006
9007 2003-01-04    <johan AT balder>
9008
9009         * src/SDCCval.c (getNelements): fixed the initialized array of structures
9010
9011 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9012         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
9013
9014 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9015         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
9016         * support/regression/tests/bug-524697.c: fit mem usage into 8032
9017
9018 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
9019         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
9020
9021 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
9022         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
9023
9024 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
9025         * src/mcs51/main.c: removed {bindir}{sep} from aslink
9026
9027 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9028
9029     * in \sdcc\as\mcs51\ changed these files in order to create an
9030     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
9031     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
9032     following files to include the previous two files: aslink.dsp,
9033     Makefile.aslink, Makefile.bcc, and Makefile.in.
9034
9035     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9036     .adb instead of .cdb
9037
9038 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9039
9040         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9041         value from option --iram-size.
9042
9043 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9044
9045         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9046         dram[] array.
9047
9048 2002-09-18    <wiml AT hhhh.org>
9049
9050         * SDCClrange.h: exposed setFromRange() and setToRange()
9051         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9052           packRegsForAccUse() (bug 542397)
9053         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9054           multiple times and emitting the fetch operations more than once
9055           added aopGetUsesAcc() function to allow binary operators to
9056           fetch their operands in the correct order; made genMinus() emit
9057           compact code for X = LITERAL - Y
9058
9059 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9060         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9061         sprintf() in line 1267.
9062
9063 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9064         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9065         like ports.
9066
9067 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9068         Changes to aslink (All the changes are marked with 'JCF'):
9069
9070         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9071         summary().
9072
9073         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9074         area BSEG.  Also moves, if possible, the DATA area down into the internal
9075         ram so more space is available.
9076
9077         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9078         sflag.
9079
9080         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9081         not bytes.  Function summary() which creates a memory usage summary
9082         file with extension .mem.  Reports of overlaping stack and small stack
9083         size.  If the space for the stack is less than 16 bytes aslink trows a
9084         warning.
9085
9086         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9087         the 8051.  Option 'y' for memory summary output file.
9088
9089         Changes to sdcc (All the changes are marked with 'JCF'):
9090
9091         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9092
9093         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9094         overlaying area for it (uses RegBankUsed[4]).
9095
9096         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9097         bank zero as used by default.  By default aslink locates the stack
9098         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9099         the creation of the .mem file.  Delegates the allocation of data area
9100         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9101         the begining of the stack area to aslink.
9102
9103         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9104         glue() in SDCCglue.c creates an area for it.
9105
9106 2002-09-03  Borut Razem <borut.razem AT siol.net>
9107         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9108         sdcc/src/pic/glue.c:
9109         introduced atexit() handler for teporay files removal in case of
9110         errors, assertions, ...
9111
9112 2002-08-29  Borut Razem <borut.razem AT siol.net>
9113         * sdcc/support/cpp2/auto-host_vc_in.h:
9114         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9115         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9116         Maybe there is a similar problem with BORLANDC? It should be checked!
9117
9118         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9119         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9120         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9121         was not executed, and the compiler (cl) launched a warning:
9122         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9123
9124 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9125         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9126
9127 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9128         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9129
9130         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9131           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9132           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9133           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9134           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9135           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9136           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9137         - added Release configuration in VS projects
9138         - review of compiler an linker options
9139         - VC .exe files are generated in bin_vc directory, not to interfere
9140           with binaries generated from other projects (cygwin, mingw, bcc ...)
9141
9142         * sdcc/src/yacc.dsp: added
9143
9144         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9145         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9146         and insert the version number definitions from .version
9147
9148         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9149
9150         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9151         added - genarate auto-host.h using auto-host_vc_in.h as template
9152
9153         * sdcc/sdcc_vc.h,
9154         removed from CVS, generated automatically
9155
9156 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9157         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9158
9159 2002-08-11  Borut Razem <borut.razem AT siol.net>
9160         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9161
9162 2002-08-10  Borut Razem <borut.razem AT siol.net>
9163         * src/SDCCmain.c (main):
9164         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9165         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9166         The consequence was that some temporary files were not removed.
9167
9168         * src/SDCCglue.c:
9169         unification of code in functions tempfilename() and tempfile():
9170         function tempnam() is defined in Visual Studio 6.0 and .NET
9171
9172         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9173
9174         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9175           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9176         - removed compiler command line option /WX: Treats all warnings as errors
9177         - update a list of source files, included into the project
9178
9179         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9180           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9181         changed project type to Generic Project so that can be correcly converted to VS.NET project
9182
9183         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9184
9185         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9186
9187         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9188
9189         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9190         added return 0 statements after assert() to make compiler happy
9191
9192         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9193         added newline in the def file to keep MSC compiler satisfied
9194
9195         * sdcc/src/z80/gen.c:
9196         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9197           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9198         - solved MSC error in function aopDump()
9199
9200         * sdcc_vc.h: define PREFIX as "\\sdcc"
9201
9202 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9203         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9204
9205 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9206         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9207         - Rewrote the register banking algorithm.
9208         - Added pCode live-range analysis to registers (for now, only non-used and
9209         singly-used registers optimized away)
9210
9211         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9212
9213         * 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.
9214
9215 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9216         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9217
9218 2002-04-22  Michael Hope  <michaelh AT vroom>
9219
9220         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9221
9222         * configure.in (DD_COPT): Added include support required for gbdk.
9223
9224         * .version: Bumped version number just to increase it.
9225
9226         * src/SDCCmain.c: Added -nostdinc to the default options.
9227
9228 2002-04-15  Michael Hope  <michaelh AT vroom>
9229
9230         * device/lib/z80/printf.c (sprintf): Added.
9231
9232         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9233
9234         * src/z80/peeph.def: Added transpose redundent load rule.
9235
9236         * src/z80/main.c: Added force callee saves for jaune.
9237
9238         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9239
9240         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9241
9242 2002-03-28  Johan Knol  <johan AT balder>
9243
9244         * src/SDCCval.c: fixed bug #532436
9245
9246 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9247         * /src/port.h:
9248         Added "char *Processor" field to the port structure.
9249
9250         * /src/SDCCmain.c:
9251         Added -p option. Allows port dependent processor to be specified.
9252
9253         * all ports:
9254         Initialized the new field char *Processor field to NULL in all ports
9255
9256         * /src/pic/*:
9257         Compiler generated registers for interrupt context saving
9258         were not getting allocated.
9259
9260 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9261
9262         * /src/SDCCast.c:
9263         Fixed left shift. Will promote the left side of a left shift
9264         if a) left shifting more than size of operand or b) when assigned
9265         to something size > size of left side
9266
9267 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9268         * src/pic/*
9269         tons of changes. Register allocation has been
9270         rewritten. Added customization for the various PICs. Flow
9271         analysis is restructured. ...
9272
9273         * src/pic/device.h:
9274         Added
9275
9276         * src/pic/device.c:
9277         Added. device.c is a PIC port hack to accomodate variations
9278         in PIC devices.
9279
9280 2002-03-13  Michael Hope  <michaelh AT vroom>
9281
9282         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9283
9284 2002-03-04  johanknol  <johanknol AT manik>
9285
9286         * /src/SDCCval.c: fixed
9287
9288         const unsigned char arr[][2] = { { 0, 1 } };
9289         t18.c:1: error: Initializer element is not constant
9290
9291 2002-03-04  bela  <bela AT manik>
9292
9293         * /device/include/mcs51reg.h:
9294         ds89c420 register definition update
9295
9296 2002-03-03    <johan AT FRIJA>
9297
9298         * support/Util/SDCCerr.c: did something, but don't no why anymore
9299
9300         * support/regression/tests/bug-524691.c: made it a little less shy
9301
9302         * src/SDCCast.c (decorateType): fixed bug #524697
9303
9304         * src/SDCCast.c: made some lineno improvements
9305
9306         * src/SDCCval.c (getNelements): changed warning to error
9307
9308         * src/SDCCglue.c (printIvalArray): changed warning to error
9309
9310         * src/SDCCicode.c: fixed a warning for mingw
9311
9312         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9313
9314         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9315
9316 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9317
9318         * src/ds390/peeph.def:
9319         Added some more peephole rules
9320
9321         * src/ds390/gen.c: Various fixes & enhancements
9322
9323         * src/SDCClrange.c, src/SDCClrange.h:
9324         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9325
9326         * src/ds390/ralloc.c:
9327         various fixes & enhancements (ds390) specific
9328
9329         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9330         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9331         from rallocs.
9332
9333         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9334
9335 2002-03-02    <johan AT FRIJA>
9336
9337         * src/SDCCast.c (decorateType): fixed bug #524708
9338
9339         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9340
9341         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9342
9343 2002-03-01  Michael Hope  <michaelh AT vroom>
9344
9345         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9346
9347         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9348
9349 2002-03-01    <johan AT FRIJA>
9350
9351         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9352
9353         * src/SDCCast.c (decorateType): fixed bug #524209
9354
9355         * src/SDCCval.c (valNot): fixed bug #524195
9356
9357 2002-02-26    <johan AT balder>
9358
9359         * src/xa51/gen.c: fixed a warning
9360
9361         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9362
9363         * src/SDCCast.c (decorateType): fixed bug #522534
9364
9365 2002-02-23    <johan AT balder>
9366
9367         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9368
9369 2002-02-22    <johan AT balder>
9370
9371         * src/SDCCast.c: fixed bug #514865
9372
9373         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9374
9375 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9376
9377         * sdcc/src/SDCCloop.c:
9378         Previous fix was not good. basic blocks that have "break" or "return" are
9379         not really partof a loop , but live ranges used in these blocks should
9380         be live thru the entire loop, so set partOfLoop but don't add them to
9381         loop region
9382
9383 2002-02-21    <johan AT FRIJA>
9384
9385         * src/SDCCcse.c: fixed bug #514308
9386
9387 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9388
9389         * src/SDCCloop.c:
9390         Fixed BUG #519583. If a conditional block ended in a return/break
9391         statement inside a loop, it was not being considered part of the loop.
9392
9393         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9394
9395 2002-02-10  Karl Bongers <karl AT turbobit.com>
9396
9397         * debugger/*:
9398         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9399         with lots of comments and notes.
9400
9401         * device/examples/test2.c:
9402         Fix bug, "red" variable not being initialized(compiler complained).
9403
9404         * device/examples/Makefile, examples/test3.c:
9405         Add Makefile in device/examples folder, compiles test3.c
9406         for use as a multiple module SDCDB test case.
9407
9408         * sim/ucsim/cmd.src/cmdset.cc:
9409         Took out debug printfs in ucsim "next" command.
9410
9411         * sim/ucsim/xa.src:
9412         Karl and Johan start ucsim XA support.  Most dissassembly working,
9413         about 75% emulation done(plenty of work remaining).
9414
9415         * sim/ucsim/z80.src:
9416         Add Z80 support to ucsim, add test-ucz80 regression test,
9417         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9418         Notice z80 compiler fails on examples/test3.c/crc code.
9419
9420 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9421
9422         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9423         Added support for --parms-in-bank1
9424
9425         * src/ds390/peeph.def:
9426         added a few more peephole optimzations
9427
9428         * src/ds390/main.c:
9429         1) added __builtin_inp & __builtin_outp used to read in data of given length
9430            from a memory mapped port
9431         2) added __builtin_memcmp
9432         3) added __builtin_swapw swap bytes of a short
9433
9434         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9435         1) handle multiple send & receives from register bank1
9436         2) ralloc can now allocate DPTR1 to some liveRanges
9437
9438         * src/SDCCsymt.c, src/SDCCsymt.h:
9439         changes to handle multiple sends & receives
9440
9441         * src/SDCCptropt.h:
9442         added some pointer arithmetic optimization
9443
9444         * src/SDCCptropt.c:
9445         added some pointer arithmetic optimizations but not stable yet so not
9446         called from anywhere (will get this working shortly)
9447
9448         * src/SDCCopt.c: fixed for multiple sends & receives
9449
9450         * src/SDCCmain.c:
9451         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9452         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9453            set preprocessor defines (depending on options)
9454
9455         * src/SDCCicode.c, src/SDCCicode.h:
9456         changes made to handle multiple sends & receives
9457
9458         * src/SDCCglobl.h:
9459         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9460
9461         * src/SDCCcse.c, src/SDCCcse.h:
9462         added function findbackward def (to be used in upcoming optimization)
9463
9464         * src/SDCCcflow.c, src/SDCCcflow.h:
9465         added function returnAtEnd - to determine if a basic block terminates with
9466         a RETURN iCode
9467
9468         * src/SDCCast.c, src/SDCCast.h:
9469         added option parms-in-bank1
9470
9471         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9472         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9473         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9474         adjusted for --parms-in-bank1 option
9475
9476         * device/include/string.h:
9477         donot redefine "reentrant" keyword
9478
9479         * device/include/ds80c390.h: Added some more SFRs
9480
9481 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9482
9483         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9484
9485 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9486
9487         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9488
9489 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9490
9491         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9492
9493 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9494
9495         * Added --xram-movc option
9496
9497 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9498
9499         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9500
9501 2002-01-11  Johan Knol
9502
9503         * Added math lib of Jesus Calvino-Fraga
9504
9505 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9506
9507         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9508         * support/regression/Makefile: new target test-mcs51-stack-auto
9509         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9510
9511 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9512
9513         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9514
9515 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9516
9517         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9518
9519 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9520
9521         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9522
9523         * src/SDCCglue.h: add definition for printIvalChar()
9524
9525 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9526
9527         * src/SDCCast.c: fix #498138 by Johan
9528
9529         * src/SDCCglue.c: fix #498138 by Johan
9530
9531 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9532
9533         * support/regression/Makefile: fix clean
9534
9535         * support/regression/ports/ds390/support.c: fix transmission of last character
9536
9537 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9538
9539         * /sdcc/src/ds390/gen.c:
9540         a) improved computing address of stack variable
9541         b) took out some #if 0 code
9542         c) improved parmBytes adjustment
9543         d) improved genPlusIncr & genMinusIncr
9544         e) genCmp could generate bad code (when left assigned to DPTR)
9545         f) Fixed bug in hasInc
9546
9547         * /sdcc/src/ds390/ralloc.c:
9548         a) packRegsForSupport could mess up live information (Fixed)
9549         b) packRegsDPTRuse could be incorrect for left & right shift
9550
9551         * /sdcc/src/mcs51/ralloc.c:
9552         packRegsForSupport could mess up the live information (Fixed)
9553
9554         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9555
9556         * /sdcc/src/SDCCast.c:
9557         can reverse a loop even if function call is present as long
9558         as the loop control variable is local & is not passed as parameter
9559
9560 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9561
9562         * /sdcc/ChangeLog: *** empty log message ***
9563
9564         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9565         More builtin function additions for TININative
9566
9567         * /sdcc/src/ds390/ralloc.c:
9568         Had broken the regression testsuite
9569
9570         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9571
9572         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9573         Added funcattr hasStackParms will be set for reentrant functions when there
9574         are paramteres on the stack, this helps in minimizing frame pointer generation
9575         typeFromStr can handle function pointers now
9576
9577         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9578         *** empty log message ***
9579
9580 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9581
9582         * /src/ds390/gen.c, /src/ds390/main.c:
9583         More builtin function additions for TININative
9584
9585         * /src/ds390/ralloc.c:
9586         Had broken the regression testsuite
9587
9588         * /src/SDCCast.c: Fixed a bug in dumptree
9589
9590         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9591         Added funcattr hasStackParms will be set for reentrant functions when there
9592         are paramteres on the stack, this helps in minimizing frame pointer generation
9593         typeFromStr can handle function pointers now
9594
9595         * /doc/builtins.txt, /doc/TININative.txt:
9596         *** empty log message ***
9597
9598
9599 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9600
9601         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9602         ALPHA version for -mTININative
9603
9604         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9605         updated to reflect changes in the port structure
9606
9607         * /src/port.h:
9608         added function do_assemble (similar to do_link) if non-null this function
9609         will be called to do assembly (-mTININative) requires a multi command
9610         assembly
9611         added function genAssemblerEnd will be called to generate assembler Epilogue
9612
9613         * /src/SDCCsymt.c:
9614         added _JavaNative to debug info printing
9615
9616         * /src/SDCCmain.c: added option --tini-libid
9617         added port->do_assemble function (-mTININative) has a multi command assemble
9618
9619         * /src/SDCCglue.c: Disabled "constExpr" check
9620         added port->genAssemblerEnd function
9621
9622         * /src/SDCCglobl.h: Added option --tini-libid value
9623
9624         * /src/SDCCast.h:
9625         tookout optimizeCompare from the header (has no external references)
9626
9627         * /src/SDCCast.c: made one more function "static"
9628
9629 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9630
9631         * src/z80/mappings.i: Added z80asm support.
9632
9633         * src/z80/main.c: Added z80asm support on --asm=z80asm
9634
9635         * src/z80/gen.c: Fixed asm portability issues.
9636
9637         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9638
9639         * src/SDCCglue.c (printExterns): Added global/extern split.
9640
9641 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9642
9643         * support/regression/Makefile: added test for mcs51 model large
9644
9645         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9646
9647         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9648
9649 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9650
9651         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9652
9653 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9654
9655         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9656
9657         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9658
9659 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9660
9661         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9662
9663         * support/regression/tests/simplefloat.c: Port to mcs51.
9664
9665 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9666         * support/regression/tests/bug-485362.c: Added.
9667
9668         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9669
9670         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9671
9672         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9673
9674         * src/z80/gen.c (aopDump): Added a dump function.
9675
9676 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9677         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9678
9679         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9680
9681         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9682
9683         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9684
9685         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9686
9687         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9688
9689         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9690
9691         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9692
9693         * support/regression/ports/ds390/support.c: Use tinibios.
9694
9695         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9696
9697 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9698
9699         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9700         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9701
9702         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9703
9704         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9705
9706 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9707
9708         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9709
9710         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9711         (packRegsForIYUse): Created and optimised.
9712
9713 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9714
9715         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9716 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9717
9718         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9719
9720         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9721
9722         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9723
9724 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9725
9726         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9727
9728         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9729
9730 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9731
9732         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9733
9734         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9735
9736         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9737
9738 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9739
9740         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9741         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9742         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9743
9744         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9745
9746         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9747         (genNotFloat): Added.
9748         (genUminusFloat): Added.
9749
9750         * device/lib/z80/Makefile: Added floating pt stubs.
9751
9752         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9753
9754         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9755
9756         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9757
9758 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9759
9760         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9761
9762         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9763
9764         * sdcc/support/regression/Makefile: Add port ds390.
9765
9766         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9767
9768         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9769
9770         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9771
9772         * sdcc/support/regression/ports/ds390/support.c: Added.
9773
9774         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9775
9776         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9777
9778         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9779
9780 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9781
9782         * device/include/malloc.h: Added z80 and gbz80 support.
9783
9784         * device/lib/gbz80/heap.s: Added.
9785
9786         * device/lib/z80/heap.s: Added.
9787
9788         * device/lib/malloc.c: Added z80 and gbz80 support.
9789
9790         * support/regression/tests/malloc.c (testMalloc): Added.
9791
9792         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9793
9794         * support/regression/tests/bug-478094.c: Added.
9795
9796         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9797
9798 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9799
9800         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9801
9802         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9803
9804         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9805
9806         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9807
9808         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9809
9810 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9811
9812         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9813
9814 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9815
9816         * support/regression/tests/bug-477927.c: Added.
9817
9818         * src/z80/peeph.def: Added minor rules.
9819
9820         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9821
9822         * src/z80/peeph.def: Added jump optimisation modification.
9823
9824 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9825
9826         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9827
9828 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9829
9830         * support/regression/tests/funptrs.c: Added.
9831
9832 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9833
9834         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9835
9836 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9837
9838         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9839
9840         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9841
9842         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9843         (movLeft2ResultLong): Created.
9844
9845         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9846         (joinPushes): Added.  Joins two char pushes into a word push.
9847
9848 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9849
9850         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9851
9852         * support/makebin/Makefile (install): Added creation of dest dir.
9853
9854 2001-10-24 Karl Bongers <karl AT turbobit.com>
9855
9856         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9857
9858 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9859
9860         * src/z80/ralloc.c: Turned off faulty pack for one use.
9861
9862         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9863
9864         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9865
9866 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9867
9868         * support/regression/Makefile: Improved clean
9869
9870         * support/regression/ports/gbz80/spec.mk: Added clean
9871
9872         * support/regression/ports/host/spec.mk: Added clean
9873
9874         * support/regression/ports/z80/spec.mk: Added clean
9875
9876         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9877
9878         * support/regression/ports/mcs51/timeout.c: little improvements
9879
9880 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9881
9882         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9883
9884         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9885
9886         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9887
9888 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9889
9890         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9891
9892         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9893
9894 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9895         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9896
9897         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9898
9899         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9900
9901         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9902
9903         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9904
9905         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9906
9907         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9908
9909         * support/regression/tests/longor.c: Added.
9910
9911 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9912
9913         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9914
9915         * as/mcs51/aslink.h: define PATH_MAX
9916
9917         * as/mcs51/asm.h: define PATH_MAX
9918
9919         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9920
9921         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9922
9923         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9924
9925         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9926
9927         * src/SDCCglobl.h: define PATH_MAX
9928
9929         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9930
9931         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9932
9933 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9934
9935         * src/z80/gen.c (gencjneshort): Fixed
9936
9937         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9938
9939 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9940
9941         * support/regression/tests/bug-469671.c: Added.
9942
9943         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9944
9945 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9946
9947         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9948
9949         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9950
9951 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9952
9953         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9954
9955         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9956
9957         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9958
9959         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9960
9961         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9962
9963         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9964
9965         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9966
9967 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9968
9969         * 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.
9970
9971         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9972
9973         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9974
9975 2001-10-07    <johan AT FRIJA>
9976
9977         * device/lib/gets.c (gets): fixed the return value.
9978
9979 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9980         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9981
9982         * 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.
9983
9984         * 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.
9985
9986         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9987
9988         * src/pic/gen.c: Removed Safe_strdup.
9989
9990         * configure.in: Added option to enable libgc support.
9991
9992         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9993         (bitVectUnion): Optimised.
9994         (bitVectIntersect): Optimised.
9995         (bitVectBitsInCommon): Optimised.
9996         (bitVectCplAnd): Optimised.
9997
9998         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9999
10000 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10001
10002         * src/SDCCmain.c: distinguish between assembler debug and plain options
10003
10004         * src/avr/main.c:   remove standard assembler options
10005
10006         * src/ds390/main.c: remove standard assembler options
10007
10008         * src/mcs51/main.c: remove standard assembler options
10009
10010         * src/port.h: removed "PENDING" comment
10011
10012 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10013
10014         * src/device/lib/_mulint.c  : new, with assember functions
10015
10016         * src/device/lib/_mullong.c : new, with assember functions
10017
10018         * src/device/lib/_divuint.c : with assember functions
10019
10020         * src/device/lib/_divsint.c : with assember functions
10021
10022         * src/device/lib/_divulong.c: with assember functions
10023
10024         * src/device/lib/_divslong.c: with assember functions
10025
10026         * src/device/lib/_moduint.c : with assember functions
10027
10028         * src/device/lib/_modsint.c : with assember functions
10029
10030         * src/device/lib/_modulong.c: with assember functions
10031
10032         * src/device/lib/_modslong.c: with assember functions
10033
10034         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10035
10036         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10037
10038         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10039                                       replaced _mululong.c and _mulslong.c by _mullong.c
10040
10041 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10042
10043         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10044
10045 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10046
10047         * src/SDCCglue.c: test, if win32api is available for MINGW
10048
10049 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10050
10051         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10052         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10053         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10054         * support/regression/ports/host/spec.mk: removed GENERIC
10055         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10056         * support/regression/ports/z80/spec.mk: removed GENERIC
10057
10058 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10059
10060         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10061
10062         * support/regression/tests/bug-467035.c: Created.
10063
10064 2001-10-01    <johan AT FRIJA>
10065
10066         * src/SDCC.y: fixed bug #466586 part 1
10067
10068 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10069
10070         * SDCCicode.c: z80 has no generic pointers
10071         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10072
10073 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10074
10075         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10076
10077 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10078
10079         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10080
10081         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10082
10083 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10084
10085         * configure.in: Fixed up so that ucsim is only configured once.
10086
10087         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10088
10089         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10090         (getPathDifference): As above.
10091
10092         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10093
10094         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10095
10096 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10097         * .version: Updated to 2.3.1
10098
10099         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10100         Added copyright header.
10101
10102         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10103         (assemble): Added support for macro based assembler commands.
10104         (linkEdit): Added support for macro based linker commands.
10105         (preProcess): Changed the pre-processor to use macros.
10106         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10107         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10108
10109         * device/lib/z80/crt0.s: Added module name for debugging.
10110
10111 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10112
10113         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10114
10115         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10116
10117         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10118
10119         * src/Makefile.in: Added SDCCmacro and SDCCutil
10120
10121 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10122
10123         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10124
10125 2001-09-16    <johan AT FRIJA>
10126
10127         * 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.
10128
10129 2001-09-15    <johan AT FRIJA>
10130
10131         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10132         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10133
10134 2001-09-11    <johan AT FRIJA>
10135
10136         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10137
10138 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10139
10140         * support/regression/tests/bug-460444.c: Added test case.
10141
10142         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10143         (genCast): Added justification for all of the asserts.
10144
10145 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10146
10147         * support/regression/support.c: _xdata replaced by xdata
10148
10149         * support/regression/spec.mk: removed _generic
10150
10151 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10152
10153         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10154
10155         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10156         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10157
10158         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10159
10160         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10161
10162         * support/regression/tests/bug-460010.c: Added test case.
10163
10164         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10165
10166 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10167
10168         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10169
10170         * support/regression/testfwk.c: removed workaround for bug #436344
10171
10172         * support/regression/tests/bp.c: use less memory with mcs51
10173
10174         * support/regression/tests/bug-441448.c: use less memory
10175
10176         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10177
10178         * support/regression/collate-results.py: typo
10179
10180 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10181
10182         * support/regression/tests/fetchoverlap.c: Added new test case.
10183
10184         * support/regression/tests/bp.c: Added new test case.
10185
10186         * support/regression/tests/bug-448984.c: Added new test case.
10187
10188         * support/regression/tests/pow2shifts.c: Added new test case.
10189
10190         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10191         (genlshTwo): Fixed right shift for count > 8.
10192
10193         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10194
10195 2001-09-08    <johan AT FRIJA>
10196
10197         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10198
10199 2001-09-07    <johan AT FRIJA>
10200
10201         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10202
10203         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10204
10205 2001-09-06    <johan AT FRIJA>
10206
10207         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10208         * bernhard noted me at this: "() equals to (void)" (1.38)
10209
10210 2001-09-05    <johan AT FRIJA>
10211
10212         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10213
10214 2001-09-04    <johan AT FRIJA>
10215
10216         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10217
10218
10219 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10220
10221         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10222
10223 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10224
10225         * link/z80/aslink.h: Fixed path for PATH_MAX
10226
10227 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10228
10229         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10230
10231         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10232
10233         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10234
10235         * 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.
10236
10237 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10238
10239         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10240         (genCmp): Fixed up genCmp for the GB with longs.
10241
10242         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10243
10244         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10245
10246         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10247
10248         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10249
10250 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10251
10252         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10253
10254 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10255
10256         * 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.
10257
10258         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10259
10260 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10261
10262         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10263
10264         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10265
10266 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10267
10268   * sim/ucsim/configure:    little improvement of Cygwin-detection
10269   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10270   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10271   * support/regression/tests/bug-221100.c: small changes for mcs51
10272   * support/regression/tests/bug-221168.c: small changes for mcs51
10273   * support/regression/tests/bug-227710.c: small changes for mcs51
10274   * support/regression/tests/staticinit.c: small changes for mcs51
10275   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10276   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10277   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10278
10279 $Revision$