* sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
[fw/sdcc] / ChangeLog
1 2005-11-02 Borut Razem <borut.razem AT siol.net>
2
3         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
4           corrected typo - #include <winsock2.h>
5
6 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
9           (_asxxxx_mapping): added org directive for future enhancements
10
11 2005-11-01 Borut Razem <borut.razem AT siol.net>
12
13         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
14           enabled sockets on WIN32
15         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
16
17 2005-10-31 Borut Razem <borut.razem AT siol.net>
18
19         * support/regression/generate-cases.py: escape backslashes in {testcase}:
20           WIN32 backslash path delimiters should be escaped when used in C strings
21         * support/regression/tests/bitfields.c: exclude failing assertions for
22           __CYGWIN32__ and __MINGW32__ hosts
23
24 2005-10-30 Borut Razem <borut.razem AT siol.net>
25
26         * src/SDCCutil.c: corrected double comparison typo
27
28 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
29
30         * device/lib/medium/Makefile: added for new memory model medium
31         * device/include/asm/mcs51/features.h: updated for medium/pdata
32         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
33           added Multiply & Accumulate sbit's and MAC0_PAGE define
34         * device/include/mcs51/c8051f300.h: added sfr16 definitions
35         * device/include/mcs51/c8051f310.h: added sfr16 definitions
36         * device/lib/_mullong.c: update for medium model
37         * device/lib/incl.mk: added medium model
38         * doc/sdccman.lyx: documented medium model
39         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
40         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
41         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
42         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
43           (allocParms): set SCLS and OCLS to pdata for medium model
44         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
45           for pdata,
46           (powof2): return <0 if not power of 2
47         * src/avr/gen.c (genBitWise): use updated powof2
48         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
49           (shiftR2Left2Result): small optimization in setup, save acc when storing,
50           (shiftLLeftOrResult): use B if necessary
51         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
52         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
53         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
54         * support/regression/Makefile.in: added test-mcs51-medium
55         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
56
57 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
58
59         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
60         specifier unsigned
61         * device/lib/time.c (mktime): fixed bug 1334315
62
63 2005-10-28 Raphael Neider <rneider AT web.de>
64
65         * device/include/pic/p16f_common.inc: added common declarations
66         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
67
68 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
69
70         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
71           (aopPutUsesAcc): added to predict accumulator use,
72           (assignResultValue): save acc if necessary,
73           (genMinusDec): store result if indirectly addressed,
74           (genDivOneByte):  save acc if necessary,
75           (movLeft2Result): bugfix if left already in acc,
76           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
77             attention to accumulator use (esp. pdata),
78           (genReceive): receive pdata correctly
79         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
80         * src/SDCCicode.h: added isOperandInPagedSpace prototype
81
82 2005-10-27 Raphael Neider <rneider AT web.de>
83
84         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
85
86 2005-10-27 Raphael Neider <rneider AT web.de>
87
88         * .version: changed version to 2.5.4
89         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
90         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
91           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
92             arithmetics support routines
93         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
94         * device/lib/Makefile.in: also create installdir for pic
95
96         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
97           pic14 port as well
98         * src/pic/device.c (dump_sfr): rewritten to delegate register
99           placement to the linker (use `extern sym' rather than sym EQU addr),
100           (validAddress): fixed to check last specified address
101         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
102           (popGetLit): truncate literal value to 8 bit,
103           (popGet): moved assert to more appropriate place
104           (popGetExternal): create pCode operand from and mark the according
105             symbol as being `extern'
106           (popGetAddr): added sanity check on immediate's offset, provide
107             GPOINTER tag on demand
108           (aopPut): fixed for immediates,
109           (mov2w_op): move operand's address or contents to WREG (depending on
110             operand type), safer variant of mov2w,
111           (movwf,call_libraryfunc): NEW, handy abbreviations,
112           (get_argument_pcop,get_return_val_pcop,pass_argument,
113           get_returnvalue): interface for accessing function parameters and
114             return values,
115           (assignResultValuei,genRet): use new parameter/return value interface
116           (pic14_getDataSize): back to old version handling generic pointers,
117           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
118             provided implementation and/or fixed old one,
119           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
120             calls, removed legacy 8051 reference code
121           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
122           (loadSignToC): NEW, move the operands sign bit to CARRY,
123           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
124             genRightShiftSigned, accepts negative shift counts,
125           (setup_fsr): load FSR and adjust IRP (indirect memory access),
126           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
127             generic pointers, __data pointers and __code pointers,
128           (genUnpackBits,genPackBits): rewritten to work with generic pointers
129             and signed bitfields, limit bitfields to 8 bit,
130           (genDataPointerGet): fixed number of bytes read,
131           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
132           (genPointerGet,genPointerSet): fixed handling of __code pointers,
133             pointers to constant data are no longer assumed to point to __code
134             space, removed invalid pointer types,
135           (bitpatternFromVal): retrieve the PICs representation of an integer
136             or float literal,
137           (genDataPointerSet): fixed assigning to po_immediate operands,
138           (genGenPointerSet): implemented as library call,
139           (genIfx): fixed incorrect condition,
140           (genAddrOf): limit generic pointers' addresses to 2 bytes,
141             provide GPOINTER tag according to destination's storage class,
142           (genCast): added code to handle casting to generic pointers, added
143             sign-/zero extension of the result
144           (aop_isLitLike,op_isLitLike): fixed handling of immediates
145         * src/pic/gen.h: added macros to access IRP bit in STATUS register
146         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
147           extend the result
148         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
149           address/register resides in the shared banks
150           (emitSymbolToFile): improved to handle global and `pinned' symbols,
151             put all variables into separate sections (have the linker arrange
152             them)
153           (picglue): put init code and interrupt handlers in separate sections
154         * src/pic/main.c: added port specific options table, modified to PORT
155           structure to make GPOINTERs 3 byte, added pic14_options
156           (_pic14_do_link): private linking routine (update paths to libraries,
157             add libsdcc.lib by default)
158         * src/pic/main.h: declare pic14_options
159         * src/pic/pcode.c: fixed instructions i/o relations,
160           (RegCond): reverted to correct version,
161           (newpCodeOpLit): truncate literals to 8 bit,
162           (genericPrint): added debug output,
163           (getRegFromInstruction): fixed for various operand types, simplified
164           (BuildFlow): fixed broken handling of isntructions with labels
165           (LinkFlow): start at last instruction in flow (skip trailing comments),
166             pass the flow on to the next instruction after CALL
167           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
168           (insertPCodeInstruction): fixed inserting after a skip instruction,
169           (DoBankSelect): fixed for labeled instructions
170           (OptimizepBlock): honor --nopeep switch
171           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
172         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
173         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
174           (pCodeOptime2pCodes): allow disabling this optimization via
175             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
176             but is still buggy), started implementation of a dataflow based
177             pCode optimization (CSE + dead code elimination)
178           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
179         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
180           names are independant of the stack location and therefore portable across
181           devices
182
183 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
184
185         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
186           (selectSpil): fixed bug 1337835 by not spilling bit variables
187         * support/regression/tests/bug1337835.c: added test for this bug
188         * src/mcs51/peeph.def: restart after rule 3.c,
189           addded rules 263.x to optimize loading constants
190
191 2005-10-26 Raphael Neider <rneider AT web.de>
192
193         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
194         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
195           (genAssign): emit warning when casting literals to generic pointer
196             type, also applies when taking the address of a fixed variable,
197           (genCast): improved casting to generic pointers
198         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
199           extern variables, added verbose error message
200         * device/include/pic16/{string.h,errno.h}: added #pragma library c
201
202 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
203
204         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
205         carry must be complemented too
206         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
207         could be emitted by genMinus
208         * src/SDCCval.c (constVal): fixed bug 1305065
209
210 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
211
212         * src/SDCCast.c (addCast): added promotion for bit variables
213         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
214         promotion casts + optimisation
215         (optimizeGetWord): fix warning 'i' might be used uninitialized
216         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
217         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
218
219 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
220
221         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
222         all chars are promoted to int; promotion should be handled in SDCCast.c
223
224 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
225
226         * device/lib/_strcmp.c: Fixed bug 1326457
227
228 2005-10-11 Raphael Neider <rneider AT web.de>
229
230         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
231         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
232
233 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
234
235         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
236         * support/regression/tests/sfr16.c: added test for the sfr32 bug
237
238 2005-10-04 Raphael Neider <rneider AT web.de>
239
240         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
241           device/lib/pic16/pics.all: added pic18f1320
242         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
243
244 2005-09-30 Raphael Neider <rneider AT web.de>
245
246         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
247         * src/pic16/devices.inc: NEW, provides device descriptions
248         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
249
250 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
251
252         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
253           GETHBIT
254
255 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
256
257         * doc/sdccman.lyx: updated Highest Order Bit documentation,
258           documented Any Order Bit, Higher Order Byte and Higher Order Word
259         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
260         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
261           (optimizeGetAbit): new, to get any bit, not only the high bit,
262           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
263           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
264           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
265           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
266             RIGHT_OP: also try GETBYTE, GETWORD optimization,
267             GETABIT, GETBYTE, GETWORD: decorate them,
268           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
269           (ast_print): added GETABIT, GETBYTE, GETWORD
270         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
271         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
272           (geniCodeBinary): new generic binary icode,
273           (ast2iCode): added GETABIT, GETBYTE, GETWORD
274         * src/port.h: updated comment for PORT.hasExtBitOp
275         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
276           (genGetByte): new, to get a single byte,
277           (genGetWord): new, to get a word from a long,
278           (gen51Code): added GETABIT, GETBYTE, GETWORD
279         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
280
281 2005-09-23 Raphael Neider <rneider AT web.de>
282
283         * configure.in, configure: have device/lib/pic configured
284         * device/lib/Makefile.in: added model-pic14
285         * device/lib/clean.mk: added pic/ to clean rule
286         * device/lib/pic: added rudimentary pic14 library providing support
287           functions for multiplication/division/generic pointer access
288         * src/SDCCopt.c (convilong): mark support functions as extern
289           for pic14 port as well
290         * src/pic/gen.c (genMult): added assertions,
291           (genpic14Code): emit warning on unhandled iCodes
292         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
293         * src/pic/pcode.c (pCodeOpCopy),
294         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
295           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
296           SFR_REGISTER}), made safe for future extensions
297         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
298           instructions even if preceeded by SKIP instructions (also remove
299           them); removed unused code
300         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
301           prevents leaving parts of the structure uninitialized after copying
302
303 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
304
305         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
306           ago by me
307         * support/regression/tests/addsub.c: added test for the bug
308
309 2005-09-21 Raphael Neider <rneider AT web.de>
310
311         * device/include/pic16/pic18f1220.h,
312           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
313         * device/lib/pic16/Makefile.rules: added missing opening paren
314         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
315           are provided in genutils.c,
316           (genUminusFloat,genUminus,genCmpEq): added asserts on different
317           operand/result sizes,
318           (genCmp): assert on NULL pointers first, then check deref'ed values
319         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
320           result size
321
322 2005-09-18 Raphael Neider <rneider AT web.de>
323
324         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
325           as these are now unused,
326           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
327         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
328           local, avoids uninitialized pointer dereference on r->name
329         * src/pic16/ralloc.c (newReg): fixed indentation
330
331 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
332
333         * src/SDCCval.c (constVal): fixed bug 730366
334         * support/Util/SDCCerr.c,
335         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
336
337 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
338
339         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
340
341 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
342
343         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
344
345 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
346
347         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
348           (hex2dec): made hex_digit unsigned char, removed ascii dependance
349         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
350           (hex2dec): made hex_digit unsigned char, removed ascii dependance
351         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
352         * packihx/packihx.c (hexDigit): made c unsigned char
353         * as/mcs51/lklibr.c (fndsym),
354         * link/z80/lkgb.c (gb),
355         * link/z80/lklibr.c (fndsym),
356         * link/z80/lkrloc.c (relr),
357         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
358         * src/SDCC.lex (checkCurrFile, process_pragma),
359         * src/SDCCglue.c (spacesToUnderscores),
360         * src/SDCCmain.c (setParseWithComma, processFile),
361         * src/asm.c (tvsprintf, printCLine),
362         * src/avr/gen.c (emitcode, aopPut),
363         * src/ds390/gen.c (emitcode),
364         * src/hc08/gen.c (emitcode, emitinline),
365         * src/mcs51/gen.c (emitcode, genInline),
366         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
367           tokenizeLineNode),
368         * src/pic/ralloc.c (debugLog),
369         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
370           tokenizeLineNode),
371         * src/pic16/ralloc.c (debugLog),
372         * src/z80/main.c (_process_pragma):
373            made all ctype.h function calls safe
374         * src/SDCCopt.c: include math.h for fabs
375         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
376           and used them throughout the code to make ctype.h function calls safe
377         * src/ds390/main.c (asmLineNodeFromLineNode),
378         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
379         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
380            unsigned char*
381         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
382           (newpCodeAsmDir): made ctype.h function calls safe
383         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
384           pic16_emitcode):  made lbp unsigned char*
385         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
386           (pic16_newpCodeAsmDir): made ctype.h function calls safe
387         * src/xa51/gen.c (emitcode),
388         * src/z80/gen.c (_emit2): made lbp unsigned char*
389         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
390            char*
391
392 2005-09-05 Raphael Neider <rneider AT web.de>
393
394         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
395           access bank splitpoint
396
397 2005-09-05 Raphael Neider <rneider AT web.de>
398
399         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
400
401 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
402
403         * .version: changed to version 2.5.3
404         * doc/sdccman.lyx: changed version to 2.5.3,
405           documented --codeseg and --constseg and pragma codeseg and constseg,
406           documented bit parameters (reentrant) and bit returning
407         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
408            currFunc->recvSize, but is this ok for all ports?
409           (ast2iCode): result of ~ on unsigned char must be cast to int for
410            bool to work
411         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
412           function pointers in bit space
413         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
414           (processFuncArgs): call port.reg_parm() with reentrancy info
415         * src/port.h,
416         * src/avr/main.c,
417         * src/ds390/main.c,
418         * src/hc08/main.c,
419         * src/pic/main.c,
420         * src/pic16/main.c,
421         * src/xa51/main.c,
422         * src/z80/main.c: port.reg_parm prototype extended with
423           "bool reentrant" parameter
424         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
425           options.stackAuto for allocating bit register parameters
426         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
427           (genSend): set BitBankUsed if it is,
428           (selectRegBank): factored out of genCall for use in genPcall,
429           (genCall): removed redundant dtype assignmen, use selectRegBank,
430           (genPcall): handle returning in Carry properly, save in F0 if needed,
431           (genReceive): handle bit register parameters
432         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
433           (mcs51_assignRegisters): enable bit registers for all reentrant
434            functions and don't set BitBankUsed unconditionally
435         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
436         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
437         * support/regression/tests/funptrs.c: added tests for BOOL and for return
438
439 2005-08-27 Borut Razem <borut.razem AT siol.net>
440
441         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
442         ppc-osx (Darwin) does not support -u option. It seems that it is
443         supported only on Linux - GNU cp
444
445 2005-08-25 Borut Razem <borut.razem AT siol.net>
446
447         * sim/ucsim/gui.src/serio.src/Makefile.in,
448           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
449           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
450           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
451           install and strip, since the strip at /usr/ccs/bin should be used
452           on solaris
453
454 2005-08-24 Borut Razem <borut.razem AT siol.net>
455
456         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
457
458 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
459
460         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
461         ffffffffu
462
463 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
464
465         * as/mcs51/aslink.h: completed lkrloc.c prototypes
466         * as/mcs51/lkmain.c (link_main): fixed warning
467         * device/include/stdbool.h: ds390 has no advanced bit support yet
468         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
469         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
470         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
471           and updated their macros
472         * src/SDCCval.c (constVal): updated comment for renamed b_long
473
474 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
475
476         * as/mcs51/asdata.c: changed ctype['['] to BINOP
477         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
478           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
479           (oprio): set priority for '['
480         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
481            and adb_24_bit
482         * as/mcs51/asm.h: added defines R_BIT and S_BIT
483         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
484         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
485         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
486           added overlayable BIT_BANK area
487         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
488           (summary2): explain 'T' in legenda
489         * as/mcs51/lkrloc.c: replaced old K&R style,
490           (relr): added R_BIT processing,
491           (errmsg): added "Bit-addressable relocation error",
492           (adb_bit): added for converting from byte- to bit-addressable space,
493           (adb_24_bit): added for converting from byte- to bit-addressable space
494         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
495            used in reentrant functions now even as return value
496         * device/lib/_gptrput.c (_gptrput): removed obsolete code
497         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
498           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
499         * src/SDCCglobl.h: added indicator BitBankUsed
500         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
501            the bit registers b0-b7
502         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
503           (geniCodeCast): fixed bug 1263853,
504           (geniCodeLogicAndOr): put result in bool or char,
505           (geniCodeReceive): added parameter func for accessing the return type,
506           (geniCodeFunctionBody): pass func to geniCodeReceive
507         * src/SDCCmain.c: added indicator BitBankUsed
508         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
509         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
510           (checkSClass): don't put automatic bool/bit on stack,
511           (checkFunction): removed check on function cannot return bit
512         * src/SDCCsymt.h: added newBoolLink prototype
513         * src/mcs51/gen.c (rb1regs): added bit registers,
514           (movc): created for assigning to carry,
515           (pushReg, popReg): created for pushing registers,
516           (sameRegs): check both AOP_REG and AOP_CRY types,
517           (aopOp): handle bit registers,
518           (aopPut): optimization no self-assign,
519           (saveRegisters): push reg->base (bits) only once for bit registers,
520            and use pushReg,
521           (unsaveRegisters): pop reg->base only once and use popReg,
522           (assignResultValue): added parameter func and return in carry for bits,
523           (genIpush): optimization no reload in A if not changed,
524           (genSend): bit parameters in reentrant functions are passed in bit
525            registers by first assigning to bits in B, then save registers and
526            copy B to bits,
527           (genCall): handle returning in Carry properly, save it in F0 if needed,
528           (genPcall): updated assignResultValue call, this is not safe yet for bit
529            returning function !!!
530           (genFunction): don't generate equ's for bit registers and use pushReg,
531           (genEndFunction): take care of bit returning functions and use popReg,
532           (genRet): return bit in Carry,
533           (genIfx): optimize bit registers and other directly addressable bits,
534           (genReceive): updated assignResultValue call
535         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
536           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
537            registers when using stack-auto
538         * src/mcs51/ralloc.c (_G): added allBitregs,
539           (regs8051): added the bit registers,
540           (createStackSpil): use macro IS_BIT,
541           (getRegBit): added to allocate a bit register, else spill,
542           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
543           (updateRegUsage): factored out to ease stepping while debugging,
544           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
545            also allocate bit registers,
546           (fillGaps): handle bit registers,
547           (findAllBitregs): added to create bit vector with all bit registers,
548           (mcs51_allBitregs): returns this bit vector,
549           (mcs51_assignRegisters): when using stack-auto use bit registers for
550            passing parameters and creating local variables
551         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
552
553 2005-08-22 Borut Razem <borut.razem AT siol.net>
554
555         * device/lib/Makefile.in: replaced find option -or with -o
556           to make it run on solaris
557
558 2005-08-22 Raphael Neider <rneider AT web.de>
559
560         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
561           fixes #1265442 (crash on Solaris)
562
563 2005-08-20 Borut Razem <borut.razem AT siol.net>
564
565         * configure, configure.in: added tests for libsocket and libnsl libraries,
566           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
567           from support/regression/Makefile.in
568         * support/regression/Makefile.in: added
569         * device/lib/pic16/Makefile.common.in: force make to use bash shell
570         * sim/ucsim/libtool: regenerated on sparc-solaris
571         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
572           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
573           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
574           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
575           sparc-solaris, which doesn't use GNU ld linker
576         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
577         * as/Makefile: find on sparc-solaris does not support -maxdepth option
578
579 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
580
581         * src/mcs51/peeph.def: updated comments
582
583 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
584
585         * device/lib/_gptrget.c,
586         * device/lib/_gptrput.c: slightly shorter
587         * doc/sdccman.lyx: incremented version
588         * src/mcs51/peeph.def: moved peephole comments to the line of first
589           change to better keep line correlation, reanimated 186.e
590         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
591
592 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
593
594         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
595           David Saxton with quotes around file name.
596
597 2005-08-15 Borut Razem <borut.razem AT siol.net>
598
599         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
600           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
601           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
602           make tests run on x86_64 platform
603
604 2005-08-13 Raphael Neider <rneider AT web.de>
605
606         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
607           as it might be executed DURING a build (parallel make is wonderful)
608
609 2005-08-13 Raphael Neider <rneider AT web.de>
610
611         * device/lib/Makefile.in (port-specific-objects-pic16):
612           revert to cp $(PORT)/bin/*.* $(PORTDIR)
613         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
614           dependency
615         * device/lib/pic16/Makefile.rules: build subdirs before creating
616           the library, removed builddir rule, create $(builddir) early in
617           recurse rule, use empty recurse rule for leaf directories
618         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
619           mkdir errors (race condition), removed duplicate suffix "hex"
620           from clean rules
621         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
622         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
623           prevents mkdir -p from aborting on Alpha
624
625 2005-08-12 Raphael Neider <rneider AT web.de>
626
627         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
628           db-statements in order to allow for arrays of pointers in code
629           sections to be placed without interspersed 0-padding, fixes
630           bug #1256215
631         * (emitStatistics): fixed division by zero for pic18f1220
632         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
633           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
634         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
635         * (pic16_pCodeConstString): keep track of already emitted string
636           literals to prevent "duplicate definitions of symbol _str_NR"
637         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
638           debug message
639         * device/lib/Makefile.in: ignore failing PIC16 library builds
640         * device/lib/pic16/Makefile: do not build if gputils are missing
641         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
642
643 2005-08-10 Raphael Neider <rneider AT web.de>
644
645         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
646           my last commit)
647
648 2005-08-10 Raphael Neider <rneider AT web.de>
649
650         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
651           Rokas' patch to add the new fixed point type "__fixed16x16"
652         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
653           functions for __fixed16x16 arithmetics
654         * device/lib/pic16: reimplemented the build system to support
655           a separate build directory, better handling of libio (create
656           the library in a separate subdir for each architecture) and
657           easier configuration (centralized in Makefile.common)
658
659 2005-08-07 Raphael Neider <rneider AT web.de>
660
661         * src/pic16/gen.c (genrshTwo): fixed sign extension
662         * src/pic16/device.c: added pic18f2320, 4220 and 4320
663         * device/include/pic16/pic18f2220.h: changed some bit definitions,
664           added T0CONbits
665         * device/include/pic16/pic18f4220.h: NEW, header for
666           pic18f4220 and pic18f4320
667         * device/include/pic16/pic18fregs.h: added new devices,
668           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
669         * device/include/pic16/signal.h: resolved name clashes
670           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
671           to also allow testing for interrupt enable bits, added
672           comments on how to use the macros
673         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
674         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
675           register definitions for the devices
676         * device/lib/pic16/pics.all: added new devices
677         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
678           allocated memory
679         * device/lib/pic16/libc/stdlib/memfree: do not count
680           the block header as free memory
681         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
682           simplified and added missing end-of-blocklist-marker
683           (reported by Peter Onion, fixes #1252814)
684         * (_mergeHeapBlock): fixed loop condition
685         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
686           len==0, restructured code
687         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
688           up a bit, reduced bitfield accesses, prevent endless loops
689           in case of heap corruption
690         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
691           "unreferenced arguments/must return a value" warnings
692         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
693           replaced BAUDREG with SPBRG
694         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
695           device/lib/pic16/debug/gstack/gstack.c: replaced
696           _naked, _asm, _endasm with __naked, __asm, __endasm
697
698 2005-08-05 Raphael Neider <rneider AT web.de>
699
700         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
701           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
702
703 2005-08-05 Borut Razem <borut.razem AT siol.net>
704
705         * device/lib/Makefile.in: added missing ';'
706         * configure: removed ^M characters
707
708 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
709
710         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
711           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
712           License
713
714 2005-08-04 Borut Razem <borut.razem AT siol.net>
715
716         * configure.in: pic16 libraries build 2nd try - enable running
717           configure in device/lib/pic16
718         * configure: regenerated from configure.in
719         * device/lib/Makefile.in: create $(PORT)/bin directory
720
721 2005-08-03 Raphael Neider <rneider AT web.de>
722
723         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
724           to get/set values via pointers
725         * (genUnpackBits,genPackBits): changed detection of
726           ptr->bitfield vs. sym.bitfield, fixed access via generic
727           pointers, removed dead (wrong) code for multibyte bitfields
728         * (genNearPointerGet, genGenPointerGet): removed useless code,
729           fixed bitfield detection, fixes #1250594
730         * (genNearPointerSet): removed useless code
731         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
732           and introduced macro pic16_emitpcode that conditionally emits
733           the origin of the following pCode (useful for debugging SDCC)
734         * src/pic16/pcode.c: changed (and disabled) some debug outputs
735         * (createDefmap): fixed handling of LFSR for --optimize-df
736
737 2005-08-02 Borut Razem <borut.razem AT siol.net>
738
739         * device/lib/Makefile.in: pic16 libraries build enabled since
740           gputils-0.13.2 are now localy installed at sourceforge's compile farm
741
742 2005-08-02 Raphael Neider <rneider AT web.de>
743
744         * src/pic16/gen.c (genPackBits): removed deprecated warning
745         * (genGenPointerSet): fixed bitfield detection
746
747 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
748
749         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
750
751 2005-07-31 Raphael Neider <rneider AT web.de>
752
753         * device/lib/pic16/libdev/pic18f458.c,
754           device/include/pic16/pic18f458.h: added missing T0CONbits
755
756 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
757
758         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
759
760 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
761
762         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
763
764 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
765
766         * device/include/mcs51/at89c51ed2.h: added.
767
768 2005-07-23 Raphael Neider <rneider AT web.de>
769
770         * src/pic/gen.h: added emitpcode macro for debugging
771         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
772           and replace by macro adding debug information on demand
773         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
774         * (gencjne): tried to fix; replaced with correct (slower) code
775         * (gen{Unp,P}ackBits): fixed single bit access
776         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
777         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
778           previous instruction
779         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
780           register has to be handled with care (forbidding movement
781           of assignments/uses, removing assignments completely, ...)
782         * (pCodeOptime2pCodes): make use of regIsSpecial
783         * added lots of debugging output (commented out)
784         * src/pic/rallloc.c (deassignLRs): prevent operand registers
785           from being reused as result UNLESS it is known to work
786
787 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
788
789         * support/Util/dbuf.h: include <stddef.h> for size_t
790         * .version: changed to version 2.5.2
791
792 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
793
794         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
795
796 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
797
798         * src/hc08/gen.c (genMinus): fixed bug #1241835,
799           (genModOneByte): removed needless psha/pula
800
801 2005-07-22 Raphael Neider <rneider AT web.de>
802
803         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
804           have PIC14 handled like PIC16, fixes broken pic14 linker calls
805         * src/pic/gen.c (resolveIfx): do not "invent" labels
806         * (genSkipc): changed to positive logic
807         * (genSkipCond): removed as no longer needed
808         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
809           backport from PIC16
810         * (genLeftShift): check operands are in different registers
811         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
812           INCF does not update CARRY...
813         * src/pic/main.c: fixed _linkCmd
814         * src/pic/pcode.c (unlinkpCode): added inactive code
815         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
816           alive (do not assign result and operand overlapping registers)
817
818 2005-07-22 Raphael Neider <rneider AT web.de>
819
820         * src/pic/device.c (dump_sfr): replaced register declaration with
821           call to emitSymbolToFile() to avoid duplicate symbols
822         * (assignRelocatableRegisters): do not declare external symbols
823         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
824           right (take size of type, not etype)
825         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
826         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
827         * (packRegsForAccUse): disabled assignment of WREG as
828           the result reg to prevent occurence of just fixed #1235003,
829           fixes #1242954
830         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
831           symbols (avoids duplicate symbols in .asm file)
832         * (pic14emitRegularMap): use emitSymbolToFile()
833         * src/pic/gen.c (aopOp): fixed spillLocation handling
834         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
835         * (genDataPointerSet): removed unneccessary variables/output
836
837 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
838
839         * as/mcs51/lkarea.c: enlarged codemap for banked memory
840         * device/lib/mcs51/crtbank.asm: added # to 0x0F
841
842 2005-07-21 Raphael Neider <rneider AT web.de>
843
844         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
845           architecture cannot handle them efficiently, fixes bug #1235003
846         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
847           check for empty sets before using them (fixes bug #1232190)
848
849 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
850
851         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
852           (lnksect2): generate warnings for memory overlap
853         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
854           constseg to set the name of these segments so you can instruct the linker
855           to place them in banks
856         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
857         * src/SDCCglobl.h: added MODEL_HUGE to enum,
858           added code_seg and const_seg to options
859         * src/SDCCglue.c (emitMaps): use options.const_seg,
860           (createInterruptVect): put interrupt vectors in segment HOME,
861           (glue): put HOME before static segment and put the main glue in HOME,
862           (glue): use options.code_seg
863         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
864         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
865           these segments so you can instruct the linker to place them in banks
866           (linkEdit): use code_loc for HOME segment which should be the first
867           segment in code memory now
868         * src/SDCCmem.c: fixed more stuff like bug 1238386
869         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
870           (changePointer): don't change function pointers to code pointers for
871           banked functions,
872           (compareType): added exceptional check for banked function pointers
873         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
874         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
875           after static in code memory
876         * src/mcs51/gen.c: added aopLiteralLong prototype,
877           (aopForSym): use getSize for functions,
878           (genCall): generate banked calls over one trampoline __sdcc_banked_call
879           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
880           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
881           the segment,
882           (genPcall): use call for literal function pointers and generate banked
883           calls over the one trampoline so there's only one place for the user to
884           modify according to his/hers hardware,
885           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
886           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
887         * src/mcs51/main.c: added keyword banked,
888           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
889         * support/Util/SDCCerr.c,
890         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
891           needed for passing the bank and address to the trampoline
892         * device/lib/mcs51/crtbank.asm: added for bankswitching
893         * device/lib/mcs51/Makefile: added crtbank
894
895 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
896
897         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
898           for fields at offset 0 of a struct or union as reported
899           on 2005-07-07 in the developer mailing list.
900
901 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
902
903         * src/SDCCmem.c: fixed bug 1238386
904
905 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
906
907         * src/mcs51/peeph.def: added labelrefcounting for peepholes
908           (patch #1144962), added peephole 300, enabled 259.x
909         * doc/sdccman.lyx: removed screenshot and provided link instead
910
911 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
912
913         * doc/sdccman.lyx: added section about debugging with ddd
914         * doc/figures/ddd_example.eps: screenshot of debugging session
915
916 2005-07-04 Raphael Neider <rneider AT web.de>
917
918         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
919           like CODE pointers, fixes #1115683
920         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
921           call, fixes bugs #1232211, #1228110,
922           fixed wrong casts to pCodeFlow from pCodeInstructions
923
924 2005-07-04 Raphael Neider <rneider AT web.de>
925
926         * src/pic/gen.c (popGet): changed assert to allow for
927           bit operands
928         * (popGetAddr): changed signature to provide
929           an additional index, patched all call sites
930         * (genCmpEq): handle literal-like operands correctly
931         * (genAddrOf): added sanity checks on __code/__data pointers
932         * (genAssign): added handling of symbols from __code section
933         * (gencjne): do not generate code for comparisons whose result
934           is neither stored nor used, fixes bug #1171114
935         * (AccLsh, AccRsh): operate on operand instead of WREG
936         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
937           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
938           by known count
939         * rewrote complete shift-by-literal logic, commented unused
940           functions out
941         * (genConstPointerGet): get multiple bytes (if result size > 1),
942           fixed handling of non-immediate addresses
943         * (genPointerGet): handle CODE pointers like CONST pointers
944         * (genpic14Code): insert C-SRC lines as Cource-pCodes
945         * ({aop,op}_isLitLike): NEW, single place to decide whether an
946           operand is to be treated as a literal or not
947         * (mov2w,genPcall,genCmpEq),
948           src/pic/genarith.c: use aop_isLitLike() to decide between
949           literal/register contents
950         * (addSign): added missing offset
951         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
952           only emit comment in debug-mode,
953           use {aop,op}_isLitLike throughout the file
954         * src/pic/glue.c: fix initializers for pointers (work in progress)
955         * src/pic/pcode.c (get_op): honor index on _const symbols
956         * ({reset,dump}pCodeStatistics): NEW, estimate code size
957         * (dumppBlock): added pCode size estimation
958         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
959           check for IS_SYMOP before OP_SYMBOL'ing
960         * fixed indentation, compacted switch-statements
961         * (allocReg): find free register and allocate it instead of
962           allocating new registers all the time
963         * (deassignLRs): prevent POINTER_GET's from being assigned the same
964           registers as its operands (necessary only for multibyte GETs)
965
966 2005-07-01 Raphael Neider <rneider AT web.de>
967
968         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
969           debugging .asm-output macros FENTRY + FEXIT
970         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
971           way... I wonder...
972         * (emitpComment): NEW, printf to pCode
973         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
974           offset handling
975         * (popGetAddr): NEW, variant of popGet to access an immediates
976           high(er) bytes instead of the n'th byte of memory they reference,
977           replaced popGet with popGetAddr where neccessary
978         * (genDataPointerGet): reactivated and fixed implementation
979         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
980           accesses
981         * (genDataPointerSet): fixed multibyte assignments
982         * (genpic14Code): fixed --i-code-in-asm handling
983         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
984         * (genPlus): fixed index-out-of-bounds error
985         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
986         * src/pic/ralloc.c: added debugging output macro FENTRY2
987         * (spillThis): fixed indentation, enbraced for-body for clarity
988         * (rematStr): commented out as now unused
989         * (regTypeNum): commented out special spill case (overwrites
990           arbitrary values)
991         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
992
993 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
994
995         * doc/sdccman.lyx: documented sfr16/sfr32,
996           added example for using storage class with function pointers
997         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
998
999 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1000
1001         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1002         * device/lib/_itoa.c,
1003         * device/lib/_ltoa.c: optimized codesize
1004         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1005           but don't know how to suppress the double warning.
1006         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1007         * support/Util/SDCCerr.c,
1008         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1009
1010 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1011
1012         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1013           fixed old K&R prototypes
1014         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1015         * device/lib/_gptrget.c,
1016         * device/lib/_gptrgetc.c,
1017         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1018           also new versions for small generic pointers and banked generic pointers
1019         * src/port.h: added const_name
1020         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1021         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1022         * src/SDCCcse.c (findPrevIc): check all associative operators
1023         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1024         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1025         * src/SDCCmem.c: updated comments,
1026           set far-space to 0 for pdata, results in optimized code
1027         * src/SDCCmem.h: added macro CONST_NAME
1028         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1029           moving the info into the highest bits, see also gptrget/gptrput
1030         * src/src.dsp: added sdcc.ico to project files
1031         * src/avr/gen.c (genCast): fixed bug 0x%d
1032         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1033         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1034           relation between ptr_type and DCL_TYPE,
1035           (genCast): fixed bug 0x%d
1036         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1037           (CODE)" for const_name
1038         * src/hc08/gen.c (genCast): fixed bug 0x%d
1039         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1040           (hc08_port): added "CONST (CODE)" for const_name
1041         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1042           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1043           between ptr_type and DCL_TYPE,
1044           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1045           operand* and took AOP() inside function so sfr-ness can be checked,
1046           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1047           new prototype,
1048           (genFunction, genEndFunction): optimized stack setup,
1049           (genMinus): optimized for literals with ending zeroes (in bytes),
1050           (genCast): fixed bug 0x%d
1051         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1052           (mcs51_port): added "CONST (CODE)" for const_name
1053         * src/mcs51/peeph.def: made rule 226 more generic
1054         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1055         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1056         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1057         * src/z80/main.c (z80_port): added NULL for const_name,
1058           (gbz80_port): added NULL for const_name
1059         * support/regression/tests/bug663539.c,
1060         * support/regression/tests/sfr16.c: new tests
1061
1062 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1063
1064         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1065
1066 2005-06-24 Raphael Neider <rneider AT web.de>
1067
1068         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1069           corrected typos...
1070         * device/include/pic16/signal.h: added USBIF
1071           and SIG_USB
1072
1073 2005-06-24 Raphael Neider <rneider AT web.de>
1074
1075         * device/lib/pic16/libdev/pic18f2455.c,
1076           device/include/pic16/pic18f2455.h: NEW
1077         * device/include/pic16/pic18fregs.h,
1078           device/lib/pic16/pics.all,
1079           src/pic16/device.c: added 18f2455
1080         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1081           device/include/pic16/{pic18f[68][567].h,usart.h}:
1082           replaced MULTIPLE_USARTS define with more relaible
1083           compatibility sfrs (for USART access)
1084
1085 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1086
1087         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1088           and the output asm file line is printed on two lines.
1089
1090 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1091
1092         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1093           BGT, BLE, BHI, and BLS instructions
1094         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1095           genCmpEq): removed
1096         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1097           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1098           fixes bug #1216342
1099         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1100
1101 2005-06-15 Raphael Neider <rneider AT web.de>
1102
1103         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1104         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1105         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1106           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1107           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1108
1109 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1110
1111         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1112           Marcel Telka in bug #1215704
1113
1114 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1115
1116         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1117           located in shared memory bank.
1118
1119 2005-05-31 Raphael Neider <rneider AT web.de>
1120
1121         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1122           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1123           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1124
1125 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1126
1127         * device/lib/_strncpy.c: fixed the fix
1128
1129 2005-05-26 Raphael Neider <rneider AT web.de>
1130
1131         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1132           initializers with \0, bug #1208187
1133         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1134           intializers with \0, bug #1208187
1135
1136 2005-05-26 Raphael Neider <rneider AT web.de>
1137
1138         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1139           initializers with \0, bug #1208187
1140         * src/pic16/main.c (_process_pragma): added sanity checks
1141           for stack position and size, emit warnings when appropriate
1142
1143 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1144
1145         * device/lib/_strncpy.c: fixed not filling with \0
1146
1147 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1148
1149         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1150           createFunction),
1151         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1152           compound_statement),
1153         * src/SDCCsymt.h,
1154         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1155
1156 2005-05-24 Raphael Neider <rneider AT web.de>
1157
1158         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1159
1160 2005-05-24 Raphael Neider <rneider AT web.de>
1161
1162         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1163           TRISE definitions, closes bug #1162453
1164
1165 2005-05-22 Raphael Neider <rneider AT web.de>
1166
1167         * src/pic16/main.c (_process_pragma): check for missing
1168           arguments to pragmas code and udata
1169         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1170           consistency fixes to match other headers (thanks to Jim Paris)
1171         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1172
1173 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1174
1175         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1176
1177 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1178
1179         * support/regression/tests/bug1198642.c: new test
1180         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1181         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1182         * support/scripts/resource.h,
1183         * support/scripts/resource.rc,
1184         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1185         * support/scripts/sdcc.ico: added 32x32 icon
1186
1187 2005-05-18 Raphael Neider <rneider AT web.de>
1188
1189         * device/lib/pic16/libdev/pic18f*.c,
1190         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1191           keywords to "__sfr" and "__at (X)"
1192         * device/include/pic16/pic18fregs.h: added pic18f4520
1193         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1194           #1203088 (MPLAB compatibility)
1195
1196 2005-05-17 Raphael Neider <rneider AT web.de>
1197
1198         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1199         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1200         * device/lib/pic16/pics.all: added new devices
1201         * src/pic16/device.c: added support for pic18f4520
1202
1203 2005-05-16 Raphael Neider <rneider AT web.de>
1204         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1205         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1206         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1207           convenience function for bit access
1208
1209 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1210
1211         * device/lib/printf_large.c: fixed bug 1193299
1212         * support/regression/tests/bug1057979.c: added test %3.3s
1213
1214 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1215
1216         * device/include/mcs51/8051.h,
1217         * device/include/mcs51/8052.h: made parseable with lint
1218         * device/include/mcs51/lint.h: added include file for (sp)lint
1219         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1220         * doc/cdbfileformat.lyx,
1221         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1222
1223 2005-05-14 Raphael Neider <rneider AT web.de>
1224
1225         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1226         * device/lib/pic16/libc/stdlib/itoa.c (new)
1227         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1228         * device/lib/pic16/libio/Makefile: exclude subdir according to
1229           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1230         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1231         * src/pic16/gen.c (genFunction): prevent annoying warning
1232         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1233           nameclashes on BeOS
1234         * support/cpp2/cppmain.c (cpp_output_string): new
1235         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1236           fixes bug 1116802
1237
1238 2005-05-13 Borut Razem <borut.razem AT siol.net>
1239
1240         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1241
1242 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1243
1244         * .version: changed to version 2.5.1; back to bleeding edge development
1245
1246 2005-05-11 Borut Razem <borut.razem AT siol.net>
1247
1248         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1249           generate PDF version 1.3 documents
1250
1251 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1252
1253         * .version: changed to version 2.5.0
1254
1255 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1256
1257         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1258
1259 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1260
1261         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1262         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1263         well as many smaller updates.
1264         * .version: changed to version 2.5.0-pre1
1265
1266 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1267
1268         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1269
1270 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1271
1272         * support/regression/tests/bug1185672.c: added
1273         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1274           bug 1185672
1275         * src/mcs51/gen.c (genCall): added comments, made it look safer
1276         * src/mcs51/gen.c (genEndFunction): simplified
1277
1278 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1279
1280         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1281
1282 2005-04-14 Borut Razem <borut.razem AT siol.net>
1283
1284         * fixed bug 1045046 - SIGSEGV with really simple code?:
1285           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1286           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1287
1288 2005-04-14 Borut Razem <borut.razem AT siol.net>
1289
1290         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1291           src/pic16/device.h: temporarily disabled experimental #inline pragma
1292           for 2.5.0 release
1293
1294 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1295
1296         * device/include/z80/stdio.h,
1297         * device/include/z80/string.h: removed these highly incomplete files so
1298           SDCC can use the default ones in device/include/
1299
1300 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1301
1302         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1303         gcc warning.
1304         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1305         fix sdcpp warnings.
1306
1307 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1308
1309         * device/include/malloc.h: removed redundant __reentrant prototypes
1310         * device/lib/_mullong.c: added working xstack variant in asm (C version
1311           doesn't pass regression tests)
1312         * device/lib/bpx.c: used __data and made bpx char for mcs51
1313         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1314           (createFunction): fixed bug with xstackPtr
1315         * src/SDCCcse.c: corrected comments
1316         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1317           (killDeadCode, eBBlockFromiCode): removed unused code
1318         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1319           corrected comments
1320         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1321           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1322           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1323           (genModOneByte): fixed warning in MSVC
1324         * src/mcs51/main.c (): added comments
1325         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1326
1327 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1328
1329         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1330
1331 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1332
1333         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1334
1335 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1336
1337         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1338         characters arrays of larger size than the declared one.
1339
1340 2005-04-10 Borut Razem <borut.razem AT siol.net>
1341
1342         * src/pic/gen.c (genInline),
1343           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1344           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1345           (findNextInstruction), (findPrevInstruction),
1346           (findInstructionUsingLabel),
1347           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1348         * src/pic/pcode.c (findLabel): added missing '\n'
1349         * src/src.dsp: added SDCCdwarf2.c to the project
1350
1351 2005-04-09 Borut Razem <borut.razem AT siol.net>
1352
1353         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1354
1355 2005-04-08 Raphael Neider <rneider AT web.de>
1356
1357         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1358           into the chain after a given one) and mergeDefmapSymbols (combine
1359           defmap entries for each symbol per pcode)
1360         * (createDefmap): have defmap entries merged in the end
1361         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1362           a symbol before replacing one access type's symbol, merge symbols in
1363           the end (replacement symbol might already have an entry)
1364         * (assignValnums): keep reference to written WREG intact
1365
1366 2005-04-08 Raphael Neider <rneider AT web.de>
1367
1368         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1369           Alpha)
1370
1371 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1372
1373         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1374         bytes
1375
1376 2005-04-07 Raphael Neider <rneider AT web.de>
1377
1378         * device/include/pic16/usart.h: added compatibility defines for
1379           devices with more than one USART
1380         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1381
1382 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1383
1384         * device/lib/Makefile.in: updated for port specific include
1385
1386 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1387
1388         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1389
1390 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1391
1392         * device/include/8051.h,
1393         * device/include/8052.h,
1394         * device/include/at89S8252.h,
1395         * device/include/at89c55.h,
1396         * device/include/at89x051.h,
1397         * device/include/at89x51.h,
1398         * device/include/at89x52.h,
1399         * device/include/mcs51reg.h,
1400         * device/include/reg51.h,
1401         * device/include/reg764.h,
1402         * device/include/regc515c.h,
1403         * device/include/sab80515.h: (re)moved these 12 files
1404         * device/include/mcs51/8051.h,
1405         * device/include/mcs51/8052.h,
1406         * device/include/mcs51/at89S8252.h,
1407         * device/include/mcs51/at89c55.h,
1408         * device/include/mcs51/at89x051.h,
1409         * device/include/mcs51/at89x51.h,
1410         * device/include/mcs51/at89x52.h,
1411         * device/include/mcs51/mcs51reg.h,
1412         * device/include/mcs51/reg51.h,
1413         * device/include/mcs51/reg764.h,
1414         * device/include/mcs51/regc515c.h,
1415         * device/include/mcs51/sab80515.h: and added them here
1416
1417 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1418
1419         * device/include/stdarg.h: changed SDCC specific keywords to double
1420           underlined form.
1421         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1422           mcs51 and ds390.
1423         * device/include/hc08/mc68hc908gp32.h,
1424         * device/include/hc08/mc68hc908jb8.h,
1425         * device/include/hc08/mc68hc908jkjl.h,
1426         * device/include/hc08/mc68hc908qy.h: fixed comments
1427         * device/include/mcs51/README: updated
1428         * device/include/mcs51/c8051f120.h: added PINRSF
1429         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1430         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1431           amidst code. Also inline is not supported.
1432
1433 2005-04-06 Raphael Neider <rneider AT web.de>
1434
1435         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1436         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1437           callers stack/frame pointers
1438
1439 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1440
1441         * device/include/pic16/usart.h: added, missing in previous commit,
1442         * device/include/pic16/adc.h: fixed typo,
1443         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1444         commit,
1445         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1446         <p18fxxx.inc>
1447         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1448         uninitialized because a bug appears with gplink
1449         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1450         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1451         complains for unrecognised option
1452
1453 2005-04-05 Raphael Neider <rneider AT web.de>
1454
1455         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1456           structs as well (using memcpy)
1457         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1458           on ISRs (GOTO has no label)
1459         * src/pic16/device.h: added OF_OPTIMIZE_DF
1460         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1461           new data flow analysis/optimization
1462         * src/pic16/pcode.c: added (prototypes for and implementation of)
1463           dataflow analysis functions, fixed pCodeInstructions' inCond and
1464           outCond values, made RCALL a branch instruction
1465         * (pic16_unlinkpCode): keep C line if possible
1466         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1467           C line moved if possible
1468         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1469         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1470           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1471         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1472           new flow)
1473         * (pic16_getJumptabpCode): NEW, needed in...
1474         * (LinkFlow): fixed handling of jumptables, calls and conditional
1475           branches
1476         * (pic16_InsertCommentAfter): NEW
1477         * (pic16_pCodeReplace): made verbose and flow preserving
1478         * (AnalyzeFlow): added call to data flow analysis
1479         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1480         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1481         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1482
1483 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1484
1485         * src/SDCCast.c (decorateType): fixed bug #1105626
1486
1487 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1488
1489         * device/include/asm/pic16/features.h,
1490         * pic18f*.h headers,
1491         * device/include/pic16/adc.h,
1492         * device/include/pic16/delay.h,
1493         * device/include/pic16/i2c.h,
1494         * device/include/pic16/malloc.h,
1495         * device/include/pic16/stdio.h,
1496         * device/include/pic16/stdlib.h,
1497         * device/include/pic16/string.h,
1498         * device/lib/pic16/libc/stdio/printf_tiny.c,
1499         * device/lib/pic16/libc/stdio/printf_small.c,
1500         * device/lib/pic16/libc/stdio/strmgpsim.c,
1501         * device/lib/pic16/libc/stdio/strmmssp.c,
1502         * device/lib/pic16/libc/stdio/strmusart.c,
1503         * device/lib/pic16/libc/stdio/vfprintf.c,
1504         * device/lib/pic16/libc/stdlib/ltoa.c,
1505         * device/lib/pic16/libc/stdlib/putchar.c,
1506         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1507         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1508         * device/lib/pic16/libc/stdlib/memchrram.c,
1509         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1510         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1511         * device/lib/pic16/libio/adc/adcbusy.c,
1512         * device/lib/pic16/libio/adc/adcread.c,
1513         * device/lib/pic16/libio/adc/adcsetch.c,
1514         * device/lib/pic16/libio/usart/ubaud.c,
1515         * device/lib/pic16/libio/usart/ubusy.c,
1516         * device/lib/pic16/libio/usart/udrdy.c,
1517         * device/lib/pic16/libio/usart/uopen.c,
1518         * device/lib/pic16/libio/usart/uputc.c,
1519         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1520         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1521         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1522         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1523         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1524         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1525         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1526         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1527         specific keywords to double underlined form,
1528         * device/lib/pic16/libc/Makefile.rules,
1529         * device/lib/pic16/libsdcc/Makefile.rules,
1530         * device/lib/pic16/libm/Makefile,
1531         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1532         to compile with C standard set in Makefile.common
1533         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1534         rand.c and crc.c in compilation process,
1535         * device/lib/pic16/libsdcc/int/divuint.c,
1536         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1537         `c' from signed to unsigned,
1538         * device/lib/pic16/startup/crt0.c,
1539         * device/lib/pic16/startup/crt0i.c,
1540         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1541         keywords to double underlined form, bug fixes in _do_cinit function
1542         which prevented the correct initialization of the .idata segment,
1543         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1544         core to enter a infinite loop
1545         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1546
1547 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1548
1549         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1550
1551 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1552
1553         * device/include/Makefile.in: add support for hc08 subdirectory
1554         * device/include/hc08/: new subdirectory
1555         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1556         Lucas Loizaga, thanks!
1557         * device/include/hc08/mc68hc908qy.h,
1558         * device/include/hc08/mc68hc908gp32.h,
1559         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1560         their own directory. Changed internal macro names to use the compiler
1561         reserved namespace. Changed SDCC specific keywords to double
1562         underlined form.
1563         * device/include/math.h,
1564         * device/include/malloc.h,
1565         * device/include/stdarg.h,
1566         * device/include/stdbool.h
1567         * device/include/string.h,
1568         * device/include/tinibios.h,
1569         * device/include/ds400rom.h,
1570         * device/include/8051.h,
1571         * device/include/8052.h,
1572         * device/include/80c51xa.h,
1573         * device/include/at89c55.h,
1574         * device/include/at89S8252.h,
1575         * device/include/at89x51.h,
1576         * device/include/at89x52.h,
1577         * device/include/ds80c390.h,
1578         * device/include/reg764.h,
1579         * device/include/regc515c.h,
1580         * device/include/sab80515.h,
1581         * device/include/mcs51/c8051f000.h,
1582         * device/include/mcs51/c8051f018.h,
1583         * device/include/mcs51/c8051f020.h,
1584         * device/include/mcs51/c8051f040.h,
1585         * device/include/mcs51/c8051f060.h,
1586         * device/include/mcs51/c8051f120.h,
1587         * device/include/mcs51/c8051f300.h,
1588         * device/include/mcs51/c8051f310.h,
1589         * device/include/mcs51/c8051f320.h,
1590         * device/include/mcs51/c8051f330.h,
1591         * device/include/mcs51/c8051f350.h,
1592         * device/include/z180.h: Changed SDCC specific keywords to double
1593         underlined form.
1594
1595 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1596
1597         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1598         18F4455,
1599         * (pic16_assignConfigWordValue): disable testing of configuration
1600         register value with config mask,
1601         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1602         function with port->fun_prefix,
1603         * (genFunction): when generating a naked interrupt function never
1604         create an absolute segment placed in interrupt vector address, place
1605         the actual interrupt function at IVA instead, when an interrupt
1606         function is generated with unspecified interrupt then do not create
1607         the absolute section,
1608         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1609         code for generating a call to generic pointer get/put function with
1610         a call to function pic16_callGenericPointer(),
1611         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1612         the call to the generic pointer get/put functions with prefixing the
1613         function name with port->fun_prefix,
1614         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1615         * src/pic16/main.c (_process_pragma): prefix function with
1616         port->fun_prefix,
1617         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1618         calling assembler, old 18Fxxxx macro is deprecated,
1619         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1620         PC_ASMDIR in while condition,
1621         * (findInstruction): add PC_ASMDIR in while condition,
1622         * (buildCallTree): prefix main with port->fun_prefix,
1623         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1624         identifier for variable with banked access in instructions BTFSS,
1625         BTFSC, BCF, BSF, BTG
1626         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1627         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1628         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1629         perform optimization when enviroment variable NO_REG_OPT is set,
1630         * (insideLRBlock): NEW, return 1 if register is inside an
1631         INF_LOCALREGS block,
1632         * (RemoveRegFromLRBlock): remove a register that is completely
1633         eliminated by register optimization, but it is still left in local
1634         register store/restore in/from stack block,
1635         * (Remove2pcodes): after removing register, check to see if it
1636         should be removed from local register store/restore in/from stack
1637         block,
1638         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1639         DUMMY_READ_VOLATILE,
1640
1641         * device/include/pic16/adc.h: minor prototype modifications and
1642         update,
1643         * device/include/pic16/malloc.h: added GPL notice various
1644         modifications,
1645         * device/include/pic16/stdint.h: NEW, standard header for ints
1646         * device/include/pic16/delay.h: NEW, header for delay functions,
1647         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1648         delay1mtcy,
1649         * device/include/pic16/signal.h: NEW, header providing helper macros
1650         for implementing signal handlers,
1651         * device/include/pic16/stdio.h: added prototypes for functions,
1652         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1653         prototypes for stdin and stdout, added macro PUTCHAR to
1654         automatically implement putchar function prototype,
1655         * device/include/pic16/usart.h: modified and updated USART library,
1656         * device/lib/pic16/libio/adc/,
1657         * device/lib/pic16/libio/i2c: some modifications to improve library
1658         performance,
1659         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1660         family of functions,
1661         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1662         family of functions and other sources,
1663         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1664         of the PIC18Fxx[28] devices,
1665         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1666         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1667         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1668         _do_cinit function, because the previous failed when local variables
1669         where not placed in the same memory bank,
1670         * device/lib/pic16/libsdcc/char/: various modifications to improve
1671         library performance,
1672         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1673         information on the new functions of the c library and more...
1674
1675 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1676
1677         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1678
1679 2005-03-26 Raphael Neider <rneider AT web.de>
1680
1681         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1682           if condition == CARRY)
1683         * (genCmp): adapted to new genSkipc semantics
1684         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1685           on rIfx (genCmp was broken)
1686
1687 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1688
1689         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1690         * src/z80/main.c (_keywords[]),
1691         * src/SDCCglobal.h (struct options),
1692         * src/SDCC.y,
1693         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1694         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1695         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1696         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1697         always available in leading double underscore form. The C99 support is
1698         mostly missing, but it's a start.
1699         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1700         reserved identifier "__data".
1701
1702 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1703
1704         * src/mcs51/peeph.def: fixed bug 1170013
1705
1706 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1707
1708         * device/include/mcs51reg.h: fixed bug 842007
1709
1710 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1711
1712         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1713         last time.
1714
1715 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1716
1717         * src/port.h (struct PORT),
1718         * src/avr/ralloc.c (avr_assignRegisters),
1719         * src/avr/main.c,
1720         * src/ds390/ralloc.c (ds390_assignRegisters),
1721         * src/ds390/main.c,
1722         * src/hc08/ralloc.c (hc08_assignRegisters),
1723         * src/hc08/main.c,
1724         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1725         * src/mcs51/main.c,
1726         * src/pic/ralloc.c (pic14_assignRegisters),
1727         * src/pic/main.c,
1728         * src/pic16/ralloc.c (pic16_assignRegisters),
1729         * src/pic16/main.c,
1730         * src/xa51/ralloc.c (xa51_assignRegisters),
1731         * src/xa51/main.c,
1732         * src/z80/ralloc.c (z80_assignRegisters),
1733         * src/z80/ralloc.h,
1734         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1735         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1736         * src/SDCCcse.h,
1737         * src/SDCCdflow.c (computeDataFlow),
1738         * src/SDCCdflow.h,
1739         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1740         * src/SDCCloop.h,
1741         * src/SDCCcflow.c (*),
1742         * src/SDCCcflow.h,
1743         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1744         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1745         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1746         immedDom() returning wrong block; probably fixes bug #1160833)
1747
1748 2005-03-20 Borut Razem <borut.razem AT siol.net>
1749
1750         * support/scripts/inc2h.pl: WIN32 port
1751
1752 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1753
1754         * device/lib/makefile.in: added abs.c and labs.c
1755
1756 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1757
1758         * device/include/stdint.h: added
1759         * device/lib/abs.c: added
1760         * device/lib/labs.c: added
1761         * device/include/stdlib.h: added abs() and labs() prototypes
1762         * device/lib/libsdcc.lib: added abs and labs
1763         * device/include/float.h,
1764         * device/lib/_fsmul.c,
1765         * device/lib/printf_fast.c,
1766         * device/lib/printf_tiny.c: updated comments
1767
1768 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1769
1770         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1771         bug #1164313
1772
1773 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1774
1775         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1776         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1777
1778 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1779
1780         * device/lib/printf_large.c: removed inline assembly for portability and
1781           readability. Use printf_fast if speed or size are more important.
1782         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1783         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1784
1785 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1786
1787         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1788         prevent compiler warning
1789
1790 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1791
1792         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1793         moved to level 0 and declared as static. Also they are explicit
1794         placed in access bank. This was necessery because some times they
1795         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1796         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1797         optimizations. Currently only compare to unsigned char is implemented,
1798         * src/pic16/gen.c: added fReturnIdx array,
1799         * (struct resolvedIfx) is moved to gen.h and made public,
1800         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1801         * (aopForSym): added an optimization to directly store in stack of
1802         the operand of a SEND iCode,
1803         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1804         but as registers instead (AOP_REG) using the fReturnIdx array,
1805         * (pic16_freeAsmop): remove the freed register from the
1806         _G.sregsAlloc field,
1807         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1808         a compare of 'WREG',
1809         * (pic16_popGetTempRegCond): changed function prototype, now
1810         function takes also a bitVector argument v which holds the current
1811         set of registers that are allocated for stack access by aopForSym,
1812         registers allocated in aopForSym for accessing stack symbols are not
1813         any more part of the functions usedRegs field,
1814         * (genCall): some times aopOp is called for a stack variable to be
1815         send, aopForSym might perform the push, if this is true make sure
1816         that genCall doesn't push the variable twice by testing _G.resDirect,
1817         * (genFunction): changed testing for unspecified interrupt number
1818         from 256 to INTNO_UNSPEC,
1819         * modified selection scheme of frame pointer generation. Previously
1820         if function did use local registers a frame pointer was generated,
1821         now a frame pointer is generated only if function has arguments
1822         (that need PLUSW2 register access), or has stack arguments, or the
1823         compiler is not instructed to omit the frame pointer,
1824         * (genEndFunction): before restoring local registers that were saved
1825         in the function preamble, also restore the registers that *might*
1826         have been allocated for stack access,
1827         * (genRet): removed some old comments,
1828         * (genCmp, the active (RN's) version): added a call to the
1829         pic16_genCmp_special function to perform the compare with a more
1830         robust and optimized way,
1831         * (genInline): a feature has been added in inline code generation,
1832         which allows a wildcard variable substitution when writing inline
1833         assembly. Code is incomplete and experimental therefore undocumented,
1834         * (genCast): changed order of aopOp for result and right to allow
1835         aopForSym to directly load the result if possible,
1836         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1837         perform an optimized compare on some selected special occasions,
1838         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1839         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1840         generate an IVT any more,
1841         * src/pic16/main.c (pic16_optionsTable): added command line option
1842         --optimize-cmp,
1843         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1844         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1845         macros,
1846         * src/pic16/NOTES: Raphael Neider added in list of active developers
1847         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1848         jumptable_end to prevent bug #,
1849         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1850         inCond and outCond fields,
1851         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1852         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1853         turn off register spilling,
1854         * (packRegsForOneUse): synced with other ports' versions although it
1855         is not used currently,
1856         * (pic16_packRegisters): added an optimization while reading
1857         structure bitfields, some registers may be saved (malloc code is
1858         decreased by 80 bytes)
1859
1860 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1861
1862         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1863         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1864         this can be optimized more?
1865
1866 2005-03-10 Raphael Neider <rneider AT web.de>
1867
1868         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1869           genNearPointerGet): (hopefully) fixed access to bitfields via
1870           pointers (p->bitN = x; and x = p->bitN; failed)
1871
1872 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1873
1874         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1875
1876 2005-03-09 Raphael Neider <rneider AT web.de>
1877
1878         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1879
1880 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1881
1882         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1883         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1884           (regTypeNum): set REG_BIT type if necessary
1885         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1886         * support/regression/tests/critical.c: check bug 1144613
1887
1888 2005-03-02 Raphael Neider <rneider AT web.de>
1889
1890         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1891
1892 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1893
1894         * src/avr/ralloc.c (serialRegAssign),
1895         * src/ds390/ralloc.c (serialRegAssign),
1896         * src/hc08/ralloc.c (serialRegAssign),
1897         * src/mcs51/ralloc.c (serialRegAssign),
1898         * src/pic/ralloc.c (serialRegAssign),
1899         * src/pic16/ralloc.c (serialRegAssign),
1900         * src/xa51/ralloc.c (serialRegAssign),
1901         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1902
1903 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1904
1905         * src/SDCCast.c (decorateType): fixed bug 1124787
1906
1907 2005-02-20 Hubert Sack <sack AT digiplan.de>
1908         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1909
1910         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1911         patch #1121755
1912
1913 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1914
1915         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1916         to keep the correct label reference count when adding/removing references
1917         to labels. A peephole file using this is appended to patch #1144962.
1918
1919 2005-02-14 Raphael Neider <rneider AT web.de>
1920
1921         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1922         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1923         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1924           retrievals of result operand's value on assignment
1925
1926 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1927
1928         * device/include/pic16/string.h: modified prototype for memccpy()
1929         to memccpy(void *, void *, char, size_t)
1930         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1931         check whether to omit frame pointer or not,
1932         * (genInline): convert all occurences of "\n" to LF in inline
1933         assembler blocks, this helps formatting the inline text,
1934         * (pic16_loadFSR0): modified prototype,
1935         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1936         removed some 8051 legacy code,
1937         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1938         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1939         before allocating temporary registers in functions,
1940
1941 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1942
1943         * support/regression/tests/bitvars.c: corrected the "fix"
1944
1945 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1946
1947         * support/regression/tests/bitvars.c,
1948         * support/regression/tests/bitwise.c,
1949         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1950
1951 2005-02-10 Raphael Neider <rneider AT web.de>
1952
1953         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1954           different size for Alpha
1955         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1956
1957 2005-02-09 Raphael Neider <rneider AT web.de>
1958
1959         * src/SDCC.lex(doPragma) : save and restore warning options as well
1960           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1961         * have #pragma less_pedantic set the errorlevel to WARNING
1962           (fixes #1117001)
1963         * (cloneOptimize) : fixed wrong malloc's size
1964         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1965           facilitate correct handling of #pragma (save|restore)
1966
1967 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1968
1969         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1970
1971 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1972
1973         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1974
1975 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1976
1977         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1978
1979 2005-02-02 Raphael Neider <rneider AT web.de>
1980
1981         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1982         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1983         * (pic16_storeForReturn): fixed to allow returning function pointers
1984         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1985         * device/include/pic16/{stddef.h,stdbool.h}: added
1986
1987 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
1988
1989         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
1990
1991 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
1992
1993         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
1994         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
1995          appeared to be required
1996
1997 2005-01-31 Borut Razem <borut.razem AT siol.net>
1998
1999         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2000           include/mcs51 and include/z80 directories to the package
2001
2002 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2003
2004         * src/hc08/gen.c (genFunction): fixed bug #1112752
2005
2006 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2007
2008         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2009
2010 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2011
2012         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2013
2014 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2015
2016         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2017
2018 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2019
2020         * device/include/c8051fxxx.h: removed these 6 files
2021         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2022
2023 2005-01-26 Raphael Neider <rneider AT web.de>
2024
2025         * src/pic16/gen.c (genAssign): fixed assignment from longs
2026           in codespace (were cut to three bytes)
2027         * (genDummyRead): implemented (except for CODESPACE...),
2028           fixed bug #1108575
2029         * src/pic16/glue.c (emitStatistics): beautified
2030         * device/lib/pic16/libm/Makefile: added include path
2031
2032 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2033
2034         * src/z80/gen.c (aopPut): fixed bug #1103902
2035
2036 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2037
2038         * device/lib/expf.c: fixed bug #1095792
2039
2040 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2041
2042         * device/lib/pic16/libm: added Math library sources
2043
2044 2005-01-24 Raphael Neider <rneider AT web.de>
2045
2046         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2047           to enable upcast to pCodeOpReg2 (there is no type tag to
2048           differenciate the two and pic16_popGet2p cast into PCOR2)
2049         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2050           (sizeof(sectNames) changed to sizeof(sectName))
2051           Both patches fix segfaults under MinGW.
2052
2053 2005-01-23 Raphael Neider <rneider AT web.de>
2054
2055         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2056           Safe_[mc]?alloc()'ed variables
2057         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2058           of (byte sized) temporaries (assign them to WREG for now)
2059         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2060           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2061           this might fix SIGSEGVs on MinGW...
2062         * src/SDCCopt.c (killDeadCode): restored original behaviour
2063           (volatile operands might get thrown away though)
2064
2065 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2066
2067         * src/pic16/gen.c: fixed bug #1106975,
2068         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2069         pointer update, INTCON is saved, global interrupts are disabled and
2070         restored after updateing TOS.
2071         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2072         * added function attribute 'shadowregs' to take advantage of shadow
2073         registers,
2074         * added function attribute 'wparam' as an alternative to the wparam
2075         pragma,
2076         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2077         user declares a non-ISR function as 'shadowregs',
2078         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2079
2080 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2081
2082         * .version: bumped version number to 2.4.8
2083         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2084         pic16 port,
2085         * device/lib/pic16/libio/i2c/: I2C module support library,
2086         * device/include/pic16/i2c.h: I2C support library header,
2087         * device/lib/pic16/libc/stdio/: standard IO support sources,
2088         * (printf_small.c): printf_small() source, supports float print,
2089         * (printf_tiny.c): printf_tiny() source, does not support floats,
2090         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2091         enable global optimizations for entire library source, other
2092         Makefiles in the source tree are also modified to reflect this,
2093         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2094         function,
2095         * doc/sdccman.lyx: updated to reflect new changes,
2096         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2097         sym->onStack if-case,
2098         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2099         sbit, idata, _idata, xdata, _xdata,
2100         * added pragma library, to link an external library, (see doc),
2101         * removed command line options, --pomit-config-words, --pomit-ivt,
2102         --pleave-reset-vector,
2103         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2104         when calling assembler to reflect memory model used, also define
2105         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2106         reflect stack model used,
2107         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2108         on stack return NULL,
2109
2110 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2111
2112         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2113           of the operands is volatile. Fixes #1020220
2114
2115 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2116
2117         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2118         * (OptimizeRegUsage): make sure that there is really no other flow where
2119           the first pCode is used
2120
2121 2005-01-22 Raphael Neider <rneider AT web.de>
2122
2123         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2124           to fix #1106967 (pCode->seq are not set up correctly)
2125
2126 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2127
2128         * src/SDCCglue.c (glue): make sure code area is declared before the
2129         static initialization area.
2130
2131 2005-01-21 Raphael Neider <rneider AT web.de>
2132
2133         * device/lib/Makefile.in: fixed test for pic16 install dir
2134         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2135           optimizations
2136         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2137           added --optimize-goto compiler switch and pragma wparam documentation
2138         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2139         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2140           and PRODH closing bug #1071770 (peephole optimizer)
2141
2142 2005-01-19 Raphael Neider <rneider AT web.de>
2143
2144         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2145           cmdLine buffers (used when calling sdcpp...) are large enough
2146           (MAX_PATH=256 truncates arguments leading to system halts when
2147           used in MinGW...)
2148         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2149         * (genUminus): rewritten to for efficiency
2150         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2151           used uninitialized in some cases)
2152         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2153           copy the third byte from the int -- now assumes 0x80 (data memory)
2154         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2155           operands (genAddLit expects the iCode's operands to swapped as
2156           well), fixed leftover bytes (crashed for short left operands)
2157         * (pic16_genMinusDec): performance improvements, removed false
2158           PIC14 emitSKPNCs
2159         * (pic16_genMinus): fixed to cope with differently sized operands
2160         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2161           for --obanksel > 1
2162         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2163         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2164           new banksel optimization
2165         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2166           analysis for temporary registers (segfaults...)
2167         * src/pic16/peeph.def: added rule
2168
2169 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2170
2171         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2172         which converts a float number to its ASCII representation
2173         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2174         functions to convert the fractional and integer part of a float to ASCII,
2175         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2176         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2177         ram
2178         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2179         _STATMEM macros,
2180         * device/include/pic16/adc.h: added GPL info,
2181         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2182         a pCodeOp as tested operand,
2183         * (genNearPointerGet): optimized bit testing, does not use
2184         intermediate register for bit value, test directly instead with
2185         BTFSS, BTFSC, works only for single bits,
2186         * (genpic16Code): dump the name of the iCode in the asm,
2187         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2188         renamed to pic16_decodeOp,
2189         * (serialRegAssign): do not allocate a temporary register for iCode
2190         sequences that test a single bit for 1/0
2191
2192 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2193
2194         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2195         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2196         access stack and frame pointers. They are initially assigned to
2197         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2198         accessing SFRs. Updated all occurences of modification of stack or
2199         frame pointer in gen.c and pcode.c,
2200         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2201         assigning of a literal value to pointers,
2202         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2203         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2204         selected
2205
2206 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2207
2208         * doc/sdccman.lyx: update documentation about stack pragma, added
2209         some info for stack memory models
2210
2211 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2212
2213         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2214
2215 2005-01-08 Raphael Neider <rneider AT web.de>
2216
2217         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2218           udata sections to fix bug #1097823
2219
2220 2005-01-05 Raphael Neider <rneider AT web.de>
2221
2222         * src/pic16/gen.c (genGenericShift): added handling of differently
2223           sized left operand and result
2224
2225 2005-01-04 Raphael Neider <rneider AT web.de>
2226
2227         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2228         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2229           to hold the condition bit)
2230         * added new version of genCmp (old code available via #define)
2231         * added new version of genShiftLeft/genShiftRight in a generic
2232           way, now supports shifting by negative values
2233         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2234           shiftCount (expected by genGenericShift)
2235         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2236         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2237           dump
2238         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2239           is an invalid literal too...)
2240
2241 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2242
2243         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2244         from Raphael Neider,
2245         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2246         for 8-bit literals. This fixes some literal operands which are sign
2247         extended to 16-bits ints when instruction needs only 8-bits.
2248
2249 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2250
2251         * device/lib/logf.c: added mcs51 assembly version
2252         * device/lib/expf.c: added mcs51 assembly version
2253         * device/lib/_logexpf.c: new shared asm code for expf and logf
2254         * device/include/math.h: add defines for assembly math library
2255         * device/lib/Makefile.in: build new _logexpf.c
2256         * device/lib/libfloat.lib: use new _logexpf.c
2257
2258 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2259
2260         * src/pic/device.c
2261         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2262           device types which have less than 0x7f registers.
2263
2264 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2265
2266         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2267
2268 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2269
2270         * device/lib/printf_fast.c: only build on supported arch.
2271         * device/lib/printf_tiny.c: only build on supported arch.
2272         * device/lib/printf_fast_f.c: only build if asm float lib
2273         * device/lib/_fsget1arg.c: only build if asm float lib
2274         * device/lib/_fsget2args.c: only build if asm float lib
2275         * device/lib/_fsnormalize.c: only build if asm float lib
2276         * device/lib/_fsreturnval.c: only build if asm float lib
2277         * device/lib/_fsrshift.c: only build if asm float lib
2278         * device/lib/_fsswapargs.c: only build if asm float lib
2279         * device/include/stdio.h: don't provide print_fast,
2280           print_fast_f, print_tiny prototypes if --xstack used
2281
2282 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2283
2284         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2285         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2286           to the SOURCES
2287
2288 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2289
2290         * device/lib/printf_fast_f.c: same as printf_fast, but
2291           with floating point enabled
2292         * device/lib/printf_fast.c: minor tweaks
2293         * device/include/stdio.h: add printf_fast_f
2294
2295 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2296
2297         * src/SDCCmain.c: make --float-reent default for mcs51
2298         * device/lib/_fsadd.c: added mcs51 assembly version
2299         * device/lib/_fssub.c: added mcs51 assembly version
2300         * device/lib/_fsmul.c: added mcs51 assembly version
2301         * device/lib/_fsdiv.c: added mcs51 assembly version
2302         * device/lib/_fseq.c: added mcs51 assembly version
2303         * device/lib/_fsneq.c: added mcs51 assembly version
2304         * device/lib/_fsgt.c: added mcs51 assembly version
2305         * device/lib/_fslt.c: added mcs51 assembly version
2306         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2307         * device/lib/Makefile.in: add _fscmp to build
2308         * device/lib/libfloat.lib: add _fscmp to build
2309
2310 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2311
2312         * device/lib/_fs2slong.c: added mcs51 assembly version
2313         * device/lib/_fs2sint.c: added mcs51 assembly version
2314         * device/lib/_fs2schar.c: added mcs51 assembly version
2315         * device/lib/_fs2ulong.c: added mcs51 assembly version
2316         * device/lib/_fs2uint.c: added mcs51 assembly version
2317         * device/lib/_fs2uchar.c: added mcs51 assembly version
2318         * device/lib/_slong2fs.c: added mcs51 assembly version
2319         * device/lib/_sint2fs.c: added mcs51 assembly version
2320         * device/lib/_schar2fs.c: added mcs51 assembly version
2321         * device/lib/_ulong2fs.c: added mcs51 assembly version
2322         * device/lib/_uint2fs.c: added mcs51 assembly version
2323         * device/lib/_uchar2fs.c: added mcs51 assembly version
2324         * device/include/float.h: added #define to select asm vs c
2325
2326 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2327
2328         * device/lib/printf_fast.c: improvements to float output
2329         * device/include/float.h: add defines for assembly float library
2330         * device/lib/_fsget1arg.c: receive 1 float arg
2331         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2332         * device/lib/_fsnormalize.c: normalize a float
2333         * device/lib/_fsreturnval.c: return float, various helper routines
2334         * device/lib/_fsrshift.c: right shift a float's mantissa
2335         * device/lib/_fsswapargs.c: swap 2 floats
2336         * device/lib/Makefile.in: build these 6 new files for mcs51
2337         * device/lib/libfloat.lib: add these 6 files to the library
2338
2339 2004-12-26 Borut Razem <borut.razem AT siol.net>
2340
2341         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2342           built by gcc 3.4.2
2343
2344 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2345
2346         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2347           and fully reentrant and register bank neutral.
2348         * device/lib/printf_fast.c: added float (not enabled by default),
2349           added compact/slower integer (also not enabled by default),
2350           improved size/speed of fast integer code, other minor changes
2351         * device/include/stdio.h, device/lib/Makefile.in,
2352           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2353
2354 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2355
2356         * src/pic16/pcode.c: declaring variables other than at the start of a
2357           block is not supported in C by VC6.
2358
2359 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2360
2361         * applied a previous patch from Raphael Neider that wasn't included
2362         in the previous commits, which fixes infinite loops within jumptable
2363         improvements,
2364         * made some fixes that previous patches introduced
2365
2366 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2367
2368         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2369         that fixes an issue with AOP_PCODE asmop's offset,
2370         * (pic16_popCopyReg): update instance field too,
2371         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2372         function of pic port,
2373         * (genCmp, genAnd, genAssign),
2374         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2375
2376 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2377
2378         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2379         variables initial values to idata section,
2380         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2381         variables in some functions. This utilizes parmBytes field of iCode
2382         structure to hold the offset of the variable in stack. (might be
2383         able to use the stack field too?)
2384         * applied patch from Raphael Neider # ### , # ###
2385         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2386         variable initial values in idata section,
2387         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2388         for static variables with initial value
2389         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2390         applied fix in while loop from Raphael Neider.
2391
2392 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2393
2394         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2395         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2396         * src/ds390/ralloc.c (serialRegAssign): spill bits
2397         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2398         * support/Util/SDCCerr.c,
2399         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2400         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2401         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2402
2403 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2404
2405         * device/include/sdcc-lib.h: inserted LGPL, added includes
2406           asm/ds390/features.h and asm/mcs51/features.h
2407         * device/include/asm/default/features.h,
2408         * device/include/asm/gbz80/features.h,
2409         * device/include/asm/z80/features.h: added empty _AUTOMEM
2410           and _STATMEM
2411         * device/include/asm/ds390/features.h,
2412         * device/include/asm/mcs51/features.h: added files with defines for
2413           _AUTOMEM and _STATMEM indicating automatic and static storage class
2414         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2415         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2416         * src/SDCCicode.c (geniCodeCast),
2417         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2418         * src/SDCCloop.c (loopInduction): removed unused variable lr
2419         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2420           to convertToFcall to include char modulo (RFE 1065037), added check
2421           if left operand is unsigned and use abs of literal value
2422         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2423           as it doesn't work after conversion from peephole.def to peephole.rul
2424         * src/mcs51/gen.c (toBoolean): added check for size,
2425           (genModOneByte): optimized code for signed char modulo a literal
2426           power of 2 (thanks to Hubert Sack),
2427           (genRRC): removed unnecessary "clr c",
2428           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2429         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2430           jump optimization,
2431           swapped rules 256.c and 256.d,
2432           extended 256.d by using new multiple checks (thanks Erik),
2433           added rules 256.e and 256.f,
2434           updated rule 261.a and 261.b to new generated code
2435         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2436
2437 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2438
2439         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2440           induction related bugs, including first part of bug #1074377
2441
2442 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2443
2444         * applied patch from bug-report #1076292,
2445         * applied patches for genAnd and Goto-optimizations for Raphael
2446         Neider,
2447         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2448         dump a less iCode information,
2449         * src/pic16/device.h (pic16_options_t): added field debgen,
2450         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2451         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2452         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2453         puclic,
2454         * (various functions): added macros FENTRY and FENTRY2 to functions,
2455         to emit function prologue,
2456         * (various functions): fixed indentation,
2457         * (genNearPointerGet): fixed loading of FSR0,
2458         * (genPackBits): applied patch from Raphael Neider to fix updating
2459         of FSR0 and touching only the modified bits,
2460         * src/pic16/genarith.c (various functions): added macros FENTRY to
2461         emit function prologue in comments,
2462         * src/pic16/pcode.h: added functions debugf2, debugf3,
2463         * src/pic16/ralloc.c: partial fix for packForPush caused
2464         segmentation fault,
2465
2466 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2467
2468         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2469           <stsp AT users.sourceforge.net> with reversed byte order
2470         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2471
2472 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2473
2474         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2475           bug #1074377
2476         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2477         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2478
2479 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2480
2481         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2482
2483 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2484
2485         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2486           conditions,
2487           (setFromConditionArgs): friendly operand parser for peephole rules,
2488           (operandBaseName, operandsNotRelated): new peephole condition
2489           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2490           architecture specific register naming into account, handles n-way
2491           comparisons, and supports quoted literals
2492         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2493
2494 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2495
2496         * src/mcs51/peeph.def: fixed bug #1076940
2497
2498 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2499
2500         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2501
2502 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2503
2504         Adding support for replacing ljmps with sjmps in jumptables
2505         generated for switch statements. For now you need to set the
2506         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2507         Now 4 algorithms for mcs51 jumptable generation are used:
2508         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2509         addresses loaded pc-relative for up to 112 cases and stack-pushing
2510         target addresses loaded with offset from dptr for up to 256 cases.
2511
2512         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2513         * src/mcs51/main.c: adapted constants for switch table generation
2514         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2515
2516 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2517
2518         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2519         * support/regression/tests/bug1057979.c: added test for bug 1073386
2520
2521 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2522
2523         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2524         compilers
2525
2526 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2527
2528         * src/pic16/device.h,
2529         * src/pic16/genarith.c,
2530         * src/pic16/glue.c,
2531         * src/pic16/main.c,
2532         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2533
2534 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2535
2536         Large cummulative patch for pic16 port.
2537         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2538         to call when a stack overflow occurs,
2539         * (malloc.h): added CVS Id tag,
2540         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2541         variable,
2542         * added libc directory. The current version of LibC contains string
2543         functions, ctype functions and macros and some functions of the
2544         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2545         be extensively tested in the future. Standard disclaimer here.
2546         Library is not automatically build yet. But one can build it by
2547         invoking 'make' inside the libc directory.
2548         * added ADC library under libio. Preliminary version yet.
2549
2550         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2551         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2552         aopForRemat() now and not by pic16_aopOp(),
2553         * (pic16_popGetTempReg): removed warning messgae when allocating
2554         temporary registers, its a buggy feature and will be removed,
2555         * (pic16_popGet): set register instance field in AOP_CRY,
2556         * (pic16_outBitC): fixed for results in size greater than 1,
2557         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2558         * (pic16_storeForReturn): optimized return of 0,
2559         * (genCmp): experimental code for new genCmp which uses PIC18's
2560         special compare&skip instructions. Initial tests fail some times
2561         with variables grater than 1 byte in size, so new code is disabled,
2562         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2563         a single bit,
2564         * (genCast): began a fix to optimize the casting of a bit to another
2565         bit, now assigning a bitfield to another bitfield will fail, sorry,
2566         * src/pic16/main.c: disabled the use of lr-support feature,
2567         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2568         * added some function prototypes, added function _debugf prototype,
2569         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2570         bits with offset (case PO_GPR_BIT),
2571         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2572         command line,
2573         * (isBankInstruction): modified to return 0 for no banking instruction,
2574         and 1 for banking instruction,
2575         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2576         caused stop processing pCodes after a inline assembly block,
2577         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2578         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2579         registers when it shouldn't,
2580         * src/pic16/ralloc.c (allocReg): add preliminary support for
2581         supporting a limited set of temporary registers,
2582
2583 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2584
2585         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2586           genDataPointerSet): ensure assignments always copy in MSB to LSB
2587           order,
2588           (loadRegFromAop): recognize CLRH optimization,
2589           (genFunction): optimize RECEIVE iCodes in reentrant functions
2590
2591 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2592
2593         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2594           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2595           selected.
2596         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2597         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2598           contiguous with data
2599
2600 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2601
2602         * device/lib/_gptrget.c (_gptrget),
2603         * device/lib/_gptrgetc.c (_gptrgetc),
2604         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2605           instead of sjmp to ret
2606         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2607           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2608
2609 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2610
2611         * .version: bumped version to 2.4.7
2612         * device/lib/_gptrget.c (_gptrget): is now _naked
2613         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2614         * device/lib/_gptrput.c (_gptrput): is now _naked
2615         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2616           (createFunction): fixed xstack
2617         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2618         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2619           or bit either,
2620           (geniCodeCritical): store original interrupt state in an iTemp bit
2621           var unless stack-auto
2622         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2623         * src/SDCCmain.c (setIncludePath): added include/target to search path
2624         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2625         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2626           prototype,
2627           (processFuncArgs): put bit vars in bit area
2628         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2629           unsaveRBank): fixed xstack,
2630           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2631           (genFunction, genEndFunction): fixed xstack,
2632           (genAssign): optimization don't walk backwards through mem
2633         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2634         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2635         * support/regression/Makefile: also make library (for stack-auto) when
2636           making "all" and added "test-mcs51-xstack-auto"
2637         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2638         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2639         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2640         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2641         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2642           make-library by MAKE_LIBRARY
2643         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2644           regression tests for xstack
2645         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2646         * support/regression/tests/critical.c: test for critical on mcs51
2647
2648 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2649
2650         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2651           built version of sdcc instead of installed version
2652
2653 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2654
2655         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2656         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2657           vprintf.c now
2658         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2659         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2660           WARNING: remove device/lib/build/z80/printf.o by hand when
2661           updating from previous build!
2662         * device/lib/z80/printf.c: updated comment
2663         * support/regression/tests/bug1057979.c: test all ports now
2664         * support/regression/tests/bug1065458.c: file added
2665
2666 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2667
2668         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2669           *_start and *_end symbols for static functions
2670
2671 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2672
2673         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2674           and search crt0.o in all library paths,
2675           (setIncludePath): proper handling of --nostdinc,
2676           (setLibPath): proper handling of --nostdlib
2677         * support/regression/Makefile,
2678         * support/regression/ports/ds390/spec.mk,
2679         * support/regression/ports/gbz80/spec.mk,
2680         * support/regression/ports/hc08/spec.mk,
2681         * support/regression/ports/mcs51/spec.mk,
2682         * support/regression/ports/mcs51-large/spec.mk,
2683         * support/regression/ports/mcs51-stack-auto/spec.mk,
2684         * support/regression/ports/z80/spec.mk: use include and lib files from
2685           built version of sdcc instead of installed version
2686         * doc/sdccman.lyx: fixed typo in --nostdinc
2687
2688 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2689
2690         * src/pic/pcode.c,
2691         * src/pic/device.c,
2692         * src/pic/ralloc.c,
2693         * src/pic/gen.c : added support to generate code for struct bit fields.
2694
2695 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2696
2697         * as/xa51/xa_version.h,
2698         * device/include/errno.h,
2699         * device/include/regc515c.h,
2700         * device/lib/_itoa.c,
2701         * device/lib/_ltoa.c,
2702         * device/lib/ser_ir_cts_rts.c,
2703         * sim/ucsim/xa.src/glob.cc,
2704         * sim/ucsim/xa.src/inst_gen.cc,
2705         * sim/ucsim/xa.src/xa_bit.cc,
2706         * sim/ucsim/xa.src/xa_sfr.cc,
2707         * sim/ucsim/z80.src/inst_dd.cc,
2708         * sim/ucsim/z80.src/inst_fdcb.cc,
2709         * support/scripts/keil2sdcc.pl,
2710         * src/pic16/pic16.dsp,
2711         * src/pic16/pic16a.dsp: corrected cvs line endings
2712         * device/lib/printf_large.c: fixed bug 1057979
2713         * src/pic16/gen.c: fixed non-C standard code
2714         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2715         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2716         * support/regression/ports/mcs51/support.c: reload T1 asap
2717         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2718           pdata use and clear idata startup behaviour
2719         * support/regression/tests/bug1057979.c: added
2720
2721 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2722
2723         * device/examples/ds390/ow390/ad26.h,
2724         * device/examples/ds390/ow390/cnt1d.h,
2725         * device/examples/ds390/ow390/crcutil.c,
2726         * device/examples/ds390/ow390/ownet.h,
2727         * device/examples/ds390/ow390/owsesu.c,
2728         * device/examples/ds390/ow390/swt12.h,
2729         * device/examples/ds390/ow390/swtoper.c,
2730         * device/examples/ds390/ow390/temp10.h,
2731         * device/examples/ds390/ow390/thermodl.c,
2732         * device/examples/ds390/tinitalk/tinitalk.dsp,
2733         * device/examples/ds390/tinitalk/tinitalk.dsw,
2734         * device/examples/mcs51/clock/hw.h,
2735         * device/examples/mcs51/simple2/go.bat,
2736         * device/examples/serialcomm/windows/serial.h,
2737         * device/examples/xa51/dummy.c,
2738         * device/examples/xa51/hello.c,
2739         * device/include/80c51xa.h,
2740         * device/include/at89x051.h: corrected cvs line endings
2741
2742 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2743
2744         * src/pic16/main.c (options): added command line --gstack, to trace
2745         stack over/under flows,
2746         * added pragma 'wparam' to allow passing first byte of function
2747         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2748         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2749         call to __gstack_test function and sets up the symbol as extern,
2750         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2751         * popaop): added call to pic16_testStackOverflow,
2752         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2753         wparamList list,
2754         * (genCall, genPcall): now all parameters are passed via stack
2755         except in functions that are pass to wparam pragma in which WREG is
2756         used too,
2757         * (genPcall): REENTRANT flag is checked to see if variable prototype
2758         contains reentrant keyword, don't call a non-reentrant function, via
2759         a reentrant function pointer or vice versa, functions are never
2760         passed via WREG,
2761         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2762         D.Winkler,
2763         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2764         SIGSEGV when accessing a NULL register stucture,
2765         * (pic16_printGPointerType): modified to handle UPPER modifier for
2766         function initializers, changed prototype of function to simpler one,
2767         * (pic16_printIvalFuncPtr): check to see if function is already
2768         added in externs list,
2769         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2770         optimized a move from W to SFR with a move to the same register
2771         later after a CALL,
2772         * device/lib/pic16/debug: NEW directory, contains debug features
2773         which are enabled when linking with libdebug.lib, currently command
2774         line option --gstack enables stack pointer tracing for over/under
2775         flow, corresponding sources are in debug/gstack
2776
2777 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2778
2779         * doc/sdccman.lyx: updated SDCC version,
2780         * (PIC16 port): update list of command line options,
2781         * src/pic16/device.h (structure pic16_options_t): added field gstack
2782         to enable stack overflow tracing on push/pops,
2783         * src/pic16/device.c (statistics structure): added statistics
2784         structure,
2785         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2786         pic16_dump_int_registers): increase statistics counters for each
2787         * variable which is encountered
2788         * (pic16_dump_usection): emit each .udata variable to its own udata
2789         section,
2790         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2791         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2792         parameters via stack, otherwise use old scheme,
2793         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2794         assembler output file,
2795         * src/pic16/main.c: added command line options --gstack to enable
2796         push/pop tracing for stack overflow,
2797         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2798         instructions): added size of each instruction,
2799         * (pic16_countInstruction): estimate size of instructions in
2800         the_pFile list, inline assembly blocks are not counted,
2801         * (pic16_FixRegisterBanking): trace previous register usage, when
2802         banksel optimizations is greater than 0, don't emit a redudant
2803         banksel directive,
2804
2805 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2806
2807         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2808         * src/pic16/ralloc.c : applied same fix for pic16.
2809         * src/pic/gen.c : tidied it up a little.
2810
2811 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2812
2813         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2814         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2815
2816 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2817
2818         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2819
2820 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2821
2822         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2823         non-reentrant function __modsint in the interrupt function (thus
2824         corrupting math operations during serial I/O)
2825         * device/lib/ser_ir.c: as above, changed buffersize
2826         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2827         256.c,d for zeroing
2828         * doc/Makefile: added option -t for rsync
2829
2830 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2831
2832         * src/SDCCast.h (struct ast),
2833         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2834
2835 2004-10-20 Borut Razem <borut.razem AT siol.net>
2836
2837         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2838         package
2839
2840 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2841
2842         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2843         makefile targets,
2844         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2845         support functions to replace long sequences of MOVFF's from access
2846         bank registers to stack and vice versa,
2847         * src/pic16/device.h: added new field opt_flags, where optimization
2848         flags can be set to enable certain features,
2849         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2850         * pBlock, (genFunction, genEndFunction): surroung loop for
2851         saving/loading used registers in stack with PC_INFO pCodes,
2852         INF_LREGS. Code in between can then be optimized by pCode optimizer
2853         to support function calls,
2854         * (genDataPointerSet): fixed bug which loaded float fields in
2855         structures with corrupt data,
2856         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2857         in a standard way debug info on stderr. Feature used for developing
2858         and debugging only,
2859         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2860         obsolete chunks of code,
2861         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2862         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2863         * pic16/src/pcode.c (pic16_newpCodeInfo,
2864         * (pic16_newpCodeOpLocalRegs),
2865         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2866         feature,
2867         * (pic16_pCodeConstString): printing of the initial value of a
2868         symbol as a comment is inhibited since parsing was already done by
2869         copyStr and output is corrupt,
2870         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2871
2872 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2873
2874         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2875
2876 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2877
2878         * as/mcs51/lkarea.c: removed old K&R style,
2879           (lnksect): changed check on boundary error,
2880           (lnksect2): changed check on boundary error,
2881           (lnksect2): extend XSTK to end of page if size = 1
2882         * as/mcs51/lkmain.c: removed old K&R style,
2883           (Areas51): create l_IRAM symbol
2884         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2885         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2886           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2887         * device/lib/_mullong.c: added version to be compiled with xstack
2888         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2889         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2890         * device/lib/mcs51/crtxstack.asm: fixed comment
2891         * src/SDCCglue.c: maxInterrupts defaults to 0,
2892           (emitMaps): added pdata,
2893           (createInterruptVect): (re)moved default,
2894           (glue): added pdata,
2895           (glue): moved __start__xstack to XSTK with default size 1
2896         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2897           and options.float_rent when options.stackAuto is set,
2898           (linkEdit): only write XDATA_NAME if provided on command line
2899         * src/SDCCmem.h,
2900         * src/SDCCmem.c: added pdata
2901         * src/port.h: added pdata_name to PORT
2902         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2903           (saveRegisters, unsaveRegisters): removed usage of B,
2904           (genMinus): fixed accumulator clash,
2905           (genJumpTab): added comment, this needs another look
2906         * src/mcs51/gen.c: added check for "B in use" paranoia,
2907           added pushB() and popB()
2908         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2909           chance
2910         * src/avr/main.c,
2911         * src/ds390/main.c,
2912         * src/hc08/main.c,
2913         * src/mcs51/main.c,
2914         * src/pic/main.c,
2915         * src/pic16/main.c,
2916         * src/xa51/main.c,
2917         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2918           added PSEG (PAG,XDATA) or NULL to port specifier
2919         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2920         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2921           (_mcs51_genInitStartup): removed __start__xstack equ,
2922           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2923         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2924         * src/z80/gen.c (_rleAppend): fixed warnings
2925         * support/regression/tests/zeropad.c: added pdata test
2926         * .version: bumped to 2.4.6
2927
2928 2004-10-17 Borut Razem <borut.razem AT siol.net>
2929
2930         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2931         as a part of nightly build
2932
2933 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2934
2935         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2936         WREG holds the first byte function parameters,
2937         * (aopForSym): take special case for symbols which are in FARSPACE
2938         but in CODESPACE too,
2939         * (assignResultValue): modified to take into account _G.useWreg,
2940         * (genCall): don't use wreg for parameter passing when function is
2941         declared as reentrant, too, added optimization INCF to stack
2942         pointer when stack parameter count is 1,
2943         * (genFunction, genEndFunction): refurnished and fixed to not using
2944         wreg for passing parameters when function has varargs or is
2945         reentrant, fixed bug with symbol name compare for generating
2946         functions in absolute address,
2947         * (pic16_storeForReturn): refurnished,
2948         * (genCmp): began writing a new version of the function, not ready
2949         yet, therefore it is disabled,
2950         * (genAssign): do not read code memory when assigning a function to
2951         a pointer function,
2952         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2953         array of characters, not pointer,
2954         * (pic16initialComments): in debug mode emit an .ident directive for
2955         the assembler,
2956         * (_process_pragma): emit a new warning type (internal to pic16)
2957         when setting stack to default length, emit a similar warning when
2958         placing a function at absolute address and address is not word aligned
2959         * (_pic16_parseOptions): added 'return TRUE' statement,
2960         * (_pic16_linkEdit): if compiling a source, then add the source's
2961         file object, first in the list of objects to link,
2962
2963 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2964
2965         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2966         * src/pic/main.c : removed VC warning.
2967         * src/pic/gen.c : changed comment.
2968
2969 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2970
2971         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2972         reference to a deprecated symbol _GPTRREG was causing failure to
2973         link. Thanks G. M. Gallant for the info.
2974
2975 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2976
2977         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2978         comments for Bugs item #954788.
2979
2980 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2981
2982         * src/pic16/device.c (pic16_dump_gsection,
2983         * pic16_groupRegistersInSection): handle symbols declared to be in
2984         access bank differently,
2985         * src/pic16/gen.c (struct _G): added field resDirect,
2986         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
2987         send values read from stack directly to result and don't allocate
2988         temporary values,
2989         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
2990         same registers,
2991         * (pic16_sameRegsOfs): NEW,
2992         * (freeAsmop): if _G.resDirect is set then do not mark registers as
2993         free because they were not allocated from temporary pool,
2994         * pic16_popRegFromString): workaround to fix a problem with
2995         allocating variables twice or never,
2996         * (genGenPointerGet): using PRODL instead of FSR0H,
2997         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
2998         instead of FSR0H,
2999         * (genAssign): take advantage of the _G.resDirect flag,
3000         * (genCast): around line 11844, use mov2f instead of directly
3001         MOVFF'ing between operands to account for literal values,
3002         * src/pic16/genutils.c: some new debug functions for gpsim have been
3003         added,
3004         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3005         float with integer part only,
3006         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3007         place variables in access bank
3008         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3009         updated sources to reflect recent changes in gen.c
3010
3011 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3012
3013         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3014         sources that searched for headers in installation path, now the
3015         device/include/pic16 is used,
3016         * src/pic16/glue.c (pic16glue),
3017         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3018         .line directives if not in debug mode, this suppresses assembler's
3019         warnings for ignored directives
3020
3021 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3022
3023         * src/port.h: made reset_regparms prototype void parameter explicit.
3024         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3025         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3026         * doc/sdccman.lyx: documented warning disabling and how to use
3027           printf_large to make it print floats.
3028         * device/include/stdbool.h: NEW
3029         * device/lib/_atof.c,
3030         * device/lib/_divuint.c,
3031         * device/lib/_divulong.c,
3032         * device/lib/expf.c,
3033         * device/lib/printf_large.c,
3034         * device/lib/sincosf.c,
3035         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3036         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3037           a completely reentrant lib.
3038
3039 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3040
3041         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3042         * device/include/pic16/stdio.h: fixed bug with colon
3043
3044 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3045
3046         * device/include/pic16/stdio.h,
3047         * device/include/pic16/stdlib.h,
3048         * device/include/pic16/math.h: NEW
3049         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3050         declared as _naked to reduce overhead
3051         * device/lib/Makefile.in (target port-specific-objects-pic16):
3052         changed * to *.* so to ignore the CVS directory,
3053         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3054         stacked variables back in stack,
3055         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3056         corruption
3057
3058 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3059
3060         * .version: bumped version number to 2.4.5
3061         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3062         * support/Util/SDCCerr.c (messages structure): added entry for
3063         W_POSSBUG2
3064
3065         Large cumulative patch for pic16 port and libraries.
3066         * device/include/pic16/sdcc-lib.h,
3067         * device/include/pic16/stdarg.h,
3068         * device/include/asm/pic16/features.h,
3069         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3070         * device/include/pic16/float.h: changes reentrant keyword with
3071         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3072         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3073         updated target build-libraries to include objects from gptr,
3074         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3075         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3076         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3077         all function headings,
3078         * src/SDCCmain.c: added global parameter userIncDirsSet,
3079         * (parseCmdLine): when option -I is encountered add directory to
3080         userIncDirsSet too,
3081         * src/version.awk: added space between control and long,
3082         * src/pic16/NOTES: added some notes for the port,
3083         * src/pic16/gen.c: added prototype for mov2fp function,
3084         * (fReturnpic16[]): properly named return value registers,
3085         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3086         * (aopForSym): added code to handle symbols with onStack flag set,
3087         symbols onStack are allocated PTRSIZE bytes,
3088         * (aopFreeAsmop): handles special case where asmops are stack objects,
3089         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3090         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3091         added argument lock to trace flaws in allocating temporary registers
3092         when developing port,
3093         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3094         * (pic16_popRegFromString): reenabled allocating a direct register
3095         from string,
3096         * (assignResultValue): various beautifications,
3097         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3098         referenced function argument,
3099         * (genIpush): reenabled to allow stacked arguments, handles only
3100         ic->parmPush iCodes,
3101         * (genCall, genPcall): major changes to allow for variable argument
3102         functions, fixed a bug with falsely restoring stack pointer after
3103         returning from call,
3104         * (genFunction): pending code for critical function,
3105         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3106         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3107         * (genNearPointerGet): fixed bug with indirect reading, was always
3108         reading from INDF0
3109         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3110         pointers,
3111         * (genAddrOf): rewrote code to take address of a stacked function parameter
3112         * (genCast): fixed casting to generic pointer type,
3113         * src/pic16/gen.h: added AOP_STA,
3114         * (struct asmop): added field stk,
3115         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3116         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3117         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3118         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3119         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3120         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3121         generic pointers,
3122         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3123         and library paths,
3124         * (pic16_port structure): generic pointer size is set to 3,
3125         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3126         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3127         compiler warning,
3128         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3129         operand is an iTemp,
3130
3131 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3132
3133         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3134         * debugger/mcs51/simi.c: addapt new syntax of s51
3135
3136 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3137
3138         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3139         * src/pic16/pcode.c: commented out some calls to free() in order to
3140         fix bug #989576,
3141
3142 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3143
3144         * src/SDCCicode.h,
3145         * src/SDCCicode.c (isiCodeInFunctionCall),
3146         * src/avr/ralloc.c (selectSpil),
3147         * src/pic/ralloc.c (selectSpil),
3148         * src/pic16/ralloc.c (selectSpil),
3149         * src/ds390/ralloc.c (selectSpil),
3150         * src/hc08/ralloc.c (selectSpil),
3151         * src/xa51/ralloc.c (selectSpil),
3152         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3153         stack in the middle of a function call sequence (fixes bug #1020268)
3154         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3155         costs associated with the minimum switch case.
3156
3157 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3158
3159         * src/SDCC.lex: fixed bug #1030549
3160
3161 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3162
3163         * src/SDCCcse.h (struct cseDef),
3164         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3165         over a function call if the CSE is derived from a symbol whose
3166         address has been taken (fixes bug #1029883)
3167         * support/regression/tests/bug-1029883: a new regression test for
3168         this bug
3169
3170 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3171
3172         * src/hc08/gen.c (emitinline): fixed bug #1029778
3173         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3174         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3175         and starts toward RFE #905167)
3176
3177 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3178
3179         * src/pic16/gen.c (mov2f): New function to move an operand to
3180         another without considering if it is a literal or a register,
3181         * (pic16_sameRegs): don't check if they are both AOP_REG,
3182         * (AccRsh): removed andmask=0 lines,
3183         * (genLeftShift): duplicated to be improved in future versions,
3184         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3185         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3186         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3187         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3188         * (insertBankSwitch): fixed inserting banksel directives algorithm
3189         for instructions that follow a skip instruction, this fixes a report
3190         for broken subtraction code generation,
3191         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3192         iCode is a left op, just in case result and right share the same
3193         registers
3194
3195 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3196
3197         * src/hc08/main.c,
3198         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3199         preservation of HX
3200         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3201         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3202         on 2004-09-12; it was buggy
3203
3204 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3205
3206         * src/SDCCsymt.h: removed RESULT_CHECK
3207         * src/SDCCast.c,
3208         * src/SDCCglue.c,
3209         * src/SDCCval.c,
3210         * src/pic/glue.c,
3211         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3212
3213 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3214
3215         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3216         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3217         configuration values no more rejected by compiler, they are assigned
3218         to configuration registers with a warning message instead,
3219         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3220         the for-loop so last conf register is emitted too,
3221         * (_pic16_initPaths): link library libsdcc.lib by default,
3222         * (_hasNativeMulFor): modified test for multiplication according to
3223         Raphael Neider's remarks. Integer multiplication is also done with
3224         support functions,
3225         * device/include/pic16/pic18fregs.h: corrected type error in while
3226         testing and including 18f6720 header file
3227
3228 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3229
3230         * src/pic16/device.h (pic16_options): removed field use_crt,
3231         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3232         until an optimization to handle single bits is added,
3233         * (pic16_loadFSR0): moved before genUnpackBits,
3234         * (genAnd): some white lines removed,
3235         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3236         leave_reset flags in pic16_options when using crt modules,
3237
3238 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3239
3240         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3241           for bugs 898889 & 979599. Also used some safer print instructions.
3242
3243 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3244
3245         * src/pic16/device.h (pic16_options_t): added field use_crt,
3246         crt_name, no_crt,
3247         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3248         catch a probable future bug,
3249         * src/pic16/gen.c: aopIdx function commented out,
3250         * (genAssign): commented out old code which used aopIdx,
3251         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3252         code, added if conditionals to take into account the --use-crt
3253         command line options,
3254         * src/pic16/main.c (pic16_optionsTable): added new command line
3255         options, --use-crt= and --no-crt,
3256         * (_pic16_linkEdit): now the proper crt object is added in the
3257         linker command line except than when --no-crt is specified,
3258         * src/pic16/pcode.c,
3259         * src/pic16/pcode.h: added some structures and functions for a new
3260         optimization scheme to compansate for instruction overhead between
3261         same iCodes, this scheme is currently under development and is not
3262         working in any way,
3263         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3264         to && operator,
3265         * device/lib/pic16/startup/crt0i.c,
3266         * device/lib/pic16/startup/crt0iz.c: added global char variable
3267         __uflags to force the generation of an idata section
3268
3269 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3270
3271         * doc/Makefile,
3272         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3273         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3274
3275 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3276
3277         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3278         Frieder) and clarified the default code optimization mode
3279
3280 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3281
3282         * src/SDCC.lex (doPragma, process_pragma),
3283         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3284         "opt_code_size", and "opt_code_balanced"
3285         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3286         regrouped options by category, added support for category headers
3287         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3288         and "--opt-code-size"
3289         * doc/sdccman.lyx: documented these new options and pragmas
3290         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3291         preference into account
3292
3293 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3294
3295         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3296           geniCodePreDec): Fixed bug 904237 by generating a warning
3297         * src/SDCCerr.h,
3298         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3299
3300 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3301
3302         * src/pic/device.c : When no max ram set validate full memory range.
3303         * src/pic/pcode.c,
3304         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3305
3306 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3307
3308         * device/lib/_gptrget.c,
3309         * device/lib/_gptrput.c: updated comment
3310         * device/lib/calloc.c,
3311         * device/lib/free.c,
3312         * device/lib/malloc.c,
3313         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3314         * src/SDCCcse.c (cseBBlock),
3315         * src/SDCCicode.c (printOperand, geniCodeArray),
3316         * src/SDCCicode.h (struct operand): fixed bug 868103
3317         * support/regression/tests/bug-868103.c: added
3318         * src/SDCCast.c (searchLitOp),
3319         * src/SDCCcse.h (struct cseDef),
3320         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3321         * src/SDCCicode.h (struct operand),
3322         * src/SDCCsymt.h (struct sym_link),
3323         * src/avr/gen.c (hasInc),
3324         * src/ds390/gen.c (hasInc),
3325         * src/hc08/gen.c (genPlusIncr, hasInc),
3326         * src/mcs51/gen.c (hasInc),
3327         * src/pic16/glue.c (pic16_printIvalChar),
3328         * src/pic16/ralloc.c (regWithIdx),
3329         * src/xa51/gen.c (hasInc) : removed warnings
3330         * src/SDCCast.c (createBlock): added comment ???
3331         * src/hc08/ralloc.c: updated comments
3332
3333 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3334
3335         * doc/sdccman.lyx: updated section on switch statements, added
3336         section about semaphore locking
3337         * doc/Makefile: added option -info for latex2html
3338         * device/lib/_gptrget.c,
3339         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3340
3341 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3342
3343         * src/pic/device.h,
3344         * src/pic/device.c,
3345         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3346          maxram is less than 0x100.
3347
3348 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3349
3350         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3351
3352 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3353
3354         * src/port.h,
3355         * src/mcs51/main.c,
3356         * src/ds390/main.c,
3357         * src/z80/main.c,
3358         * src/hc08/main.c,
3359         * src/pic/main.c,
3360         * src/pic16/main.c,
3361         * src/avr/main.c,
3362         * src/xa51/main.c
3363         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3364         a jump table is the best form for a switch statement, including
3365         automatic insertion of missing cases to make the case range
3366         continuous. Developed in collaboration with Frieder Ferlemann.
3367
3368 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3369
3370         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3371         accumulator result if it needs sign extension
3372
3373 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3374
3375         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3376
3377 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3378
3379         * device/lib/gbz80/printf.c,
3380         * device/lib/z80/printf.c: removed define for NULL
3381
3382 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3383
3384         * as/xa51/xa_link.c,
3385         * device/examples/ds390/ow390/ad26.c,
3386         * device/examples/ds390/ow390/cnt1d.c,
3387         * device/examples/ds390/ow390/counter.c,
3388         * device/examples/ds390/ow390/ds2480.h,
3389         * device/examples/ds390/ow390/ds2480ut.c,
3390         * device/examples/ds390/ow390/findtype.c,
3391         * device/examples/ds390/ow390/gethumd.c,
3392         * device/examples/ds390/ow390/owllu.c,
3393         * device/examples/ds390/ow390/ownetu.c,
3394         * device/examples/ds390/ow390/swt12.c,
3395         * device/examples/ds390/ow390/swtloop.c,
3396         * device/examples/ds390/ow390/temp.c,
3397         * device/examples/ds390/ow390/temp10.c,
3398         * device/examples/ds390/ow390/thermo21.c,
3399         * device/examples/ds390/ow390/tinilnk.c,
3400         * device/examples/ds390/ow390/tstfind.c,
3401         * device/examples/serialcomm/windows/serial.cpp,
3402         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3403         * device/include/reg51.h: fixed line endings for cvs
3404
3405 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3406
3407         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3408         packRegsForAccUse, packRegisters): new accumulator register
3409         packing algorithm
3410         * support/regression/ports/hc08/support.c (_putchar): suppress
3411         warning of unused variable
3412         * src/SDCCicode.c: added SWAP entry to codeTable
3413
3414 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3415
3416         * device/lib/sprintf.c: forgot to add this file before previous commit
3417
3418 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3419
3420         * src/pic16/gen.c (genPackBits): added operand right in function
3421         parameters, load result directly if p_type is POINTER (that is
3422         called by genNearPointerSet)
3423         * (genUnPackBits): added operand left in function parameters,
3424         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3425         FSR0 if accessing bitfields,
3426
3427 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3428
3429         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3430           _print_format; updated printf, sprintf, vsprintf
3431         * device/include/asm/default/features.h: corrected comment/define
3432         * device/lib/Makefile.in: added sprintf.c
3433         * device/lib/libsdcc.lib: added sprintf module
3434         * device/lib/printf_large.c,
3435         * device/lib/vprintf.c,
3436         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3437           into these 3 files
3438         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3439         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3440         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3441           hc08 test
3442         * support/regression/tests/zeropad.c: define idata as data for hc08
3443
3444 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3445
3446         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3447         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3448         labels are referenced at least once (even if a reference is not found)
3449         * src/hc08/gen.c (emitcode): set isComment flag for comments
3450         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3451         loads), rules 6a..6b (optimize jumps to return)
3452
3453 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3454
3455         * device/lib/acosf.c (acosf),
3456         * device/lib/asinf.c (asinf),
3457         * device/lib/atanf.c (atanf),
3458         * device/lib/ceilf.c (ceilf),
3459         * device/lib/cosf.c (cosf),
3460         * device/lib/coshf.c (coshf),
3461         * device/lib/cotf.c (cotf),
3462         * device/lib/fabsf.c (fabsf),
3463         * device/lib/floorf.c (floorf),
3464         * device/lib/log10f.c (log10f),
3465         * device/lib/logf.c (logf),
3466         * device/lib/sinf.c (sinf),
3467         * device/lib/sinhf.c (sinhf),
3468         * device/lib/sqrtf.c (sqrtf),
3469         * device/lib/tanf.c (tanf),
3470         * device/lib/tanhf.c (tanhf),
3471         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3472         replaced all instances of "reentrant" in the library functions
3473         defined in math.h with this macro.
3474         * support/regression/tests/float_trans.c: reenabled test for hc08
3475
3476 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3477
3478         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3479         erroneously deleted
3480
3481 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3482
3483         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3484         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3485         multi-byte volatile operands are used
3486         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3487         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3488         initialization to area GSINIT0 so that it would always precede
3489         any static initializers in GSINIT
3490         * support/regression/tests/zeropad.c: fixed idata define for hc08
3491         * support/regression/tests/bug-927659.c,
3492         * support/regression/tests/float_trans.c: disabled tests for hc08
3493         pending missing library routines
3494         * .version: increased version number to 2.4.4 - hc08 port now passes
3495         regression tests
3496
3497
3498 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3499
3500         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3501         * Makefile.common.in,
3502         * as/Makefile,
3503         * as/hc08/Makefile.in,
3504         * as/mcs51/Makefile.in,
3505         * as/z80/Makefile.in,
3506         * debugger/mcs51/Makefile.in,
3507         * device/include/Makefile.in,
3508         * device/lib/Makefile.in,
3509         * doc/Makefile,
3510         * link/Makefile,
3511         * link/z80/Makefile.in,
3512         * packihx/Makefile.in,
3513         * sim/ucsim/main_in.mk,
3514         * sim/ucsim/avr.src/Makefile.in,
3515         * sim/ucsim/doc/Makefile.in,
3516         * sim/ucsim/gui.src/serio.src/Makefile.in,
3517         * sim/ucsim/hc08.src/Makefile.in,
3518         * sim/ucsim/s51.src/Makefile.in,
3519         * sim/ucsim/xa.src/Makefile.in,
3520         * sim/ucsim/z80.src/Makefile.in,
3521         * src/Makefile.in,
3522         * support/cpp2/Makefile.in,
3523         * support/librarian/Makefile,
3524         * support/makebin/Makefile: added DESTDIR to the install path proposed
3525         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3526         * doc/sdccman.lyx: added DESTDIR documentation
3527
3528 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3529
3530         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3531         instruction for interrupt handlers, use fast returns when returning
3532         from high priority interrupts
3533
3534 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3535
3536         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3537         code generation
3538         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3539         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3540         bugs, ported much of Bernhard's code from mcs51
3541         * src/mcs51/gen.c (genSend),
3542         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3543         than one when calling a reentrant function
3544         * device/lib/_mullong.c: defined an alternate struct layout for big
3545         endian ports (hc08)
3546
3547 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3548
3549         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3550         test
3551
3552 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3553
3554         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3555         are sane and complete before asking the port its prefered parameter
3556         passing method (fixes bug #1017633)
3557         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3558         and _ret3
3559
3560 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3561
3562         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3563         problem in bitfields >= 8 bits.
3564
3565 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3566
3567         * src/SDCCsymt.c: undid changes that were not meant to be committed
3568
3569 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3570
3571         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3572
3573 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3574
3575         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3576           copied and wrong bit got inverted
3577
3578 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3579
3580         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3581         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3582         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3583         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3584         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3585         assignments to bitfields at known addresses
3586         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3587         reads from bitfields at known addresses
3588         * src/hc08/ralloc.c (packRegisters),
3589         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3590         genhc08Code): optimize pointer get values used as conditionals
3591         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3592         and branch
3593
3594 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3595
3596         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3597         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3598         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3599         as conditionals
3600
3601 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3602
3603         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3604
3605 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3606
3607         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3608         related problems
3609
3610 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3611
3612         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3613
3614 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3615
3616         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3617         mcs51 port
3618
3619 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3620
3621         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3622
3623 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3624
3625         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3626         cases use more compact code.
3627
3628 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3629
3630         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3631
3632 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3633
3634         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3635
3636 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3637
3638         * src/SDCCsymt.h,
3639         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3640         parameter of changePointer() from symbol* to sym_link*
3641         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3642         * src/SDCCsymt.c (compareType): void* type is castable to other
3643         pointers, but not necesarily an exact match.
3644         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3645         is no longer blindly treated as an exact match.
3646         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3647
3648 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3649
3650         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3651
3652 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3653
3654         * src/pic/gen.c,
3655         * src/pic/pcode.c,
3656         * src/pic/ralloc.h,
3657         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3658
3659 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3660
3661         * src/pic/device.c,
3662         * src/pic/device.h,
3663         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3664
3665 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3666
3667         * src/mcs51/gen.c (emitcode): fixed bug #992819
3668
3669 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3670
3671         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3672           there's no need to make it worse
3673
3674 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3675
3676         * src/mcs51/ralloc.c (deassignLR),
3677         * src/ds390/ralloc.c (deassignLR),
3678         * src/hc08/ralloc.c (deassignLR),
3679         * src/z80/ralloc.c (deassignLR),
3680         * src/pic/ralloc.c (deassignLR),
3681         * src/pic16/ralloc.c (deassignLR),
3682         * src/avr/ralloc.c (deassignLR),
3683         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3684         rlivePoint): fixed another part of bug #971834
3685
3686 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3687
3688         * src/z80/main.c: enabled "critical" keyword
3689         * src/z80/mappings.i,
3690         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3691         functions (fixes bug #979646)
3692         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3693
3694 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3695
3696         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3697           such as c:\mydir.
3698
3699 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3700
3701         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3702           doesn't disable too much optimizations
3703
3704 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3705
3706         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3707
3708 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3709
3710         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3711
3712 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3713
3714         * src/pic/gen.c tidied up tabs
3715         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3716         * src/pic/main.c tidied up tabs
3717         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3718         * src/pic/pcoderegs.c tidied up tabs
3719         * src/pic/ralloc.c tidied up tabs
3720
3721 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3722
3723         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3724         to S_FIXED for pic16 port and when symbol is not in level 0,
3725         allocate for S_REGISTER storage class and pic16 port, too,
3726         * src/pic16/device.h: prototype for checkSym,
3727         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3728         * (pic16_assignConfigWordValue): test the value and the mask to
3729         validate that the value is suitable for the configuration word,
3730         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3731         collect extern declared symbols, don't emit symbol twice, check
3732         first if symbol is in publics set first,
3733         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3734         * added command line '--fstack' which enables an experimental
3735         feature for stack access, too buggy to be used yet...
3736         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3737         * (pic16_allocDirReg): when register has storage class S_REGISTER
3738         allocate in pic16_dynAccessRegs,
3739         * device/include/pic16/pic18f????.h: modified configuration word
3740         naming convention, words started as CONFIG0H but should be CONFIG1H
3741
3742 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3743
3744         * device/include/mcs51reg.h: fixed bug 970993
3745
3746 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3747
3748         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3749         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3750         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3751         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3752         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3753         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3754           error/warning numbers,
3755           added function setWarningDisabled()
3756         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3757         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3758           _memcmp.c _memmove.c calloc.c realloc.c free.c
3759         * support/regression/tests/malloc.c: added tests for new functionality
3760         * support/regression/tests/zeropad.c: added tests for truncated initializers
3761           and initialized char arrays starting with '\x0'
3762         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3763
3764 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3765
3766         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3767
3768 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3769
3770         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3771         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3772         peephole 177.e. Thanks to anonymous
3773
3774 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3775
3776         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3777         function isn't used in the source but referenced as a
3778         variable initializer then declare it as extern in .asm file
3779
3780 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3781
3782         * .version: increased version number to 2.4.3
3783
3784         Adding version extension according to ChangeLog CVS revision
3785         * src/Makefile.in (target all): added dependency 'version.h'
3786         * (rule version.h): added rule to create version.h from ChangeLog,
3787         * (rule dep): added dependency version.h,
3788         * src/version.awk: AWK script to create version.h
3789         * src/SDCCdwarf2.c (dwWriteModule),
3790         * src/SDCCglue.c (initialComments),
3791         * src/SDCCmain.c (printVersionInfo): modified to write after
3792         version string the version extension number,
3793         * src/SDCCutil.c: included "version.h"
3794         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3795         number,
3796         * src/SDCCutil.h: added prototype for getBuildNumber
3797
3798         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3799         includeDirsSet, too,
3800         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3801         const char [] is found in function prototype...
3802
3803         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3804         moving to WREG with source is already in WREG,
3805         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3806         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3807         * (aopForSym): stack'ed symbols are partially supported, added
3808         if-clause to support symbols in FARSPACE,
3809         * (sameRegs): added test for AOP_ACC to see if registers are same,
3810         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3811         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3812         * (pic16_popRegFromString): will not allocate a new register if it
3813         doesn't find one by name, bug may have introduced...
3814         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3815         * (genIpush): revived to use pic16 port's stack,
3816         * (genAddrOf): added incomplete case for stack'ed operand,
3817         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3818         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3819         can handle multibyte operands,
3820         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3821         * (pic16initialComments): added message for MPLAB compatibility
3822         mode enabled,
3823         * src/pic16/main.h: prototype for pic16_mplab_comp,
3824         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3825         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3826         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3827         because of increased complexity of procedure,
3828         * (_process_pragma): stack pragma changed to format 'stack pos len',
3829         emit symbol '_stack_end' to conform with gplink,
3830         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3831         to search for register,
3832         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3833         PO_GPR_REGISTER,
3834         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3835         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3836         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3837         case for PO_GPR_REGISTER,
3838         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3839         dies, the new era is ahead !...
3840         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3841         pic16_dynInternalRegs,
3842         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3843         * (pic16_allocDirReg): minor optimizations and bug fixes,
3844         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3845
3846         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3847         load stack and frame pointer with address of 'stack_end' symbol
3848
3849 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3850
3851         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3852         without source code but only variable initializers
3853
3854 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3855
3856         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3857         external are not declared as extern to reduce overhead while linking
3858
3859 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3860
3861         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3862
3863 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3864
3865         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3866           Yee Keat for the patch
3867         * src/SDCCast.c (decorateType): fixed bug #979599
3868         * src/ds390/gen.h: removed local fReturnSizeDS390
3869         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3870         * src/ds390/gen.c (genAnd, genOr, genXor),
3871         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3872
3873 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3874
3875         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3876         add relFilesSet to $3, manipulate $2 to handle linking of object
3877         files without source files in command line,
3878         * device/include/pic16 (all headers): added ID location macros,
3879         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3880         entries for ID location bytes,
3881         * (pic16_assignIdByteValue): NEW,
3882         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3883         added field dumpcalltree to pic16_options_t,
3884         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3885         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3886         emitting rFalseIfx label after check_carry label,
3887         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3888         pic16_emitDIRegs), NEW
3889         * (pic16glue): dump .calltree file when option --calltree found,
3890         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3891         * (_pic16_genAssemblerPreamble): emit ID locations after
3892         configuration registers,
3893         * (pic16_linkCmd): modifications of the link command,
3894         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3895         * (pic16_pCodeInitRegisters): don't init stack registers,
3896         * (pic16_findPrevInstruction): fixed bug,
3897         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3898         bug with immediate registers,
3899         * (buildCallTree): traces stack push and pop,
3900         * (pct2): dump also stack usage for each function,
3901         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3902         * (pic16_allocDirReg): various modifications,
3903         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3904         fixed to 1,
3905
3906 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3907
3908         * src/pic16/pcode.c: removed buggy double colon
3909
3910 2004-07-01 Borut Razem <borut.razem AT siol.net>
3911
3912         * support/scripts/sdcc.nsi: added include/pic16 to setup
3913
3914 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3915
3916         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3917         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3918         target 'clean',
3919         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3920         specific command line arguments. Also added sample lkr script
3921         for placing a variable at a specific memory bank.
3922         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3923         at a specific memory bank,
3924         * (pic16_dump_isection): fixed bug which caused string literals to
3925         be omitted when dumping idata section,
3926         * (pic16_groupRegistersInSection): added code to handle registers
3927         in specific memory banks,
3928         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3929         public, all references are renamed too,
3930         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3931         AOP_DPTR2,
3932         * (pic16_storeForReturn): added case to handle when dest is WREG,
3933         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3934         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3935         pic16_rel_udata, check to see if that register is marked as being
3936         a member of a specific memory bank,
3937         * (pic16_printIvalCharPtr): added code to add string literals either
3938         to code or the idata sections,
3939         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3940         also accept the 'udata' pragma,
3941         * src/pic16/main.h: new structure types sectName and sectSym
3942         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3943         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3944         * (pic16_findPrevInstruction): fixed, it returned nothing,
3945         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3946         instruction combinations,
3947         * (pic16_FixRegisterBanking): heavily reorganised,
3948         * (pic16_AnalyzeBanking): if generating banksel directives is
3949         disabled, then don't call FixRegisterBanking at all,
3950         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3951         completely removed,
3952         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3953
3954 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3955
3956         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3957         Phuah Yee Keat <yk.phuah AT nestac.com>
3958
3959 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3960
3961         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3962         correctly the IVT even if it is relocated to some other location
3963
3964 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3965
3966         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3967         * device/include/pic16/pic18f2220.h: NEW,
3968         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3969         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3970         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3971         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3972         nodefaultlibs, ivt_loc is the location of the interrupt vector
3973         table, and nodefaultlibs signs that default libraries should not be
3974         linked in link stage,
3975         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3976         according to --ivt-loc argument,
3977         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3978         when pragma stack is found,
3979
3980 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3981
3982         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3983         256 (range check), 257 (do while), 258.a-f (bit banging
3984         f.e. on 3-wire SPI bus)
3985
3986 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3987
3988         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
3989         variables used exclusively within a loop
3990
3991 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
3992
3993         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
3994
3995 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3996
3997         * src/SDCClrange.c (computeClash): fixed bug #971834
3998
3999 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4000
4001         * src/mcs51/gen.c (genCmp): fixed bug #975903
4002         * src/hc08/gen.c (operandsEqu),
4003         * src/ds390/gen.c (operandsEqu),
4004         * src/z80/gen.c (operandsEqu),
4005         * src/pic/gen.c (operandsEqu),
4006         * src/pic16/gen.c (operandsEqu),
4007         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4008         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4009
4010 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4011
4012         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4013
4014 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4015
4016         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4017         default case in switch statement,
4018         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4019         to eliminate problem with initialisation of pointers, but problem
4020         still exists,
4021         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4022         * (emitStaticSegment): removed various lines emitting debug info,
4023         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4024         added processor registers for utilizing EEPROM,
4025         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4026         configurable and set 8
4027
4028 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4029
4030         * .version: increased version number to 2.4.2,
4031
4032         Cumulative patch for pic16 port
4033         * src/pic16/device.c: changed scheme to dump initial values for
4034         variables in idata segment, all print_idata* functions were removed,
4035         now the pic16_printIval* will be called,
4036         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4037         * _pic16_printPointerType, pic16_printPointerType,
4038         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4039         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4040         NEW, similar to the respective functions in SDCCglue.c,
4041         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4042         way, emitting hex bytes,
4043         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4044
4045 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4046
4047         * src/avr/ralloc.c (serialRegAssign),
4048         * src/xa51/ralloc.c (serialRegAssign),
4049         * src/pic/ralloc.c (serialRegAssign),
4050         * src/pic16/ralloc.c (serialRegAssign),
4051         * src/hc08/ralloc.c (serialRegAssign),
4052         * src/z80/ralloc.c (serialRegAssign),
4053         * src/ds390/ralloc.c (serialRegAssign),
4054         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4055
4056 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4057
4058         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4059         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4060
4061 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4062
4063         Cumulative patch for pic16 port:
4064         * src/pic16/device.h (typedef PIC16_device) modified fields for
4065         defining microcontrollers,
4066         * src/pic16/device.c: added new info for all devices in Pics16 array,
4067         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4068         to be optimised out by the pCode optimiser,
4069         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4070         specially, bug reported by G.M. Gallant,
4071         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4072         as force'd so that cannot be optimised out by pCode optimiser,
4073         * src/pic16/pcode.c,
4074         * src/pic16/pcodepeeph.c,
4075         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4076         they are disabled by default, but can be enabled explicit with
4077         command argument --denable-peeps, for testing,
4078         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4079         --pomit-ivt in COMPILE_FLAGS
4080
4081 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4082
4083         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4084           compilation on MSVC
4085
4086 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4087
4088         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4089
4090 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4091
4092         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4093         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4094
4095 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4096
4097         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4098         would only assign 0x300001 register.
4099
4100 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4101
4102         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4103         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4104
4105 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4106
4107         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4108         for ds80c400
4109         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4110         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4111         added peephole 254 (left shift), 255 (jump table)
4112
4113 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4114
4115         * device/lib/Makefile.in: removed comment line with model-pic16,
4116         * (target port-specific-objects-pic16): the libraries and objects
4117         are copied to the build directory form the device/lib/pic16/bin
4118         directory
4119
4120         Cumulative patch concerning pic16 port:
4121         * library directory has been re-organized,
4122         * added support for PIC18F1220,
4123         * added headers and library sources for chips 18f1220,18f6520,
4124         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4125
4126         * configuration registers setting has changed, now each supported
4127         device has a complete description of the registers it uses,
4128         * all initialisations are moved to idata sections, these section
4129         can be absolute or relocatable,
4130         * fixed initialisation of codespace variables,
4131         * fixed warning about PCLATU and gpsim,
4132         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4133         * (genAssign): use table reads when assigning from variables in codespace,
4134         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4135         char/int variables placed in codespace,
4136         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4137         registers set in .asm file, no need for --pomit-config-words anymore,
4138         * (pic16glue): some 8051 legacy segments are commented out
4139         (to be removed completely),
4140         * added support for alternative assembler and linker with --asm=
4141         and --link= command line arguments,
4142         * peepholes are disabled automatically in the port, no need to
4143         specify on command line,
4144         * port supports natively char/int/long multiplication, but converts
4145         all divisions to support functions,
4146         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4147         to the file set in variable $2,
4148         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4149         strings in ASCII format and not in hex,
4150         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4151         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4152         allocate proper register if iCodes aren't temporary,
4153
4154 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4155
4156         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4157
4158 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4159
4160         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4161         is commented out
4162
4163 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4164
4165         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4166         computed address is reused
4167         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4168         multi-byte bitfields
4169
4170 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4171
4172         * src/z80/gen.c: (genArrayInit): must check for pointers too
4173
4174 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4175
4176         * support/regression/tests/zeropad.c: never meant to commit the
4177           nestedstruct test: removed, added check for GCC version
4178
4179 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4180
4181         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4182         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4183         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4184           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4185           bugs 928906 and 954082 half-empty initializers
4186         * src/SDCCsymt.h,
4187         * src/SDCCsymt.c (getAllocSize): added for above fix
4188         * src/z80/gen.c (genArrayInit): fixed bug 741044
4189         * support/regression/tests/zeropad.c: added tests
4190
4191 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4192
4193         * src/pic16/device.c (pic16_dump_section): corrected bug which
4194         caused some symbols of the libraries to be misplaced
4195
4196 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4197
4198         * src/pic16/glue.c,
4199         * src/pic16/ralloc.h,
4200         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4201         to fix conflict with pic port
4202
4203 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4204
4205         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4206         externs configuration variables,
4207         * src/pic16/ralloc.h,
4208         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4209         prototype in header, commented out some debug messages
4210
4211 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4212
4213         * src/pic16/glue.c,
4214         * src/pic16/main.c,
4215         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4216         for gpasm COFF object generation. Thanks to D. Hawkins for
4217         his patch info
4218
4219 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4220
4221         * src/ds390/main.c,
4222         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4223         Brock for spotting this)
4224         * src/ds390/gen.c (genEndFunction),
4225         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4226         interrupt handler and critical. Disable push/pop optimizations when
4227         peephole optimizations disabled.
4228
4229 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4230
4231         Updated pic16 library sources and headers.
4232         * device/lib/pic16/pic18f*/ ,
4233         * device/include/pic16/*.h: modified to handle structured SFR
4234         definitions
4235
4236 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4237
4238         * src/port.h (PORT structure): added hook initPaths, now each
4239         port can declare its own default search paths,
4240         which can been seen with the --print-search-dirs option,
4241         see pic16 port for example,
4242         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4243         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4244         * (doPrintSearchDirs): NEW, replaces in a central manner the
4245         printing of search dirs which was split in set*Paths functions,
4246         * (main): added call to port->initPaths and doPrintSearchDirs,
4247         * src/avr/main.c,
4248         * src/ds390/main.c,
4249         * src/hc08/main.c,
4250         * src/izt/i186.c,
4251         * src/izt/tlcs900h.c,
4252         * src/mcs51/main.c,
4253         * src/pic/main.c,
4254         * src/pic16/main.c: modified port structures to reflect addition of
4255         initPaths hook,
4256
4257         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4258         * (pic16_dump_section): for registers in same address reserve memory once,
4259         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4260         to no_banksel,
4261         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4262         result is greater in size than right or left,
4263         * (pic16_genUMult8X8_8): there are some cases where the result can
4264         be 16 bits size, so handle these,
4265         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4266         * (pic16_outBitC): modified to emit pcodes,
4267         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4268         or not,
4269         * (genDivOneByte): implemented algorithm to divide 8-bits,
4270         * (genCmp): uncommented goto, but issues still exist,
4271         * (genAnd): fixed a bug with variables >8bits,
4272         * (genPackBits): optimization added that uses BCF/BSF to change a
4273         single bit,
4274         * (genAssign): fixed bug when assigning floating point literals,
4275         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4276         __sdcc_gsinit_startup label,
4277         * src/pic16/main.c (_pic16_init): removed search directory
4278         initialisations,
4279         * (_pic16_initPaths): NEW, used to initialise search directories,
4280         * (_hasNativeMulFor): support functions for all except char/int
4281         multiplication, and char division,
4282         * (PIC16_port struct): modified entry for native mul support,
4283         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4284         no_banksel option,
4285         * (buildCallTree): call to register_usage is ifdef'ed out,
4286
4287 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4288
4289         * device/include/string.h: applied Stas Sergeev's patch to make this
4290         header file compatible with the preprocessor -Wundef option
4291         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4292         failure (fixes bug #941458)
4293
4294 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4295
4296         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4297         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4298         that the variable, not the function, should be static
4299         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4300         to be consistent with non-literal case
4301
4302 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4303
4304         * src/SDCCast.c (isConformingBody): fixed bug #949967
4305         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4306         convilong): fixed bug #952086
4307
4308 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4309
4310         * src/SDCCmem.c (allocVariables): fixed bug #955321
4311
4312 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4313
4314         * src/hc08/main.c (_hc08_genAssemblerEnd),
4315         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4316         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4317         completely eliminated the use of a temporary file
4318         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4319         when more than one file linked
4320         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4321
4322 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4323
4324         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4325         which fixes bug #543481
4326         * support/regression/tests/bug-751703.c: fixed comments left from a
4327         cut and paste error
4328         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4329         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4330         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4331         scopes
4332         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4333         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4334         are now changed to underscores in moduleName
4335
4336 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4337
4338         * as/mcs51/lkmem.c: better fix for bug #954173
4339
4340 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4341         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4342
4343         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4344         * device/include/c8051f000.h,
4345         * device/include/c8051f120.h,
4346         * device/include/c8051f300.h,
4347         * device/include/c8051f310.h,
4348         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4349         PWM16) and detab'ed
4350
4351 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4352
4353         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4354         and mailing lists, doc'ed --no-peep-comments, removed reference
4355         to knoppix (newest version has no LyX/LaTeX), other minor changes
4356         * src/SDCCglue.c (glue): save 2 bytes stack space with
4357         option --main-return. The ljmp could probably be avoided too
4358
4359 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4360
4361         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4362
4363 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4364
4365         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4366         * src/SDCCopt.c (isLocalWithoutDef),
4367         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4368         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4369         (credit to Maarten Brock for patch #949363, on which this is based)
4370         * support/regression/tests/bug-751703.c: some test cases of extern used
4371         within inner scopes.
4372
4373 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4374
4375         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4376         SPEC_STRUCT
4377         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4378         struct definitions
4379         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4380         dwWriteLabel): fix to create valid debugger symbols even when
4381         the module name has non-alphanumeric symbols in it
4382         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4383         when a variable's allocation has been optimized away
4384
4385
4386 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4387
4388         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4389         * src/hc08/main.c,
4390         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4391         * src/mcs51/main.c,
4392         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4393         * src/ds390/main.c,
4394         * src/z80/gen.c (z80_emitDebuggerSymbol),
4395         * src/z80/main.c,
4396         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4397         * src/pic/main.c,
4398         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4399         * src/pic16/main.c,
4400         * src/avr/gen.c (avr_emitDebuggerSymbol),
4401         * src/avr/main.c,
4402         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4403         * src/xa51/main.c,
4404         * src/SDCCdebug.c (emitDebuggerSymbol),
4405         * src/SDCCdebug.h,
4406         * src/port.h: added a debugger struct to the port struct. Added a
4407         callback for defining debugger symbols
4408
4409         * src/SDCCast.c (createLabel),
4410         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4411         with isitmp = 1
4412         * src/SDCCicode.h,
4413         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4414         iCode back to the ast for the function
4415
4416         * src/hc08/ralloc.c (hc08_assignRegisters),
4417         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4418         unneeded fields from the regs struct.
4419         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4420         pushReg() & pullReg() functions instead of emitcode()
4421
4422         * src/hc08/gen.c (genLabel, genhc08Code),
4423         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4424
4425         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4426         debugger hooks
4427
4428         * src/hc08/gen.c (genEndFunction, genhc08Code),
4429         * src/hc08/gen.h,
4430         * src/mcs51/gen.c (genEndFunction, gen51Code),
4431         * src/mcs51/gen.h,
4432         * src/ds390/gen.c (genEndFunction, gen390Code),
4433         * src/ds390/gen.h,
4434         * src/z80/gen.c (genEndFunction, genZ80Code),
4435         * src/z80/gen.h,
4436         * src/z80/z80.h,
4437         * src/pic/gen.c (genEndFunction, genpic14Code),
4438         * src/pic/gen.h,
4439         * src/pic16/gen.c (genEndFunction, genpic16Code),
4440         * src/pic16/gen.h,
4441         * src/avr/gen.c (genEndFunction, genAVRCode),
4442         * src/avr/gen.h,
4443         * src/xa51/gen.c (genEndFunction, genXA51Code),
4444         * src/xa51/gen.h,
4445         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4446         specific code to cdbFile.c and out of the backend code generators
4447
4448         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4449         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4450         starting address is now 0
4451
4452         * as/hc08/asm.h,
4453         * as/hc08/m08pst.c,
4454         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4455         assembler directive for DWARF support
4456         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4457
4458         * src/src.dsp,
4459         * src/Makefile.in,
4460         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4461
4462 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4463
4464         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4465         and inappropriate peephole optimization in jump tables
4466
4467 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4468
4469         * as/hc08/m08pst.c,
4470         * src/SDCCglue.c: sdccopt works for the hc08 port now
4471
4472 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4473
4474         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4475
4476 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4477
4478         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4479
4480 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4481
4482         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4483         rules
4484         * src/SDCCmain.c,
4485         * src/SDCCglobl.h,
4486         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4487         comments from the peephole optimizer replacement rules
4488         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4489         symbols
4490         * src/SDCCcse.c (updateSpillLocation),
4491         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4492         equivalents
4493         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4494         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4495         objects far pointers
4496
4497 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4498
4499         * src/SDCCsymt.h: a missing part of my last change
4500         * src/pic/ralloc.c (regTypeNum),
4501         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4502
4503 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4504
4505         * src/SDCCicode.h,
4506         * src/SDCCicode.c (aggrToPtrDclType),
4507         * src/SDCCptropt.h,
4508         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4509         ptrPseudoSymConvert),
4510         * src/pic/ralloc.c (regTypeNum),
4511         * src/pic16/ralloc.c (regTypeNum),
4512         * src/hc08/ralloc.c (regTypeNum),
4513         * src/ds390/ralloc.c (regTypeNum),
4514         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4515         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4516
4517 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4518
4519         * link/z80/lkmain.c (afile),
4520         * as/hc08/lkmain.c (afile),
4521         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4522         prevent a pointer problem when a filename has no directory and
4523         no extension specified.
4524
4525 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4526
4527         * link/z80/lkmain.c (afile): allow periods in directory names
4528         * link/z80/lkmain.c (afile),
4529         * as/mcs51/lkmain.c (afile),
4530         * as/hc08/lkmain.c (afile): allow linker script file to have an
4531         extension other than ".lnk"
4532         * link/z80/lklex.c (getfid),
4533         * link/z80/lkmain.c (parse),
4534         * as/mcs51/lklex.c (getfid),
4535         * as/mcs51/lkmain.c (parse),
4536         * as/hc08/lklex.c (getfid),
4537         * as/hc08/lkmain.c (parse): Support comments in the linker script
4538         file on lines by themselves and after filenames
4539
4540 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4541
4542         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4543
4544 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4545
4546         * src/z80/peeph-z80.def: removed some peephole rules that don't
4547         work with multibyte arithmetic (fixed bug #937126)
4548         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4549         to registers and not global variables
4550         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4551         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4552         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4553         checking for assignments not internally generated (fixed bug #931895)
4554         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4555         structure member (fixed bug #930072)
4556
4557 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4558
4559         * src/SDCCmain.c (linkEdit),
4560         * src/hc08/main.c (_hc08_parseOptions),
4561         * as/hc08/Makefile.in,
4562         * as/hc08/aslink.h,
4563         * as/hc08/asm.h,
4564         * as/hc08/m08pst.c,
4565         * as/hc08/lkrloc.c (relr, rele),
4566         * as/hc08/lkarea.c (lnkarea)
4567         * as/hc08/lkmain.c (afile, parse),
4568         * as/hc08/lkelf.c: support for ELF output
4569         * as/hc08/lks19.c (s19),
4570         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4571
4572 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4573
4574         * as/mcs51/lkihx.c: Fixed bug #899105.
4575
4576 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4577
4578         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4579         .dsp files from Unix to DOS.
4580
4581 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4582
4583         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4584         function pointers; we have been compliant for several months now.
4585         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4586         change that was accidently commented out
4587         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4588         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4589         bug #922319
4590
4591 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4592
4593         * src/hc08/gen.c: output of all of the internal debugging information
4594         is now controlled by the D() macro; it is disabled by default
4595
4596 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4597
4598         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4599         harder to keep the same registers during a CAST iCode
4600         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4601         long via int can be done in a single cast, if the signedness is
4602         correct.
4603         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4604         putchar() in tinibios.c in ds390's library
4605
4606 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4607
4608         * src/SDCCast.c (decorateType): fixed bug #898889,
4609         cast result of a literal complement too
4610         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4611         fixed check for bitfields
4612
4613 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4614
4615         * src/SDCCicode.c (geniCodeLogic): made it static,
4616         (geniCodeLogicAndOr): added in order to fix bug #905492,
4617         (ast2iCode): fixed bug #905492
4618         * support/regression/tests/bug-905492.c: added
4619         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4620         (processParms): fixed bug #927659: don't copy parms, this will clear
4621         decorated flag
4622         * support/regression/tests/bug-927659.c: added
4623
4624 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4625
4626         * src/SDCCast.c (addCast): don't cast float to char
4627         * device/lib/libsdcc.lib: added _memmove
4628
4629 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4630
4631         * device/lib/large/Makefile: fixed parallel execution by
4632         replacing `make` by `$(MAKE)`
4633
4634 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4635
4636         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4637         offsets (fixes bug #923936)
4638
4639 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4640
4641         * device/lib/small/Makefile: fixed parallel execution by
4642         replacing `make` by `$(MAKE)`
4643
4644 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4645
4646         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4647
4648 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4649
4650         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4651         * src/regression/Makefile: Regression test was not running.
4652
4653 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4654
4655         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4656         complement if possible
4657         * src/SDCCval.c (valComplement),
4658         * src/SDCCicode.c (operandOperation): fixed complement of literal
4659         * support/regression/tests/onebyte.c (testComplement): added
4660
4661 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4662
4663         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4664         return an optimized tree; actually replace actParm with the new tree
4665         * src/SDCCast.h: added some parantheses to remove side effects
4666         * support/regression/tests/bug-920866.c
4667
4668 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4669         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4670         Bit operands were not being handled properly in the pic14 port.
4671         (now src/regression/add.c passes again).
4672
4673 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4674
4675         * src/SDCC.y (labeled_statement): case and default no longer require
4676         a following statement (RFE #893037)
4677
4678 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4679
4680         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4681         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4682         disabled (fixes bug #916294)
4683         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4684         "mov a,acc"; patch provided by Lenny Story
4685         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4686
4687 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4688
4689         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4690         functions
4691         * src/ds390/gen.c (genFunction, genEndFunction),
4692         * src/ds390/ralloc.c (ds390_assignRegisters),
4693         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4694         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4695         pushed if there are parameters passed on the stack. Also, a cleaner
4696         way to decide if r0/r1 should be pushed/popped. (Together they fix
4697         bug #918693)
4698
4699 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4700
4701         * doc/sdccman.lyx,
4702         * device/lib/mcs51/crtpagesfr.asm,
4703         * device/lib/mcs51/crtxinit.asm,
4704         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4705         to avoid confusion with Si Lab's SFRPAGE register.
4706
4707 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4708
4709         * src/SDCCglue.c (emitMaps): allow public sfr variables
4710         * src/SDCCglue.c (initialComments): include compiler build date
4711         with compiler version and put the timestamp of the generated
4712         assembly file on a serperate line to be less confusing.
4713         * src/port.h: added genInitStartup hook
4714         * src/avr/main.c,
4715         * src/ds390/main.c,
4716         * src/hc08/main.c,
4717         * src/pic/main.c,
4718         * src/pic16/main.c,
4719         * src/xa51/main.c,
4720         * src/z80/main.c: genInitStartup initialize as NULL (default to
4721         historical behaviour)
4722         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4723         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4724         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4725         library instead of hard coding it into the compiler.
4726         * support/regression/ports/mcs51-stack-auto/spec.mk,
4727         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4728         * device/lib/mcs51/Makefile,
4729         * device/lib/small/Makefile,
4730         * device/lib/large/Makefile,
4731         * device/lib/mcs51/crtpagesfr.asm,
4732         * device/lib/mcs51/crtstart.asm,
4733         * device/lib/mcs51/crtxclear.asm,
4734         * device/lib/mcs51/crtxinit.asm,
4735         * device/lib/mcs51/crtclear.asm,
4736         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4737         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4738         and into user configurable files.
4739         * device/lib/clean.mk: clean mcs51 directory too
4740         * support/regression/tests/longlit.c: added static to T1 declaration
4741         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4742         accesses in the initialization code
4743
4744 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4745
4746         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4747         OSCTRIMVAL as noted in bug #916008
4748
4749 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4750
4751         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4752         in loops with multiple exits (reported as incorrect registers
4753         used by Martin Helmling in Sdcc-user list)
4754
4755 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4756
4757         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4758         made ds390 register extensions look less like error messages
4759
4760 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4761
4762         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4763         reported by Adam Wozniak in Sdcc-user list
4764
4765 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4766
4767         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4768         arithmetic optimizations, added debug output
4769
4770 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4771
4772         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4773         * sdcc.spec: updated and split sdcc into 3 rpms
4774         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4775         needed for literals of LEFT_OP and '+'
4776         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4777         introduced RESULT_TYPE_NOPROM
4778         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4779         left shift
4780         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4781         limited promotion to int only for '*'
4782         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4783
4784 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4785
4786         * src/pic16/gen.c (genSkip),
4787         (genc16bit2lit), (gencjneshort): commented out
4788         (is_LitOp): new helper function, checks operand type
4789         (genCmpEq): rewritten
4790
4791 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4792
4793         * support/regression/tests/bug-908454.c: added
4794
4795 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4796
4797         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4798         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4799         (geniCodeCast): cosmetic, don't preserve bit storage class
4800         (geniCodeLeftShift): added promotion
4801         (geniCodeLogic): fixed regression
4802         * src/SDCCsymt.c (computeTypeOr): accept bits too
4803         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4804
4805 2004-03-07  Borut Razem <borut.razem AT siol.net>
4806
4807         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4808
4809 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4810
4811         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4812         version of pic16_genPackRegisters which does not check if ic is a
4813         CAST operator,
4814         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4815         function cause string1.c regression test fails
4816
4817 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4818
4819         * sim/ucsim/configure.in,
4820         * sim/ucsim/configure,
4821         * sim/ucsim/doc/Makefile.in: use docdir
4822         * src/SDCC.y: fixed sbit atrributes
4823         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4824         * src/SDCCast.c (decorateType): |^& need special promotion handling
4825         * src/SDCCast.h,
4826         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4827         * src/SDCCsymt.h (computeType),
4828         * src/SDCCicode.c: computeType() needs op
4829         * src/SDCCsymt.c (checkTypeSanity),
4830         * doc/sddman.lyx: "plain" bitfields are unsigned
4831         * src/SDCCsymt.c (computeTypeOr): added
4832         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4833         |^& ops
4834         * src/SDCCval.c (val*): computeType() needs op
4835         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4836         * support/regression/tests/onebyte.c: added tests for |^&
4837
4838 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4839
4840         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4841         for writing icode into asm output.
4842
4843 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4844
4845         * src/pic16/device.c: added some debug lines enabled
4846         with macro DEBUG_CHECK,
4847         * src/pic16/genarith.c: more debug in genPlus,
4848         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4849         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4850         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4851         * (aopForSym): onStack symbols are re-placed in data memspace,
4852         and onStack flag is cleared,
4853         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4854         copy temporary pcodeop,
4855         * (genPcall): added warning for not updating PCLATU,
4856         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4857         always true for pic16 port,
4858         * (genMultOneWord): NEW, supports integer multiplication,
4859         * (genMult): modified to call genMultOneWord,
4860         * (ifxForOp): added warning when return NULL,
4861         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4862         flag is set before call to operandFromSymbol for implicit
4863         added structures,
4864         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4865         options.intlong_rent are set by default,
4866         * (_hasNativeMulFor): modified to allow port generation of integer
4867         multiplication,
4868         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4869         set regtype to REG_SFR for all registers, restricting seting the
4870         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4871
4872 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4873
4874         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4875         more than 500 times in the regression tests
4876
4877 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4878
4879         * support/Util/SDCCerr.h,
4880         * support/Util/SDCCerr.c,
4881         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4882         enumerator_list),
4883         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4884         for symbol conflicts.
4885         * support/valdiags/tests/enum.c,
4886         * support/valdiags/tests/tentdecl.c,
4887         * support/valdiags/tests/struct.c: expect possible error messages
4888         referring to original symbol definitions.
4889         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4890         * src/SDCCsymt.h,
4891         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4892
4893 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4894
4895         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4896
4897 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4898
4899         * src/pic16/ralloc.c (newReg): fixed bug #908929
4900
4901 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4902
4903         * src/ds390/gen.c: added missing #include "main.h"
4904
4905 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4906
4907         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4908         checking if symbol is already in set,
4909         * src/pic16/device.h: prototype for checkAddSym,
4910         * src/pic16/gen.c: (_G): added entry interruptvector,
4911         * (assignResultValue): removed some commented out lines,
4912         * (genFunction): check for ISR via sym->type, absolute section for
4913         interrupt code is created via a new pBlock, the goto instruction is
4914         placed now correctly at the interrupt vector position, changed all
4915         references from ivec to _G.interruptvector,
4916         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4917         is the interrupt is a high priority one, same for return from ISR,
4918         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4919         externs to calls of checkAddSym,
4920         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4921         pic16_pcode_verbose flag is set,
4922         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4923         * src/pic16/pcoderegs.c: message about how many registers are saved
4924         will only be emitted if pic16_pcode_verbose flag is set,
4925
4926 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4927
4928         * src/ds390/ralloc.h,
4929         * src/ds390/ralloc.c (ds390_regWithIdx),
4930         * src/ds390/gen.c (emitcode),
4931         * src/ds390/main.h,
4932         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4933         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4934         ds390operandCompare, getRegsRead, getRegsWritten,
4935         initializeAsmLineNode): customized instruction size calculation for
4936         ds390, started basis for some register optimizations
4937         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4938         corresponding assembly output
4939         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4940         missing push/pop of r0/r1. Optimized push/pops
4941
4942 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4943
4944         * src/mcs51/main.c (instructionSize): fixed ACALL size
4945         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4946
4947 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4948
4949         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4950         the sorting of rlist with NULL elements
4951         * (print_idataType, print_idata): NEW to create idata sections
4952         * src/pic16/device.h: idataSymSet new variable
4953         * src/pic16/gen.c (genFunction): fixed some bugs in string
4954         comparing, improved the absolute section creation for ISRs,
4955         added FSR0L/FSR0H in registers that are saved in an ISR,
4956         * (genInline): fixed the processing of inline snippets,
4957         now they undergo no process by the peephole optimizer
4958         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4959         are placed in idataSymSet,
4960         * (pic16emitStaticSeg): extern symbols are added in externs,
4961         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4962         switching when aboslute variables are placed in access bank memory
4963         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4964         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4965         commented out with #if,
4966         * (pic16_packRegisters): reintroduce the check for CAST because some
4967         symbols are not correctly handled,
4968         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4969         pCodeInstruction instead of pCode,
4970         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4971         pCodeAsmDir definition,
4972         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4973         directive, then the argument directive is emitted without the leading
4974         tab, hack for inline labels which must be in the first column,
4975         * (compareLabel,pic16_findNextInstruction),
4976         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4977         * (insertBankSwitch): modified for the new pCodeAsmDir,
4978
4979 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4980         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4981
4982         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4983         instance,
4984         * (pushSide): commented out with #if,
4985         * (assignResultValue): fixed some typos in saving
4986         registers,
4987         * (genPcall): FIXED and sync'ed with genCall,
4988         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
4989         * (genNearPointerGet): fixed to handle some more cases,
4990         implementation scheme via table reads,
4991         * (genConstPointerGet): modified to access code memory correct,
4992         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
4993         and improved to handle some cases
4994         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
4995         instead of "RETLW" for init data
4996         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
4997         not IN_DIRSPACE, work around to reduce bank switching when aboslute
4998         variables are placed in access bank memory (<0x80 and >=0xf80),
4999         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5000         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5001         TBLWT_POSTDEC,TBLWT_PREINC
5002         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5003         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5004         directives
5005         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5006         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5007         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5008         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5009
5010 2004-02-29  Borut Razem <borut.razem AT siol.net>
5011
5012         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5013         support/Util/findme.h, support/Util/system.h: enhance binary relative
5014         search for lib and include by using findProgramPath()
5015
5016 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5017
5018         * src/SDCCpeeph.h,
5019         * src/SDCCpeeph.c (pcDistance),
5020         * src/port.h,
5021         * src/mcs51/ralloc.h,
5022         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5023         * src/mcs51/main.h,
5024         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5025         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5026         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5027         size calculation port specific, started basis for some register
5028         optimizations
5029         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5030         missing push/pop of r0/r1. Optimized push/pops
5031         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5032         * device/lib/_modsint.c (_modsint),
5033         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5034         and stack version so regression tests pass
5035
5036 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5037
5038         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5039         * src/SDCCast.c (decorateType): catch another small optimization
5040         with '?' operator
5041         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5042         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5043         modified to finally use computeType() all over SDCC,
5044         see Feature Request #877103
5045         * src/SDCCval.h: cosmetic
5046         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5047         valCompare(); regression tested in muldiv.c
5048         * support/regression/tests/muldiv.c (testMod): mod sign follows
5049         dividend only
5050
5051 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5052
5053         * src/SDCCast.c (decorateType): fixed bug #902362
5054         * doc/INSTALL.txt: fixed install instructions for win32
5055
5056 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5057
5058         * device/include/Makefile.in (install): fixed by replacing spaces
5059         by tabs
5060         * doc/README.txt,
5061         * doc/INSTALL.txt: updated for release
5062         * doc/sdccman.lyx: added warning for --xstack being buggy
5063
5064 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5065
5066         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5067         to eliminate build warnings.
5068         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5069
5070 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5071            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5072
5073         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5074         removed -penable-stack, added comment for stack pragma, added
5075         warning for not initializing the stack/frame registers, removed
5076         comment at interrupts section
5077
5078         Stack is made permanent, there is no ability to disable stack usage.
5079         * src/pic16/device.h,
5080         * src/pic16/device.c: removed all references to USE_STACK macro,
5081         * src/pic16/device.c (pic16_dump_section): when no elements in
5082         rlist, free rlist before return,
5083         * (pic16_dump_int_registers): NEW, internal registers are a new set
5084         of general purpose registers reused by each function,
5085         * (checkAddReg): returns 1 if registers is added to set,
5086         * (pic16_groupRegistersInSection): when a registers is of type
5087         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5088         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5089         SRCASECMP macro is moved here from device.c
5090         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5091         PO_PCLATU, PO_PRODL, PO_PRODH,
5092         * (pic16_pCodeOpType, genMinus,
5093         changed compares to "a" register, with AOP_ACC,
5094         * (pic16_genPlus): fixed some bugs and indented properly,
5095         * (pic16_addSign): changed size to size+offset in the MOVWF
5096         instruction,
5097         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5098         multiply 8-bit operand by literal, result is 8-bit,
5099         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5100         multiply 2 8-bit operand, result is 8-bit,
5101         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5102         genUMult8X*_16,
5103         * src/pic16/gen.c: changed accUse to contain WREG only,
5104         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5105         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5106         true, do not use immediate addressing any more unless sym is a
5107         pointer in codespace,
5108         * (aopForRemat): do not use immediate addressing when symbol not in
5109         codespace and when symbol's address is requested,
5110         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5111         accUse size (= 1),
5112         * (aopGet): added case for AOP_ACC and don't return "accumulator
5113         bug" but WREG instead,
5114         * (popGetTempReg): pushes contents of temporary register in stack,
5115         * (popReleaseTempReg): pops contents of temporary register from
5116         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5117         * (pic16_popGet): separated case AOP_ACC to return register WREG
5118         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5119         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5120         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5121         the use of immediate pointers to certain cases only.
5122
5123         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5124         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5125         * (assignResultValue, genCall, genRet): modified to use the new
5126         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5127         genPcall is still broken,
5128         * (genFunction): added code to create 'A' type pBlocks when
5129         interrupt functions are generated, code not extensively tested yet,
5130         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5131         * (genEndFunction): modified so ISRs pop stored registers from stack,
5132         * (genMultOneByte): cleanup,
5133         * (AccRsh): added flag andmask, to and result with appropriate mask,
5134         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5135         * (genDataPointerGet): fixed and reenabled its use,
5136         * (genNearDataPointerGet): bugs fixed,
5137         * (genDataPointerSet): bugs fixed,
5138         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5139         pic16_DumpSymbol, pic16_DumpOp,
5140         * src/pic16/genutils.h: function prototypes for the above functions,
5141         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5142         pointers,
5143         * (pic16emitRegularMap): many many many improvements, but needs a
5144         major cleanup,
5145         * src/pic16/main.c: enable_stack in pic16_options is removed,
5146         * (_pic16_parseOptions): removed command line options -penable-stack,
5147         * (_process_pragma): emit stack symbol only when stack pragma is
5148         processed,
5149         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5150         redirected to FSR0L/FSR0H pair,
5151         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5152         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5153         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5154         for immediates,
5155         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5156         * (dumpPicOptype): NEW,
5157         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5158         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5159         with movff instruction,
5160         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5161         added pic16_int_regs, some packRegsFor* functions are commented out,
5162         because produce errors,
5163         * src/pic16/NOTES: minor modifications
5164
5165 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5166
5167         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5168         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5169         --pack-iram.
5170         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5171         * as/mcs51/lkaomf51.c: fixed bug #895763
5172
5173 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5174
5175         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5176
5177 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5178
5179         * doc/sdccman.lyx: added details about the HC08 storage classes and
5180         interrupts, fixed the register usage info for z80 & gbz80
5181
5182 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5183
5184         * doc/sdccman.lyx: added more pic16 port documentation
5185         * device/include/pic16/: added header pic18fregs.h
5186
5187 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5188
5189         * doc/sdccman.lyx: added Vangelis' contribution
5190
5191 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5192
5193         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5194         extend to the next CALL or PCALL, not just to the next CALL.
5195
5196 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5197
5198         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5199
5200 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5201
5202         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5203         bug #895752 and a better fix for bug #716790
5204
5205 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5206
5207         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5208
5209 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5210
5211         * doc/sdccman.lyx: minor changes, minor changed
5212
5213 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5214
5215         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5216         which can't handle SDCC_NEWONEBYTEOPS,
5217         (geniCodeMultiply): removed conversion from mult to shift for pic14
5218         and pic16
5219
5220 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5221
5222         * src/hc08/gen.h,
5223         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5224         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5225         thus fixing bug #895406
5226
5227 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5228
5229         * device/lib/_modsint.c,
5230         * device/lib/_modslong.c: sign follows divisor only
5231         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5232         signs or signedness can be ignored
5233         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5234         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5235         added optimization for IFX,
5236         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5237         arguments;
5238         reenabled optimization for IFX, which was removed on 2004-01-11
5239         * src/SDCCast.h: added return type IFX
5240         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5241         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5242         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5243         SDCC_OLDONEBYTEOPS selects the old behaviour
5244         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5245         changed again and commented promotion rule
5246         * src/SDCCval.c (valDiv): promotion no longer necessary
5247         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5248         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5249         rewritten
5250         * support/regression/tests/onebyte.c: added
5251
5252 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5253
5254         * gen.c (genInline): reverted to old code for assemnling inline
5255         code because of bug reported James Chadd
5256
5257 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5258
5259         * ralloc.h: missing declarations from previous patch,
5260         seems that patch for ralloc.h was never applied, fixed
5261
5262 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5263            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5264
5265         * pcode.c,
5266         * pcode.h,
5267         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5268         indirect addressing. Marked FSR0 as deprecated
5269         * gen.c (pointerCode): commented out, not needed now
5270         (pic16_popGet2p): new MOVFF helper function
5271         (genGenPointerGet),
5272         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5273         (shiftRLong): removed duplicate debugging info
5274
5275 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5276
5277         * src/ds390/gen.c (genNearPointerGet),
5278         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5279         optimization with bits, but not bitfields.
5280         * src/ds390/ralloc.c (packRegisters),
5281         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5282
5283 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5284
5285         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5286
5287 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5288
5289         * src/SDCCsymt.h,
5290         * src/SDCCicode.c (operandFromSymbol),
5291         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5292         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5293         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5294         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5295         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5296         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5297         bug #892038
5298         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5299         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5300         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5301         * src/SDCCsymt.c (newSymbol),
5302         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5303         enumerator_list),
5304         * src/SDCCval.h,
5305         * src/SDCCval.c (newiList): fixed bug #885705
5306
5307 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5308
5309         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5310         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5311
5312 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5313
5314         * device/include/c8051f120.h,
5315         * device/include/c8051f300.h,
5316         * device/include/c8051f310.h: added/updated header files for Silicon
5317         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5318         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5319         in new section Submitting patches
5320
5321 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5322
5323         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5324         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5325         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5326         genGenPointerSet),
5327         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5328         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5329         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5330         genGenPointerSet),
5331         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5332         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5333         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5334         genGenPointerSet),
5335         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5336         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5337         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5338         genGenPointerSet): fixed bug #892400
5339         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5340         to eliminate build warnings.
5341         * src/SDCCast.c (processParms),
5342         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5343         fixed bug 751859
5344         * support/valdiag/valdiag.py: added GCC to the list of defines active
5345         when compiling with gcc
5346
5347 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5348
5349         * support/Util/SDCCerr.h,
5350         * support/Util/SDCCerr.c,
5351         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5352         with an incomplete type (fixed bug #883734)
5353         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5354
5355 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5356
5357         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5358
5359 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5360
5361         * src/SDCCast.c (decorateType),
5362         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5363         function pointer implementation
5364         * support/regression/tests/funptrs.c: added tests to verify both forms
5365         of function pointers work correctly. Added tests to verify parameters
5366         are passed in the correct order.
5367
5368 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5369
5370         * device.c (regCompare): registers are sorted by ascending
5371         address and increasing size,
5372         * main.c (_pic16_finaliseOptions): removed the declaration
5373         of compiler macro MCU. Now a macro of the format pic18fxxxx
5374         will be defined from the command line
5375
5376 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5377             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5378
5379         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5380         PCOP_RLCF was overwritten!
5381         * gen.c (genSkip): commented out calls to pic16_emitcode,
5382         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5383         * (genlshTwo),
5384         * (genRRC): added debugging info,
5385         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5386         overwritten while shifting,
5387         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5388         overwritten while shifting,
5389         * (AccLsh),
5390         * (AccRsh),
5391         * (shiftLLeftOrResult),
5392         * (shiftRLeftOrResult),
5393         * (shiftRLong),
5394         * (shiftLLong): Implemented with pic16_emitpcode
5395         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5396         * (genLeftShift): Fixed bug, operand for shift by variable always
5397         was "and"ed with 0x0f,
5398         * (genLeftShiftLiteral),
5399         * (genrshTwo),
5400         * (genRightShiftLiteral): added debugging info,
5401         * (genrshFour): added comment,
5402         * (genRightShift): determined signedness from operand "left"
5403         instead of "result"
5404
5405 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5406
5407         * src/SDCCicode.c (geniCodeParms),
5408         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5409         function pointers, fixed function pointer bugs #861242 and #861896
5410
5411 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5412
5413         * device/include/c8051f000.h,
5414         * device/include/c8051f120.h,
5415         * device/include/c8051f300.h: added header files for Silicon
5416         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5417
5418 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5419
5420         * src/SDCCast.c (processParams): added new type flow and restructured
5421         (gatherAutoInit): added new type flow
5422         (addCast): cosmetic changes
5423         (getLeftResultType): added new type flow for array indices, patch
5424         provided by Stas, see FR #877103
5425         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5426         array index patch by Stas
5427         * src/SDCCast.h: added prototype getResultTypeFromType()
5428         * src/SDCCval.h,
5429         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5430         * src/pic/glue.c (pic14emitStaticSeg),
5431         * src/pic16/glue.c (pic16emitStaticSeg),
5432         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5433         for initialization of symbols
5434         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5435         * support/Util/SDCCerr.h:
5436         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5437         * .version: bumped version number to 2.3.8
5438         * device/include/Makefile.in (install),
5439         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5440         avoid warnings
5441
5442 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5443
5444         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5445         Slade Rich fixed an optimization bug
5446         * src/pic/pcodepeep.c,
5447         * src/pic/pcoderegs.c
5448         * doc/Makefile (install): added test for directory
5449
5450 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5451
5452         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5453         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5454         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5455         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5456         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5457         * as/mcs51/asexpr.c (term),
5458         * as/hc08/asexpr.c (term): fixed bug #887146
5459
5460 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         * src/z80/gen.c (genMult): handle single byte result product
5463         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5464         DUMMY_READ_VOLATILE (fixed bug #886367)
5465
5466 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5467
5468         * support/regression/tests/libmullong.c: fixed logic, on little endian
5469         hosts we ended without a mullong_wrapper()
5470
5471 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5472
5473         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5474         virus/worm forged address usage.
5475
5476 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5477
5478         Fixed promotion, it should be done on AST level:
5479         * src/SDCCast.c (addCast): added promotion to int
5480         (decorateType): updated call to upCast()
5481         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5482         usualUnaryConversions()
5483
5484 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5485
5486         * support/regression/tests/literalop.c (mulWrapper): Added a
5487         wrapper to remove integer overflow warnings.
5488
5489         * support/regression/tests/float_trans.c: Made work on host.
5490
5491         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5492         location of sz80.
5493
5494         * support/regression/generate-cases.py (main): Changed from inline
5495         to a main method.
5496
5497         * doc/Makefile (install): Changed to depth first to get rid of
5498         missing directory install warning.
5499
5500         * as/Makefile (install-doc): Made work on Mac.
5501
5502 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5503
5504         * src/SDCCast.c: added an additional type flow in decorateType() of
5505         opposite direction, see feature request #860006; it's enabled at runtime
5506         by setting the environment variable SDCC_NEWTYPEFLOW
5507         * src/SDCCast.h: changed prototype of decorateType()
5508         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5509         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5510         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5511         see feature request #877103
5512         * src/SDCCval.c: updated call of decorateType()
5513         (valBitwise): fixed bug #882876
5514         (valMinus): added promotion
5515         (valLogicAndOr): result is unsigned
5516         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5517         * src/SDCCsymt.c (computeType),
5518         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5519         must not cause an unsigned operation
5520         * src/pic/glue (pic14emitRegularMap),
5521         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5522
5523 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5524
5525         * src/pic/pcode.c (PCodeID): commented out left over debug code
5526
5527 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5528
5529         * support/valdiag/tests/overflow.c: added shift tests
5530         * src/pic/device.c,
5531         * src/pic/gen.c,
5532         * src/pic/gen.h,
5533         * src/pic/glue.c,
5534         * src/pic/main.c,
5535         * src/pic/pcode.c,
5536         * src/pic/pcode.h,
5537         * src/pic/pcodepeep.c,
5538         * src/pic/pcoderegs.c,
5539         * src/pic/ralloc.c,
5540         * src/pic/ralloc.h: applied patch from Slade Rich;
5541         added support for multiple code pages and multiple RAM banks on the
5542         PIC 14 port. The ASM files now no longer simply assume all the
5543         code / RAM are in the same page / bank. This means the linker can
5544         safely allocate code/RAM of separate ASM files to different pages/banks.
5545         * doc/sdccman.lyx: added Slade's tips
5546         * src/mcs51/peeph.def: fixed bug #880768
5547
5548 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5549
5550         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5551         * src/SDCCast.c (decorateType): fixed bug #880197
5552
5553 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5554
5555         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5556         getopt.h.
5557
5558         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5559         strtof is not part of C89 and isn't included with Mac OS X.
5560
5561 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5562
5563         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5564         shiftL2Left2Result): fixed bug #879326
5565         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5566         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5567         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5568         address fetch for clr instruction
5569         * device/lib/hc08/_mulint.c: created optimized assembly version
5570         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5571
5572 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5573
5574         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5575         proposed in FR #877103
5576
5577 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5578
5579         * src/SDCCval.c (cheapestVal): added missing checks
5580         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5581         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5582
5583 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5584
5585         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5586         equal operands
5587
5588 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5589
5590         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5591         loaded with the linker search paths (-L arguments) and the libraries
5592         to be linked with the current source (-l arguments). Changes
5593         currently will affect only the pic16 port.
5594         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5595         include path the port specific paths and port specific libraries,
5596         * gplink command now contains the $3 argument,
5597         * src/pic16/device.h,
5598         * src/pic16/device.c,: structure PIC_device is made public and
5599         renamed to PIC16_device, the same for variable Pics which is renamed
5600         to Pics16. Updated all references to them.
5601         * src/pic16/glue.c (pic16glue): corrected bug with code
5602         initialization which bypassed the variable initializations block.
5603
5604         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5605         COMPILE_FLAGS and added the --nostdinc option
5606
5607 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5608
5609         * device/include/mc68hc908jb8.h: Register defs for another member
5610         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5611
5612 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5613
5614         Documenting changes from previous commits.
5615         * configure.in (version 1.56),
5616         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5617         when generating output files to configure the pic16 library,
5618         but now I've commented it out, since gputils aren't installed in the
5619         SF compile farm, so library won't compile
5620
5621         * device/lib/Makefile.in (version 1.56): initially I've added in
5622         target 'all' the prerequestive 'model-pic16' so it compiled the
5623         pic16 library, but now I've commented it out for the same reasons
5624         above,
5625         * added targets 'model-pic16' and 'objects-pic16' to compile the
5626         library
5627         * added target 'port-specific-objects-pic16' to handle the
5628         generated libraries and copy them into the build/ directory
5629         * added target 'clean-intermediate-pic16' to clean intermediate
5630         files into pic16 directory
5631         * in target 'installdirs' added line to create directory pic16 in
5632         the installation path
5633
5634         * device/include/Makefile.in (version 1.11): in target 'install'
5635         added lines to copy all header files to installation path,
5636         * in target 'installdirs' added line create directory for pic16
5637         headers in the installation path
5638
5639 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5640
5641         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5642          a function call
5643
5644 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5645
5646         * configure,
5647         * device/lib/configure.in,
5648         * device/lib/configure: fixed for autoconf 2.57
5649
5650 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5651
5652         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5653         option so that it actually works. Made it specific to the z80, since
5654         the gbz80 doesn't have these kinds of I/O ports.
5655
5656 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5657
5658         * device/include/z180.h,
5659         * device/lib/_memcpy.c,
5660         * device/lib/_memmove.c,
5661         * device/lib/_mulint.c,
5662         * device/lib/ser_ir.c,
5663         * device/lib/ser_ir_cts_rts.c,
5664         * device/lib/_strcmp.c,
5665         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5666         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5667         portmode; added deprecation warning for bank= and protmode= forms.
5668         Also, guard against buffer overflow.
5669         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5670
5671 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5672
5673         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5674         changed interrupt vector table generation to only emit declared vectors.
5675         * device/include/Makefile.in: added missing backslash
5676         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5677
5678 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5679
5680         Mainly changes to support compilation of the device libraries
5681         * src/pic16/device.c: stack is allocated via symbol and not
5682         via literal number. The symbol is placed in the corresponding
5683         position of the data ram
5684         * (pic16_dump_section): relocatable and absolute uninitialized
5685         data are now emitted in sorted order to reduce section naming,
5686         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5687         weren't marked as being in the access bank,
5688
5689 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5690
5691         Added portion of GNU PIC Library under the directory
5692         device/include/pic16 and device/lib/pic16. These files
5693         contain the declarations of SFRs for the PIC18Fxx2 devices.
5694         The directory is initialized via configure from toplevel.
5695
5696 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5697
5698         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5699         the spilllocations to be compared correctly
5700
5701 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5702
5703         * src/SDCCast.c (decorateType): fixed bug introduced today
5704
5705 2004-01-12  Borut Razem <borut.razem AT siol.net>
5706
5707         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5708         doc/sdccman.lyx: upper case pragmas are deprecated
5709
5710 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5711
5712         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5713         in simpler and even better code
5714
5715 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5716
5717         * src/SDCCicode.c (operandOperation): fixed bug #874819
5718         * src/SDCCast.c (decorateType): fixed
5719         char foo (unsigned long ul) { return ul > 0; }
5720
5721 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5722
5723         * doc/sdccman.lyx: Moved and added some sections, small changes
5724         all over. Telling LaTeX to be less strict with word spacing
5725         to better keep the right margin. Changed some notes about
5726         maintainance of the ports in section 3.2.1 - is it OK like this?
5727
5728 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5729
5730         SDCC source changes:
5731         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5732         convilong): modified to inform the pic16 port that builtin functions
5733         are external
5734
5735         PIC16 PORT specific changes:
5736         * src/pic16/device.c pic16_dump_equates() added,
5737         processor registers declared internally by the port are emitted in
5738         the translation as equates,
5739         * src/pic16/gen.c: inline code is passed unprocessed to the
5740         translation,
5741         * (pic16_popGetLit2): fnuction modified to take second operand as
5742         pCodeOp pointer and not as literal,
5743         * (popRegFromIdx): prefixed with pic16_,
5744         * (pic16_popCombine2): modified to receive already allocated pCode
5745         operands,
5746         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5747         * (genFunction): initializes local stack frame and pushes on stack
5748         all the registers used by this function,
5749         * (genEndFunction): restores all registers from stack and restores
5750         stack frame,
5751         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5752         improvements,
5753         * (pic16glue): changed the program startup sequence,
5754         * added new dbName code 'A' for functions placed in absolute section
5755         * src/pic16/main.c: added function attribute _naked,
5756         * added pragma 'code' to place a fnuction at an absolute address,
5757         * added command line arguments --debug-ralloc and --pcode-verbose,
5758         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5759         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5760         * (pic16_newpCodeOpLit2): modified to take the second operand as
5761         pCodeOp pointer,
5762         * (pic16_printpBlock): modified to emit each function in a separate
5763         section,
5764         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5765         UPPER for immediate operands,
5766         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5767         instruction,
5768         * src/pic16/peeph.def: all peepholes with movff are commented out,
5769         because there is a problem in the pcode peep optimizer,
5770         * src/pic16/ralloc.c: the register allocator can now reuse local
5771         function symbols for another function. This saves register usage.
5772         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5773
5774         Added file src/pic16/NOTES with information about program writing on
5775         the current port version.
5776
5777 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5778
5779         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5780         and peephole 252 (array access)
5781
5782 2004-01-09  Borut Razem <borut.razem AT siol.net>
5783
5784         * src/SDCCmain.c : fixed #872250: -l command line defined library
5785           files are scanned before standard library files
5786
5787 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5788
5789         * src/SDCCast.c (decorateType): fixed bug #874046
5790
5791 2004-01-09  Borut Razem <borut.razem AT siol.net>
5792
5793         * support/scripts/sdcc.nsi: remove previous installation
5794
5795 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5796
5797         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5798         bytes for last interrupt vector (mcs51)
5799         * sdcc.spec: fixed typo
5800
5801 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5804         gen51Code): more efficient parameter receive for --model-large
5805         ("bug" #845294)
5806
5807 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5808
5809         * src/ds390/main.c,
5810         * src/z80/main.c: added missed needLinkerScript flags (more than
5811         one port structure defined in these file)
5812         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5813         bug #795325
5814
5815 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5816
5817         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5818         * src/port.h: added flag needLinkerScript in port->linker
5819         structure to inform whether to create a .lnk file or not,
5820         * src/avr/main.c,
5821         * src/ds390/main.c,
5822         * src/hc08/main.c,
5823         * src/mcs51/main.c,
5824         * src/pic/main.c,
5825         * src/pic16/main.c,
5826         * src/xa51/main.c,
5827         * src/z80/main.c: changed appropriately to configure
5828         needLinkerScript flag
5829         * src/pic/gen.c,
5830         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5831         * src/pic/glue.c: added variable udata_section_name to
5832         override default uninitialized data segment definition for
5833         devices only with SHAREBANK memory (reported from Erik Epetrich)
5834         * (pic14emitOverlay): modified to emit a commented overlay segment
5835         directive when no overlay data exist
5836         * (picglue): modified to emit uninitialized data segment
5837         according to udata_section_name
5838         * src/pic/main.c (_pic14_parseOptions): added command line
5839         options --udata-section-name=[name] to override default
5840         udata definition name
5841         * modified _linkCmd and _asmCmd to include compiler passed
5842         arguments via -W option
5843         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5844         object file from '.rel' to '.o' in port->linker structure,
5845         changed size of fptr from 2 to 3 in port structure
5846
5847 2004-01-07  Borut Razem <borut.razem AT siol.net>
5848
5849         * support/scripts/sdcc.nsi: update PATH
5850         * support/scripts/sdcc.ico: craeted
5851
5852 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5853
5854         * device/include/Makefile.in: fix install
5855         * doc/Makefile: fix install
5856
5857 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5858
5859         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5860         in bug #860505
5861         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5862         how the function variable allocation summary is displayed; also
5863         include information about variables allocated to the overlay
5864         segment
5865
5866 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5867
5868         * as/mcs51/lkmain.c: Help about -Y option
5869         * as/mcs51/lkarea.c: Fixed gcc warnings
5870
5871 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5872
5873         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5874         fixed warning
5875         * support/valdiag/tests/overflow.c: added
5876         * src/SDCCast.c (decorateType),
5877         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5878         LEFT_OP (left shift)
5879
5880 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5881
5882         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5883         (default behaviour).
5884
5885 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5886
5887         A python script to validate compiler diagnostic messages. It can be
5888         used to verify that sdcc complains about bad c source code and
5889         gives a good location of the error.
5890         * support/valdiag/Makefile,
5891         * support/valdiag/valdiag.py,
5892         * support/valdiag/tests/*
5893
5894 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5895
5896         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5897         * src/SDCCsymt.c (newEnumType),
5898         * src/SDCCsymt.h
5899         * support/Util/SDCCerr.c,
5900         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5901         enum related bugs.
5902         * support/regression/tests/enum.c: added test for enum values that
5903         require at least 2 bytes of storage.
5904
5905 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5906
5907         * src/common.h: added ifndef/define/endif macros
5908         around the header file.
5909         Bug reported from Jesus Calvino-Fraga
5910
5911 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5912
5913         * sdcc.spec: updated
5914         * device/include/Makefile.in: don't install CVS directories
5915         * device/lib/Makefile.in: added removal of CVS directories after install
5916         * doc/Makefile: fixed install, added local_icons
5917         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5918         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5919         * src/ds390/gen.c (genRightShift): fixed bug #870788
5920         * src/SDCCast.c (decorateType): fixed bug #870781
5921
5922 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5923
5924         PIC16 port related changes:
5925         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5926         added variable stackPos,
5927
5928         * gen.c: genCall, assignResultValue: added support for
5929         pushing/retrieving function parameters to/from stack,
5930         genFunction,genEndFunction: setup stack frame for the
5931         generated function,
5932         genAddrOf: will be changed according to bug 863624
5933
5934         * added files genutils.c and genutils.h which contain gen*
5935         debugged and optimised functions extracted from gen.c
5936
5937         * glue.c: added variable 'externs' which holds extern symbols,
5938         pic16emitRegularMap: is modified to properly handle relocatable
5939          symbols under the new scheme,
5940         pic16createInterruptVect: is modified
5941         pic16printPublics: is modified to emit 'global' assembler directives,
5942         added pic16_printExterns to print extern symbols,
5943         pic16glue: initializes stack/frame pointer in the beginning of
5944         the assembly output. Temporary hack, will be corrected later,
5945         because gplink yet does not support stack and SDCC does not
5946         yet support a type of crt0.o object to create the final binary.
5947
5948         * Removed many lines that contain 8051 legacy code.
5949         * The code is finally placed under a 'code' directive.
5950         * Added port specific options.
5951
5952         * _process_pragma: simplified since now we do not need *special*
5953         include file to define SFR registers. But a separate header
5954         will be needed. This will be developed later.
5955         * _pic16_parseOptions: added, parses port specific options:
5956         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5957         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5958         --preplace-udata-with=
5959
5960         * _pic16_setDefaultOptions: modified to initialize section names,
5961         but hack is temporarly out of order since it needs improvement.
5962         * _pic16_genAssemblerPreamble: configuration words are emitted by
5963         their address instead of their name. This part is incomplete and
5964         supports only the 18Fxx2 devices. Other devices will emit an error
5965         during assembly since they do not contain the same set of config
5966         registers
5967         * _pic16_genIVT: is modified,
5968
5969         * pcode.c: added definitions for some hardware registers that are needed
5970         for stack support
5971         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5972         All PCI entries are updated. Now LFSR is supported.
5973         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5974         * added pic16_newpCodeOpLit2 to support instructions with
5975         two literal arguments
5976         * pic16_pCode2str: corrected code that emits assembler instructions
5977         with two literal operands and those that have an access bit modifier
5978         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5979         this fixes a bug which caused some labels to be lost, when an
5980         assembler directive was added, i.e. banksel,
5981         * pic16_FixRegisterBanking: improved logic that causes the insertion
5982         of bank switching,
5983         * InlineFunction: functions that are called once, are not any more
5984         inlined. This can be a port option in the future,
5985
5986         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
5987
5988         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
5989         hold the corresponding uninitialized symbols,
5990         * pic16_allocProcessorRegister: registers have explicit marked the
5991         accessBank field,
5992         * pic16_allocInternalRegister: registers are explicit marked as
5993         not used,
5994         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
5995         processing list, so bit registers were lost,
5996         *
5997
5998         * ralloc.h: added field 'accessBank' and original symbol operand
5999         in register definition,
6000         * removed the field isMapped from register definition,
6001
6002         ** Several functions have been removed from various sources:
6003         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6004         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6005         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6006         pic16_assignRelocatableRegisters
6007
6008         ** others have been introduced:
6009         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6010         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6011
6012 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6013
6014         * support/scripts/inc2h.pl: changed definition of BIT_AT
6015         to emit 'sbit at' instead of 'bit at'. This was a request.
6016
6017         PIC16 port related preliminary changes:
6018         * gen.c: prefixed function popRegFromString with
6019         pic16_ and all references to it corrected
6020         * pcode.c: all pic16_pc_* hardware registers prefixed
6021         with underscore (_),
6022         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6023         * ralloc.c: newReg(): when register is REG_SFR then
6024         set address to rIdx,
6025         pic16_allocProcessorRegister(): marks register wasUsed=0
6026         pic16_writeUsedRegs(): added a call to assign processor
6027         registers via pic16_assignFixedRegisters
6028
6029 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6030
6031         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6032         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6033         variables in unused register banks.  Also the SSEG is placed
6034         wherever there is enough space for it, and IDATA can be anywhere
6035         in internal RAM.  For now compile using -Wl-Y[stack_size].
6036         The mem file is different for this option as well, since it
6037         makes no sense of talking about DSEG lenght.
6038
6039 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6040
6041         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6042         in certain cases, e.g. when ROM assignment, patch provided
6043         from Albert den Haan.
6044
6045 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6046
6047         Many signedness and type propagation fixes:
6048         * src/SDCCicode.c: made geniCodeCast() static
6049         replaced SPEC_ by IS_ (cosmetic)
6050         (operandOperation): fixed div and mod operation
6051         (usualBinaryConversions): added support for promotion of char
6052         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6053         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6054         (geniCodeAdd): an array index will stay unsigned, even if promoted
6055         from char to int
6056         (geniCodeArray): ditto
6057         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6058         * src/SDCCsymt.c (computeType): added more support for char;
6059         promotion of char is selectable by promoteCharToInt, fixed signedness
6060         for all cases
6061         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6062         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6063         * src/SDCCval (val*): replaced signedness calculation by
6064         computeType()
6065         rearranged if-branches (cosmetic)
6066         (valShift): added warning W_SHIFT_CHANGED
6067         (valCompare): fixed problem with different types
6068         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6069         * support/regression/tests/literalop.c: added many cases
6070         * support/regression/tests/ast_constant_folding.c: changed finally to
6071         'unsigned int'
6072         * .version: new year, new version: 2.3.7
6073         * src/SDCCmain.c (main): applied patch #866468
6074         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6075         provided by Scott Bronson
6076         * doc/sdccman.lyx: updated documentation for sdcdb
6077         updated and added chapter tips
6078
6079 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6080
6081         * src/SDCCsymt.h: missing from yesterday's commits
6082
6083 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6084
6085         * src/SDCC.y (struct_or_union_specifier),
6086         * support/Util/SDCCerr.c,
6087         * support/Util/SDCCerr.h: verify that struct & union tags are used
6088         as declared.
6089
6090 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6091
6092         * src/SDCCglobl.h: missing from yesterday's commits
6093
6094 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6095
6096         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6097         sft_attributes, struct_declaration, parameter_declaration,
6098         type_name, start_block, declaration_list),
6099         * src/SDCC.lex (check_type): support redefinition of typedef names
6100
6101 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6102
6103         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6104         aligned xdata arrays. Erik helped me with the if clause.
6105
6106 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6107
6108         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6109         warning
6110
6111 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6112
6113         * src/SDCCast.h,
6114         * src/SDCCast.c (newAst_),
6115         * src/SDCCicode.h,
6116         * src/SDCCicode.c (ast2iCode, newiCode),
6117         * src/SDCCglobl.h,
6118         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6119         expr, statement, expression_statement, selection_statement,
6120         iteration_statement, expr_opt, jump_statement): foundation for tracking
6121         sequence points
6122         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6123         point code too)
6124
6125 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6126
6127         * support/Util/SDCCerr.c,
6128         * src/SDCCast.h,
6129         * src/SDCCast.c (createCase, createDefault, decorateType),
6130         * src/SDCClabel.c (labelUnreach),
6131         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6132         to error messages.
6133         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6134         (with thanks to Stas Sergeev)
6135         * device/include/time.h,
6136         * device/lib/time.c (CheckTime): suppress unreachable code warning
6137
6138 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6139
6140         * src/SDCCast.c (createIvalCharPtr),
6141         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6142         bug #753752)
6143         * support/regression/tests/nullstring.c: tests for these two bugs
6144
6145 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6146
6147         * support/Util/SDCCerr.h,
6148         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6149         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6150         about storage class and 'at' used inside struct or union
6151         * src/SDCCBBlock.c (iCodeFromeBBlock),
6152         * src/SDCCcse.c (ifxOptimize),
6153         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6154         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6155         printIval, emitStaticSeg, emitOverlay),
6156         * src/SDCClabel.c (deleteIfx),
6157         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6158         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6159         gatherAutoInit, processParms),
6160         * support/Util/SDCCerr.h,
6161         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6162         reporting for post-parse errors.
6163
6164 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6165
6166         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6167         implicit casts via union; they don't work on big endian systems
6168         (possible fix for bug #861138)
6169
6170 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6171
6172         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6173         * src/mcs51/main.c: fixed the fix for bug #737001
6174
6175 2003-12-15  Borut Razem <borut.razem AT siol.net>
6176
6177         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6178
6179 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6180
6181         * support/makebin/makebin.c: put output in binary mode
6182
6183 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6184
6185         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6186         xdata and data memory on startup. Set the environment variable
6187         SDCC_NOGENRAMCLEAR to disable this.
6188         * src/mcs51/peephole.def,
6189         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6190         (allows non-interrupt and interrupt code to safely compete for a resource
6191         without the non-interrupt code having to disable interrupts)
6192
6193 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6194
6195         * src/SDCCicode.c (geniCodeAdd),
6196         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6197         with valFromType if type might be a pointer and host is big endian).
6198         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6199         types, not just integer types.
6200         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6201         multiply defined with mismatching "at" address.
6202
6203 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6204
6205         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6206         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6207         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6208         with embedded nulls (fixed bug #753752)
6209
6210 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6211
6212         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6213         Apparently this did not see much testing (endless loop)
6214
6215 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6216
6217         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6218
6219 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6220
6221         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6222         gracefully handle NULL memmap pointers
6223
6224 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6225
6226         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6227         instead of deleting the iCode when an operand is volatile
6228         * src/z80/gen.c (genDummyRead),
6229         * src/mcs51/gen.c (genDummyRead),
6230         * src/ds390/gen.c (genDummyRead),
6231         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6232         not just IC_RIGHT
6233         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6234         * src/SDCC.y: fixed bug #850420
6235
6236 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6237
6238         Applied z80 i/o port patch from Peter Townson and fixed some operators
6239         to better handle operands in A register.
6240         * device/include/z180.h
6241         * src/SDCC.y
6242         * src/SDCCglue.c
6243         * src/z80/gen.c
6244         * src/z80/gen.h
6245         * src/z80/main.c
6246         * src/z80/peeph-z80.def
6247         * src/z80/peeph.def
6248         * src/z80/z80.h
6249
6250 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6251
6252         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6253
6254 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6255
6256         * device/lib/hc08/_mullong.c: Removed extra #endif
6257
6258 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6259
6260         * sim/ucsim/hc08.src/inst.cc,
6261         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6262         carries from x to h
6263         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6264         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6265         * device/include/stdarg.h: fixed varargs for hc08
6266         * device/lib/Makefile.in,
6267         * device/lib/hc08/Makefile,
6268         * device/lib/hc08/_mulint.c,
6269         * device/lib/hc08/_mullong.c: fixed some endian problems
6270
6271 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6272
6273         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6274         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6275         * device/lib/_gptrget.c,
6276         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6277
6278 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6279
6280         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6281         * src/SDCCast.c (astErrors): fixed bug #846007
6282         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6283
6284 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6285
6286         * src/SDCCast.c (decorateType): disabled a transformation I added in
6287         revision 1.188 (access to fields of a structure at an absolute address);
6288         it breaks with bitfields, extern declarations, and gcse analysis.
6289         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6290         could be assigned through a pointer, so don't complain.
6291         * src/SDCCast.c (astErrors),
6292         * src/SDCCast.h,
6293         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6294
6295 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6296
6297         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6298         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6299         output of __config directives, since gpasm now supports them
6300         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6301         pre-processor macro, i.e. -DMCU=p18f452
6302         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6303         and modified to handle 'cast' icode similarly to '=' icode
6304         * src/pic16/device.h (typedef struct PIC_device): added field
6305         'extMIface' to indicate that chip has external memory interface
6306         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6307         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6308         18F8720
6309
6310 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6311
6312         * src/SDCC.y (pointer): fixed bug #846006
6313         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6314         * src/SDCCast.c (decorateType): fixed bug #846009
6315         * src/ds390/peeph.def,
6316         * src/ds390/gen.c (genAnd, genOr),
6317         * src/mcs51/peeph.def,
6318         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6319
6320 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6321
6322         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6323         * src/SDCCdflow.c
6324         * src/SDCCcse.c
6325         * src/SDCCcse.h
6326         * src/SDCCBBlock.h
6327         * src/SDCCBBlock.c
6328
6329 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6330
6331         fixed bug #845089
6332         * src/SDCCbitv.h,
6333         * src/SDCCbitv.c: added function to free a bitvector
6334         * src/SDCClrange.h,
6335         * src/SDCClrange.c: added function to recompute the liveranges
6336         * src/avr/ralloc.c,
6337         * src/ds390/ralloc.c,
6338         * src/hc08/ralloc.c,
6339         * src/mcs51/ralloc.c,
6340         * src/pic/ralloc.c,
6341         * src/pic16/ralloc.c,
6342         * src/xa51/ralloc.c,
6343         * src/z80/ralloc.c: recompute the liveranges after register packing
6344
6345 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6346
6347         * src/SDCCloop.c (newInduction): fixed bug #845630
6348
6349 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6350
6351         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6352         inadvertantly left behind from my 2003-11-12 change
6353
6354 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6355
6356         Updated headers I neglected to commit yesterday.
6357         * src/SDCClrange.h,
6358         * src/SDCCicode.h
6359
6360 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6361
6362         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6363         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6364         * src/SDCCopt.c (eBBlockFromiCode),
6365         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6366         the creation of the key hash table from the sequencing so it can be used
6367         earlier (for some GCSE bug fixes still pending)
6368
6369 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6370
6371         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6372         * support/regression/tests/addsub.c: testing genPlus shortcut
6373
6374 2003-11-15  Borut Razem <borut.razem AT siol.net>
6375
6376         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6377
6378 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6379
6380         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6381         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6382         ordering is immaterial.
6383         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6384
6385 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6386
6387         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6388         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6389         (SIGSEV) of bug #840381
6390         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6391         unlink new file before rename if new and old filenames are the same)
6392
6393 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6394
6395         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6396         uninitialized variables) for the mcs51. Set environment variable
6397         SDCC_GENRAMCLEAR to test.
6398         xdata initialization slightly shorter
6399
6400 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6401
6402         * src/SDCCsymt.h,
6403         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6404         #838241 & 780691 (basicly the same bug)
6405         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6406         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6407
6408 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6409
6410         * src/SDCCmain.c (linkEdit): "fix" #834252
6411
6412 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6413
6414         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6415         * src/SDCCast.h,
6416         * src/SDCC.y: fixed bug #819403
6417
6418 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6419
6420         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6421         the reentrant attribute.
6422         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6423         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6424         simulation
6425         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6426         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6427         erroneously reduced to a literal.
6428         * src/hc08/ralloc.c (packRegisters, rematStr),
6429         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6430         some cases
6431
6432 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6433
6434         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6435         * doc/sdccman.lyx: changed from 'article' to 'book'
6436         * doc/Makefile: readded test_suite_spec and cdbfileformat
6437
6438 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6439
6440         * device/include/stdlib.h: include malloc.h to comply with ANSI
6441         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6442
6443 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6444
6445         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6446         * doc/clean.mk: also remove *.out files
6447         * doc/sdccman.lyx: some additions, larger top/bottom margins
6448
6449 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6450
6451         * src/SDCC.y: fixed bug #837365
6452         * support/regression/tests/bitopcse.c
6453         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6454         a symbol (might be valop instead)
6455         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6456         * device/lib/clean.mk: added hc08 to the cleaning list
6457
6458 2003-11-04  Borut Razem <borut.razem AT siol.net>
6459
6460         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6461           made 2003-11-04
6462         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6463           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6464           malloc is declared in standard stdlib.h
6465
6466 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6467
6468         * device/lib/hc08/Makefile: need to clean .rel not .o files
6469         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6470
6471 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6472
6473         * src/port.h,
6474         * src/hc08/main.c,
6475         * src/mcs51/main.c,
6476         * src/ds390/main.c,
6477         * src/z80/main.c,
6478         * src/avr/main.c,
6479         * src/pic/main.c,
6480         * src/pic16/main.c,
6481         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6482         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6483         tests (which uses the port's oclsExpense function)
6484         * src/SDCC.y,
6485         * src/SDCCast.c,
6486         * src/SDCCicode.c,
6487         * src/hc08/gen.c,
6488         * src/ds390/gen.c,
6489         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6490
6491 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6492
6493         * src/SDCCcse.c (ifxOptimize),
6494         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6495         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6496         deleting the IFX iCode.
6497         * src/hc08/ralloc.c: reduced unneeded slocs
6498         * src/hc08/gen.c: fixed bug in asmopToBoolean
6499
6500 2003-11-04  Borut Razem <borut.razem AT siol.net>
6501
6502         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6503           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6504           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6505           transferred to configure
6506
6507 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6508
6509         Use headers defined in the C[++] standards:
6510         * sim/ucsim/gui.src/serio.src/fileio.cc
6511         * sim/ucsim/gui.src/serio.src/frontend.cc
6512         * sim/ucsim/gui.src/serio.src/main.cc
6513         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6514         * support/Util/NewAlloc.c
6515         * as/hc08/lklibr.c
6516         * as/mcs51/lklibr.c
6517         * as/z80/aslist.c
6518         * as/z80/assym.c
6519
6520 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6521
6522         * Added MSVC projects for hc08 assembler and linker:
6523         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6524         /as/hc08/link_hc08.dsp
6525
6526 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6527
6528         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6529
6530 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6531
6532         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6533
6534 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6535
6536         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6537
6538 2003-10-31  Borut Razem <borut.razem AT siol.net>
6539
6540         * support/cpp2/cpplib.h,
6541           support/cpp2/cpplib.c,
6542           support/cpp2/cpplex.c,
6543           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6544           to switch _asm block preprocessing on / off. Default is
6545           #pragma preproc_asm +
6546
6547 2003-10-31  Borut Razem <borut.razem AT siol.net>
6548
6549         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6550           when outputting comment blocks (when executed with -C option) and
6551           _asm (SDCPP specific) blocks
6552
6553 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6554
6555         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6556
6557 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6558
6559         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6560
6561 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6562
6563         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6564         * src/SDCCast.c (decorateType): fixed bug #832664
6565
6566 2003-10-31  Borut Razem <borut.razem AT siol.net>
6567
6568         * support\cpp2\cpplex.c: fixed for SDCPP:
6569           comments(when executed with -C option) and _asm blocks
6570           were included even if they where in skipped #if block.
6571           Applied solution from GCC cpp 3.3.2
6572
6573 2003-10-31  Borut Razem <borut.razem AT siol.net>
6574
6575         * src/SDCC.lex: sdcc now understands both formats:
6576           '# <line_number> <file_name>' and
6577           '#line <line_number> <file_name>'
6578         * support/cpp2/cppmain.c: sdcpp now generates the standard
6579           '# <line_number> <file_name>' instead of former
6580           '#line <line_number> <file_name>'
6581
6582 2003-10-30  Borut Razem <borut.razem AT siol.net>
6583
6584         * support/cpp2/cpphash.h,
6585         * support/cpp2/cpplib.h
6586         * support/cpp2/cpplex.c,
6587         * support/cpp2/cppmain.c,
6588         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6589
6590 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6591
6592         Fixed a number of problems revealed by bug #827883.
6593         * src/SDCCloop.c (loopInvariants): Spill location of the
6594         result operand should be recomputed if extracted from
6595         a loop. Also, don't extract assignments of an iTemp
6596         from a literal.
6597         * src/SDCCast.c (isConformingBody): loop reversal should
6598         not occur if the control variable is involved with a
6599         relational operator.
6600
6601 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6602
6603         * .version: bumped to 2.3.6 to reflect the big improvements
6604         made by Erik and Klaus. Thanks!
6605
6606 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6607
6608         Replaced the livrange code.
6609         * src/SDCClrange.c: added new LR code
6610         * src/SDCCloop.c,
6611         * src/SDCCBBlock.h: removed remainig parts from old LR code
6612         * src/ds390/ralloc.c,
6613         * src/ds390/gen.c: minor fixes to make it work with new code
6614
6615 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6616
6617         * as/hc08/asm.h,
6618         * as/hc08/lkrloc.c,
6619         * src/hc08/gen.c,
6620         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6621         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6622         (tweaked fix for bug #818696)
6623
6624 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6625
6626         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6627
6628 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6629
6630         * src/SDCCmain.c,
6631         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6632         * src/mcs51/gen.c (gencjneshort),
6633         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6634         more efficient (per Scott Bronson's suggestion)
6635
6636 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6637
6638         Extended the semantics of the critical keyword to include
6639         individual statements. See RFE #827755 and #799831
6640         * src/SDCC.y
6641         * src/SDCCicode.c
6642         * src/SDCCopt.c
6643         * src/SDCCast.c
6644         * support/Util/SDCCerr.c
6645         * support/Util/SDCCerr.h
6646         * src/mcs51/gen.c
6647         * src/ds390/gen.c
6648         * src/hc08/gen.c
6649
6650 2003-10-19  Borut Razem <borut.razem AT siol.net>
6651
6652         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6653
6654 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6655
6656         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6657         Fixed bug #818696
6658         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6659         and predecrement operand is displayed
6660
6661 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6662
6663         * src/SDCCval.c (valMinus): fixed bug #826041
6664
6665 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6666
6667         Some hc08 related updates that I missed earlier
6668         * sim/ucsim/stypes.h
6669         * support/regression/ports/hc08/spec.mk
6670
6671 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6672
6673         New target "hc08" for the Motorola 68hc08 family of micros
6674
6675         * configure
6676         * configure.in
6677         * Makefile
6678         * src/hc08/*
6679         * src/SDCCmain.c
6680         * src/port.h
6681         * sim/ucsim/hc08.src/*
6682         * sim/ucsim/configure.in
6683         * src/ucsim/configure
6684         * sim/ucsim/packages_in.mk
6685         * as/hc08/*
6686         * as/Makefile
6687         * device/include/mc68hc908qy.h
6688         * device/lib/hc08/*
6689         * device/lib/Makefile.in
6690         * support/regression/ports/hc08/*
6691         * support/regression/Makefile
6692
6693 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6694
6695         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6696         regression test
6697         * src/ds390/gen.c (genCast): fixed bug #821957
6698
6699 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6700
6701         * device/lib/logf.c: "fixed" overlay bug
6702         * support/regression/ports/host/spec.mk: added m library
6703         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6704         * support/regression/tests/float_trans: added (for Eric)
6705
6706 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6707
6708         * src/mcs51/gen.c (genCpl): fixed bug
6709         http://sf.net/mailarchive/message.php?msg_id=6263915
6710
6711 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6712
6713         * src/SDCCast.c (decorateType): added extended constant folding
6714         * src/SDCCsymt.c (computeType): cleanup
6715         * src/SDCCval.c (valShift): minor optimization
6716         * support/regression/tests/ast_constant_folding.c: added
6717
6718 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6719
6720         * src/SDCCmain.c: removed some unintended changes
6721
6722 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6723
6724         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6725         * src/z80/gen.c: fixed part of bug #817589
6726         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6727
6728 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6729
6730         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6731         * src/SDCCcflow.c
6732         * src/SDCCcse.c
6733         * src/SDCCdflow.c
6734         * src/SDCClabel.c
6735         * src/SDCClrange.c
6736         * src/SDCCmem.c
6737         * src/SDCCopt.c
6738         * src/SDCCpeeph.c
6739         * src/SDCCset.c
6740         * src/avr/ralloc.c
6741         * src/ds390/ralloc.c
6742         * src/izt/ralloc.c
6743         * src/mcs51/ralloc.c
6744         * src/pic/ralloc.c
6745         * src/pic16/ralloc.c
6746         * src/xa51/ralloc.c
6747         * src/z80/ralloc.c
6748         * src/z80/gen.c: removed unused label "release:"
6749
6750 2003-10-06  Borut Razem <borut.razem AT siol.net>
6751
6752         * src/SDCC.lex: removed definition of unused variables
6753           save_optimize and save_options
6754
6755 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6756
6757         * clean.mk: removed '=' in "-maxdepth=1"
6758         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6759         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6760
6761 2003-10-06  Borut Razem <borut.razem AT siol.net>
6762
6763         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6764           my_unput() replaced by unput()
6765
6766 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6767
6768         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6769         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6770         type-punned pointer will break strict-aliasing rules"
6771         Old LR behaviour is again default; Klaus' LR can be choosen by
6772         defining the environment variable LRKLAUS
6773         * src/SDCCBBlock.h
6774         * src/SDCCloop.c
6775         * src/SDCClrange.c
6776         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6777         * clean.mk: fixed removal of files in bin/CVS/
6778         * device/lib/clean.mk: fixed removal of directories small and large
6779         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6780         * src/SDCCicode.c,
6781         * src/SDCCval.c: removed superflous test for pedantic
6782
6783 2003-10-05  Borut Razem <borut.razem AT siol.net>
6784
6785         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6786           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6787           message "unmatched #pragma SAVE and #pragma RESTORE"
6788
6789 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6790
6791         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6792           assembly, critical functions, atomic, nojtbound)
6793
6794 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6795
6796         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6797         * src/SDCCBBlock.h
6798         * src/SDCCloop.c
6799         * src/SDCCloop.h
6800         * src/SDCClrange.c
6801
6802 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6803
6804         * src/z80/gen.h,
6805         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6806         * src/mcs51/gen.h
6807         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6808         * src/ds390/gen.h
6809         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6810         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6811         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6812
6813 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6814
6815         * src/z80/gen.c (genRet): fixed bug #524753
6816         * src/z80/gen.c (genCast): fixed internal error on cast from
6817         pointer to long
6818         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6819         fix for bug #477835 to the z80
6820         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6821         for tracking iCodes in the peephole optimizer for z80
6822
6823 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6824
6825         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6826         the other part of bug #814548
6827         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6828
6829 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6830
6831         * src/SDCCcse.c: fixed part of bug #814548
6832
6833 2003-09-28  Borut Razem <borut.razem AT siol.net>
6834
6835         * src/asm.c: rewrite of printILine() to use temporary file instead
6836           a pipe
6837         * src/xa51/main.c: commented out declaration of int rewinds
6838
6839 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6840
6841         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6842
6843 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6844
6845         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6846         * src/asm.c (printILine): Fixed bug #811015
6847
6848 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6849
6850         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6851         freeing.
6852
6853 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6854
6855         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6856         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6857         to correctly handle general case of AOP_PAIRPTR
6858         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6859
6860 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6861
6862         * src/mcs51/ralloc.c (fillGaps),
6863         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6864         register positioning bug)
6865
6866 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6867
6868         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6869
6870 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6871
6872         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6873         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6874         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6875         (ralloc doesn't intentionally do this now, but perhaps later)
6876         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6877         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6878         register positioning bugs (Fixed bug #762602 and #795325)
6879         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6880         (Fixed bug #808779)
6881         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6882         lines that --i-code-in-asm generates
6883
6884 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6885
6886         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6887         trying to fclose a FILE* that was already closed.
6888
6889 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6890
6891         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6892         of const struct should be treated as if const themselves)
6893
6894 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6895
6896         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6897
6898 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6899
6900         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6901         Unix (/n) and DOS (/r/n) line terminations.
6902
6903 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6904
6905         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6906         bug #613775
6907
6908 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6909
6910         * src/mcs51/gen.c (genFunction, genEndFunction),
6911         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6912         and restore of EA so that stack offsets to parameters are
6913         correct when using both critical and reentrant/stack-auto.
6914         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6915         size (can be triggered in error if sloc is shared between
6916         different sized objects)
6917         * device/include/float.h: fixed macros to explicitly use
6918         unsigned long where needed
6919
6920 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6921
6922         Feature req. 799831: added code to allow nesting of critical functions
6923         * src/mcs51/gen.c (genFunction, genEndFunction)
6924         * src/ds390/gen.c (genFunction, genEndFunction)
6925
6926 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6927
6928         * src/SDCCsymt.c (sclsFromPtr),
6929         * src/SDCCsymt.h,
6930         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6931         support for standard C idiom of memory mapped variables; for
6932         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6933         to xdata int at 0x1234 tempvar = 1.
6934         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6935         provided by Akiya ISHIDA
6936
6937 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6938
6939         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6940         * src/SDCCval.c (constVal): added reduction from int to char
6941         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6942         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6943         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6944         to ignore the sign
6945         * support/regression/tests/shifts.c: fixed
6946
6947 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6948
6949         * src/z80/gen.c (genXor): Fixed bug #805445
6950
6951 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6952
6953         Fixed bug #621531 (const & volatile confusion in the type chain).
6954         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6955         refer to the const or volatile state of the pointer itself.
6956
6957         * src/SDCCast.c
6958         * src/SDCCglue.c
6959         * src/SDCCicode.c
6960         * src/SDCCsymt.c
6961         * src/SDCCval.c
6962         * src/SDCC.y
6963         * src/SDCCsymt.h
6964         * src/pic/gen.c
6965         * src/pic/ralloc.c
6966         * src/pic16/gen.c
6967         * src/pic16/ralloc.c
6968         * support/regression/tests/const.c
6969
6970 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6971
6972         When checking for duplicated modules, use absolute paths
6973         instead of relative paths.  Files changed:
6974
6975         * as/mcs51/lklib.c
6976         * link/z80/lklib.c
6977
6978 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6979
6980         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6981
6982 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6983
6984         * device/include/string.h: added size_t typedef, changed
6985         prototypes to use size_t, eliminated separate reentrant and
6986         non-reentrant declarations, added _memmove declaration
6987         * device/lib/_memcpy.c: changed to use size_t instead of int,
6988         changed /4 to >>2 to avoid division library call
6989         * device/lib/_memcmp.c,
6990         * device/lib/_memset.c,
6991         * device/lib/_strncat.c,
6992         * device/lib/_strncpy.c,
6993         * device/lib/_strncmp.c: changed to use size_t instead of int
6994         * device/lib/_memmove.c: new file (fixed bug #772294)
6995         * device/lib/Makefile.in: added _memmove.c
6996         * device/lib/z80/asm_strings.s: fixed bug #772290
6997         * support/regression/tests/bitfields.c: attempt to fix host assertion
6998         failure on amd64-unknown-linux2.2
6999
7000 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7001
7002         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7003         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7004         * as/z80/asmain.c (main): fixed bug #801766
7005
7006 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7007
7008         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7009         compilers
7010
7011 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7012
7013         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7014         reported in bug #800609
7015
7016 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7017
7018         * Top header beautifications in src/pic16 directory:
7019           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7020           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7021           pcoderegs.h, ralloc.c, ralloc.h
7022         * main.c: added top header and GPL license notice
7023         * pcode.c: fixed the if-conditional warning
7024
7025 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7026
7027         * device/lib/_mullong.c: replaced int by short for gcc
7028
7029 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7030
7031         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7032         and JUMPTABLE iCodes properly now (worked by accident before)
7033         * src/mcs51/gen.c (leftRightUseAcc),
7034         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7035         iCode properly now. Use getSize instead of nRegs since a & b
7036         aren't part of the nRegs tally.
7037
7038 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7039
7040         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7041         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7042           before instructions that use the _STATUS register
7043
7044 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7045
7046         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7047         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7048         fetching of the pointer
7049         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7050         copied from genNearPointerSet()
7051         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7052         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7053         If they pop r0/r1 they must be called in the opposite order than aopOp().
7054         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7055         (resp. --stack-auto), prepared for --xstack
7056
7057 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7058
7059         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7060
7061 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7062
7063         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7064         these ports have their own __sdcc_external_start()
7065
7066 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7067
7068         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7069         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7070         type for bits was changed. It resulted in bit variables becoming
7071         global, which is not permitted in PIC 14 assembly output.
7072
7073 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7074
7075         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7076
7077 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7078
7079         Z80 and MCS51 linkers complaint if a public symbol is defined
7080         in more than one library module:
7081
7082         * as/mcs51/lklib.c
7083         * link/z80/lklib.c
7084         * as/mcs51/Makefile.in
7085
7086 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7087
7088         A few small changes that speed up the peephole optimizer.
7089
7090         * src/SDCCpeeph.c
7091
7092 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7093
7094         Try to make the peephole optimizer smarter by maintaining
7095         an association between the assembly source code and the
7096         iCodes that originated them. Put this information to use
7097         with a new peephole rule condition "notVolatile" so that
7098         the rules can be aggressive yet still safe.
7099
7100         * src/SDCCpeeph.c
7101         * src/SDCCpeeph.h
7102         * src/mcs51/gen.c
7103         * src/mcs51/peeph.def
7104
7105 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7106
7107         Fixed bug #741761
7108
7109         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7110         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7111         if the left or right operand symbols have the accuse flag set.
7112
7113 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7114
7115         Changed the type of the result of the ! (NOT) operator to char;
7116         previously it returned the same type as the source. This allows
7117         us to eliminate all the genFloatNot functions (all of its target
7118         implementations were very buggy) since !float can use the same
7119         code as !long now.
7120
7121         * src/SDCCicode.c (ast2iCode): ! returns char
7122         * src/mcs51/gen.c (genNot, genNotFloat),
7123         * src/ds390/gen.c (genNot, genNotFloat),
7124         * src/z80/gen.c (genNot, genNotFloat),
7125         * src/pic/gen.c (genNot, genNotFloat),
7126         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7127
7128 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7129
7130         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7131         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7132            during interrupts. Ensure WSAVE is located at a shared bank address.
7133         2. Fixed page selection in some places
7134         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7135            the registers name strings.
7136         4. Fixed "signed / unsigned compare" compiler warnings.
7137         5. The PIC port manages its own allocation of the general purpose
7138            registers, but makes no attempt to reuse them. As a result when
7139            compiling it soon runs out of general purpose registers. Some
7140            additional code was added to the files pcode.c and device.c to walk
7141            through the function call tree and rename the registers so that they
7142            get reused.
7143
7144         * src/pic/device.c
7145         * src/pic/gen.c
7146         * src/pic/glue.c
7147         * src/pic/pcode.c
7148         * src/pic/pcode.h
7149         * src/pic/ralloc.c
7150         * src/pic/ralloc.h
7151         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7152         genPlus() & genMinus() when the result is the same as left or right
7153
7154 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7155
7156         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7157
7158 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7159
7160         Made bitfield a distinct type from bit so that bitfields
7161         convert as per ANSI C and bits retain their traditional
7162         boolean style behaviour. Implemented bitfield support in
7163         the z80 port.
7164
7165         * src/SDCCsymt.h,
7166         * src/SDCCsymt.c,
7167         * src/SDCCast.c,
7168         * src/cdbFile.c,
7169         * src/mcs51/gen.c,
7170         * src/ds390/gen.c: bit v bitfield split
7171         * src/z80/gen.c: New support for bitfields
7172         * support/regression/tests/bitfields.c: reenabled z80,
7173         added more tests
7174
7175 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7176
7177         Rules 246.x, 247.x relate to bitfields, the others speed up
7178         access to xdata mapped I/O devices.
7179
7180         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7181
7182 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7183
7184         Cleaned up genPackBits and genUnpackBits and added two helper
7185         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7186         for literal assignments in genPackBits (thanks to Frieder for
7187         reminding me).
7188
7189         * src/mcs51/gen.c
7190         * src/ds390/gen.c
7191
7192 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7193
7194         Fixed bug #748310 (pointer to function type mishandled when the
7195         function name is omitted). Also fixed a SIGSEGV when a function
7196         attribute (reentrant, etc) is used on a non-function or on a
7197         function but misplaced before the parameter list.
7198
7199         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7200         bug #748310
7201         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7202         * support/Util/SDCCerr.h,
7203         * support/Util/SDCCerr.c: Added func attr misuse error msg
7204
7205 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7206
7207         Fixed bug #787649 by anonymous
7208         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7209         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7210
7211 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7212
7213         Fixed numerous bitfield problems.
7214
7215         * src/SDCC.y: More bitfield related error checking
7216         * src/SDCCsymt.h,
7217         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7218         * support/Util/SDCCerr.h,
7219         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7220         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7221         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7222         * support/regression/tests/bitfields.c: tests added
7223
7224 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7225
7226         Made the constant following the "interrupt" keyword optional. If
7227         omitted, the function will not automatically be given an entry
7228         in the interrupt vector table (similar to #pragma NOIV, but
7229         less syntacticly kludgy). The interrupt number is also now
7230         range checked. Also fixed a bug in the high order bit example
7231         in the manual.
7232
7233         * src/SDCC.y
7234         * src/SDCCmem.c
7235         * src/SDCCglue.c
7236         * src/SDCCsymt.h
7237         * support/Util/SDCCerr.c
7238         * support/Util/SDCCerr.h
7239         * doc/sdccman.lyx
7240
7241 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7242
7243         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7244         * src/SDCCicode.c (operandOperation): rewritten some ops
7245         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7246         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7247         other type
7248         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7249         be re-activated by defining REDUCE_LITERALS)
7250         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7251         unsigned, but are signed by default
7252         * src/SDCCval.c (constVal): rearranged
7253         * src/SDCCval.c (valMod): preliminary fix
7254         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7255         * support/regression/literalop.c: added, work in progress
7256
7257 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7258
7259         Generate warnings for useless declarations like "char data;"
7260         that don't do what new users expect.
7261
7262         * src/SDCC.y
7263         * support/Util/SDCCerr.h
7264         * support/Util/SDCCerr.c
7265
7266 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7267
7268         * src/SDCCval.c (valMult): fix overflow detection of negative int
7269
7270 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7271
7272         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7273
7274         Changes to support big endian targets:
7275
7276         * src/ports.h
7277         * src/SDCCglue.c
7278         * src/avr/main.c
7279         * src/ds390/main.c
7280         * src/izt/i186.c
7281         * src/mcs51/main.c
7282         * src/pic/main.c
7283         * src/pic16/main.c
7284         * src/xa51/main.c
7285         * src/z80/main.c
7286
7287 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7288
7289         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7290         * device/lib/time.c: fixed warning "integer overflow in expression"
7291
7292 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7293
7294         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7295         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7296         constants are unsigned; added recognition of "u" flag for unsigned
7297         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7298         * src/SDCCval.c (valDiv, valMod): fixed signdness
7299         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7300         signedness of modulo, left and right shift
7301         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7302         * support/Util/SDCCerr.h: added warning W_INT_OVL
7303         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7304         * src/SDCCast.c (ast_print): improved output of constants
7305
7306 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7307
7308         Fixed some warnings when building with MSVC:
7309
7310         * as\mcs51\asdata.c
7311         * as\z80\asdata.c
7312         * as\mcs51\asm.h
7313         * as\z80\asm.h
7314         * link\z80\aslink.h
7315         * link\z80\lkdata.c
7316         * link\z80\lkeval.c
7317         * link\z80\lkgb.c
7318         * link\z80\lkihx.c
7319         * link\z80\lks19.c
7320         * link\z80\lksym.c
7321         * support\cpp2\cpplib.c
7322         * src\ds390\gen.c
7323         * src\mcs51\gen.c
7324
7325 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7326
7327         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7328
7329 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7330
7331         * support\librarian\clean.mk: Do not remove Makefile.
7332         * support\librarian\Makefile: added.
7333
7334 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7335
7336         Added librarian to MSVC build:
7337         * all.dsp
7338         * sdcc.dsw
7339         * support\librarian\librarian.dsp
7340
7341         'configure' not needed for librarian, removed:
7342         * support\librarian\configure
7343         * support\librarian\configure.in
7344         * support\librarian\config_in.h
7345         * support\librarian\Makefile.in
7346
7347         Hopefully these ones built the librarian and the rest of sdcc properly:
7348         * Makefile
7349         * Makefile.common.in
7350
7351         Messed up 'configure', so revert to previous version:
7352         * configure
7353         * configure.in
7354
7355 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7356
7357         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7358         there, while the mantissa of a double is "only" 53 bits wide.
7359
7360 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7361
7362         Adding sdcclib to the build.  MSVC project coming soon.
7363         Files added/changed:
7364
7365         * support\librarian\clean.mk
7366         * support\librarian\configure
7367         * support\librarian\configure.in
7368         * support\librarian\config_in.h
7369         * support\librarian\Makefile.bcc
7370         * support\librarian\Makefile.in
7371         * support\librarian\sdcclib.c
7372         * Makefile.bcc
7373         * Makefile
7374         * Makefile.common.in
7375         * configure
7376         * configure.in
7377
7378 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7379
7380         Linker now complaints if linked modules have conflicting options, for
7381         example, one compiled using --model-large and another one compiled with
7382         --model-small.  The following files were modified:
7383
7384         * as\mcs51\asdata.c
7385         * as\mcs51\aslink.h
7386         * as\mcs51\asm.h
7387         * as\mcs51\asmain.c
7388         * as\mcs51\asout.c
7389         * as\mcs51\i51pst.c
7390         * as\mcs51\lkdata.c
7391         * as\mcs51\lklibr.c
7392         * as\mcs51\lkmain.c
7393         * as\z80\asdata.c
7394         * as\z80\asm.h
7395         * as\z80\asmain.c
7396         * as\z80\asout.c
7397         * as\z80\z80pst.c
7398         * link\z80\aslink.h
7399         * link\z80\lkdata.c
7400         * link\z80\lklibr.c
7401         * link\z80\lkmain.c
7402         * src\SDCCglue.c
7403
7404 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7405
7406         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7407         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7408
7409 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7410
7411         * src/z80/mappings.i: fix _mul[us][int,long] entries
7412
7413 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7414
7415         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7416
7417 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7418
7419         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7420         * support/regression/tests/bitopcse.c: added
7421         fixed warning:
7422         * src/avr/gen.c:
7423         * src/pic/gen.c:
7424         * src/pic16/gen.c:
7425         * src/z80/gen.c:
7426         * src/xa51/gen.c:
7427
7428 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7429
7430         added support for new library format to z80, gbz80 linkers:
7431         *link/z80/aslink.h
7432         *link/z80/lklex.c
7433         *link/z80/lklib.c
7434         *link/z80/lklist.c
7435
7436 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7437
7438         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7439         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7440
7441 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7442
7443         added DUMMY_READ_VOLATILE:
7444         * src/SDCC.y:
7445         * src/avr/gen.c:
7446         * src/xa51/gen.c:
7447         * src/z80/gen.c:
7448         * src/pic/gen.c:
7449         * src/pic16/gen.c:
7450         * src/mcs51/gen.c:
7451         * src/ds390/gen.c:
7452         * src/SDCCcse.c (algebraicOpts): many improvements
7453         * src/SDCCcse.h: removed algebraicOpts()
7454         * src/SDCCicode.c (picDummyRead): added
7455
7456 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7457
7458         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7459         "Insufficient space in data memory".
7460
7461 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7462
7463         * src/mcs51/gen.c: fixed bug #771358
7464         * src/z80/gen.c: fixed bug #759087
7465
7466 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7467
7468         * src/pic16/glue.c: minor cleanup by Vangelis
7469
7470 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7471
7472         * device/include/regc515c.h: fixed #758477
7473         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7474         * device/lib/_gptrput.c: saved a few bytes
7475         * my tab spacing is 8, yours too?)
7476         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7477         * device/lib/serial.c: process RX bytes earlier than TX bytes
7478         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7479
7480 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7481
7482         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7483
7484 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7485
7486     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7487
7488 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7489
7490         * device/lib/Makefile.in: bad fix, reverted to 1.43
7491
7492 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7493
7494         * device/lib/Makefile.in: added missing z80 object files
7495
7496 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7497
7498         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7499         pic16 progress by Vangelis:
7500         * src/SDCCglobl.h:
7501         * src/SDCCmain.c:
7502         * src/pic/Makefile:
7503         * src/pic:
7504         * pic/Makefile:
7505         * pic16/device.c:
7506         * pic16/device.h:
7507         * pic16/gen.c:
7508         * pic16/gen.h:
7509         * pic16/genarith.c:
7510         * pic16/glue.c:
7511         * pic16/main.c:
7512         * pic16/pcode.c:
7513         * pic16/pcode.h:
7514         * pic16/pcodepeep.c:
7515         * pic16/peeph.def:
7516
7517 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7518
7519     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7520
7521 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7522
7523     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7524     added gbz80 build to MSVC project.
7525     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7526     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7527     from 8051 stuff and setup so it links using a .lnk file.
7528
7529 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7530
7531     * support/librarian/sdcclib.c: sdcc librarian.
7532     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7533     with sdcclib.
7534
7535 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7536
7537     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7538
7539 2003-07-02  Borut Razem <borut.razem AT siol.net>
7540
7541         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7542         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7543         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7544         src/xa51/main.c, src/z80/main.c:
7545         virtualization of glue() function: each port has it's own glue function,
7546         which is accessed by do_glue function pointer in PORT.general structure
7547
7548 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7549
7550         * DS800C400 fun, improved ROM interface and tinibios.
7551
7552 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7553
7554         * More support for DS80C400. Now includes beginning of interface to ROM.
7555
7556 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7557
7558         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7559
7560 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7561
7562         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7563
7564 2003-06-19  Borut Razem <borut.razem AT siol.net>
7565
7566         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7567
7568 2003-06-19  Borut Razem <borut.razem AT siol.net>
7569
7570         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7571         fixed Z80 port - crt0.o: cannot open.
7572
7573 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7574
7575         * support/Util/MySystem.c (merge_command): revert bad fix
7576
7577 2003-06-18  Borut Razem <borut.razem AT siol.net>
7578
7579         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7580
7581 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7582
7583         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7584         option --use-stdout sends errors to stdout instead of stderr.
7585
7586 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7587
7588         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7589
7590 2003-06-15  Borut Razem <borut.razem AT siol.net>
7591
7592         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7593         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7594         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7595         fixed width array of pointers replaced with sets;
7596         multiple include and lib paths ared transferred to preprocessor and linker
7597         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7598         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7599         fixed width array of pointers
7600         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7601         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7602         fixupPath(), getPathDifference()
7603         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7604         fixed width array of pointers
7605
7606 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7607
7608         * src/pic16/ralloc.c: fix warnings
7609         * src/pic16/pcode.c: fix warning
7610
7611 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7612
7613          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7614         know all the details, but essentially this set of changes enable
7615         the pic16 port to generate movff instructions and generate assembler
7616         directives,
7617         * src/SDCCmain.c:
7618         * src/pic16/gen.c:
7619         * src/pic16/glue.c:
7620         * src/pic16/pcode.c:
7621         * src/pic16/device.c:
7622         * src/pic16/main.c:
7623         * src/pic16/pcode.h:
7624         * src/pic16/pcoderegs.c:
7625         * src/pic16/ralloc.c:
7626         * src/pic16/ralloc.h:
7627
7628 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7629
7630         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7631         added option --vc, so sdcc errors and warnings are compatible with
7632         Microsoft Visual Studio.
7633
7634 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7635
7636         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7637           device/lib/libfloat.lib: added atof function.
7638
7639 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7640
7641         * doc/sdccman.lyx: updated to Lyx 1.3
7642         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7643         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7644         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7645
7646 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7647
7648         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7649
7650 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7651
7652         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7653           additions to the "related tools/documentation" section
7654
7655 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7656
7657         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7658
7659 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7660
7661         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7662         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7663
7664 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7665
7666         * doc/sdccman.lyx: fix double dash and other minor things
7667         * doc/Makefile: fix double dash
7668
7669 2003-05-28  Karl Bongers(patches from Martin Helmling)
7670         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7671           condition and ignore commands.
7672
7673 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7674
7675         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7676           is in parts still quite out of date, I did changes as far as I felt makes sense
7677           for a non-native english speaker.
7678           Please feel free to add to the manual or to correct my changes.
7679         * doc/Makefile: undid touching the date of intermediate tex files.
7680
7681 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7682
7683         * doc/sdccman.lyx: Manual has an index now
7684
7685 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7686
7687         Finalize muluint/mulsint and mululong/mulslong merging:
7688         * device/lib/_mulint.c
7689         * device/lib/_mullong.c
7690         * device/lib/gbz80/mul.s
7691         * device/lib/gbz80/stubs.s
7692         * device/lib/z80/mul.s
7693         * device/lib/z80/stubs.s
7694         * src/SDCCsymt.c (initCSupport)
7695
7696 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7697
7698         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7699         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7700           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7701           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7702           instead of /Zm500.
7703
7704 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7705
7706         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7707           the regression tests I'm not brave enough to enable 245.b, 245.c
7708         * doc/sdccman.lyx: added latex preamble for hyperref package.
7709           Using pdflatex this will give you a hyperlinked pdf file with
7710           bookmarks. (prepend '%' before /usepackage if this breaks something)
7711
7712 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7713
7714          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7715
7716 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7717
7718         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7719
7720 2003-05-21    <johan AT balder>
7721
7722         * src/SDCCglue.c (printIval): fixed bug #739934
7723
7724 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7725
7726         Applied patch from bug 737905 (renamed yylineo to mylineno):
7727         * src/altlex.c
7728         * src/SDCCast.c
7729         * src/SDCglobl.h
7730         * src/SDCC.lex
7731         * src/SDCCsymt.c
7732         * src/SDCCval.c
7733         * src/pic16/pcode.c: Cleaned warnings
7734         * src/pic16/pcodeflow.c: Cleaned warnings
7735         * src/pic16/pcoderegs.c: Cleaned warnings
7736
7737 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7738
7739         * src/pic16/pcode.c: Cleaned warnings
7740         * src/pic16/pcodepeep.c: Cleaned warnings
7741         * src/pic16/ralloc.c: Cleaned warnings
7742
7743 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7744
7745         * doc/sdccman.lyx: fixed bug 739745
7746         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7747
7748 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7749
7750         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7751         it can be defined with CFLAGS when running configure
7752         * src/SDCCmain.c: fixed compiling + linking with object files
7753
7754 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7755
7756         * configure.in: configure for pic16 port,
7757             added --disable-pic16-port
7758         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7759         * src/SDCCmain.c: linkOptions is changed to set *,
7760             added if/endif conditional macros to remove options help
7761             messages from optionsTable when a port is not configured, added
7762             support for the PIc16 port in the ports table, when executing
7763             the compiler with no port specified on command line, a default
7764             port is selected with the new macro DEFAULT_PORT which is
7765             defined in port.h, in setDefaultOptions() linkOptions is removed
7766             from initialization assignment, since now it is a set,
7767             parseCmdLine uses setParseWithComma for linkOptions, in
7768             linkEdit() linkOptions are accessed with new function indexSet()
7769             which returns the i'th item of a set variable. See SDCCset.c, in
7770             linkEdit() when calling buildCmdLine(), added linkOptions as
7771             last argument. Now users can pass arguments to gplink via the
7772             -Wl option, main() uses pic16glue() to glue up pic16 programs
7773         * src/SDCCpeeph.c: various changes to support pic16
7774         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7775             return the i'th item of the set
7776         * src/SDCCset.h: added function prototype for indexSet()
7777         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7778         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7779         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7780             added macro DEFAULT_PORT
7781         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7782         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7783             generated
7784         * src/pic16/glue.c: commented out some error producing lines
7785         * src/pic16/main.c: __config directives are commented out to stop
7786             gpasm complaining and test the linkage with gplink, _linkCmd and
7787             _asmCmd changed to be more gplink and gpasm friendly
7788         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7789             produced an error when parsed, peep rule 12 is added to utilize
7790             movff, but it is commented out since the pCode does not support
7791             yet a command with 2 address arguments
7792
7793 2003-05-18    <johan AT balder>
7794
7795         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7796         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7797 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7798
7799         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7800   Added feature to script commands from file.
7801
7802 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7803
7804         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7805         * src/SDCCutil.c: include ctype.h for win32
7806
7807 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7808
7809         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7810
7811 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7812
7813         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7814   Fixed so you can set breakpoints prior to run, run does not stop
7815   on entry now.  Add tbreak.  Other enhancements and fixes for use
7816   with ddd.
7817
7818 2003-05-12  Borut Razem <borut.razem AT siol.net>
7819
7820         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7821
7822 2003-05-11  Borut Razem <borut.razem AT siol.net>
7823
7824         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7825         the path of bin directory, so that PATH is the only env. variable, which has to be set
7826         in case of standard installation.
7827         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7828         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7829         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7830
7831 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7832
7833         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7834         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7835         temp files are in the port dir; clean the gen/test directory when
7836         generating new test.c
7837         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7838         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7839         * support/regression/tests/zeropad.c: added
7840
7841 2003-05-09    <johan AT balder>
7842
7843         * src/SDCCglue.c: fixed bug #597940
7844
7845 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7846
7847         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7848   cache sfr, optimize next,step, fix off by one sourceline,
7849   support ddd list function.
7850         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7851
7852 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7853
7854         * support/regression/HTMLgen.py: added compare_s2f()
7855         * support/regression/Makefile: redo 1.27
7856         * support/regression/generate-cases.py: redo 1.5
7857
7858 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7859
7860         * support/regression/tests/float.c: workaround 33 bit hex constant
7861         * support/regression/tests/simplefloat.c: fix division for host
7862
7863 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7864
7865         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7866         that tame's the PIC's over-aggressive optimizer.
7867
7868 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7869
7870          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7871          support for MSVC.
7872
7873 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7874
7875         Initial support for DS80C400. "Hello world" runs on TINIm400
7876         (with polled I/O).
7877
7878 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7879
7880          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7881          * Some notes on ddd usage added in debugger/README
7882          Martin Helmling adding more features and fixes for ddd GUI debugger.
7883          Code added for nexti, stepi, up, down, and other adjustments.
7884
7885 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7886
7887         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7888         * src/pic/peeph.def Added two rules to optimize carry manipulation
7889         * src/pic/* removed debug printfs
7890
7891 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7892
7893         * debugger/mcs51/cmd.c: added header newalloc.h
7894
7895 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7896
7897         * as/Makefile: new EXEEXT
7898         * as/z80/Makefile: remove trailing slash of BUILDIR
7899         * as/z80/clean.mk: new EXEEXT
7900         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7901         * support/cpp2/Makefile.in: new EXEEXT
7902         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7903
7904 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7905
7906         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7907         EXEEXT was introduced to fix all related problems with targets
7908         "clean", "install" and "uninstall"; a couple of further flaws
7909         especially with "clean" have been fixed too
7910         * as/mcs51/Makefile.in
7911         * as/mcs51/clean.mk
7912         * as/z80/Makefile
7913         * Makefile
7914         * clean.mk
7915         * debugger/mcs51/Makefile.in
7916         * debugger/mcs51/clean.mk
7917         * link/z80/Makefile
7918         * link/z80/Makefile.in
7919         * link/z80/clean.mk
7920         * link/Makefile
7921         * packihx/Makefile.in
7922         * packihx/clean.mk
7923         * sim/ucsim/Makefile
7924         * sim/ucsim/clean.mk
7925         * sim/ucsim/avr.src/Makefile.in
7926         * sim/ucsim/avr.src/clean.mk
7927         * sim/ucsim/s51.src/Makefile.in
7928         * sim/ucsim/s51.src/clean.mk
7929         * sim/ucsim/xa.src/Makefile.in
7930         * sim/ucsim/xa.src/clean.mk
7931         * sim/ucsim/z80.src/Makefile.in
7932         * sim/ucsim/z80.src/clean.mk
7933         * sim/ucsim/main_in.mk
7934         * sim/ucsim/packages_in.mk
7935         * sim/ucsim/gui.src/Makefile.in
7936         * sim/ucsim/gui.src/serio.src/Makefile.in
7937         * sim/ucsim/gui.src/serio.src/clean.mk
7938         * src/Makefile.in
7939         * src/clean.mk
7940         * support/cpp2/Makefile.in
7941         * support/cpp2/clean.mk
7942         * support/makebin/Makefile
7943         * support/makebin/clean.mk
7944         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7945         * doc/sdccman.lyx: --program-suffix no longer needed
7946
7947 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7948
7949          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7950          Martin Helmling added support for ddd GUI debugger.
7951          Code added to display assembly, set variables, and other commands
7952          to interface to ddd.
7953
7954 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7955
7956         * as/Makefile: fix target clean
7957         * as/clean.mk: fix target clean
7958         * as/z80/clean.mk: fix target clean
7959
7960 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7961
7962         * Makefile.common.in: added  AT EXEEXT AT
7963         * configure.in: removed all mingw32 stuff
7964         * configure: rebuilt from configure.in
7965         * doc/sdccman.lyx: updated section "installation"
7966         * support/scripts/sdcc_mingw32: adapted to configure
7967         * support/scripts/sdcc_cygwin_mingw32: added
7968
7969 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7970
7971         * src/pic Added object file support for the PIC port
7972         * src/pic Applied patch from Craig Franklin (this started the object file support)
7973         * src/regression Updated the PIC regression tests for object files
7974
7975 2003-04-20  Borut Razem <borut.razem AT siol.net>
7976
7977         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7978           lklex.c: In function `getfid':
7979           lklex.c:203: warning: array subscript has type `char'
7980         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7981           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7982         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7983           stack handling macros
7984
7985 2003-04-19  Borut Razem <borut.razem AT siol.net>
7986
7987         * "handling space characters in file path" task:
7988         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
7989         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
7990         * support/Util/MySystem.h: make it self-sufficient
7991         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
7992           src/z80/main.c, sdcc/as/mcs51/lklex.c:
7993           handling space characters in file path
7994         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
7995           (it will be used by assemblers, which have their own includes, e.g. gpasm)
7996         * support/Util/MySystem.c: handling space characters in executable's path
7997
7998 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
7999
8000         * as/z80/Makefile: fix permanent rebuild of z80
8001         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8002         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8003
8004 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8005
8006         * src/SDCCopt.c: add special case optimization to replace modulo by
8007           a power of two with a bitwise AND.
8008
8009 2003-04-18    <johan AT balder>
8010
8011         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8012
8013 2003-04-17    <johan AT balder>
8014
8015         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8016         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8017
8018 2003-04-13  Borut Razem <borut.razem AT siol.net>
8019
8020         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8021         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8022           fixed mingw problem in adl_NORMALIZE_PATH
8023
8024 2003-04-12  Borut Razem <borut.razem AT siol.net>
8025
8026         * fixed "#pragma SAVE/RESTORE can not be nested":
8027         * src/SDCC.lex: reworked pragma handling functions
8028         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8029         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8030
8031 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8032
8033         * src/SDCCutil.c (pathEquivalent): defined but not used
8034         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8035         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8036         * configure: rebuilt from configure.in
8037         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8038         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8039         * device/include/Makefile.in: replace sdcc_datadir
8040         * device/lib/Makefile.in: replace sdcc_datadir
8041         * Makefile.common.in: add LDFLAGS from configure
8042         * packihx/Makefile.in: use LDFLAGS
8043         * src/Makefile.in: use LDFLAGS
8044         * support/cpp2/Makefile.in: add LDFLAGS from configure
8045         * support/makebin/Makefile: use LDFLAGS
8046         * .version: bumped version number to 2.3.5
8047
8048 2003-04-12  Borut Razem <borut.razem AT siol.net>
8049
8050         * completed "different paths" task:
8051         * src/SDCCmacro.c: fixed bug in handling quotes
8052         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8053         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8054
8055 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8056
8057         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8058
8059 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8060
8061         * ds390/gen.c ds390/peeph.def: fix bug 706781
8062
8063 2003-04-11  Borut Razem <borut.razem AT siol.net>
8064
8065         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8066
8067 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8068
8069         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8070         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8071          set - this bit used to not be set...).
8072         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8073           bad code in PIC Port
8074         * src/regression/and2.c added to test bug 609268
8075         * src/regression/Makefile added and2.c to regression test
8076
8077
8078 2003-04-08    <johan AT CP255758-A>
8079
8080         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8081         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8082         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8083
8084 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8085
8086         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8087         fix bug #487815
8088         * support/cpp2/Makefile.in: fix bug #487815
8089         * configure: rebuilt from configure.in
8090         * Makefile.common.in: docdir changed, new path suffixes
8091         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8092         * sdcc_vc_in.h: reflect changes from sdccconf.h
8093         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8094         * src/SDCCutil.h: remove BINDIR hack
8095         * doc/sdccman.lyx: update new path hierarchy
8096
8097 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8098
8099         * src/SDCCpeeph.c: added okToRemoveSLOC test
8100
8101 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8102
8103         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8104
8105 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8106
8107         * src/SDCCpeeph.c: added labelIsReturnOnly test
8108         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8109
8110 2003-04-05    <johan AT balder>
8111
8112         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8113         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8114         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8115         * src/SDCCast.c: fixed a warning
8116         * src/SDCCast.h: fixed a warning
8117         * src/SDCCicode.c (operandFromAst): fixed a warning
8118
8119 2003-04-04    <johan AT balder>
8120
8121         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8122         * src/SDCCast.c (decorateType): fixed bug #715076
8123         * src/SDCC.y: fixed bug #702907
8124
8125 2003-04-03    <johan AT balder>
8126
8127         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8128         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8129         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8130         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8131         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8132
8133 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8134
8135         * _decdptr.c: fix return values
8136         * _gptrget.c: fix return values
8137         * _gptrgetc.c: fix return values
8138         * _gptrput.c: fix return values
8139         * _mulint.c: fix return values
8140         * as/z80/Makefile: fix 'make -j' problem
8141
8142 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8143
8144         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8145         * configure.in: big cleanup, updated to autoconf 2.5x
8146         * configure: rebuilt from configure.in
8147         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8148         * sdcc_vc_in.h: reflect changes from sdccconf.h
8149         * doc/Makefile: fixed a flaw in "make install"
8150
8151 2003-04-02    <johan AT balder>
8152
8153         * src/ds390/gen.c (genCmp): no comments
8154         * src/mcs51/gen.c (genCmp): no comments
8155         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8156         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8157
8158 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8159
8160         * support/regression/generate-cases.py: place generated file in given sub directory
8161         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8162         * support/regression/Makefile: improvements for 'make -j';
8163         side effect: it's simpler and faster now
8164
8165 2003-03-31  Borut Razem <borut.razem AT siol.net>
8166
8167         * src/z80/main.c: link-{port} and as-{port} defined without path
8168         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8169
8170 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8173
8174 2003-03-30  Borut Razem <borut.razem AT siol.net>
8175
8176         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8177           changed type of list parameter to set
8178         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8179         * src/port.h: changed type of do_assemble() parameter to set
8180         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8181           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8182           definition of "cppoutfilename" macro with NULL value in preProcess()
8183         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8184         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8185         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8186           replaced with set *binPathSet
8187         * shash_add() deallocates the item, if allready exsists, before adding the new one
8188         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8189
8190 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8191
8192         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8193           a nested for loop bug in the PIC port
8194         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8195           for loops
8196
8197 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8198
8199         * support/Util/dbuf.h: remove C++ stuff to make it portable
8200
8201 2003-03-28  Borut Razem <borut.razem AT siol.net>
8202
8203         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8204           literal strings in stringLiteral()
8205         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8206         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8207           to the project
8208
8209 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8210
8211         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8212
8213 2003-03-26    <johan AT balder>
8214
8215         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8216         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8217         * src/SDCCast.c (decorateType): fixed " -v < 3"
8218
8219 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8220
8221         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8222         Added Lenny Story's debug infrastructure changes:
8223         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8224         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8225         * src/cdbFile.c: added
8226         * src/SDCCdebug.c: added
8227         * src/SDCCdebug.h: added
8228         * src/SDCCast.c (createFunction)
8229         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8230         * src/SDCCmain.c (parseCmdLine, main)
8231         * src/SDCCmem.c (redoStackOffsets)
8232         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8233         * src/SDCCsymt.h
8234         * src/common.h
8235         * src/avr/gen.c (genAVRCode)
8236         * src/ds390/gen.c (gen390Code)
8237         * src/mcs51/gen.c (gen51Code)
8238         * src/pic/gen.c (genpic14Code)
8239         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8240         * src/xa51/gen.c (genXA51Code)
8241         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8242
8243 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8244
8245         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8246         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8247
8248 2003-03-22    <johan AT balder>
8249
8250         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8251
8252 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8253
8254         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8255         * doc/cdbfileformat.lyx: added, written by Lenny Story
8256         * doc/Makefile: added cdbfileformat.lyx
8257         * doc/clean.mk: added cdbfileformat.lyx
8258
8259 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8260
8261         * src/mcs51/peeph.def: fix bug #705773
8262
8263 2003-03-20    <johan AT balder>
8264
8265         An sfr/sbit can have an "at #" AND an initializer
8266         * src/SDCCsymt.c (checkSClass):
8267         * src/SDCCmem.c (allocGlobal):
8268         * src/SDCCmem.c (allocLocal):
8269         * src/SDCCast.c (createBlock):
8270
8271 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8272
8273         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8274
8275 2003-03-16    <johan AT balder>
8276
8277         Undid the hackup of const and volatile, the problem is much bigger
8278         * src/SDCC.y:1.65
8279         * src/SDCCast.c:1.171
8280         * src/SDCCglue.c:1.138
8281         * src/SDCCicode.c:1.146
8282         * src/SDCCsymt.c:1.150
8283         * src/SDCCval.c:1.65
8284
8285 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8286
8287         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8288         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8289
8290 2003-03-13    <johan AT balder>
8291
8292         Hackup const and volatile modifiers in type chains a bit:
8293         * src/SDCC.y:1.63
8294         * src/SDCCast.c:1.169
8295         * src/SDCCglue.c:1.136
8296         * src/SDCCicode.c:1.143
8297         * src/SDCCsymt.c1.146
8298         * src/SDCCsymt.h1.59
8299         * src/SDCCval.c:1.63
8300
8301 2003-03-12    <johan AT balder>
8302
8303         * src/SDCCBBlock.h: more LRH debugging junk
8304         * src/SDCCcflow.h: more LRH debugging junk
8305         * src/SDCCloop.c: more LRH debugging junk
8306         * src/SDCC.y (struct_declaration): fixed bug #697590
8307         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8308         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8309         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8310
8311 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8312         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8313         test function names must now match exactly).
8314         * src/SDCCcse.c: added special case in findCheaperOp to allow
8315         extending a short integer. Makes less awful code for bug 700121 test case.
8316
8317 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8318
8319         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8320         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8321
8322 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8323
8324         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8325         actually called (operandsNotEqual() was called for all
8326         operandsNotEqualX tests).
8327
8328 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8329
8330         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8331         with shorter literals. Fixes bug 700121.
8332
8333 2003-03-11    <johan AT balder>
8334
8335         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8336
8337 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8338
8339         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8340         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8341
8342 2003-03-10  Borut Razem <borut.razem AT siol.net>
8343
8344         * src/SDCCmain.c: pipe preprocessor's output
8345         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8346         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8347         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8348         which closes all pipes in pipeSet set
8349         * src/SDCCset.c: free deleted item in function deleteSetItem()
8350         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8351         moved from z80 to src subproject
8352         * .version: increased version number to 2.3.4
8353
8354 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8355
8356         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8357         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8358         * support/regression/ports/xa51/spec.mk: fix typo
8359
8360 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8361
8362         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8363
8364 2003-03-09  Borut Razem <borut.razem AT siol.net>
8365
8366         * src/SDCCmain.c: pipe preprocessor's output
8367         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8368         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8369         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8370         which closes all pipes in pipeSet set
8371         * src/SDCCset.c: free deleted item in function deleteSetItem()
8372         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8373         moved from z80 to src subproject
8374
8375 2003-03-09  Borut Razem <borut.razem AT siol.net>
8376
8377         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8378         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8379         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8380         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8381         * src/SDCCglobl.h: unification of WIN32 native definitions
8382
8383 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8384
8385         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8386
8387 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8388
8389         * src/configure.in:   check for endianess (even while cross-compiling)
8390         * src/configure:      check for endianess (even while cross-compiling)
8391         * src/configure_in.h: check for endianess (even while cross-compiling)
8392         * src/avr/gen.c:        remove old endianess stuff
8393         * src/mcs51/gen.c:      remove old endianess stuff
8394         * src/ds390/gen.c:      remove old endianess stuff
8395         * src/pic/gen.c:        remove old endianess stuff
8396         * src/pic/genarith.c:   remove old endianess stuff
8397         * src/pic/glue.c:       fix endianess check
8398         * src/pic16/gen.c:      remove old endianess stuff
8399         * src/pic16/genarith.c: remove old endianess stuff
8400         * src/pic16/glue.c:     fix endianess check
8401         * src/xa51/gen.c:       remove old endianess stuff
8402         * src/z80/gen.c:        fix endianess check
8403         * src/SDCCglue.c:       fix endianess check
8404         * src/ds390/peeph.def: fix bug 700036
8405
8406 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8407
8408         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8409         * src/configure: find appropriate data-types on host for SDCC's int and long
8410         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8411         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8412         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8413
8414 2003-03-07    <johan AT balder>
8415
8416         Just a big NOOP:
8417                 some minor cleanups before the big shot
8418                 OP_DEFS and OP_USES now use Kevin's protection
8419                 new option --nolabelopt
8420
8421         * src/SDCCBBlock.c:
8422         * src/SDCCast.c,:
8423         * src/SDCCcflow.c:
8424         * src/SDCCcse.c:
8425         * src/SDCCicode.c:
8426         * src/SDCCicode.h:
8427         * src/SDCClabel.c:
8428         * src/SDCCloop.c:
8429         * src/SDCCmain.c:
8430         * src/ds390/ralloc.c:
8431         * src/mcs51/ralloc.c:
8432         * src/pic/ralloc.c:
8433         * src/xa51/ralloc.c:
8434         * src/z80/ralloc.c:
8435
8436 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8437
8438         * src/pic/pcode.c (get_op): fix 64 bit warnings
8439         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8440         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8441         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8442         * support/regression/tests/malloc.c: fix 64 bit warnings
8443
8444 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8445
8446         * src/mcs51/gen.c (genMinus): fixed bug 696436
8447
8448 2003-03-02  Borut Razem <borut.razem AT siol.net>
8449
8450         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8451
8452 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8453
8454         * configure.in: test for mkstemp
8455         * sdccconf_in.h: add HAVE_MKSTEMP
8456
8457 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8458
8459         * device/include/ctype.h: removed warning while using --stack-auto
8460         * device/include/malloc.h: removed warning while using --stack-auto
8461         * device/include/string.h: removed warning while using --stack-auto
8462
8463 2003-02-23  Borut Razem <borut.razem AT siol.net>
8464
8465         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8466         because NDEBUG is defined (see man assert)
8467         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8468
8469 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8470
8471         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8472         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8473
8474 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8475
8476         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8477         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8478
8479 2003-02-18    <johan AT balder>
8480
8481         * as/mcs51/asmain.c (asmbl): module can start with a digit
8482         * as/z80/asmain.c (asmbl): module can start with a digit
8483
8484 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8485
8486         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8487         * src/asm.c: fix pipe() for Mingw32
8488
8489 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8490
8491         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8492         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8493         make -V work again; --c1mode reads now from stdin
8494         * doc/sdccman.lyx: added --c1mode
8495         * support/Util/SDCCerr.c: new messages for c1 mode
8496         * support/Util/SDCCerr.h: new messages for c1 mode
8497         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8498
8499 2003-02-15    <johan AT balder>
8500
8501         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8502
8503 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8504
8505         * doc/sdccman.lyx: Environment variables, -o and other minor things
8506
8507 2003-02-14    <johan AT balder>
8508
8509         * src/xa51/main.c: before anyone really tries to use it :)
8510
8511         * Install doc's in share/sdcc/doc
8512         * removed some obsolete files
8513         * Do a proper make distclean and uninstall
8514         M Makefile.common.in
8515         R sdccbuild.sh
8516         M as/Makefile
8517         M device/include/Makefile.in
8518         M device/lib/Makefile.in
8519         M doc/sdccman.lyx
8520         M link/Makefile
8521         M sim/ucsim/doc/Makefile.in
8522         M src/clean.mk
8523         R src/avr/peeph.rul
8524         R src/xa51/peeph.rul
8525         M support/cpp2/Makefile.in
8526         M support/makebin/Makefile
8527
8528
8529 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8530
8531         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8532
8533 2003-02-10  Borut Razem <borut.razem AT siol.net>
8534
8535         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8536         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8537         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8538         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8539         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8540         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8541         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8542         src/z80/Makefile.bcc: Borland Makefile cleanup
8543         * as/z80/Makefile.bcc: Added Borland Makefile
8544         * support/cpp2/borland.h: Removed
8545
8546 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8547
8548         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8549         * src/SDCC.lex: new pragma NOIV
8550         * src/SDCCglobl.h: new pragma NOIV
8551         * src/SDCCmem.c: new pragma NOIV
8552
8553 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8554
8555         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8556
8557 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8558
8559         * src/SDCCmain.c: signal handling is switched off by --debug
8560         * doc/Makefile: small fix for install; use clean.mk again
8561         * doc/clean.mk: clean *.pdf and *.html too
8562
8563 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8564
8565         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8566         * device/lib/printfl.c: fix a ds390 bug by making it portable
8567         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8568         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8569         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8570         * debugger/mcs51/cmd.c: converted multi-line string literals
8571         * sim/ucsim/globals.cc: converted multi-line string literals
8572         * src/SDCCmain.c: introduced signal handler to remove temp files
8573         * doc/Makefile: small tweaks, implement clean
8574         * doc: removed generated files
8575
8576 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8577
8578         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8579         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8580         Address Record is not correctly generated for DS390."
8581
8582 2003-02-02  Borut Razem <borut.razem AT siol.net>
8583
8584         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8585         * as/mcs51/asm.h: fixed compilation with Borland C
8586         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8587         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8588         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8589         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8590         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8591         src/z80/Makefile.bcc: delete $(LIB) only if exist
8592         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8593
8594 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8595
8596         * device/include/malloc.h: introduced NULL
8597         * device/include/string.h: introduced NULL
8598         * device/include/stdlib.h: introduced NULL
8599         * device/lib/_memcpy.c: removed NULL
8600         * device/lib/_strcat.c: removed NULL
8601         * device/lib/_strchr.c: removed NULL
8602         * device/lib/_strcmp.c: removed NULL
8603         * device/lib/_strcpy.c: removed NULL
8604         * device/lib/_strcspn.c: removed NULL
8605         * device/lib/_strlen.c: removed NULL
8606         * device/lib/_strncat.c: removed NULL
8607         * device/lib/_strncmp.c: removed NULL
8608         * device/lib/_strncpy.c: removed NULL
8609         * device/lib/_strpbrk.c: removed NULL
8610         * device/lib/_strrchr.c: removed NULL
8611         * device/lib/_strspn.c: removed NULL
8612         * device/lib/_strstr.c: removed NULL
8613         * device/lib/_strtok.c: removed NULL
8614         * device/lib/malloc.c: removed NULL, include own header
8615
8616 2003-02-02    <johan AT balder>
8617
8618         * 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
8619         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8620         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8621         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8622         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8623         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8624
8625 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8626
8627         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8628         area 'DATA'"
8629
8630 2003-02-01    <johan AT balder>
8631
8632         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8633
8634 2003-01-31    <johan AT CP255758-A>
8635
8636         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8637
8638 2003-01-30    <johan AT balder>
8639
8640         * src/SDCCBBlock.c: automatic bug detection
8641         * src/SDCCicode.c: automatic bug detection
8642
8643 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8644
8645         * src/SDCCglobl.h:   now --xram-size 0 works
8646         * src/SDCCmain.c:    now --xram-size 0 works
8647
8648 2003-01-29    <johan AT balder>
8649
8650         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8651
8652 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8653
8654         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8655         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8656         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8657         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8658         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8659         * src/SDCCmain.c:    Added options --xram-size and --code-size
8660
8661 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8662
8663         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8664         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8665
8666 2003-01-27    <johan AT balder>
8667
8668         * src/SDCC.y: fixed bug #613764
8669
8670 2003-01-26    <johan AT balder>
8671
8672         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8673         * src/SDCCsymt.h: fixed bug #673374
8674         * src/SDCCglue.c: fixed bug #661910
8675         * src/SDCCast.c: fixed bug #458099 and 673374
8676
8677 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8678
8679         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8680         * as/mcs51/strcmpi.h: added
8681         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8682         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8683         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8684         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8685         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8686         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8687         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8688         * as/mcs51/Makefile.aslink: new module strcmpi
8689         * as/mcs51/Makefile.asx8051: new module strcmpi
8690         * as/mcs51/Makefil.bcc: new module strcmpi
8691         * as/mcs51/Makefile.in: new module strcmpi
8692         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8693
8694 2003-01-26    <johan AT balder>
8695
8696         * src/SDCCglue.c: reverted back to 1.124
8697         * src/SDCCast.c: reverted back to 1.156
8698         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8699
8700 2003-01-25    <johan AT balder>
8701
8702         * src/SDCCglue.c: A better fix for bug #661910
8703         * src/SDCCast.c: A better fix for bug #661910
8704         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8705
8706 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8707
8708         * src/Makefile.in: remove spawn.o
8709         * src/SDCCmain.c: remove spawn.h
8710         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8711         * src/spawn.c: removed
8712         * src/spawn.h: removed
8713         * support/regression/ports/ds390/spec.mk: link with -r
8714
8715 2003-01-24    <johan AT CP255758-A>
8716
8717         * src/ds390/gen.c (aopOp): fixed bug #667458
8718         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8719         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8720         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8721
8722 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8723
8724         * src/mcs51/peeph.def: better assembler identation by Frieder
8725         * src/mcs51/gen.c: better assembler identation by Frieder
8726
8727 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8728
8729         * as/z80/string.h: removed for gcc 3.2
8730         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8731         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8732
8733 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8734
8735         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8736         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8737         * support/regression/Makefile: separate temp files for ports
8738         * support/regression/generate-cases.py: separate temp files for ports
8739         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8740         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8741
8742 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8743
8744         * moved tinitalk to device/examples/ds390
8745
8746 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8747
8748         * as/mcs51/lkmem.c: rflag is for DS390
8749         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8750         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8751                          (linkEdit): move mem- and map-files the same way as ihx-files
8752         * src/z80/main.c (_setDefaultOptions): removed --generic
8753         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8754         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8755         * src/pic/glue.c (picglue): --c1mode works again
8756         * src/pic16/glue.c (pic16glue): --c1mode works again
8757         * src/asm.c (printCLine): fix #660034
8758
8759 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8760
8761         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8762         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8763         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8764         * as/mcs51/lkmem (summary): better fix for sp problem
8765         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8766         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8767         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8768                                               remove --stack-after-data
8769
8770 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8771
8772         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8773         * src/SDCCutil.c (join): ugly bug: missing '\0'
8774         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8775
8776 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8777
8778         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8779         * src/port.h: typo
8780         * src/pic/main.c (_asmCmd): gpasm supports -o
8781         * src/z80/main.c: more general macros
8782         * device/lib/Makefile.in: remove intermediate files
8783
8784 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8785
8786         * .version: Bumped version number to 2.3.3
8787         * src/SDCCBBlock.c: new option -o
8788         * src/SDCCglobl.h: new option -o
8789         * src/SDCCglue.c: new option -o
8790         * src/SDCCmain.c: new option -o
8791         * src/asm.c: new option -o
8792         * src/ds390/main.c: new option -o
8793         * src/pic/glue.c: new option -o
8794         * src/pic/pcode.c: new option -o
8795         * src/pic/ralloc.c: new option -o
8796         * src/pic16/glue.c: new option -o
8797         * src/pic16/pcode.c: new option -o
8798         * src/pic16/ralloc.c: new option -o
8799         * src/z80/main.c: new option -o
8800         * device/lib/Makefile.in: use -o
8801         * support/regression/ports/ds390/spec.mk: use -o
8802         * support/regression/ports/gbz80/spec.mk: use -o
8803         * support/regression/ports/mcs51/spec.mk: use -o
8804         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8805         * support/regression/ports/z80/spec.mk: use -o
8806         * support/regression/ports/ucz80/spec.mk: use -o
8807         * support/regression/ports/xa51/spec.mk: use -o
8808         * support/regression/fwk/lib/timeout.c: fix usage string
8809
8810 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8811         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8812
8813 2003-01-07    <johan AT balder>
8814
8815         * src/SDCCast.c (decorateType): fixed bug #600035
8816
8817 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8818         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8819         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8820         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8821         * src/pic/pcode.c: outcommented unused variable to remove warnings
8822         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8823
8824 2003-01-06    <karl AT turbobit.com>
8825         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8826    regression tests.
8827
8828 2003-01-06    <johan AT balder>
8829
8830         * src/SDCCicode.c: fixed array add
8831
8832 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8833         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8834         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8835
8836 2003-01-04    <johan AT balder>
8837
8838         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8839
8840 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8841         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8842
8843 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8844         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8845         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8846
8847 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8848         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8849
8850 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8851         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8852
8853 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8854         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8855
8856 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8857
8858     * in \sdcc\as\mcs51\ changed these files in order to create an
8859     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8860     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8861     following files to include the previous two files: aslink.dsp,
8862     Makefile.aslink, Makefile.bcc, and Makefile.in.
8863
8864     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8865     .adb instead of .cdb
8866
8867 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8868
8869         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8870         value from option --iram-size.
8871
8872 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8873
8874         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8875         dram[] array.
8876
8877 2002-09-18    <wiml AT hhhh.org>
8878
8879         * SDCClrange.h: exposed setFromRange() and setToRange()
8880         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8881           packRegsForAccUse() (bug 542397)
8882         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8883           multiple times and emitting the fetch operations more than once
8884           added aopGetUsesAcc() function to allow binary operators to
8885           fetch their operands in the correct order; made genMinus() emit
8886           compact code for X = LITERAL - Y
8887
8888 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8889         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8890         sprintf() in line 1267.
8891
8892 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8893         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8894         like ports.
8895
8896 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8897         Changes to aslink (All the changes are marked with 'JCF'):
8898
8899         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8900         summary().
8901
8902         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8903         area BSEG.  Also moves, if possible, the DATA area down into the internal
8904         ram so more space is available.
8905
8906         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8907         sflag.
8908
8909         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8910         not bytes.  Function summary() which creates a memory usage summary
8911         file with extension .mem.  Reports of overlaping stack and small stack
8912         size.  If the space for the stack is less than 16 bytes aslink trows a
8913         warning.
8914
8915         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8916         the 8051.  Option 'y' for memory summary output file.
8917
8918         Changes to sdcc (All the changes are marked with 'JCF'):
8919
8920         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8921
8922         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8923         overlaying area for it (uses RegBankUsed[4]).
8924
8925         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8926         bank zero as used by default.  By default aslink locates the stack
8927         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8928         the creation of the .mem file.  Delegates the allocation of data area
8929         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8930         the begining of the stack area to aslink.
8931
8932         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8933         glue() in SDCCglue.c creates an area for it.
8934
8935 2002-09-03  Borut Razem <borut.razem AT siol.net>
8936         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8937         sdcc/src/pic/glue.c:
8938         introduced atexit() handler for teporay files removal in case of
8939         errors, assertions, ...
8940
8941 2002-08-29  Borut Razem <borut.razem AT siol.net>
8942         * sdcc/support/cpp2/auto-host_vc_in.h:
8943         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8944         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8945         Maybe there is a similar problem with BORLANDC? It should be checked!
8946
8947         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8948         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8949         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8950         was not executed, and the compiler (cl) launched a warning:
8951         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8952
8953 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8954         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8955
8956 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8957         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8958
8959         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8960           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8961           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8962           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8963           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8964           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8965           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8966         - added Release configuration in VS projects
8967         - review of compiler an linker options
8968         - VC .exe files are generated in bin_vc directory, not to interfere
8969           with binaries generated from other projects (cygwin, mingw, bcc ...)
8970
8971         * sdcc/src/yacc.dsp: added
8972
8973         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8974         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8975         and insert the version number definitions from .version
8976
8977         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8978
8979         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8980         added - genarate auto-host.h using auto-host_vc_in.h as template
8981
8982         * sdcc/sdcc_vc.h,
8983         removed from CVS, generated automatically
8984
8985 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
8986         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
8987
8988 2002-08-11  Borut Razem <borut.razem AT siol.net>
8989         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
8990
8991 2002-08-10  Borut Razem <borut.razem AT siol.net>
8992         * src/SDCCmain.c (main):
8993         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
8994         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
8995         The consequence was that some temporary files were not removed.
8996
8997         * src/SDCCglue.c:
8998         unification of code in functions tempfilename() and tempfile():
8999         function tempnam() is defined in Visual Studio 6.0 and .NET
9000
9001         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9002
9003         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9004           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9005         - removed compiler command line option /WX: Treats all warnings as errors
9006         - update a list of source files, included into the project
9007
9008         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9009           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9010         changed project type to Generic Project so that can be correcly converted to VS.NET project
9011
9012         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9013
9014         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9015
9016         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9017
9018         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9019         added return 0 statements after assert() to make compiler happy
9020
9021         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9022         added newline in the def file to keep MSC compiler satisfied
9023
9024         * sdcc/src/z80/gen.c:
9025         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9026           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9027         - solved MSC error in function aopDump()
9028
9029         * sdcc_vc.h: define PREFIX as "\\sdcc"
9030
9031 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9032         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9033
9034 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9035         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9036         - Rewrote the register banking algorithm.
9037         - Added pCode live-range analysis to registers (for now, only non-used and
9038         singly-used registers optimized away)
9039
9040         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9041
9042         * 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.
9043
9044 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9045         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9046
9047 2002-04-22  Michael Hope  <michaelh AT vroom>
9048
9049         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9050
9051         * configure.in (DD_COPT): Added include support required for gbdk.
9052
9053         * .version: Bumped version number just to increase it.
9054
9055         * src/SDCCmain.c: Added -nostdinc to the default options.
9056
9057 2002-04-15  Michael Hope  <michaelh AT vroom>
9058
9059         * device/lib/z80/printf.c (sprintf): Added.
9060
9061         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9062
9063         * src/z80/peeph.def: Added transpose redundent load rule.
9064
9065         * src/z80/main.c: Added force callee saves for jaune.
9066
9067         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9068
9069         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9070
9071 2002-03-28  Johan Knol  <johan AT balder>
9072
9073         * src/SDCCval.c: fixed bug #532436
9074
9075 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9076         * /src/port.h:
9077         Added "char *Processor" field to the port structure.
9078
9079         * /src/SDCCmain.c:
9080         Added -p option. Allows port dependent processor to be specified.
9081
9082         * all ports:
9083         Initialized the new field char *Processor field to NULL in all ports
9084
9085         * /src/pic/*:
9086         Compiler generated registers for interrupt context saving
9087         were not getting allocated.
9088
9089 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9090
9091         * /src/SDCCast.c:
9092         Fixed left shift. Will promote the left side of a left shift
9093         if a) left shifting more than size of operand or b) when assigned
9094         to something size > size of left side
9095
9096 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9097         * src/pic/*
9098         tons of changes. Register allocation has been
9099         rewritten. Added customization for the various PICs. Flow
9100         analysis is restructured. ...
9101
9102         * src/pic/device.h:
9103         Added
9104
9105         * src/pic/device.c:
9106         Added. device.c is a PIC port hack to accomodate variations
9107         in PIC devices.
9108
9109 2002-03-13  Michael Hope  <michaelh AT vroom>
9110
9111         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9112
9113 2002-03-04  johanknol  <johanknol AT manik>
9114
9115         * /src/SDCCval.c: fixed
9116
9117         const unsigned char arr[][2] = { { 0, 1 } };
9118         t18.c:1: error: Initializer element is not constant
9119
9120 2002-03-04  bela  <bela AT manik>
9121
9122         * /device/include/mcs51reg.h:
9123         ds89c420 register definition update
9124
9125 2002-03-03    <johan AT FRIJA>
9126
9127         * support/Util/SDCCerr.c: did something, but don't no why anymore
9128
9129         * support/regression/tests/bug-524691.c: made it a little less shy
9130
9131         * src/SDCCast.c (decorateType): fixed bug #524697
9132
9133         * src/SDCCast.c: made some lineno improvements
9134
9135         * src/SDCCval.c (getNelements): changed warning to error
9136
9137         * src/SDCCglue.c (printIvalArray): changed warning to error
9138
9139         * src/SDCCicode.c: fixed a warning for mingw
9140
9141         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9142
9143         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9144
9145 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9146
9147         * src/ds390/peeph.def:
9148         Added some more peephole rules
9149
9150         * src/ds390/gen.c: Various fixes & enhancements
9151
9152         * src/SDCClrange.c, src/SDCClrange.h:
9153         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9154
9155         * src/ds390/ralloc.c:
9156         various fixes & enhancements (ds390) specific
9157
9158         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9159         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9160         from rallocs.
9161
9162         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9163
9164 2002-03-02    <johan AT FRIJA>
9165
9166         * src/SDCCast.c (decorateType): fixed bug #524708
9167
9168         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9169
9170         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9171
9172 2002-03-01  Michael Hope  <michaelh AT vroom>
9173
9174         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9175
9176         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9177
9178 2002-03-01    <johan AT FRIJA>
9179
9180         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9181
9182         * src/SDCCast.c (decorateType): fixed bug #524209
9183
9184         * src/SDCCval.c (valNot): fixed bug #524195
9185
9186 2002-02-26    <johan AT balder>
9187
9188         * src/xa51/gen.c: fixed a warning
9189
9190         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9191
9192         * src/SDCCast.c (decorateType): fixed bug #522534
9193
9194 2002-02-23    <johan AT balder>
9195
9196         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9197
9198 2002-02-22    <johan AT balder>
9199
9200         * src/SDCCast.c: fixed bug #514865
9201
9202         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9203
9204 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9205
9206         * sdcc/src/SDCCloop.c:
9207         Previous fix was not good. basic blocks that have "break" or "return" are
9208         not really partof a loop , but live ranges used in these blocks should
9209         be live thru the entire loop, so set partOfLoop but don't add them to
9210         loop region
9211
9212 2002-02-21    <johan AT FRIJA>
9213
9214         * src/SDCCcse.c: fixed bug #514308
9215
9216 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9217
9218         * src/SDCCloop.c:
9219         Fixed BUG #519583. If a conditional block ended in a return/break
9220         statement inside a loop, it was not being considered part of the loop.
9221
9222         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9223
9224 2002-02-10  Karl Bongers <karl AT turbobit.com>
9225
9226         * debugger/*:
9227         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9228         with lots of comments and notes.
9229
9230         * device/examples/test2.c:
9231         Fix bug, "red" variable not being initialized(compiler complained).
9232
9233         * device/examples/Makefile, examples/test3.c:
9234         Add Makefile in device/examples folder, compiles test3.c
9235         for use as a multiple module SDCDB test case.
9236
9237         * sim/ucsim/cmd.src/cmdset.cc:
9238         Took out debug printfs in ucsim "next" command.
9239
9240         * sim/ucsim/xa.src:
9241         Karl and Johan start ucsim XA support.  Most dissassembly working,
9242         about 75% emulation done(plenty of work remaining).
9243
9244         * sim/ucsim/z80.src:
9245         Add Z80 support to ucsim, add test-ucz80 regression test,
9246         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9247         Notice z80 compiler fails on examples/test3.c/crc code.
9248
9249 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9250
9251         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9252         Added support for --parms-in-bank1
9253
9254         * src/ds390/peeph.def:
9255         added a few more peephole optimzations
9256
9257         * src/ds390/main.c:
9258         1) added __builtin_inp & __builtin_outp used to read in data of given length
9259            from a memory mapped port
9260         2) added __builtin_memcmp
9261         3) added __builtin_swapw swap bytes of a short
9262
9263         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9264         1) handle multiple send & receives from register bank1
9265         2) ralloc can now allocate DPTR1 to some liveRanges
9266
9267         * src/SDCCsymt.c, src/SDCCsymt.h:
9268         changes to handle multiple sends & receives
9269
9270         * src/SDCCptropt.h:
9271         added some pointer arithmetic optimization
9272
9273         * src/SDCCptropt.c:
9274         added some pointer arithmetic optimizations but not stable yet so not
9275         called from anywhere (will get this working shortly)
9276
9277         * src/SDCCopt.c: fixed for multiple sends & receives
9278
9279         * src/SDCCmain.c:
9280         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9281         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9282            set preprocessor defines (depending on options)
9283
9284         * src/SDCCicode.c, src/SDCCicode.h:
9285         changes made to handle multiple sends & receives
9286
9287         * src/SDCCglobl.h:
9288         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9289
9290         * src/SDCCcse.c, src/SDCCcse.h:
9291         added function findbackward def (to be used in upcoming optimization)
9292
9293         * src/SDCCcflow.c, src/SDCCcflow.h:
9294         added function returnAtEnd - to determine if a basic block terminates with
9295         a RETURN iCode
9296
9297         * src/SDCCast.c, src/SDCCast.h:
9298         added option parms-in-bank1
9299
9300         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9301         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9302         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9303         adjusted for --parms-in-bank1 option
9304
9305         * device/include/string.h:
9306         donot redefine "reentrant" keyword
9307
9308         * device/include/ds80c390.h: Added some more SFRs
9309
9310 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9311
9312         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9313
9314 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9315
9316         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9317
9318 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9319
9320         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9321
9322 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9323
9324         * Added --xram-movc option
9325
9326 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9327
9328         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9329
9330 2002-01-11  Johan Knol
9331
9332         * Added math lib of Jesus Calvino-Fraga
9333
9334 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9335
9336         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9337         * support/regression/Makefile: new target test-mcs51-stack-auto
9338         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9339
9340 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9341
9342         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9343
9344 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9345
9346         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9347
9348 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9349
9350         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9351
9352         * src/SDCCglue.h: add definition for printIvalChar()
9353
9354 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9355
9356         * src/SDCCast.c: fix #498138 by Johan
9357
9358         * src/SDCCglue.c: fix #498138 by Johan
9359
9360 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9361
9362         * support/regression/Makefile: fix clean
9363
9364         * support/regression/ports/ds390/support.c: fix transmission of last character
9365
9366 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9367
9368         * /sdcc/src/ds390/gen.c:
9369         a) improved computing address of stack variable
9370         b) took out some #if 0 code
9371         c) improved parmBytes adjustment
9372         d) improved genPlusIncr & genMinusIncr
9373         e) genCmp could generate bad code (when left assigned to DPTR)
9374         f) Fixed bug in hasInc
9375
9376         * /sdcc/src/ds390/ralloc.c:
9377         a) packRegsForSupport could mess up live information (Fixed)
9378         b) packRegsDPTRuse could be incorrect for left & right shift
9379
9380         * /sdcc/src/mcs51/ralloc.c:
9381         packRegsForSupport could mess up the live information (Fixed)
9382
9383         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9384
9385         * /sdcc/src/SDCCast.c:
9386         can reverse a loop even if function call is present as long
9387         as the loop control variable is local & is not passed as parameter
9388
9389 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9390
9391         * /sdcc/ChangeLog: *** empty log message ***
9392
9393         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9394         More builtin function additions for TININative
9395
9396         * /sdcc/src/ds390/ralloc.c:
9397         Had broken the regression testsuite
9398
9399         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9400
9401         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9402         Added funcattr hasStackParms will be set for reentrant functions when there
9403         are paramteres on the stack, this helps in minimizing frame pointer generation
9404         typeFromStr can handle function pointers now
9405
9406         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9407         *** empty log message ***
9408
9409 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9410
9411         * /src/ds390/gen.c, /src/ds390/main.c:
9412         More builtin function additions for TININative
9413
9414         * /src/ds390/ralloc.c:
9415         Had broken the regression testsuite
9416
9417         * /src/SDCCast.c: Fixed a bug in dumptree
9418
9419         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9420         Added funcattr hasStackParms will be set for reentrant functions when there
9421         are paramteres on the stack, this helps in minimizing frame pointer generation
9422         typeFromStr can handle function pointers now
9423
9424         * /doc/builtins.txt, /doc/TININative.txt:
9425         *** empty log message ***
9426
9427
9428 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9429
9430         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9431         ALPHA version for -mTININative
9432
9433         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9434         updated to reflect changes in the port structure
9435
9436         * /src/port.h:
9437         added function do_assemble (similar to do_link) if non-null this function
9438         will be called to do assembly (-mTININative) requires a multi command
9439         assembly
9440         added function genAssemblerEnd will be called to generate assembler Epilogue
9441
9442         * /src/SDCCsymt.c:
9443         added _JavaNative to debug info printing
9444
9445         * /src/SDCCmain.c: added option --tini-libid
9446         added port->do_assemble function (-mTININative) has a multi command assemble
9447
9448         * /src/SDCCglue.c: Disabled "constExpr" check
9449         added port->genAssemblerEnd function
9450
9451         * /src/SDCCglobl.h: Added option --tini-libid value
9452
9453         * /src/SDCCast.h:
9454         tookout optimizeCompare from the header (has no external references)
9455
9456         * /src/SDCCast.c: made one more function "static"
9457
9458 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9459
9460         * src/z80/mappings.i: Added z80asm support.
9461
9462         * src/z80/main.c: Added z80asm support on --asm=z80asm
9463
9464         * src/z80/gen.c: Fixed asm portability issues.
9465
9466         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9467
9468         * src/SDCCglue.c (printExterns): Added global/extern split.
9469
9470 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9471
9472         * support/regression/Makefile: added test for mcs51 model large
9473
9474         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9475
9476         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9477
9478 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9479
9480         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9481
9482 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9483
9484         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9485
9486         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9487
9488 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9489
9490         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9491
9492         * support/regression/tests/simplefloat.c: Port to mcs51.
9493
9494 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9495         * support/regression/tests/bug-485362.c: Added.
9496
9497         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9498
9499         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9500
9501         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9502
9503         * src/z80/gen.c (aopDump): Added a dump function.
9504
9505 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9506         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9507
9508         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9509
9510         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9511
9512         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9513
9514         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9515
9516         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9517
9518         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9519
9520         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9521
9522         * support/regression/ports/ds390/support.c: Use tinibios.
9523
9524         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9525
9526 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9527
9528         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9529         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9530
9531         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9532
9533         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9534
9535 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9536
9537         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9538
9539         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9540         (packRegsForIYUse): Created and optimised.
9541
9542 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9543
9544         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9545 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9546
9547         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9548
9549         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9550
9551         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9552
9553 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9554
9555         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9556
9557         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9558
9559 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9560
9561         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9562
9563         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9564
9565         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9566
9567 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9568
9569         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9570         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9571         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9572
9573         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9574
9575         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9576         (genNotFloat): Added.
9577         (genUminusFloat): Added.
9578
9579         * device/lib/z80/Makefile: Added floating pt stubs.
9580
9581         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9582
9583         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9584
9585         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9586
9587 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9588
9589         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9590
9591         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9592
9593         * sdcc/support/regression/Makefile: Add port ds390.
9594
9595         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9596
9597         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9598
9599         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9600
9601         * sdcc/support/regression/ports/ds390/support.c: Added.
9602
9603         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9604
9605         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9606
9607         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9608
9609 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9610
9611         * device/include/malloc.h: Added z80 and gbz80 support.
9612
9613         * device/lib/gbz80/heap.s: Added.
9614
9615         * device/lib/z80/heap.s: Added.
9616
9617         * device/lib/malloc.c: Added z80 and gbz80 support.
9618
9619         * support/regression/tests/malloc.c (testMalloc): Added.
9620
9621         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9622
9623         * support/regression/tests/bug-478094.c: Added.
9624
9625         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9626
9627 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9628
9629         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9630
9631         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9632
9633         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9634
9635         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9636
9637         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9638
9639 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9640
9641         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9642
9643 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9644
9645         * support/regression/tests/bug-477927.c: Added.
9646
9647         * src/z80/peeph.def: Added minor rules.
9648
9649         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9650
9651         * src/z80/peeph.def: Added jump optimisation modification.
9652
9653 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9654
9655         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9656
9657 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9658
9659         * support/regression/tests/funptrs.c: Added.
9660
9661 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9662
9663         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9664
9665 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9666
9667         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9668
9669         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9670
9671         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9672         (movLeft2ResultLong): Created.
9673
9674         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9675         (joinPushes): Added.  Joins two char pushes into a word push.
9676
9677 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9678
9679         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9680
9681         * support/makebin/Makefile (install): Added creation of dest dir.
9682
9683 2001-10-24 Karl Bongers <karl AT turbobit.com>
9684
9685         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9686
9687 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9688
9689         * src/z80/ralloc.c: Turned off faulty pack for one use.
9690
9691         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9692
9693         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9694
9695 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9696
9697         * support/regression/Makefile: Improved clean
9698
9699         * support/regression/ports/gbz80/spec.mk: Added clean
9700
9701         * support/regression/ports/host/spec.mk: Added clean
9702
9703         * support/regression/ports/z80/spec.mk: Added clean
9704
9705         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9706
9707         * support/regression/ports/mcs51/timeout.c: little improvements
9708
9709 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9710
9711         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9712
9713         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9714
9715         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9716
9717 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9718
9719         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9720
9721         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9722
9723 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9724         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9725
9726         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9727
9728         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9729
9730         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9731
9732         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9733
9734         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9735
9736         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9737
9738         * support/regression/tests/longor.c: Added.
9739
9740 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9741
9742         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9743
9744         * as/mcs51/aslink.h: define PATH_MAX
9745
9746         * as/mcs51/asm.h: define PATH_MAX
9747
9748         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9749
9750         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9751
9752         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9753
9754         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9755
9756         * src/SDCCglobl.h: define PATH_MAX
9757
9758         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9759
9760         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9761
9762 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9763
9764         * src/z80/gen.c (gencjneshort): Fixed
9765
9766         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9767
9768 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9769
9770         * support/regression/tests/bug-469671.c: Added.
9771
9772         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9773
9774 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9775
9776         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9777
9778         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9779
9780 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9781
9782         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9783
9784         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9785
9786         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9787
9788         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9789
9790         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9791
9792         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9793
9794         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9795
9796 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9797
9798         * 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.
9799
9800         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9801
9802         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9803
9804 2001-10-07    <johan AT FRIJA>
9805
9806         * device/lib/gets.c (gets): fixed the return value.
9807
9808 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9809         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9810
9811         * 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.
9812
9813         * 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.
9814
9815         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9816
9817         * src/pic/gen.c: Removed Safe_strdup.
9818
9819         * configure.in: Added option to enable libgc support.
9820
9821         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9822         (bitVectUnion): Optimised.
9823         (bitVectIntersect): Optimised.
9824         (bitVectBitsInCommon): Optimised.
9825         (bitVectCplAnd): Optimised.
9826
9827         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9828
9829 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9830
9831         * src/SDCCmain.c: distinguish between assembler debug and plain options
9832
9833         * src/avr/main.c:   remove standard assembler options
9834
9835         * src/ds390/main.c: remove standard assembler options
9836
9837         * src/mcs51/main.c: remove standard assembler options
9838
9839         * src/port.h: removed "PENDING" comment
9840
9841 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9842
9843         * src/device/lib/_mulint.c  : new, with assember functions
9844
9845         * src/device/lib/_mullong.c : new, with assember functions
9846
9847         * src/device/lib/_divuint.c : with assember functions
9848
9849         * src/device/lib/_divsint.c : with assember functions
9850
9851         * src/device/lib/_divulong.c: with assember functions
9852
9853         * src/device/lib/_divslong.c: with assember functions
9854
9855         * src/device/lib/_moduint.c : with assember functions
9856
9857         * src/device/lib/_modsint.c : with assember functions
9858
9859         * src/device/lib/_modulong.c: with assember functions
9860
9861         * src/device/lib/_modslong.c: with assember functions
9862
9863         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9864
9865         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9866
9867         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9868                                       replaced _mululong.c and _mulslong.c by _mullong.c
9869
9870 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9871
9872         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9873
9874 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9875
9876         * src/SDCCglue.c: test, if win32api is available for MINGW
9877
9878 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9879
9880         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9881         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9882         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9883         * support/regression/ports/host/spec.mk: removed GENERIC
9884         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9885         * support/regression/ports/z80/spec.mk: removed GENERIC
9886
9887 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9888
9889         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9890
9891         * support/regression/tests/bug-467035.c: Created.
9892
9893 2001-10-01    <johan AT FRIJA>
9894
9895         * src/SDCC.y: fixed bug #466586 part 1
9896
9897 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9898
9899         * SDCCicode.c: z80 has no generic pointers
9900         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9901
9902 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9903
9904         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9905
9906 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9907
9908         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9909
9910         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9911
9912 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9913
9914         * configure.in: Fixed up so that ucsim is only configured once.
9915
9916         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9917
9918         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9919         (getPathDifference): As above.
9920
9921         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9922
9923         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9924
9925 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9926         * .version: Updated to 2.3.1
9927
9928         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9929         Added copyright header.
9930
9931         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9932         (assemble): Added support for macro based assembler commands.
9933         (linkEdit): Added support for macro based linker commands.
9934         (preProcess): Changed the pre-processor to use macros.
9935         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9936         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9937
9938         * device/lib/z80/crt0.s: Added module name for debugging.
9939
9940 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9941
9942         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9943
9944         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9945
9946         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9947
9948         * src/Makefile.in: Added SDCCmacro and SDCCutil
9949
9950 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9951
9952         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9953
9954 2001-09-16    <johan AT FRIJA>
9955
9956         * 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.
9957
9958 2001-09-15    <johan AT FRIJA>
9959
9960         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9961         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9962
9963 2001-09-11    <johan AT FRIJA>
9964
9965         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9966
9967 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9968
9969         * support/regression/tests/bug-460444.c: Added test case.
9970
9971         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9972         (genCast): Added justification for all of the asserts.
9973
9974 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9975
9976         * support/regression/support.c: _xdata replaced by xdata
9977
9978         * support/regression/spec.mk: removed _generic
9979
9980 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9981
9982         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9983
9984         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9985         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
9986
9987         * src/z80/peeph.def: Added a rule to optimise shift then compare.
9988
9989         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
9990
9991         * support/regression/tests/bug-460010.c: Added test case.
9992
9993         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
9994
9995 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
9996
9997         * support/regression/Makefile: inter-port-clean adjusted for mcs51
9998
9999         * support/regression/testfwk.c: removed workaround for bug #436344
10000
10001         * support/regression/tests/bp.c: use less memory with mcs51
10002
10003         * support/regression/tests/bug-441448.c: use less memory
10004
10005         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10006
10007         * support/regression/collate-results.py: typo
10008
10009 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10010
10011         * support/regression/tests/fetchoverlap.c: Added new test case.
10012
10013         * support/regression/tests/bp.c: Added new test case.
10014
10015         * support/regression/tests/bug-448984.c: Added new test case.
10016
10017         * support/regression/tests/pow2shifts.c: Added new test case.
10018
10019         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10020         (genlshTwo): Fixed right shift for count > 8.
10021
10022         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10023
10024 2001-09-08    <johan AT FRIJA>
10025
10026         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10027
10028 2001-09-07    <johan AT FRIJA>
10029
10030         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10031
10032         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10033
10034 2001-09-06    <johan AT FRIJA>
10035
10036         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10037         * bernhard noted me at this: "() equals to (void)" (1.38)
10038
10039 2001-09-05    <johan AT FRIJA>
10040
10041         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10042
10043 2001-09-04    <johan AT FRIJA>
10044
10045         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10046
10047
10048 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10049
10050         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10051
10052 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10053
10054         * link/z80/aslink.h: Fixed path for PATH_MAX
10055
10056 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10057
10058         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10059
10060         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10061
10062         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10063
10064         * 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.
10065
10066 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10067
10068         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10069         (genCmp): Fixed up genCmp for the GB with longs.
10070
10071         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10072
10073         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10074
10075         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10076
10077         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10078
10079 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10080
10081         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10082
10083 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10084
10085         * 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.
10086
10087         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10088
10089 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10090
10091         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10092
10093         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10094
10095 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10096
10097   * sim/ucsim/configure:    little improvement of Cygwin-detection
10098   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10099   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10100   * support/regression/tests/bug-221100.c: small changes for mcs51
10101   * support/regression/tests/bug-221168.c: small changes for mcs51
10102   * support/regression/tests/bug-227710.c: small changes for mcs51
10103   * support/regression/tests/staticinit.c: small changes for mcs51
10104   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10105   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10106   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10107
10108 $Revision$