* sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
[fw/sdcc] / ChangeLog
1 2005-11-05 Borut Razem <borut.razem AT siol.net>
2
3         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
4           bug, which caused Bus Errors on sparc solaris
5
6 2005-11-04 Borut Razem <borut.razem AT siol.net>
7
8         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
9           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
10           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
11           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
12           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
13           and derivates to resolve the initialization problem on OSX
14
15 2005-11-02 Borut Razem <borut.razem AT siol.net>
16
17         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
18           corrected typo - #include <winsock2.h>
19
20 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
21
22         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
23           (_asxxxx_mapping): added org directive for future enhancements
24
25 2005-11-01 Borut Razem <borut.razem AT siol.net>
26
27         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
28           enabled sockets on WIN32
29         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
30
31 2005-10-31 Borut Razem <borut.razem AT siol.net>
32
33         * support/regression/generate-cases.py: escape backslashes in {testcase}:
34           WIN32 backslash path delimiters should be escaped when used in C strings
35         * support/regression/tests/bitfields.c: exclude failing assertions for
36           __CYGWIN32__ and __MINGW32__ hosts
37
38 2005-10-30 Borut Razem <borut.razem AT siol.net>
39
40         * src/SDCCutil.c: corrected double comparison typo
41
42 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
43
44         * device/lib/medium/Makefile: added for new memory model medium
45         * device/include/asm/mcs51/features.h: updated for medium/pdata
46         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
47           added Multiply & Accumulate sbit's and MAC0_PAGE define
48         * device/include/mcs51/c8051f300.h: added sfr16 definitions
49         * device/include/mcs51/c8051f310.h: added sfr16 definitions
50         * device/lib/_mullong.c: update for medium model
51         * device/lib/incl.mk: added medium model
52         * doc/sdccman.lyx: documented medium model
53         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
54         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
55         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
56         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
57           (allocParms): set SCLS and OCLS to pdata for medium model
58         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
59           for pdata,
60           (powof2): return <0 if not power of 2
61         * src/avr/gen.c (genBitWise): use updated powof2
62         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
63           (shiftR2Left2Result): small optimization in setup, save acc when storing,
64           (shiftLLeftOrResult): use B if necessary
65         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
66         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
67         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
68         * support/regression/Makefile.in: added test-mcs51-medium
69         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
70
71 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
72
73         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
74         specifier unsigned
75         * device/lib/time.c (mktime): fixed bug 1334315
76
77 2005-10-28 Raphael Neider <rneider AT web.de>
78
79         * device/include/pic/p16f_common.inc: added common declarations
80         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
81
82 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
83
84         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
85           (aopPutUsesAcc): added to predict accumulator use,
86           (assignResultValue): save acc if necessary,
87           (genMinusDec): store result if indirectly addressed,
88           (genDivOneByte):  save acc if necessary,
89           (movLeft2Result): bugfix if left already in acc,
90           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
91             attention to accumulator use (esp. pdata),
92           (genReceive): receive pdata correctly
93         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
94         * src/SDCCicode.h: added isOperandInPagedSpace prototype
95
96 2005-10-27 Raphael Neider <rneider AT web.de>
97
98         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
99
100 2005-10-27 Raphael Neider <rneider AT web.de>
101
102         * .version: changed version to 2.5.4
103         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
104         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
105           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
106             arithmetics support routines
107         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
108         * device/lib/Makefile.in: also create installdir for pic
109
110         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
111           pic14 port as well
112         * src/pic/device.c (dump_sfr): rewritten to delegate register
113           placement to the linker (use `extern sym' rather than sym EQU addr),
114           (validAddress): fixed to check last specified address
115         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
116           (popGetLit): truncate literal value to 8 bit,
117           (popGet): moved assert to more appropriate place
118           (popGetExternal): create pCode operand from and mark the according
119             symbol as being `extern'
120           (popGetAddr): added sanity check on immediate's offset, provide
121             GPOINTER tag on demand
122           (aopPut): fixed for immediates,
123           (mov2w_op): move operand's address or contents to WREG (depending on
124             operand type), safer variant of mov2w,
125           (movwf,call_libraryfunc): NEW, handy abbreviations,
126           (get_argument_pcop,get_return_val_pcop,pass_argument,
127           get_returnvalue): interface for accessing function parameters and
128             return values,
129           (assignResultValuei,genRet): use new parameter/return value interface
130           (pic14_getDataSize): back to old version handling generic pointers,
131           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
132             provided implementation and/or fixed old one,
133           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
134             calls, removed legacy 8051 reference code
135           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
136           (loadSignToC): NEW, move the operands sign bit to CARRY,
137           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
138             genRightShiftSigned, accepts negative shift counts,
139           (setup_fsr): load FSR and adjust IRP (indirect memory access),
140           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
141             generic pointers, __data pointers and __code pointers,
142           (genUnpackBits,genPackBits): rewritten to work with generic pointers
143             and signed bitfields, limit bitfields to 8 bit,
144           (genDataPointerGet): fixed number of bytes read,
145           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
146           (genPointerGet,genPointerSet): fixed handling of __code pointers,
147             pointers to constant data are no longer assumed to point to __code
148             space, removed invalid pointer types,
149           (bitpatternFromVal): retrieve the PICs representation of an integer
150             or float literal,
151           (genDataPointerSet): fixed assigning to po_immediate operands,
152           (genGenPointerSet): implemented as library call,
153           (genIfx): fixed incorrect condition,
154           (genAddrOf): limit generic pointers' addresses to 2 bytes,
155             provide GPOINTER tag according to destination's storage class,
156           (genCast): added code to handle casting to generic pointers, added
157             sign-/zero extension of the result
158           (aop_isLitLike,op_isLitLike): fixed handling of immediates
159         * src/pic/gen.h: added macros to access IRP bit in STATUS register
160         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
161           extend the result
162         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
163           address/register resides in the shared banks
164           (emitSymbolToFile): improved to handle global and `pinned' symbols,
165             put all variables into separate sections (have the linker arrange
166             them)
167           (picglue): put init code and interrupt handlers in separate sections
168         * src/pic/main.c: added port specific options table, modified to PORT
169           structure to make GPOINTERs 3 byte, added pic14_options
170           (_pic14_do_link): private linking routine (update paths to libraries,
171             add libsdcc.lib by default)
172         * src/pic/main.h: declare pic14_options
173         * src/pic/pcode.c: fixed instructions i/o relations,
174           (RegCond): reverted to correct version,
175           (newpCodeOpLit): truncate literals to 8 bit,
176           (genericPrint): added debug output,
177           (getRegFromInstruction): fixed for various operand types, simplified
178           (BuildFlow): fixed broken handling of isntructions with labels
179           (LinkFlow): start at last instruction in flow (skip trailing comments),
180             pass the flow on to the next instruction after CALL
181           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
182           (insertPCodeInstruction): fixed inserting after a skip instruction,
183           (DoBankSelect): fixed for labeled instructions
184           (OptimizepBlock): honor --nopeep switch
185           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
186         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
187         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
188           (pCodeOptime2pCodes): allow disabling this optimization via
189             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
190             but is still buggy), started implementation of a dataflow based
191             pCode optimization (CSE + dead code elimination)
192           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
193         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
194           names are independant of the stack location and therefore portable across
195           devices
196
197 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
198
199         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
200           (selectSpil): fixed bug 1337835 by not spilling bit variables
201         * support/regression/tests/bug1337835.c: added test for this bug
202         * src/mcs51/peeph.def: restart after rule 3.c,
203           addded rules 263.x to optimize loading constants
204
205 2005-10-26 Raphael Neider <rneider AT web.de>
206
207         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
208         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
209           (genAssign): emit warning when casting literals to generic pointer
210             type, also applies when taking the address of a fixed variable,
211           (genCast): improved casting to generic pointers
212         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
213           extern variables, added verbose error message
214         * device/include/pic16/{string.h,errno.h}: added #pragma library c
215
216 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
217
218         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
219         carry must be complemented too
220         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
221         could be emitted by genMinus
222         * src/SDCCval.c (constVal): fixed bug 1305065
223
224 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
225
226         * src/SDCCast.c (addCast): added promotion for bit variables
227         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
228         promotion casts + optimisation
229         (optimizeGetWord): fix warning 'i' might be used uninitialized
230         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
231         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
232
233 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
234
235         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
236         all chars are promoted to int; promotion should be handled in SDCCast.c
237
238 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
239
240         * device/lib/_strcmp.c: Fixed bug 1326457
241
242 2005-10-11 Raphael Neider <rneider AT web.de>
243
244         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
245         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
246
247 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
248
249         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
250         * support/regression/tests/sfr16.c: added test for the sfr32 bug
251
252 2005-10-04 Raphael Neider <rneider AT web.de>
253
254         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
255           device/lib/pic16/pics.all: added pic18f1320
256         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
257
258 2005-09-30 Raphael Neider <rneider AT web.de>
259
260         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
261         * src/pic16/devices.inc: NEW, provides device descriptions
262         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
263
264 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
265
266         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
267           GETHBIT
268
269 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
270
271         * doc/sdccman.lyx: updated Highest Order Bit documentation,
272           documented Any Order Bit, Higher Order Byte and Higher Order Word
273         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
274         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
275           (optimizeGetAbit): new, to get any bit, not only the high bit,
276           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
277           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
278           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
279           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
280             RIGHT_OP: also try GETBYTE, GETWORD optimization,
281             GETABIT, GETBYTE, GETWORD: decorate them,
282           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
283           (ast_print): added GETABIT, GETBYTE, GETWORD
284         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
285         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
286           (geniCodeBinary): new generic binary icode,
287           (ast2iCode): added GETABIT, GETBYTE, GETWORD
288         * src/port.h: updated comment for PORT.hasExtBitOp
289         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
290           (genGetByte): new, to get a single byte,
291           (genGetWord): new, to get a word from a long,
292           (gen51Code): added GETABIT, GETBYTE, GETWORD
293         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
294
295 2005-09-23 Raphael Neider <rneider AT web.de>
296
297         * configure.in, configure: have device/lib/pic configured
298         * device/lib/Makefile.in: added model-pic14
299         * device/lib/clean.mk: added pic/ to clean rule
300         * device/lib/pic: added rudimentary pic14 library providing support
301           functions for multiplication/division/generic pointer access
302         * src/SDCCopt.c (convilong): mark support functions as extern
303           for pic14 port as well
304         * src/pic/gen.c (genMult): added assertions,
305           (genpic14Code): emit warning on unhandled iCodes
306         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
307         * src/pic/pcode.c (pCodeOpCopy),
308         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
309           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
310           SFR_REGISTER}), made safe for future extensions
311         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
312           instructions even if preceeded by SKIP instructions (also remove
313           them); removed unused code
314         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
315           prevents leaving parts of the structure uninitialized after copying
316
317 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
318
319         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
320           ago by me
321         * support/regression/tests/addsub.c: added test for the bug
322
323 2005-09-21 Raphael Neider <rneider AT web.de>
324
325         * device/include/pic16/pic18f1220.h,
326           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
327         * device/lib/pic16/Makefile.rules: added missing opening paren
328         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
329           are provided in genutils.c,
330           (genUminusFloat,genUminus,genCmpEq): added asserts on different
331           operand/result sizes,
332           (genCmp): assert on NULL pointers first, then check deref'ed values
333         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
334           result size
335
336 2005-09-18 Raphael Neider <rneider AT web.de>
337
338         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
339           as these are now unused,
340           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
341         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
342           local, avoids uninitialized pointer dereference on r->name
343         * src/pic16/ralloc.c (newReg): fixed indentation
344
345 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
346
347         * src/SDCCval.c (constVal): fixed bug 730366
348         * support/Util/SDCCerr.c,
349         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
350
351 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
352
353         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
354
355 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
356
357         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
358
359 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
360
361         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
362           (hex2dec): made hex_digit unsigned char, removed ascii dependance
363         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
364           (hex2dec): made hex_digit unsigned char, removed ascii dependance
365         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
366         * packihx/packihx.c (hexDigit): made c unsigned char
367         * as/mcs51/lklibr.c (fndsym),
368         * link/z80/lkgb.c (gb),
369         * link/z80/lklibr.c (fndsym),
370         * link/z80/lkrloc.c (relr),
371         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
372         * src/SDCC.lex (checkCurrFile, process_pragma),
373         * src/SDCCglue.c (spacesToUnderscores),
374         * src/SDCCmain.c (setParseWithComma, processFile),
375         * src/asm.c (tvsprintf, printCLine),
376         * src/avr/gen.c (emitcode, aopPut),
377         * src/ds390/gen.c (emitcode),
378         * src/hc08/gen.c (emitcode, emitinline),
379         * src/mcs51/gen.c (emitcode, genInline),
380         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
381           tokenizeLineNode),
382         * src/pic/ralloc.c (debugLog),
383         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
384           tokenizeLineNode),
385         * src/pic16/ralloc.c (debugLog),
386         * src/z80/main.c (_process_pragma):
387            made all ctype.h function calls safe
388         * src/SDCCopt.c: include math.h for fabs
389         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
390           and used them throughout the code to make ctype.h function calls safe
391         * src/ds390/main.c (asmLineNodeFromLineNode),
392         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
393         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
394            unsigned char*
395         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
396           (newpCodeAsmDir): made ctype.h function calls safe
397         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
398           pic16_emitcode):  made lbp unsigned char*
399         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
400           (pic16_newpCodeAsmDir): made ctype.h function calls safe
401         * src/xa51/gen.c (emitcode),
402         * src/z80/gen.c (_emit2): made lbp unsigned char*
403         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
404            char*
405
406 2005-09-05 Raphael Neider <rneider AT web.de>
407
408         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
409           access bank splitpoint
410
411 2005-09-05 Raphael Neider <rneider AT web.de>
412
413         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
414
415 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
416
417         * .version: changed to version 2.5.3
418         * doc/sdccman.lyx: changed version to 2.5.3,
419           documented --codeseg and --constseg and pragma codeseg and constseg,
420           documented bit parameters (reentrant) and bit returning
421         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
422            currFunc->recvSize, but is this ok for all ports?
423           (ast2iCode): result of ~ on unsigned char must be cast to int for
424            bool to work
425         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
426           function pointers in bit space
427         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
428           (processFuncArgs): call port.reg_parm() with reentrancy info
429         * src/port.h,
430         * src/avr/main.c,
431         * src/ds390/main.c,
432         * src/hc08/main.c,
433         * src/pic/main.c,
434         * src/pic16/main.c,
435         * src/xa51/main.c,
436         * src/z80/main.c: port.reg_parm prototype extended with
437           "bool reentrant" parameter
438         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
439           options.stackAuto for allocating bit register parameters
440         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
441           (genSend): set BitBankUsed if it is,
442           (selectRegBank): factored out of genCall for use in genPcall,
443           (genCall): removed redundant dtype assignmen, use selectRegBank,
444           (genPcall): handle returning in Carry properly, save in F0 if needed,
445           (genReceive): handle bit register parameters
446         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
447           (mcs51_assignRegisters): enable bit registers for all reentrant
448            functions and don't set BitBankUsed unconditionally
449         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
450         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
451         * support/regression/tests/funptrs.c: added tests for BOOL and for return
452
453 2005-08-27 Borut Razem <borut.razem AT siol.net>
454
455         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
456         ppc-osx (Darwin) does not support -u option. It seems that it is
457         supported only on Linux - GNU cp
458
459 2005-08-25 Borut Razem <borut.razem AT siol.net>
460
461         * sim/ucsim/gui.src/serio.src/Makefile.in,
462           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
463           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
464           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
465           install and strip, since the strip at /usr/ccs/bin should be used
466           on solaris
467
468 2005-08-24 Borut Razem <borut.razem AT siol.net>
469
470         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
471
472 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
473
474         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
475         ffffffffu
476
477 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
478
479         * as/mcs51/aslink.h: completed lkrloc.c prototypes
480         * as/mcs51/lkmain.c (link_main): fixed warning
481         * device/include/stdbool.h: ds390 has no advanced bit support yet
482         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
483         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
484         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
485           and updated their macros
486         * src/SDCCval.c (constVal): updated comment for renamed b_long
487
488 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
489
490         * as/mcs51/asdata.c: changed ctype['['] to BINOP
491         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
492           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
493           (oprio): set priority for '['
494         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
495            and adb_24_bit
496         * as/mcs51/asm.h: added defines R_BIT and S_BIT
497         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
498         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
499         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
500           added overlayable BIT_BANK area
501         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
502           (summary2): explain 'T' in legenda
503         * as/mcs51/lkrloc.c: replaced old K&R style,
504           (relr): added R_BIT processing,
505           (errmsg): added "Bit-addressable relocation error",
506           (adb_bit): added for converting from byte- to bit-addressable space,
507           (adb_24_bit): added for converting from byte- to bit-addressable space
508         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
509            used in reentrant functions now even as return value
510         * device/lib/_gptrput.c (_gptrput): removed obsolete code
511         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
512           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
513         * src/SDCCglobl.h: added indicator BitBankUsed
514         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
515            the bit registers b0-b7
516         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
517           (geniCodeCast): fixed bug 1263853,
518           (geniCodeLogicAndOr): put result in bool or char,
519           (geniCodeReceive): added parameter func for accessing the return type,
520           (geniCodeFunctionBody): pass func to geniCodeReceive
521         * src/SDCCmain.c: added indicator BitBankUsed
522         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
523         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
524           (checkSClass): don't put automatic bool/bit on stack,
525           (checkFunction): removed check on function cannot return bit
526         * src/SDCCsymt.h: added newBoolLink prototype
527         * src/mcs51/gen.c (rb1regs): added bit registers,
528           (movc): created for assigning to carry,
529           (pushReg, popReg): created for pushing registers,
530           (sameRegs): check both AOP_REG and AOP_CRY types,
531           (aopOp): handle bit registers,
532           (aopPut): optimization no self-assign,
533           (saveRegisters): push reg->base (bits) only once for bit registers,
534            and use pushReg,
535           (unsaveRegisters): pop reg->base only once and use popReg,
536           (assignResultValue): added parameter func and return in carry for bits,
537           (genIpush): optimization no reload in A if not changed,
538           (genSend): bit parameters in reentrant functions are passed in bit
539            registers by first assigning to bits in B, then save registers and
540            copy B to bits,
541           (genCall): handle returning in Carry properly, save it in F0 if needed,
542           (genPcall): updated assignResultValue call, this is not safe yet for bit
543            returning function !!!
544           (genFunction): don't generate equ's for bit registers and use pushReg,
545           (genEndFunction): take care of bit returning functions and use popReg,
546           (genRet): return bit in Carry,
547           (genIfx): optimize bit registers and other directly addressable bits,
548           (genReceive): updated assignResultValue call
549         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
550           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
551            registers when using stack-auto
552         * src/mcs51/ralloc.c (_G): added allBitregs,
553           (regs8051): added the bit registers,
554           (createStackSpil): use macro IS_BIT,
555           (getRegBit): added to allocate a bit register, else spill,
556           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
557           (updateRegUsage): factored out to ease stepping while debugging,
558           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
559            also allocate bit registers,
560           (fillGaps): handle bit registers,
561           (findAllBitregs): added to create bit vector with all bit registers,
562           (mcs51_allBitregs): returns this bit vector,
563           (mcs51_assignRegisters): when using stack-auto use bit registers for
564            passing parameters and creating local variables
565         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
566
567 2005-08-22 Borut Razem <borut.razem AT siol.net>
568
569         * device/lib/Makefile.in: replaced find option -or with -o
570           to make it run on solaris
571
572 2005-08-22 Raphael Neider <rneider AT web.de>
573
574         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
575           fixes #1265442 (crash on Solaris)
576
577 2005-08-20 Borut Razem <borut.razem AT siol.net>
578
579         * configure, configure.in: added tests for libsocket and libnsl libraries,
580           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
581           from support/regression/Makefile.in
582         * support/regression/Makefile.in: added
583         * device/lib/pic16/Makefile.common.in: force make to use bash shell
584         * sim/ucsim/libtool: regenerated on sparc-solaris
585         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
586           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
587           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
588           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
589           sparc-solaris, which doesn't use GNU ld linker
590         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
591         * as/Makefile: find on sparc-solaris does not support -maxdepth option
592
593 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
594
595         * src/mcs51/peeph.def: updated comments
596
597 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
598
599         * device/lib/_gptrget.c,
600         * device/lib/_gptrput.c: slightly shorter
601         * doc/sdccman.lyx: incremented version
602         * src/mcs51/peeph.def: moved peephole comments to the line of first
603           change to better keep line correlation, reanimated 186.e
604         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
605
606 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
607
608         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
609           David Saxton with quotes around file name.
610
611 2005-08-15 Borut Razem <borut.razem AT siol.net>
612
613         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
614           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
615           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
616           make tests run on x86_64 platform
617
618 2005-08-13 Raphael Neider <rneider AT web.de>
619
620         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
621           as it might be executed DURING a build (parallel make is wonderful)
622
623 2005-08-13 Raphael Neider <rneider AT web.de>
624
625         * device/lib/Makefile.in (port-specific-objects-pic16):
626           revert to cp $(PORT)/bin/*.* $(PORTDIR)
627         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
628           dependency
629         * device/lib/pic16/Makefile.rules: build subdirs before creating
630           the library, removed builddir rule, create $(builddir) early in
631           recurse rule, use empty recurse rule for leaf directories
632         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
633           mkdir errors (race condition), removed duplicate suffix "hex"
634           from clean rules
635         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
636         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
637           prevents mkdir -p from aborting on Alpha
638
639 2005-08-12 Raphael Neider <rneider AT web.de>
640
641         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
642           db-statements in order to allow for arrays of pointers in code
643           sections to be placed without interspersed 0-padding, fixes
644           bug #1256215
645         * (emitStatistics): fixed division by zero for pic18f1220
646         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
647           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
648         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
649         * (pic16_pCodeConstString): keep track of already emitted string
650           literals to prevent "duplicate definitions of symbol _str_NR"
651         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
652           debug message
653         * device/lib/Makefile.in: ignore failing PIC16 library builds
654         * device/lib/pic16/Makefile: do not build if gputils are missing
655         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
656
657 2005-08-10 Raphael Neider <rneider AT web.de>
658
659         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
660           my last commit)
661
662 2005-08-10 Raphael Neider <rneider AT web.de>
663
664         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
665           Rokas' patch to add the new fixed point type "__fixed16x16"
666         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
667           functions for __fixed16x16 arithmetics
668         * device/lib/pic16: reimplemented the build system to support
669           a separate build directory, better handling of libio (create
670           the library in a separate subdir for each architecture) and
671           easier configuration (centralized in Makefile.common)
672
673 2005-08-07 Raphael Neider <rneider AT web.de>
674
675         * src/pic16/gen.c (genrshTwo): fixed sign extension
676         * src/pic16/device.c: added pic18f2320, 4220 and 4320
677         * device/include/pic16/pic18f2220.h: changed some bit definitions,
678           added T0CONbits
679         * device/include/pic16/pic18f4220.h: NEW, header for
680           pic18f4220 and pic18f4320
681         * device/include/pic16/pic18fregs.h: added new devices,
682           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
683         * device/include/pic16/signal.h: resolved name clashes
684           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
685           to also allow testing for interrupt enable bits, added
686           comments on how to use the macros
687         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
688         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
689           register definitions for the devices
690         * device/lib/pic16/pics.all: added new devices
691         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
692           allocated memory
693         * device/lib/pic16/libc/stdlib/memfree: do not count
694           the block header as free memory
695         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
696           simplified and added missing end-of-blocklist-marker
697           (reported by Peter Onion, fixes #1252814)
698         * (_mergeHeapBlock): fixed loop condition
699         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
700           len==0, restructured code
701         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
702           up a bit, reduced bitfield accesses, prevent endless loops
703           in case of heap corruption
704         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
705           "unreferenced arguments/must return a value" warnings
706         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
707           replaced BAUDREG with SPBRG
708         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
709           device/lib/pic16/debug/gstack/gstack.c: replaced
710           _naked, _asm, _endasm with __naked, __asm, __endasm
711
712 2005-08-05 Raphael Neider <rneider AT web.de>
713
714         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
715           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
716
717 2005-08-05 Borut Razem <borut.razem AT siol.net>
718
719         * device/lib/Makefile.in: added missing ';'
720         * configure: removed ^M characters
721
722 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
723
724         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
725           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
726           License
727
728 2005-08-04 Borut Razem <borut.razem AT siol.net>
729
730         * configure.in: pic16 libraries build 2nd try - enable running
731           configure in device/lib/pic16
732         * configure: regenerated from configure.in
733         * device/lib/Makefile.in: create $(PORT)/bin directory
734
735 2005-08-03 Raphael Neider <rneider AT web.de>
736
737         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
738           to get/set values via pointers
739         * (genUnpackBits,genPackBits): changed detection of
740           ptr->bitfield vs. sym.bitfield, fixed access via generic
741           pointers, removed dead (wrong) code for multibyte bitfields
742         * (genNearPointerGet, genGenPointerGet): removed useless code,
743           fixed bitfield detection, fixes #1250594
744         * (genNearPointerSet): removed useless code
745         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
746           and introduced macro pic16_emitpcode that conditionally emits
747           the origin of the following pCode (useful for debugging SDCC)
748         * src/pic16/pcode.c: changed (and disabled) some debug outputs
749         * (createDefmap): fixed handling of LFSR for --optimize-df
750
751 2005-08-02 Borut Razem <borut.razem AT siol.net>
752
753         * device/lib/Makefile.in: pic16 libraries build enabled since
754           gputils-0.13.2 are now localy installed at sourceforge's compile farm
755
756 2005-08-02 Raphael Neider <rneider AT web.de>
757
758         * src/pic16/gen.c (genPackBits): removed deprecated warning
759         * (genGenPointerSet): fixed bitfield detection
760
761 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
762
763         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
764
765 2005-07-31 Raphael Neider <rneider AT web.de>
766
767         * device/lib/pic16/libdev/pic18f458.c,
768           device/include/pic16/pic18f458.h: added missing T0CONbits
769
770 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
771
772         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
773
774 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
775
776         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
777
778 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
779
780         * device/include/mcs51/at89c51ed2.h: added.
781
782 2005-07-23 Raphael Neider <rneider AT web.de>
783
784         * src/pic/gen.h: added emitpcode macro for debugging
785         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
786           and replace by macro adding debug information on demand
787         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
788         * (gencjne): tried to fix; replaced with correct (slower) code
789         * (gen{Unp,P}ackBits): fixed single bit access
790         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
791         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
792           previous instruction
793         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
794           register has to be handled with care (forbidding movement
795           of assignments/uses, removing assignments completely, ...)
796         * (pCodeOptime2pCodes): make use of regIsSpecial
797         * added lots of debugging output (commented out)
798         * src/pic/rallloc.c (deassignLRs): prevent operand registers
799           from being reused as result UNLESS it is known to work
800
801 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
802
803         * support/Util/dbuf.h: include <stddef.h> for size_t
804         * .version: changed to version 2.5.2
805
806 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
807
808         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
809
810 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
811
812         * src/hc08/gen.c (genMinus): fixed bug #1241835,
813           (genModOneByte): removed needless psha/pula
814
815 2005-07-22 Raphael Neider <rneider AT web.de>
816
817         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
818           have PIC14 handled like PIC16, fixes broken pic14 linker calls
819         * src/pic/gen.c (resolveIfx): do not "invent" labels
820         * (genSkipc): changed to positive logic
821         * (genSkipCond): removed as no longer needed
822         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
823           backport from PIC16
824         * (genLeftShift): check operands are in different registers
825         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
826           INCF does not update CARRY...
827         * src/pic/main.c: fixed _linkCmd
828         * src/pic/pcode.c (unlinkpCode): added inactive code
829         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
830           alive (do not assign result and operand overlapping registers)
831
832 2005-07-22 Raphael Neider <rneider AT web.de>
833
834         * src/pic/device.c (dump_sfr): replaced register declaration with
835           call to emitSymbolToFile() to avoid duplicate symbols
836         * (assignRelocatableRegisters): do not declare external symbols
837         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
838           right (take size of type, not etype)
839         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
840         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
841         * (packRegsForAccUse): disabled assignment of WREG as
842           the result reg to prevent occurence of just fixed #1235003,
843           fixes #1242954
844         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
845           symbols (avoids duplicate symbols in .asm file)
846         * (pic14emitRegularMap): use emitSymbolToFile()
847         * src/pic/gen.c (aopOp): fixed spillLocation handling
848         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
849         * (genDataPointerSet): removed unneccessary variables/output
850
851 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
852
853         * as/mcs51/lkarea.c: enlarged codemap for banked memory
854         * device/lib/mcs51/crtbank.asm: added # to 0x0F
855
856 2005-07-21 Raphael Neider <rneider AT web.de>
857
858         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
859           architecture cannot handle them efficiently, fixes bug #1235003
860         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
861           check for empty sets before using them (fixes bug #1232190)
862
863 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
864
865         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
866           (lnksect2): generate warnings for memory overlap
867         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
868           constseg to set the name of these segments so you can instruct the linker
869           to place them in banks
870         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
871         * src/SDCCglobl.h: added MODEL_HUGE to enum,
872           added code_seg and const_seg to options
873         * src/SDCCglue.c (emitMaps): use options.const_seg,
874           (createInterruptVect): put interrupt vectors in segment HOME,
875           (glue): put HOME before static segment and put the main glue in HOME,
876           (glue): use options.code_seg
877         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
878         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
879           these segments so you can instruct the linker to place them in banks
880           (linkEdit): use code_loc for HOME segment which should be the first
881           segment in code memory now
882         * src/SDCCmem.c: fixed more stuff like bug 1238386
883         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
884           (changePointer): don't change function pointers to code pointers for
885           banked functions,
886           (compareType): added exceptional check for banked function pointers
887         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
888         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
889           after static in code memory
890         * src/mcs51/gen.c: added aopLiteralLong prototype,
891           (aopForSym): use getSize for functions,
892           (genCall): generate banked calls over one trampoline __sdcc_banked_call
893           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
894           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
895           the segment,
896           (genPcall): use call for literal function pointers and generate banked
897           calls over the one trampoline so there's only one place for the user to
898           modify according to his/hers hardware,
899           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
900           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
901         * src/mcs51/main.c: added keyword banked,
902           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
903         * support/Util/SDCCerr.c,
904         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
905           needed for passing the bank and address to the trampoline
906         * device/lib/mcs51/crtbank.asm: added for bankswitching
907         * device/lib/mcs51/Makefile: added crtbank
908
909 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
910
911         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
912           for fields at offset 0 of a struct or union as reported
913           on 2005-07-07 in the developer mailing list.
914
915 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
916
917         * src/SDCCmem.c: fixed bug 1238386
918
919 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
920
921         * src/mcs51/peeph.def: added labelrefcounting for peepholes
922           (patch #1144962), added peephole 300, enabled 259.x
923         * doc/sdccman.lyx: removed screenshot and provided link instead
924
925 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
926
927         * doc/sdccman.lyx: added section about debugging with ddd
928         * doc/figures/ddd_example.eps: screenshot of debugging session
929
930 2005-07-04 Raphael Neider <rneider AT web.de>
931
932         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
933           like CODE pointers, fixes #1115683
934         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
935           call, fixes bugs #1232211, #1228110,
936           fixed wrong casts to pCodeFlow from pCodeInstructions
937
938 2005-07-04 Raphael Neider <rneider AT web.de>
939
940         * src/pic/gen.c (popGet): changed assert to allow for
941           bit operands
942         * (popGetAddr): changed signature to provide
943           an additional index, patched all call sites
944         * (genCmpEq): handle literal-like operands correctly
945         * (genAddrOf): added sanity checks on __code/__data pointers
946         * (genAssign): added handling of symbols from __code section
947         * (gencjne): do not generate code for comparisons whose result
948           is neither stored nor used, fixes bug #1171114
949         * (AccLsh, AccRsh): operate on operand instead of WREG
950         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
951           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
952           by known count
953         * rewrote complete shift-by-literal logic, commented unused
954           functions out
955         * (genConstPointerGet): get multiple bytes (if result size > 1),
956           fixed handling of non-immediate addresses
957         * (genPointerGet): handle CODE pointers like CONST pointers
958         * (genpic14Code): insert C-SRC lines as Cource-pCodes
959         * ({aop,op}_isLitLike): NEW, single place to decide whether an
960           operand is to be treated as a literal or not
961         * (mov2w,genPcall,genCmpEq),
962           src/pic/genarith.c: use aop_isLitLike() to decide between
963           literal/register contents
964         * (addSign): added missing offset
965         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
966           only emit comment in debug-mode,
967           use {aop,op}_isLitLike throughout the file
968         * src/pic/glue.c: fix initializers for pointers (work in progress)
969         * src/pic/pcode.c (get_op): honor index on _const symbols
970         * ({reset,dump}pCodeStatistics): NEW, estimate code size
971         * (dumppBlock): added pCode size estimation
972         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
973           check for IS_SYMOP before OP_SYMBOL'ing
974         * fixed indentation, compacted switch-statements
975         * (allocReg): find free register and allocate it instead of
976           allocating new registers all the time
977         * (deassignLRs): prevent POINTER_GET's from being assigned the same
978           registers as its operands (necessary only for multibyte GETs)
979
980 2005-07-01 Raphael Neider <rneider AT web.de>
981
982         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
983           debugging .asm-output macros FENTRY + FEXIT
984         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
985           way... I wonder...
986         * (emitpComment): NEW, printf to pCode
987         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
988           offset handling
989         * (popGetAddr): NEW, variant of popGet to access an immediates
990           high(er) bytes instead of the n'th byte of memory they reference,
991           replaced popGet with popGetAddr where neccessary
992         * (genDataPointerGet): reactivated and fixed implementation
993         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
994           accesses
995         * (genDataPointerSet): fixed multibyte assignments
996         * (genpic14Code): fixed --i-code-in-asm handling
997         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
998         * (genPlus): fixed index-out-of-bounds error
999         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1000         * src/pic/ralloc.c: added debugging output macro FENTRY2
1001         * (spillThis): fixed indentation, enbraced for-body for clarity
1002         * (rematStr): commented out as now unused
1003         * (regTypeNum): commented out special spill case (overwrites
1004           arbitrary values)
1005         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1006
1007 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1008
1009         * doc/sdccman.lyx: documented sfr16/sfr32,
1010           added example for using storage class with function pointers
1011         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1012
1013 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1014
1015         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1016         * device/lib/_itoa.c,
1017         * device/lib/_ltoa.c: optimized codesize
1018         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1019           but don't know how to suppress the double warning.
1020         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1021         * support/Util/SDCCerr.c,
1022         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1023
1024 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1025
1026         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1027           fixed old K&R prototypes
1028         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1029         * device/lib/_gptrget.c,
1030         * device/lib/_gptrgetc.c,
1031         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1032           also new versions for small generic pointers and banked generic pointers
1033         * src/port.h: added const_name
1034         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1035         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1036         * src/SDCCcse.c (findPrevIc): check all associative operators
1037         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1038         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1039         * src/SDCCmem.c: updated comments,
1040           set far-space to 0 for pdata, results in optimized code
1041         * src/SDCCmem.h: added macro CONST_NAME
1042         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1043           moving the info into the highest bits, see also gptrget/gptrput
1044         * src/src.dsp: added sdcc.ico to project files
1045         * src/avr/gen.c (genCast): fixed bug 0x%d
1046         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1047         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1048           relation between ptr_type and DCL_TYPE,
1049           (genCast): fixed bug 0x%d
1050         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1051           (CODE)" for const_name
1052         * src/hc08/gen.c (genCast): fixed bug 0x%d
1053         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1054           (hc08_port): added "CONST (CODE)" for const_name
1055         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1056           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1057           between ptr_type and DCL_TYPE,
1058           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1059           operand* and took AOP() inside function so sfr-ness can be checked,
1060           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1061           new prototype,
1062           (genFunction, genEndFunction): optimized stack setup,
1063           (genMinus): optimized for literals with ending zeroes (in bytes),
1064           (genCast): fixed bug 0x%d
1065         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1066           (mcs51_port): added "CONST (CODE)" for const_name
1067         * src/mcs51/peeph.def: made rule 226 more generic
1068         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1069         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1070         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1071         * src/z80/main.c (z80_port): added NULL for const_name,
1072           (gbz80_port): added NULL for const_name
1073         * support/regression/tests/bug663539.c,
1074         * support/regression/tests/sfr16.c: new tests
1075
1076 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1077
1078         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1079
1080 2005-06-24 Raphael Neider <rneider AT web.de>
1081
1082         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1083           corrected typos...
1084         * device/include/pic16/signal.h: added USBIF
1085           and SIG_USB
1086
1087 2005-06-24 Raphael Neider <rneider AT web.de>
1088
1089         * device/lib/pic16/libdev/pic18f2455.c,
1090           device/include/pic16/pic18f2455.h: NEW
1091         * device/include/pic16/pic18fregs.h,
1092           device/lib/pic16/pics.all,
1093           src/pic16/device.c: added 18f2455
1094         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1095           device/include/pic16/{pic18f[68][567].h,usart.h}:
1096           replaced MULTIPLE_USARTS define with more relaible
1097           compatibility sfrs (for USART access)
1098
1099 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1100
1101         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1102           and the output asm file line is printed on two lines.
1103
1104 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1105
1106         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1107           BGT, BLE, BHI, and BLS instructions
1108         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1109           genCmpEq): removed
1110         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1111           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1112           fixes bug #1216342
1113         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1114
1115 2005-06-15 Raphael Neider <rneider AT web.de>
1116
1117         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1118         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1119         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1120           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1121           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1122
1123 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1124
1125         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1126           Marcel Telka in bug #1215704
1127
1128 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1129
1130         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1131           located in shared memory bank.
1132
1133 2005-05-31 Raphael Neider <rneider AT web.de>
1134
1135         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1136           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1137           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1138
1139 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1140
1141         * device/lib/_strncpy.c: fixed the fix
1142
1143 2005-05-26 Raphael Neider <rneider AT web.de>
1144
1145         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1146           initializers with \0, bug #1208187
1147         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1148           intializers with \0, bug #1208187
1149
1150 2005-05-26 Raphael Neider <rneider AT web.de>
1151
1152         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1153           initializers with \0, bug #1208187
1154         * src/pic16/main.c (_process_pragma): added sanity checks
1155           for stack position and size, emit warnings when appropriate
1156
1157 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1158
1159         * device/lib/_strncpy.c: fixed not filling with \0
1160
1161 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1162
1163         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1164           createFunction),
1165         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1166           compound_statement),
1167         * src/SDCCsymt.h,
1168         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1169
1170 2005-05-24 Raphael Neider <rneider AT web.de>
1171
1172         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1173
1174 2005-05-24 Raphael Neider <rneider AT web.de>
1175
1176         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1177           TRISE definitions, closes bug #1162453
1178
1179 2005-05-22 Raphael Neider <rneider AT web.de>
1180
1181         * src/pic16/main.c (_process_pragma): check for missing
1182           arguments to pragmas code and udata
1183         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1184           consistency fixes to match other headers (thanks to Jim Paris)
1185         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1186
1187 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1188
1189         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1190
1191 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1192
1193         * support/regression/tests/bug1198642.c: new test
1194         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1195         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1196         * support/scripts/resource.h,
1197         * support/scripts/resource.rc,
1198         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1199         * support/scripts/sdcc.ico: added 32x32 icon
1200
1201 2005-05-18 Raphael Neider <rneider AT web.de>
1202
1203         * device/lib/pic16/libdev/pic18f*.c,
1204         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1205           keywords to "__sfr" and "__at (X)"
1206         * device/include/pic16/pic18fregs.h: added pic18f4520
1207         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1208           #1203088 (MPLAB compatibility)
1209
1210 2005-05-17 Raphael Neider <rneider AT web.de>
1211
1212         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1213         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1214         * device/lib/pic16/pics.all: added new devices
1215         * src/pic16/device.c: added support for pic18f4520
1216
1217 2005-05-16 Raphael Neider <rneider AT web.de>
1218         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1219         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1220         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1221           convenience function for bit access
1222
1223 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1224
1225         * device/lib/printf_large.c: fixed bug 1193299
1226         * support/regression/tests/bug1057979.c: added test %3.3s
1227
1228 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1229
1230         * device/include/mcs51/8051.h,
1231         * device/include/mcs51/8052.h: made parseable with lint
1232         * device/include/mcs51/lint.h: added include file for (sp)lint
1233         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1234         * doc/cdbfileformat.lyx,
1235         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1236
1237 2005-05-14 Raphael Neider <rneider AT web.de>
1238
1239         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1240         * device/lib/pic16/libc/stdlib/itoa.c (new)
1241         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1242         * device/lib/pic16/libio/Makefile: exclude subdir according to
1243           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1244         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1245         * src/pic16/gen.c (genFunction): prevent annoying warning
1246         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1247           nameclashes on BeOS
1248         * support/cpp2/cppmain.c (cpp_output_string): new
1249         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1250           fixes bug 1116802
1251
1252 2005-05-13 Borut Razem <borut.razem AT siol.net>
1253
1254         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1255
1256 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1257
1258         * .version: changed to version 2.5.1; back to bleeding edge development
1259
1260 2005-05-11 Borut Razem <borut.razem AT siol.net>
1261
1262         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1263           generate PDF version 1.3 documents
1264
1265 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1266
1267         * .version: changed to version 2.5.0
1268
1269 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1270
1271         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1272
1273 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1274
1275         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1276         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1277         well as many smaller updates.
1278         * .version: changed to version 2.5.0-pre1
1279
1280 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1281
1282         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1283
1284 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1285
1286         * support/regression/tests/bug1185672.c: added
1287         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1288           bug 1185672
1289         * src/mcs51/gen.c (genCall): added comments, made it look safer
1290         * src/mcs51/gen.c (genEndFunction): simplified
1291
1292 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1293
1294         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1295
1296 2005-04-14 Borut Razem <borut.razem AT siol.net>
1297
1298         * fixed bug 1045046 - SIGSEGV with really simple code?:
1299           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1300           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1301
1302 2005-04-14 Borut Razem <borut.razem AT siol.net>
1303
1304         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1305           src/pic16/device.h: temporarily disabled experimental #inline pragma
1306           for 2.5.0 release
1307
1308 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1309
1310         * device/include/z80/stdio.h,
1311         * device/include/z80/string.h: removed these highly incomplete files so
1312           SDCC can use the default ones in device/include/
1313
1314 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1315
1316         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1317         gcc warning.
1318         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1319         fix sdcpp warnings.
1320
1321 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1322
1323         * device/include/malloc.h: removed redundant __reentrant prototypes
1324         * device/lib/_mullong.c: added working xstack variant in asm (C version
1325           doesn't pass regression tests)
1326         * device/lib/bpx.c: used __data and made bpx char for mcs51
1327         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1328           (createFunction): fixed bug with xstackPtr
1329         * src/SDCCcse.c: corrected comments
1330         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1331           (killDeadCode, eBBlockFromiCode): removed unused code
1332         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1333           corrected comments
1334         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1335           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1336           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1337           (genModOneByte): fixed warning in MSVC
1338         * src/mcs51/main.c (): added comments
1339         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1340
1341 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1342
1343         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1344
1345 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1346
1347         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1348
1349 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1350
1351         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1352         characters arrays of larger size than the declared one.
1353
1354 2005-04-10 Borut Razem <borut.razem AT siol.net>
1355
1356         * src/pic/gen.c (genInline),
1357           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1358           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1359           (findNextInstruction), (findPrevInstruction),
1360           (findInstructionUsingLabel),
1361           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1362         * src/pic/pcode.c (findLabel): added missing '\n'
1363         * src/src.dsp: added SDCCdwarf2.c to the project
1364
1365 2005-04-09 Borut Razem <borut.razem AT siol.net>
1366
1367         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1368
1369 2005-04-08 Raphael Neider <rneider AT web.de>
1370
1371         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1372           into the chain after a given one) and mergeDefmapSymbols (combine
1373           defmap entries for each symbol per pcode)
1374         * (createDefmap): have defmap entries merged in the end
1375         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1376           a symbol before replacing one access type's symbol, merge symbols in
1377           the end (replacement symbol might already have an entry)
1378         * (assignValnums): keep reference to written WREG intact
1379
1380 2005-04-08 Raphael Neider <rneider AT web.de>
1381
1382         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1383           Alpha)
1384
1385 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1386
1387         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1388         bytes
1389
1390 2005-04-07 Raphael Neider <rneider AT web.de>
1391
1392         * device/include/pic16/usart.h: added compatibility defines for
1393           devices with more than one USART
1394         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1395
1396 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1397
1398         * device/lib/Makefile.in: updated for port specific include
1399
1400 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1401
1402         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1403
1404 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1405
1406         * device/include/8051.h,
1407         * device/include/8052.h,
1408         * device/include/at89S8252.h,
1409         * device/include/at89c55.h,
1410         * device/include/at89x051.h,
1411         * device/include/at89x51.h,
1412         * device/include/at89x52.h,
1413         * device/include/mcs51reg.h,
1414         * device/include/reg51.h,
1415         * device/include/reg764.h,
1416         * device/include/regc515c.h,
1417         * device/include/sab80515.h: (re)moved these 12 files
1418         * device/include/mcs51/8051.h,
1419         * device/include/mcs51/8052.h,
1420         * device/include/mcs51/at89S8252.h,
1421         * device/include/mcs51/at89c55.h,
1422         * device/include/mcs51/at89x051.h,
1423         * device/include/mcs51/at89x51.h,
1424         * device/include/mcs51/at89x52.h,
1425         * device/include/mcs51/mcs51reg.h,
1426         * device/include/mcs51/reg51.h,
1427         * device/include/mcs51/reg764.h,
1428         * device/include/mcs51/regc515c.h,
1429         * device/include/mcs51/sab80515.h: and added them here
1430
1431 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1432
1433         * device/include/stdarg.h: changed SDCC specific keywords to double
1434           underlined form.
1435         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1436           mcs51 and ds390.
1437         * device/include/hc08/mc68hc908gp32.h,
1438         * device/include/hc08/mc68hc908jb8.h,
1439         * device/include/hc08/mc68hc908jkjl.h,
1440         * device/include/hc08/mc68hc908qy.h: fixed comments
1441         * device/include/mcs51/README: updated
1442         * device/include/mcs51/c8051f120.h: added PINRSF
1443         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1444         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1445           amidst code. Also inline is not supported.
1446
1447 2005-04-06 Raphael Neider <rneider AT web.de>
1448
1449         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1450         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1451           callers stack/frame pointers
1452
1453 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1454
1455         * device/include/pic16/usart.h: added, missing in previous commit,
1456         * device/include/pic16/adc.h: fixed typo,
1457         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1458         commit,
1459         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1460         <p18fxxx.inc>
1461         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1462         uninitialized because a bug appears with gplink
1463         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1464         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1465         complains for unrecognised option
1466
1467 2005-04-05 Raphael Neider <rneider AT web.de>
1468
1469         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1470           structs as well (using memcpy)
1471         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1472           on ISRs (GOTO has no label)
1473         * src/pic16/device.h: added OF_OPTIMIZE_DF
1474         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1475           new data flow analysis/optimization
1476         * src/pic16/pcode.c: added (prototypes for and implementation of)
1477           dataflow analysis functions, fixed pCodeInstructions' inCond and
1478           outCond values, made RCALL a branch instruction
1479         * (pic16_unlinkpCode): keep C line if possible
1480         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1481           C line moved if possible
1482         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1483         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1484           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1485         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1486           new flow)
1487         * (pic16_getJumptabpCode): NEW, needed in...
1488         * (LinkFlow): fixed handling of jumptables, calls and conditional
1489           branches
1490         * (pic16_InsertCommentAfter): NEW
1491         * (pic16_pCodeReplace): made verbose and flow preserving
1492         * (AnalyzeFlow): added call to data flow analysis
1493         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1494         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1495         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1496
1497 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1498
1499         * src/SDCCast.c (decorateType): fixed bug #1105626
1500
1501 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1502
1503         * device/include/asm/pic16/features.h,
1504         * pic18f*.h headers,
1505         * device/include/pic16/adc.h,
1506         * device/include/pic16/delay.h,
1507         * device/include/pic16/i2c.h,
1508         * device/include/pic16/malloc.h,
1509         * device/include/pic16/stdio.h,
1510         * device/include/pic16/stdlib.h,
1511         * device/include/pic16/string.h,
1512         * device/lib/pic16/libc/stdio/printf_tiny.c,
1513         * device/lib/pic16/libc/stdio/printf_small.c,
1514         * device/lib/pic16/libc/stdio/strmgpsim.c,
1515         * device/lib/pic16/libc/stdio/strmmssp.c,
1516         * device/lib/pic16/libc/stdio/strmusart.c,
1517         * device/lib/pic16/libc/stdio/vfprintf.c,
1518         * device/lib/pic16/libc/stdlib/ltoa.c,
1519         * device/lib/pic16/libc/stdlib/putchar.c,
1520         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1521         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1522         * device/lib/pic16/libc/stdlib/memchrram.c,
1523         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1524         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1525         * device/lib/pic16/libio/adc/adcbusy.c,
1526         * device/lib/pic16/libio/adc/adcread.c,
1527         * device/lib/pic16/libio/adc/adcsetch.c,
1528         * device/lib/pic16/libio/usart/ubaud.c,
1529         * device/lib/pic16/libio/usart/ubusy.c,
1530         * device/lib/pic16/libio/usart/udrdy.c,
1531         * device/lib/pic16/libio/usart/uopen.c,
1532         * device/lib/pic16/libio/usart/uputc.c,
1533         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1534         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1535         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1536         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1537         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1538         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1539         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1540         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1541         specific keywords to double underlined form,
1542         * device/lib/pic16/libc/Makefile.rules,
1543         * device/lib/pic16/libsdcc/Makefile.rules,
1544         * device/lib/pic16/libm/Makefile,
1545         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1546         to compile with C standard set in Makefile.common
1547         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1548         rand.c and crc.c in compilation process,
1549         * device/lib/pic16/libsdcc/int/divuint.c,
1550         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1551         `c' from signed to unsigned,
1552         * device/lib/pic16/startup/crt0.c,
1553         * device/lib/pic16/startup/crt0i.c,
1554         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1555         keywords to double underlined form, bug fixes in _do_cinit function
1556         which prevented the correct initialization of the .idata segment,
1557         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1558         core to enter a infinite loop
1559         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1560
1561 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1562
1563         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1564
1565 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1566
1567         * device/include/Makefile.in: add support for hc08 subdirectory
1568         * device/include/hc08/: new subdirectory
1569         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1570         Lucas Loizaga, thanks!
1571         * device/include/hc08/mc68hc908qy.h,
1572         * device/include/hc08/mc68hc908gp32.h,
1573         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1574         their own directory. Changed internal macro names to use the compiler
1575         reserved namespace. Changed SDCC specific keywords to double
1576         underlined form.
1577         * device/include/math.h,
1578         * device/include/malloc.h,
1579         * device/include/stdarg.h,
1580         * device/include/stdbool.h
1581         * device/include/string.h,
1582         * device/include/tinibios.h,
1583         * device/include/ds400rom.h,
1584         * device/include/8051.h,
1585         * device/include/8052.h,
1586         * device/include/80c51xa.h,
1587         * device/include/at89c55.h,
1588         * device/include/at89S8252.h,
1589         * device/include/at89x51.h,
1590         * device/include/at89x52.h,
1591         * device/include/ds80c390.h,
1592         * device/include/reg764.h,
1593         * device/include/regc515c.h,
1594         * device/include/sab80515.h,
1595         * device/include/mcs51/c8051f000.h,
1596         * device/include/mcs51/c8051f018.h,
1597         * device/include/mcs51/c8051f020.h,
1598         * device/include/mcs51/c8051f040.h,
1599         * device/include/mcs51/c8051f060.h,
1600         * device/include/mcs51/c8051f120.h,
1601         * device/include/mcs51/c8051f300.h,
1602         * device/include/mcs51/c8051f310.h,
1603         * device/include/mcs51/c8051f320.h,
1604         * device/include/mcs51/c8051f330.h,
1605         * device/include/mcs51/c8051f350.h,
1606         * device/include/z180.h: Changed SDCC specific keywords to double
1607         underlined form.
1608
1609 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1610
1611         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1612         18F4455,
1613         * (pic16_assignConfigWordValue): disable testing of configuration
1614         register value with config mask,
1615         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1616         function with port->fun_prefix,
1617         * (genFunction): when generating a naked interrupt function never
1618         create an absolute segment placed in interrupt vector address, place
1619         the actual interrupt function at IVA instead, when an interrupt
1620         function is generated with unspecified interrupt then do not create
1621         the absolute section,
1622         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1623         code for generating a call to generic pointer get/put function with
1624         a call to function pic16_callGenericPointer(),
1625         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1626         the call to the generic pointer get/put functions with prefixing the
1627         function name with port->fun_prefix,
1628         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1629         * src/pic16/main.c (_process_pragma): prefix function with
1630         port->fun_prefix,
1631         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1632         calling assembler, old 18Fxxxx macro is deprecated,
1633         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1634         PC_ASMDIR in while condition,
1635         * (findInstruction): add PC_ASMDIR in while condition,
1636         * (buildCallTree): prefix main with port->fun_prefix,
1637         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1638         identifier for variable with banked access in instructions BTFSS,
1639         BTFSC, BCF, BSF, BTG
1640         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1641         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1642         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1643         perform optimization when enviroment variable NO_REG_OPT is set,
1644         * (insideLRBlock): NEW, return 1 if register is inside an
1645         INF_LOCALREGS block,
1646         * (RemoveRegFromLRBlock): remove a register that is completely
1647         eliminated by register optimization, but it is still left in local
1648         register store/restore in/from stack block,
1649         * (Remove2pcodes): after removing register, check to see if it
1650         should be removed from local register store/restore in/from stack
1651         block,
1652         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1653         DUMMY_READ_VOLATILE,
1654
1655         * device/include/pic16/adc.h: minor prototype modifications and
1656         update,
1657         * device/include/pic16/malloc.h: added GPL notice various
1658         modifications,
1659         * device/include/pic16/stdint.h: NEW, standard header for ints
1660         * device/include/pic16/delay.h: NEW, header for delay functions,
1661         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1662         delay1mtcy,
1663         * device/include/pic16/signal.h: NEW, header providing helper macros
1664         for implementing signal handlers,
1665         * device/include/pic16/stdio.h: added prototypes for functions,
1666         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1667         prototypes for stdin and stdout, added macro PUTCHAR to
1668         automatically implement putchar function prototype,
1669         * device/include/pic16/usart.h: modified and updated USART library,
1670         * device/lib/pic16/libio/adc/,
1671         * device/lib/pic16/libio/i2c: some modifications to improve library
1672         performance,
1673         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1674         family of functions,
1675         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1676         family of functions and other sources,
1677         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1678         of the PIC18Fxx[28] devices,
1679         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1680         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1681         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1682         _do_cinit function, because the previous failed when local variables
1683         where not placed in the same memory bank,
1684         * device/lib/pic16/libsdcc/char/: various modifications to improve
1685         library performance,
1686         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1687         information on the new functions of the c library and more...
1688
1689 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1690
1691         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1692
1693 2005-03-26 Raphael Neider <rneider AT web.de>
1694
1695         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1696           if condition == CARRY)
1697         * (genCmp): adapted to new genSkipc semantics
1698         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1699           on rIfx (genCmp was broken)
1700
1701 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1702
1703         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1704         * src/z80/main.c (_keywords[]),
1705         * src/SDCCglobal.h (struct options),
1706         * src/SDCC.y,
1707         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1708         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1709         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1710         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1711         always available in leading double underscore form. The C99 support is
1712         mostly missing, but it's a start.
1713         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1714         reserved identifier "__data".
1715
1716 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1717
1718         * src/mcs51/peeph.def: fixed bug 1170013
1719
1720 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1721
1722         * device/include/mcs51reg.h: fixed bug 842007
1723
1724 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1725
1726         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1727         last time.
1728
1729 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1730
1731         * src/port.h (struct PORT),
1732         * src/avr/ralloc.c (avr_assignRegisters),
1733         * src/avr/main.c,
1734         * src/ds390/ralloc.c (ds390_assignRegisters),
1735         * src/ds390/main.c,
1736         * src/hc08/ralloc.c (hc08_assignRegisters),
1737         * src/hc08/main.c,
1738         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1739         * src/mcs51/main.c,
1740         * src/pic/ralloc.c (pic14_assignRegisters),
1741         * src/pic/main.c,
1742         * src/pic16/ralloc.c (pic16_assignRegisters),
1743         * src/pic16/main.c,
1744         * src/xa51/ralloc.c (xa51_assignRegisters),
1745         * src/xa51/main.c,
1746         * src/z80/ralloc.c (z80_assignRegisters),
1747         * src/z80/ralloc.h,
1748         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1749         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1750         * src/SDCCcse.h,
1751         * src/SDCCdflow.c (computeDataFlow),
1752         * src/SDCCdflow.h,
1753         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1754         * src/SDCCloop.h,
1755         * src/SDCCcflow.c (*),
1756         * src/SDCCcflow.h,
1757         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1758         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1759         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1760         immedDom() returning wrong block; probably fixes bug #1160833)
1761
1762 2005-03-20 Borut Razem <borut.razem AT siol.net>
1763
1764         * support/scripts/inc2h.pl: WIN32 port
1765
1766 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1767
1768         * device/lib/makefile.in: added abs.c and labs.c
1769
1770 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1771
1772         * device/include/stdint.h: added
1773         * device/lib/abs.c: added
1774         * device/lib/labs.c: added
1775         * device/include/stdlib.h: added abs() and labs() prototypes
1776         * device/lib/libsdcc.lib: added abs and labs
1777         * device/include/float.h,
1778         * device/lib/_fsmul.c,
1779         * device/lib/printf_fast.c,
1780         * device/lib/printf_tiny.c: updated comments
1781
1782 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1783
1784         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1785         bug #1164313
1786
1787 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1788
1789         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1790         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1791
1792 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1793
1794         * device/lib/printf_large.c: removed inline assembly for portability and
1795           readability. Use printf_fast if speed or size are more important.
1796         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1797         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1798
1799 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1800
1801         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1802         prevent compiler warning
1803
1804 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1805
1806         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1807         moved to level 0 and declared as static. Also they are explicit
1808         placed in access bank. This was necessery because some times they
1809         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1810         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1811         optimizations. Currently only compare to unsigned char is implemented,
1812         * src/pic16/gen.c: added fReturnIdx array,
1813         * (struct resolvedIfx) is moved to gen.h and made public,
1814         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1815         * (aopForSym): added an optimization to directly store in stack of
1816         the operand of a SEND iCode,
1817         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1818         but as registers instead (AOP_REG) using the fReturnIdx array,
1819         * (pic16_freeAsmop): remove the freed register from the
1820         _G.sregsAlloc field,
1821         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1822         a compare of 'WREG',
1823         * (pic16_popGetTempRegCond): changed function prototype, now
1824         function takes also a bitVector argument v which holds the current
1825         set of registers that are allocated for stack access by aopForSym,
1826         registers allocated in aopForSym for accessing stack symbols are not
1827         any more part of the functions usedRegs field,
1828         * (genCall): some times aopOp is called for a stack variable to be
1829         send, aopForSym might perform the push, if this is true make sure
1830         that genCall doesn't push the variable twice by testing _G.resDirect,
1831         * (genFunction): changed testing for unspecified interrupt number
1832         from 256 to INTNO_UNSPEC,
1833         * modified selection scheme of frame pointer generation. Previously
1834         if function did use local registers a frame pointer was generated,
1835         now a frame pointer is generated only if function has arguments
1836         (that need PLUSW2 register access), or has stack arguments, or the
1837         compiler is not instructed to omit the frame pointer,
1838         * (genEndFunction): before restoring local registers that were saved
1839         in the function preamble, also restore the registers that *might*
1840         have been allocated for stack access,
1841         * (genRet): removed some old comments,
1842         * (genCmp, the active (RN's) version): added a call to the
1843         pic16_genCmp_special function to perform the compare with a more
1844         robust and optimized way,
1845         * (genInline): a feature has been added in inline code generation,
1846         which allows a wildcard variable substitution when writing inline
1847         assembly. Code is incomplete and experimental therefore undocumented,
1848         * (genCast): changed order of aopOp for result and right to allow
1849         aopForSym to directly load the result if possible,
1850         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1851         perform an optimized compare on some selected special occasions,
1852         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1853         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1854         generate an IVT any more,
1855         * src/pic16/main.c (pic16_optionsTable): added command line option
1856         --optimize-cmp,
1857         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1858         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1859         macros,
1860         * src/pic16/NOTES: Raphael Neider added in list of active developers
1861         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1862         jumptable_end to prevent bug #,
1863         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1864         inCond and outCond fields,
1865         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1866         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1867         turn off register spilling,
1868         * (packRegsForOneUse): synced with other ports' versions although it
1869         is not used currently,
1870         * (pic16_packRegisters): added an optimization while reading
1871         structure bitfields, some registers may be saved (malloc code is
1872         decreased by 80 bytes)
1873
1874 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1875
1876         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1877         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1878         this can be optimized more?
1879
1880 2005-03-10 Raphael Neider <rneider AT web.de>
1881
1882         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1883           genNearPointerGet): (hopefully) fixed access to bitfields via
1884           pointers (p->bitN = x; and x = p->bitN; failed)
1885
1886 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1887
1888         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1889
1890 2005-03-09 Raphael Neider <rneider AT web.de>
1891
1892         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1893
1894 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1895
1896         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1897         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1898           (regTypeNum): set REG_BIT type if necessary
1899         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1900         * support/regression/tests/critical.c: check bug 1144613
1901
1902 2005-03-02 Raphael Neider <rneider AT web.de>
1903
1904         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1905
1906 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1907
1908         * src/avr/ralloc.c (serialRegAssign),
1909         * src/ds390/ralloc.c (serialRegAssign),
1910         * src/hc08/ralloc.c (serialRegAssign),
1911         * src/mcs51/ralloc.c (serialRegAssign),
1912         * src/pic/ralloc.c (serialRegAssign),
1913         * src/pic16/ralloc.c (serialRegAssign),
1914         * src/xa51/ralloc.c (serialRegAssign),
1915         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1916
1917 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1918
1919         * src/SDCCast.c (decorateType): fixed bug 1124787
1920
1921 2005-02-20 Hubert Sack <sack AT digiplan.de>
1922         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1923
1924         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1925         patch #1121755
1926
1927 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1928
1929         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1930         to keep the correct label reference count when adding/removing references
1931         to labels. A peephole file using this is appended to patch #1144962.
1932
1933 2005-02-14 Raphael Neider <rneider AT web.de>
1934
1935         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1936         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1937         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1938           retrievals of result operand's value on assignment
1939
1940 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1941
1942         * device/include/pic16/string.h: modified prototype for memccpy()
1943         to memccpy(void *, void *, char, size_t)
1944         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1945         check whether to omit frame pointer or not,
1946         * (genInline): convert all occurences of "\n" to LF in inline
1947         assembler blocks, this helps formatting the inline text,
1948         * (pic16_loadFSR0): modified prototype,
1949         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1950         removed some 8051 legacy code,
1951         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1952         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1953         before allocating temporary registers in functions,
1954
1955 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1956
1957         * support/regression/tests/bitvars.c: corrected the "fix"
1958
1959 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1960
1961         * support/regression/tests/bitvars.c,
1962         * support/regression/tests/bitwise.c,
1963         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1964
1965 2005-02-10 Raphael Neider <rneider AT web.de>
1966
1967         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1968           different size for Alpha
1969         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1970
1971 2005-02-09 Raphael Neider <rneider AT web.de>
1972
1973         * src/SDCC.lex(doPragma) : save and restore warning options as well
1974           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1975         * have #pragma less_pedantic set the errorlevel to WARNING
1976           (fixes #1117001)
1977         * (cloneOptimize) : fixed wrong malloc's size
1978         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1979           facilitate correct handling of #pragma (save|restore)
1980
1981 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1982
1983         * src/mcs51/gen.c: removed non-standard C nameless struct/union
1984
1985 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
1986
1987         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
1988
1989 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
1990
1991         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
1992
1993 2005-02-02 Raphael Neider <rneider AT web.de>
1994
1995         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
1996         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
1997         * (pic16_storeForReturn): fixed to allow returning function pointers
1998         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
1999         * device/include/pic16/{stddef.h,stdbool.h}: added
2000
2001 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2002
2003         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2004
2005 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2006
2007         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2008         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2009          appeared to be required
2010
2011 2005-01-31 Borut Razem <borut.razem AT siol.net>
2012
2013         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2014           include/mcs51 and include/z80 directories to the package
2015
2016 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2017
2018         * src/hc08/gen.c (genFunction): fixed bug #1112752
2019
2020 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2021
2022         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2023
2024 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2025
2026         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2027
2028 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2029
2030         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2031
2032 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2033
2034         * device/include/c8051fxxx.h: removed these 6 files
2035         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2036
2037 2005-01-26 Raphael Neider <rneider AT web.de>
2038
2039         * src/pic16/gen.c (genAssign): fixed assignment from longs
2040           in codespace (were cut to three bytes)
2041         * (genDummyRead): implemented (except for CODESPACE...),
2042           fixed bug #1108575
2043         * src/pic16/glue.c (emitStatistics): beautified
2044         * device/lib/pic16/libm/Makefile: added include path
2045
2046 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2047
2048         * src/z80/gen.c (aopPut): fixed bug #1103902
2049
2050 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2051
2052         * device/lib/expf.c: fixed bug #1095792
2053
2054 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2055
2056         * device/lib/pic16/libm: added Math library sources
2057
2058 2005-01-24 Raphael Neider <rneider AT web.de>
2059
2060         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2061           to enable upcast to pCodeOpReg2 (there is no type tag to
2062           differenciate the two and pic16_popGet2p cast into PCOR2)
2063         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2064           (sizeof(sectNames) changed to sizeof(sectName))
2065           Both patches fix segfaults under MinGW.
2066
2067 2005-01-23 Raphael Neider <rneider AT web.de>
2068
2069         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2070           Safe_[mc]?alloc()'ed variables
2071         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2072           of (byte sized) temporaries (assign them to WREG for now)
2073         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2074           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2075           this might fix SIGSEGVs on MinGW...
2076         * src/SDCCopt.c (killDeadCode): restored original behaviour
2077           (volatile operands might get thrown away though)
2078
2079 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2080
2081         * src/pic16/gen.c: fixed bug #1106975,
2082         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2083         pointer update, INTCON is saved, global interrupts are disabled and
2084         restored after updateing TOS.
2085         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2086         * added function attribute 'shadowregs' to take advantage of shadow
2087         registers,
2088         * added function attribute 'wparam' as an alternative to the wparam
2089         pragma,
2090         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2091         user declares a non-ISR function as 'shadowregs',
2092         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2093
2094 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2095
2096         * .version: bumped version number to 2.4.8
2097         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2098         pic16 port,
2099         * device/lib/pic16/libio/i2c/: I2C module support library,
2100         * device/include/pic16/i2c.h: I2C support library header,
2101         * device/lib/pic16/libc/stdio/: standard IO support sources,
2102         * (printf_small.c): printf_small() source, supports float print,
2103         * (printf_tiny.c): printf_tiny() source, does not support floats,
2104         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2105         enable global optimizations for entire library source, other
2106         Makefiles in the source tree are also modified to reflect this,
2107         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2108         function,
2109         * doc/sdccman.lyx: updated to reflect new changes,
2110         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2111         sym->onStack if-case,
2112         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2113         sbit, idata, _idata, xdata, _xdata,
2114         * added pragma library, to link an external library, (see doc),
2115         * removed command line options, --pomit-config-words, --pomit-ivt,
2116         --pleave-reset-vector,
2117         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2118         when calling assembler to reflect memory model used, also define
2119         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2120         reflect stack model used,
2121         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2122         on stack return NULL,
2123
2124 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2125
2126         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2127           of the operands is volatile. Fixes #1020220
2128
2129 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2130
2131         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2132         * (OptimizeRegUsage): make sure that there is really no other flow where
2133           the first pCode is used
2134
2135 2005-01-22 Raphael Neider <rneider AT web.de>
2136
2137         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2138           to fix #1106967 (pCode->seq are not set up correctly)
2139
2140 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2141
2142         * src/SDCCglue.c (glue): make sure code area is declared before the
2143         static initialization area.
2144
2145 2005-01-21 Raphael Neider <rneider AT web.de>
2146
2147         * device/lib/Makefile.in: fixed test for pic16 install dir
2148         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2149           optimizations
2150         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2151           added --optimize-goto compiler switch and pragma wparam documentation
2152         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2153         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2154           and PRODH closing bug #1071770 (peephole optimizer)
2155
2156 2005-01-19 Raphael Neider <rneider AT web.de>
2157
2158         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2159           cmdLine buffers (used when calling sdcpp...) are large enough
2160           (MAX_PATH=256 truncates arguments leading to system halts when
2161           used in MinGW...)
2162         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2163         * (genUminus): rewritten to for efficiency
2164         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2165           used uninitialized in some cases)
2166         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2167           copy the third byte from the int -- now assumes 0x80 (data memory)
2168         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2169           operands (genAddLit expects the iCode's operands to swapped as
2170           well), fixed leftover bytes (crashed for short left operands)
2171         * (pic16_genMinusDec): performance improvements, removed false
2172           PIC14 emitSKPNCs
2173         * (pic16_genMinus): fixed to cope with differently sized operands
2174         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2175           for --obanksel > 1
2176         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2177         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2178           new banksel optimization
2179         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2180           analysis for temporary registers (segfaults...)
2181         * src/pic16/peeph.def: added rule
2182
2183 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2184
2185         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2186         which converts a float number to its ASCII representation
2187         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2188         functions to convert the fractional and integer part of a float to ASCII,
2189         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2190         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2191         ram
2192         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2193         _STATMEM macros,
2194         * device/include/pic16/adc.h: added GPL info,
2195         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2196         a pCodeOp as tested operand,
2197         * (genNearPointerGet): optimized bit testing, does not use
2198         intermediate register for bit value, test directly instead with
2199         BTFSS, BTFSC, works only for single bits,
2200         * (genpic16Code): dump the name of the iCode in the asm,
2201         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2202         renamed to pic16_decodeOp,
2203         * (serialRegAssign): do not allocate a temporary register for iCode
2204         sequences that test a single bit for 1/0
2205
2206 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2207
2208         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2209         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2210         access stack and frame pointers. They are initially assigned to
2211         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2212         accessing SFRs. Updated all occurences of modification of stack or
2213         frame pointer in gen.c and pcode.c,
2214         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2215         assigning of a literal value to pointers,
2216         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2217         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2218         selected
2219
2220 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2221
2222         * doc/sdccman.lyx: update documentation about stack pragma, added
2223         some info for stack memory models
2224
2225 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2226
2227         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2228
2229 2005-01-08 Raphael Neider <rneider AT web.de>
2230
2231         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2232           udata sections to fix bug #1097823
2233
2234 2005-01-05 Raphael Neider <rneider AT web.de>
2235
2236         * src/pic16/gen.c (genGenericShift): added handling of differently
2237           sized left operand and result
2238
2239 2005-01-04 Raphael Neider <rneider AT web.de>
2240
2241         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2242         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2243           to hold the condition bit)
2244         * added new version of genCmp (old code available via #define)
2245         * added new version of genShiftLeft/genShiftRight in a generic
2246           way, now supports shifting by negative values
2247         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2248           shiftCount (expected by genGenericShift)
2249         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2250         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2251           dump
2252         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2253           is an invalid literal too...)
2254
2255 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2256
2257         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2258         from Raphael Neider,
2259         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2260         for 8-bit literals. This fixes some literal operands which are sign
2261         extended to 16-bits ints when instruction needs only 8-bits.
2262
2263 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2264
2265         * device/lib/logf.c: added mcs51 assembly version
2266         * device/lib/expf.c: added mcs51 assembly version
2267         * device/lib/_logexpf.c: new shared asm code for expf and logf
2268         * device/include/math.h: add defines for assembly math library
2269         * device/lib/Makefile.in: build new _logexpf.c
2270         * device/lib/libfloat.lib: use new _logexpf.c
2271
2272 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2273
2274         * src/pic/device.c
2275         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2276           device types which have less than 0x7f registers.
2277
2278 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2279
2280         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2281
2282 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2283
2284         * device/lib/printf_fast.c: only build on supported arch.
2285         * device/lib/printf_tiny.c: only build on supported arch.
2286         * device/lib/printf_fast_f.c: only build if asm float lib
2287         * device/lib/_fsget1arg.c: only build if asm float lib
2288         * device/lib/_fsget2args.c: only build if asm float lib
2289         * device/lib/_fsnormalize.c: only build if asm float lib
2290         * device/lib/_fsreturnval.c: only build if asm float lib
2291         * device/lib/_fsrshift.c: only build if asm float lib
2292         * device/lib/_fsswapargs.c: only build if asm float lib
2293         * device/include/stdio.h: don't provide print_fast,
2294           print_fast_f, print_tiny prototypes if --xstack used
2295
2296 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2297
2298         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2299         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2300           to the SOURCES
2301
2302 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2303
2304         * device/lib/printf_fast_f.c: same as printf_fast, but
2305           with floating point enabled
2306         * device/lib/printf_fast.c: minor tweaks
2307         * device/include/stdio.h: add printf_fast_f
2308
2309 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2310
2311         * src/SDCCmain.c: make --float-reent default for mcs51
2312         * device/lib/_fsadd.c: added mcs51 assembly version
2313         * device/lib/_fssub.c: added mcs51 assembly version
2314         * device/lib/_fsmul.c: added mcs51 assembly version
2315         * device/lib/_fsdiv.c: added mcs51 assembly version
2316         * device/lib/_fseq.c: added mcs51 assembly version
2317         * device/lib/_fsneq.c: added mcs51 assembly version
2318         * device/lib/_fsgt.c: added mcs51 assembly version
2319         * device/lib/_fslt.c: added mcs51 assembly version
2320         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2321         * device/lib/Makefile.in: add _fscmp to build
2322         * device/lib/libfloat.lib: add _fscmp to build
2323
2324 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2325
2326         * device/lib/_fs2slong.c: added mcs51 assembly version
2327         * device/lib/_fs2sint.c: added mcs51 assembly version
2328         * device/lib/_fs2schar.c: added mcs51 assembly version
2329         * device/lib/_fs2ulong.c: added mcs51 assembly version
2330         * device/lib/_fs2uint.c: added mcs51 assembly version
2331         * device/lib/_fs2uchar.c: added mcs51 assembly version
2332         * device/lib/_slong2fs.c: added mcs51 assembly version
2333         * device/lib/_sint2fs.c: added mcs51 assembly version
2334         * device/lib/_schar2fs.c: added mcs51 assembly version
2335         * device/lib/_ulong2fs.c: added mcs51 assembly version
2336         * device/lib/_uint2fs.c: added mcs51 assembly version
2337         * device/lib/_uchar2fs.c: added mcs51 assembly version
2338         * device/include/float.h: added #define to select asm vs c
2339
2340 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2341
2342         * device/lib/printf_fast.c: improvements to float output
2343         * device/include/float.h: add defines for assembly float library
2344         * device/lib/_fsget1arg.c: receive 1 float arg
2345         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2346         * device/lib/_fsnormalize.c: normalize a float
2347         * device/lib/_fsreturnval.c: return float, various helper routines
2348         * device/lib/_fsrshift.c: right shift a float's mantissa
2349         * device/lib/_fsswapargs.c: swap 2 floats
2350         * device/lib/Makefile.in: build these 6 new files for mcs51
2351         * device/lib/libfloat.lib: add these 6 files to the library
2352
2353 2004-12-26 Borut Razem <borut.razem AT siol.net>
2354
2355         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2356           built by gcc 3.4.2
2357
2358 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2359
2360         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2361           and fully reentrant and register bank neutral.
2362         * device/lib/printf_fast.c: added float (not enabled by default),
2363           added compact/slower integer (also not enabled by default),
2364           improved size/speed of fast integer code, other minor changes
2365         * device/include/stdio.h, device/lib/Makefile.in,
2366           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2367
2368 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2369
2370         * src/pic16/pcode.c: declaring variables other than at the start of a
2371           block is not supported in C by VC6.
2372
2373 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2374
2375         * applied a previous patch from Raphael Neider that wasn't included
2376         in the previous commits, which fixes infinite loops within jumptable
2377         improvements,
2378         * made some fixes that previous patches introduced
2379
2380 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2381
2382         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2383         that fixes an issue with AOP_PCODE asmop's offset,
2384         * (pic16_popCopyReg): update instance field too,
2385         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2386         function of pic port,
2387         * (genCmp, genAnd, genAssign),
2388         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2389
2390 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2391
2392         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2393         variables initial values to idata section,
2394         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2395         variables in some functions. This utilizes parmBytes field of iCode
2396         structure to hold the offset of the variable in stack. (might be
2397         able to use the stack field too?)
2398         * applied patch from Raphael Neider # ### , # ###
2399         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2400         variable initial values in idata section,
2401         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2402         for static variables with initial value
2403         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2404         applied fix in while loop from Raphael Neider.
2405
2406 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2407
2408         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2409         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2410         * src/ds390/ralloc.c (serialRegAssign): spill bits
2411         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2412         * support/Util/SDCCerr.c,
2413         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2414         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2415         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2416
2417 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2418
2419         * device/include/sdcc-lib.h: inserted LGPL, added includes
2420           asm/ds390/features.h and asm/mcs51/features.h
2421         * device/include/asm/default/features.h,
2422         * device/include/asm/gbz80/features.h,
2423         * device/include/asm/z80/features.h: added empty _AUTOMEM
2424           and _STATMEM
2425         * device/include/asm/ds390/features.h,
2426         * device/include/asm/mcs51/features.h: added files with defines for
2427           _AUTOMEM and _STATMEM indicating automatic and static storage class
2428         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2429         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2430         * src/SDCCicode.c (geniCodeCast),
2431         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2432         * src/SDCCloop.c (loopInduction): removed unused variable lr
2433         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2434           to convertToFcall to include char modulo (RFE 1065037), added check
2435           if left operand is unsigned and use abs of literal value
2436         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2437           as it doesn't work after conversion from peephole.def to peephole.rul
2438         * src/mcs51/gen.c (toBoolean): added check for size,
2439           (genModOneByte): optimized code for signed char modulo a literal
2440           power of 2 (thanks to Hubert Sack),
2441           (genRRC): removed unnecessary "clr c",
2442           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2443         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2444           jump optimization,
2445           swapped rules 256.c and 256.d,
2446           extended 256.d by using new multiple checks (thanks Erik),
2447           added rules 256.e and 256.f,
2448           updated rule 261.a and 261.b to new generated code
2449         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2450
2451 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2452
2453         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2454           induction related bugs, including first part of bug #1074377
2455
2456 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2457
2458         * applied patch from bug-report #1076292,
2459         * applied patches for genAnd and Goto-optimizations for Raphael
2460         Neider,
2461         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2462         dump a less iCode information,
2463         * src/pic16/device.h (pic16_options_t): added field debgen,
2464         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2465         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2466         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2467         puclic,
2468         * (various functions): added macros FENTRY and FENTRY2 to functions,
2469         to emit function prologue,
2470         * (various functions): fixed indentation,
2471         * (genNearPointerGet): fixed loading of FSR0,
2472         * (genPackBits): applied patch from Raphael Neider to fix updating
2473         of FSR0 and touching only the modified bits,
2474         * src/pic16/genarith.c (various functions): added macros FENTRY to
2475         emit function prologue in comments,
2476         * src/pic16/pcode.h: added functions debugf2, debugf3,
2477         * src/pic16/ralloc.c: partial fix for packForPush caused
2478         segmentation fault,
2479
2480 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2481
2482         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2483           <stsp AT users.sourceforge.net> with reversed byte order
2484         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2485
2486 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2487
2488         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2489           bug #1074377
2490         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2491         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2492
2493 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2494
2495         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2496
2497 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2498
2499         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2500           conditions,
2501           (setFromConditionArgs): friendly operand parser for peephole rules,
2502           (operandBaseName, operandsNotRelated): new peephole condition
2503           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2504           architecture specific register naming into account, handles n-way
2505           comparisons, and supports quoted literals
2506         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2507
2508 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2509
2510         * src/mcs51/peeph.def: fixed bug #1076940
2511
2512 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2513
2514         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2515
2516 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2517
2518         Adding support for replacing ljmps with sjmps in jumptables
2519         generated for switch statements. For now you need to set the
2520         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2521         Now 4 algorithms for mcs51 jumptable generation are used:
2522         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2523         addresses loaded pc-relative for up to 112 cases and stack-pushing
2524         target addresses loaded with offset from dptr for up to 256 cases.
2525
2526         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2527         * src/mcs51/main.c: adapted constants for switch table generation
2528         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2529
2530 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2531
2532         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2533         * support/regression/tests/bug1057979.c: added test for bug 1073386
2534
2535 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2536
2537         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2538         compilers
2539
2540 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2541
2542         * src/pic16/device.h,
2543         * src/pic16/genarith.c,
2544         * src/pic16/glue.c,
2545         * src/pic16/main.c,
2546         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2547
2548 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2549
2550         Large cummulative patch for pic16 port.
2551         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2552         to call when a stack overflow occurs,
2553         * (malloc.h): added CVS Id tag,
2554         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2555         variable,
2556         * added libc directory. The current version of LibC contains string
2557         functions, ctype functions and macros and some functions of the
2558         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2559         be extensively tested in the future. Standard disclaimer here.
2560         Library is not automatically build yet. But one can build it by
2561         invoking 'make' inside the libc directory.
2562         * added ADC library under libio. Preliminary version yet.
2563
2564         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2565         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2566         aopForRemat() now and not by pic16_aopOp(),
2567         * (pic16_popGetTempReg): removed warning messgae when allocating
2568         temporary registers, its a buggy feature and will be removed,
2569         * (pic16_popGet): set register instance field in AOP_CRY,
2570         * (pic16_outBitC): fixed for results in size greater than 1,
2571         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2572         * (pic16_storeForReturn): optimized return of 0,
2573         * (genCmp): experimental code for new genCmp which uses PIC18's
2574         special compare&skip instructions. Initial tests fail some times
2575         with variables grater than 1 byte in size, so new code is disabled,
2576         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2577         a single bit,
2578         * (genCast): began a fix to optimize the casting of a bit to another
2579         bit, now assigning a bitfield to another bitfield will fail, sorry,
2580         * src/pic16/main.c: disabled the use of lr-support feature,
2581         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2582         * added some function prototypes, added function _debugf prototype,
2583         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2584         bits with offset (case PO_GPR_BIT),
2585         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2586         command line,
2587         * (isBankInstruction): modified to return 0 for no banking instruction,
2588         and 1 for banking instruction,
2589         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2590         caused stop processing pCodes after a inline assembly block,
2591         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2592         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2593         registers when it shouldn't,
2594         * src/pic16/ralloc.c (allocReg): add preliminary support for
2595         supporting a limited set of temporary registers,
2596
2597 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2598
2599         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2600           genDataPointerSet): ensure assignments always copy in MSB to LSB
2601           order,
2602           (loadRegFromAop): recognize CLRH optimization,
2603           (genFunction): optimize RECEIVE iCodes in reentrant functions
2604
2605 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2606
2607         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2608           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2609           selected.
2610         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2611         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2612           contiguous with data
2613
2614 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2615
2616         * device/lib/_gptrget.c (_gptrget),
2617         * device/lib/_gptrgetc.c (_gptrgetc),
2618         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2619           instead of sjmp to ret
2620         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2621           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2622
2623 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2624
2625         * .version: bumped version to 2.4.7
2626         * device/lib/_gptrget.c (_gptrget): is now _naked
2627         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2628         * device/lib/_gptrput.c (_gptrput): is now _naked
2629         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2630           (createFunction): fixed xstack
2631         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2632         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2633           or bit either,
2634           (geniCodeCritical): store original interrupt state in an iTemp bit
2635           var unless stack-auto
2636         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2637         * src/SDCCmain.c (setIncludePath): added include/target to search path
2638         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2639         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2640           prototype,
2641           (processFuncArgs): put bit vars in bit area
2642         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2643           unsaveRBank): fixed xstack,
2644           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2645           (genFunction, genEndFunction): fixed xstack,
2646           (genAssign): optimization don't walk backwards through mem
2647         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2648         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2649         * support/regression/Makefile: also make library (for stack-auto) when
2650           making "all" and added "test-mcs51-xstack-auto"
2651         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2652         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2653         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2654         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2655         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2656           make-library by MAKE_LIBRARY
2657         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2658           regression tests for xstack
2659         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2660         * support/regression/tests/critical.c: test for critical on mcs51
2661
2662 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2663
2664         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2665           built version of sdcc instead of installed version
2666
2667 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2668
2669         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2670         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2671           vprintf.c now
2672         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2673         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2674           WARNING: remove device/lib/build/z80/printf.o by hand when
2675           updating from previous build!
2676         * device/lib/z80/printf.c: updated comment
2677         * support/regression/tests/bug1057979.c: test all ports now
2678         * support/regression/tests/bug1065458.c: file added
2679
2680 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2681
2682         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2683           *_start and *_end symbols for static functions
2684
2685 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2686
2687         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2688           and search crt0.o in all library paths,
2689           (setIncludePath): proper handling of --nostdinc,
2690           (setLibPath): proper handling of --nostdlib
2691         * support/regression/Makefile,
2692         * support/regression/ports/ds390/spec.mk,
2693         * support/regression/ports/gbz80/spec.mk,
2694         * support/regression/ports/hc08/spec.mk,
2695         * support/regression/ports/mcs51/spec.mk,
2696         * support/regression/ports/mcs51-large/spec.mk,
2697         * support/regression/ports/mcs51-stack-auto/spec.mk,
2698         * support/regression/ports/z80/spec.mk: use include and lib files from
2699           built version of sdcc instead of installed version
2700         * doc/sdccman.lyx: fixed typo in --nostdinc
2701
2702 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2703
2704         * src/pic/pcode.c,
2705         * src/pic/device.c,
2706         * src/pic/ralloc.c,
2707         * src/pic/gen.c : added support to generate code for struct bit fields.
2708
2709 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2710
2711         * as/xa51/xa_version.h,
2712         * device/include/errno.h,
2713         * device/include/regc515c.h,
2714         * device/lib/_itoa.c,
2715         * device/lib/_ltoa.c,
2716         * device/lib/ser_ir_cts_rts.c,
2717         * sim/ucsim/xa.src/glob.cc,
2718         * sim/ucsim/xa.src/inst_gen.cc,
2719         * sim/ucsim/xa.src/xa_bit.cc,
2720         * sim/ucsim/xa.src/xa_sfr.cc,
2721         * sim/ucsim/z80.src/inst_dd.cc,
2722         * sim/ucsim/z80.src/inst_fdcb.cc,
2723         * support/scripts/keil2sdcc.pl,
2724         * src/pic16/pic16.dsp,
2725         * src/pic16/pic16a.dsp: corrected cvs line endings
2726         * device/lib/printf_large.c: fixed bug 1057979
2727         * src/pic16/gen.c: fixed non-C standard code
2728         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2729         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2730         * support/regression/ports/mcs51/support.c: reload T1 asap
2731         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2732           pdata use and clear idata startup behaviour
2733         * support/regression/tests/bug1057979.c: added
2734
2735 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2736
2737         * device/examples/ds390/ow390/ad26.h,
2738         * device/examples/ds390/ow390/cnt1d.h,
2739         * device/examples/ds390/ow390/crcutil.c,
2740         * device/examples/ds390/ow390/ownet.h,
2741         * device/examples/ds390/ow390/owsesu.c,
2742         * device/examples/ds390/ow390/swt12.h,
2743         * device/examples/ds390/ow390/swtoper.c,
2744         * device/examples/ds390/ow390/temp10.h,
2745         * device/examples/ds390/ow390/thermodl.c,
2746         * device/examples/ds390/tinitalk/tinitalk.dsp,
2747         * device/examples/ds390/tinitalk/tinitalk.dsw,
2748         * device/examples/mcs51/clock/hw.h,
2749         * device/examples/mcs51/simple2/go.bat,
2750         * device/examples/serialcomm/windows/serial.h,
2751         * device/examples/xa51/dummy.c,
2752         * device/examples/xa51/hello.c,
2753         * device/include/80c51xa.h,
2754         * device/include/at89x051.h: corrected cvs line endings
2755
2756 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2757
2758         * src/pic16/main.c (options): added command line --gstack, to trace
2759         stack over/under flows,
2760         * added pragma 'wparam' to allow passing first byte of function
2761         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2762         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2763         call to __gstack_test function and sets up the symbol as extern,
2764         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2765         * popaop): added call to pic16_testStackOverflow,
2766         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2767         wparamList list,
2768         * (genCall, genPcall): now all parameters are passed via stack
2769         except in functions that are pass to wparam pragma in which WREG is
2770         used too,
2771         * (genPcall): REENTRANT flag is checked to see if variable prototype
2772         contains reentrant keyword, don't call a non-reentrant function, via
2773         a reentrant function pointer or vice versa, functions are never
2774         passed via WREG,
2775         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2776         D.Winkler,
2777         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2778         SIGSEGV when accessing a NULL register stucture,
2779         * (pic16_printGPointerType): modified to handle UPPER modifier for
2780         function initializers, changed prototype of function to simpler one,
2781         * (pic16_printIvalFuncPtr): check to see if function is already
2782         added in externs list,
2783         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2784         optimized a move from W to SFR with a move to the same register
2785         later after a CALL,
2786         * device/lib/pic16/debug: NEW directory, contains debug features
2787         which are enabled when linking with libdebug.lib, currently command
2788         line option --gstack enables stack pointer tracing for over/under
2789         flow, corresponding sources are in debug/gstack
2790
2791 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2792
2793         * doc/sdccman.lyx: updated SDCC version,
2794         * (PIC16 port): update list of command line options,
2795         * src/pic16/device.h (structure pic16_options_t): added field gstack
2796         to enable stack overflow tracing on push/pops,
2797         * src/pic16/device.c (statistics structure): added statistics
2798         structure,
2799         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2800         pic16_dump_int_registers): increase statistics counters for each
2801         * variable which is encountered
2802         * (pic16_dump_usection): emit each .udata variable to its own udata
2803         section,
2804         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2805         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2806         parameters via stack, otherwise use old scheme,
2807         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2808         assembler output file,
2809         * src/pic16/main.c: added command line options --gstack to enable
2810         push/pop tracing for stack overflow,
2811         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2812         instructions): added size of each instruction,
2813         * (pic16_countInstruction): estimate size of instructions in
2814         the_pFile list, inline assembly blocks are not counted,
2815         * (pic16_FixRegisterBanking): trace previous register usage, when
2816         banksel optimizations is greater than 0, don't emit a redudant
2817         banksel directive,
2818
2819 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2820
2821         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2822         * src/pic16/ralloc.c : applied same fix for pic16.
2823         * src/pic/gen.c : tidied it up a little.
2824
2825 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2826
2827         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2828         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2829
2830 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2831
2832         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2833
2834 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2835
2836         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2837         non-reentrant function __modsint in the interrupt function (thus
2838         corrupting math operations during serial I/O)
2839         * device/lib/ser_ir.c: as above, changed buffersize
2840         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2841         256.c,d for zeroing
2842         * doc/Makefile: added option -t for rsync
2843
2844 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2845
2846         * src/SDCCast.h (struct ast),
2847         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2848
2849 2004-10-20 Borut Razem <borut.razem AT siol.net>
2850
2851         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2852         package
2853
2854 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2855
2856         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2857         makefile targets,
2858         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2859         support functions to replace long sequences of MOVFF's from access
2860         bank registers to stack and vice versa,
2861         * src/pic16/device.h: added new field opt_flags, where optimization
2862         flags can be set to enable certain features,
2863         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2864         * pBlock, (genFunction, genEndFunction): surroung loop for
2865         saving/loading used registers in stack with PC_INFO pCodes,
2866         INF_LREGS. Code in between can then be optimized by pCode optimizer
2867         to support function calls,
2868         * (genDataPointerSet): fixed bug which loaded float fields in
2869         structures with corrupt data,
2870         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2871         in a standard way debug info on stderr. Feature used for developing
2872         and debugging only,
2873         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2874         obsolete chunks of code,
2875         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2876         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2877         * pic16/src/pcode.c (pic16_newpCodeInfo,
2878         * (pic16_newpCodeOpLocalRegs),
2879         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2880         feature,
2881         * (pic16_pCodeConstString): printing of the initial value of a
2882         symbol as a comment is inhibited since parsing was already done by
2883         copyStr and output is corrupt,
2884         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2885
2886 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2887
2888         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2889
2890 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2891
2892         * as/mcs51/lkarea.c: removed old K&R style,
2893           (lnksect): changed check on boundary error,
2894           (lnksect2): changed check on boundary error,
2895           (lnksect2): extend XSTK to end of page if size = 1
2896         * as/mcs51/lkmain.c: removed old K&R style,
2897           (Areas51): create l_IRAM symbol
2898         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2899         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2900           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2901         * device/lib/_mullong.c: added version to be compiled with xstack
2902         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2903         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2904         * device/lib/mcs51/crtxstack.asm: fixed comment
2905         * src/SDCCglue.c: maxInterrupts defaults to 0,
2906           (emitMaps): added pdata,
2907           (createInterruptVect): (re)moved default,
2908           (glue): added pdata,
2909           (glue): moved __start__xstack to XSTK with default size 1
2910         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2911           and options.float_rent when options.stackAuto is set,
2912           (linkEdit): only write XDATA_NAME if provided on command line
2913         * src/SDCCmem.h,
2914         * src/SDCCmem.c: added pdata
2915         * src/port.h: added pdata_name to PORT
2916         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2917           (saveRegisters, unsaveRegisters): removed usage of B,
2918           (genMinus): fixed accumulator clash,
2919           (genJumpTab): added comment, this needs another look
2920         * src/mcs51/gen.c: added check for "B in use" paranoia,
2921           added pushB() and popB()
2922         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2923           chance
2924         * src/avr/main.c,
2925         * src/ds390/main.c,
2926         * src/hc08/main.c,
2927         * src/mcs51/main.c,
2928         * src/pic/main.c,
2929         * src/pic16/main.c,
2930         * src/xa51/main.c,
2931         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2932           added PSEG (PAG,XDATA) or NULL to port specifier
2933         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2934         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2935           (_mcs51_genInitStartup): removed __start__xstack equ,
2936           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2937         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2938         * src/z80/gen.c (_rleAppend): fixed warnings
2939         * support/regression/tests/zeropad.c: added pdata test
2940         * .version: bumped to 2.4.6
2941
2942 2004-10-17 Borut Razem <borut.razem AT siol.net>
2943
2944         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2945         as a part of nightly build
2946
2947 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2948
2949         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2950         WREG holds the first byte function parameters,
2951         * (aopForSym): take special case for symbols which are in FARSPACE
2952         but in CODESPACE too,
2953         * (assignResultValue): modified to take into account _G.useWreg,
2954         * (genCall): don't use wreg for parameter passing when function is
2955         declared as reentrant, too, added optimization INCF to stack
2956         pointer when stack parameter count is 1,
2957         * (genFunction, genEndFunction): refurnished and fixed to not using
2958         wreg for passing parameters when function has varargs or is
2959         reentrant, fixed bug with symbol name compare for generating
2960         functions in absolute address,
2961         * (pic16_storeForReturn): refurnished,
2962         * (genCmp): began writing a new version of the function, not ready
2963         yet, therefore it is disabled,
2964         * (genAssign): do not read code memory when assigning a function to
2965         a pointer function,
2966         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2967         array of characters, not pointer,
2968         * (pic16initialComments): in debug mode emit an .ident directive for
2969         the assembler,
2970         * (_process_pragma): emit a new warning type (internal to pic16)
2971         when setting stack to default length, emit a similar warning when
2972         placing a function at absolute address and address is not word aligned
2973         * (_pic16_parseOptions): added 'return TRUE' statement,
2974         * (_pic16_linkEdit): if compiling a source, then add the source's
2975         file object, first in the list of objects to link,
2976
2977 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2978
2979         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2980         * src/pic/main.c : removed VC warning.
2981         * src/pic/gen.c : changed comment.
2982
2983 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
2984
2985         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
2986         reference to a deprecated symbol _GPTRREG was causing failure to
2987         link. Thanks G. M. Gallant for the info.
2988
2989 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
2990
2991         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
2992         comments for Bugs item #954788.
2993
2994 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
2995
2996         * src/pic16/device.c (pic16_dump_gsection,
2997         * pic16_groupRegistersInSection): handle symbols declared to be in
2998         access bank differently,
2999         * src/pic16/gen.c (struct _G): added field resDirect,
3000         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3001         send values read from stack directly to result and don't allocate
3002         temporary values,
3003         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3004         same registers,
3005         * (pic16_sameRegsOfs): NEW,
3006         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3007         free because they were not allocated from temporary pool,
3008         * pic16_popRegFromString): workaround to fix a problem with
3009         allocating variables twice or never,
3010         * (genGenPointerGet): using PRODL instead of FSR0H,
3011         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3012         instead of FSR0H,
3013         * (genAssign): take advantage of the _G.resDirect flag,
3014         * (genCast): around line 11844, use mov2f instead of directly
3015         MOVFF'ing between operands to account for literal values,
3016         * src/pic16/genutils.c: some new debug functions for gpsim have been
3017         added,
3018         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3019         float with integer part only,
3020         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3021         place variables in access bank
3022         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3023         updated sources to reflect recent changes in gen.c
3024
3025 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3026
3027         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3028         sources that searched for headers in installation path, now the
3029         device/include/pic16 is used,
3030         * src/pic16/glue.c (pic16glue),
3031         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3032         .line directives if not in debug mode, this suppresses assembler's
3033         warnings for ignored directives
3034
3035 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3036
3037         * src/port.h: made reset_regparms prototype void parameter explicit.
3038         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3039         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3040         * doc/sdccman.lyx: documented warning disabling and how to use
3041           printf_large to make it print floats.
3042         * device/include/stdbool.h: NEW
3043         * device/lib/_atof.c,
3044         * device/lib/_divuint.c,
3045         * device/lib/_divulong.c,
3046         * device/lib/expf.c,
3047         * device/lib/printf_large.c,
3048         * device/lib/sincosf.c,
3049         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3050         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3051           a completely reentrant lib.
3052
3053 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3054
3055         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3056         * device/include/pic16/stdio.h: fixed bug with colon
3057
3058 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3059
3060         * device/include/pic16/stdio.h,
3061         * device/include/pic16/stdlib.h,
3062         * device/include/pic16/math.h: NEW
3063         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3064         declared as _naked to reduce overhead
3065         * device/lib/Makefile.in (target port-specific-objects-pic16):
3066         changed * to *.* so to ignore the CVS directory,
3067         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3068         stacked variables back in stack,
3069         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3070         corruption
3071
3072 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3073
3074         * .version: bumped version number to 2.4.5
3075         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3076         * support/Util/SDCCerr.c (messages structure): added entry for
3077         W_POSSBUG2
3078
3079         Large cumulative patch for pic16 port and libraries.
3080         * device/include/pic16/sdcc-lib.h,
3081         * device/include/pic16/stdarg.h,
3082         * device/include/asm/pic16/features.h,
3083         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3084         * device/include/pic16/float.h: changes reentrant keyword with
3085         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3086         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3087         updated target build-libraries to include objects from gptr,
3088         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3089         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3090         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3091         all function headings,
3092         * src/SDCCmain.c: added global parameter userIncDirsSet,
3093         * (parseCmdLine): when option -I is encountered add directory to
3094         userIncDirsSet too,
3095         * src/version.awk: added space between control and long,
3096         * src/pic16/NOTES: added some notes for the port,
3097         * src/pic16/gen.c: added prototype for mov2fp function,
3098         * (fReturnpic16[]): properly named return value registers,
3099         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3100         * (aopForSym): added code to handle symbols with onStack flag set,
3101         symbols onStack are allocated PTRSIZE bytes,
3102         * (aopFreeAsmop): handles special case where asmops are stack objects,
3103         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3104         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3105         added argument lock to trace flaws in allocating temporary registers
3106         when developing port,
3107         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3108         * (pic16_popRegFromString): reenabled allocating a direct register
3109         from string,
3110         * (assignResultValue): various beautifications,
3111         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3112         referenced function argument,
3113         * (genIpush): reenabled to allow stacked arguments, handles only
3114         ic->parmPush iCodes,
3115         * (genCall, genPcall): major changes to allow for variable argument
3116         functions, fixed a bug with falsely restoring stack pointer after
3117         returning from call,
3118         * (genFunction): pending code for critical function,
3119         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3120         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3121         * (genNearPointerGet): fixed bug with indirect reading, was always
3122         reading from INDF0
3123         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3124         pointers,
3125         * (genAddrOf): rewrote code to take address of a stacked function parameter
3126         * (genCast): fixed casting to generic pointer type,
3127         * src/pic16/gen.h: added AOP_STA,
3128         * (struct asmop): added field stk,
3129         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3130         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3131         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3132         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3133         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3134         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3135         generic pointers,
3136         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3137         and library paths,
3138         * (pic16_port structure): generic pointer size is set to 3,
3139         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3140         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3141         compiler warning,
3142         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3143         operand is an iTemp,
3144
3145 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3146
3147         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3148         * debugger/mcs51/simi.c: addapt new syntax of s51
3149
3150 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3151
3152         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3153         * src/pic16/pcode.c: commented out some calls to free() in order to
3154         fix bug #989576,
3155
3156 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3157
3158         * src/SDCCicode.h,
3159         * src/SDCCicode.c (isiCodeInFunctionCall),
3160         * src/avr/ralloc.c (selectSpil),
3161         * src/pic/ralloc.c (selectSpil),
3162         * src/pic16/ralloc.c (selectSpil),
3163         * src/ds390/ralloc.c (selectSpil),
3164         * src/hc08/ralloc.c (selectSpil),
3165         * src/xa51/ralloc.c (selectSpil),
3166         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3167         stack in the middle of a function call sequence (fixes bug #1020268)
3168         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3169         costs associated with the minimum switch case.
3170
3171 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3172
3173         * src/SDCC.lex: fixed bug #1030549
3174
3175 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3176
3177         * src/SDCCcse.h (struct cseDef),
3178         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3179         over a function call if the CSE is derived from a symbol whose
3180         address has been taken (fixes bug #1029883)
3181         * support/regression/tests/bug-1029883: a new regression test for
3182         this bug
3183
3184 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3185
3186         * src/hc08/gen.c (emitinline): fixed bug #1029778
3187         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3188         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3189         and starts toward RFE #905167)
3190
3191 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3192
3193         * src/pic16/gen.c (mov2f): New function to move an operand to
3194         another without considering if it is a literal or a register,
3195         * (pic16_sameRegs): don't check if they are both AOP_REG,
3196         * (AccRsh): removed andmask=0 lines,
3197         * (genLeftShift): duplicated to be improved in future versions,
3198         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3199         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3200         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3201         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3202         * (insertBankSwitch): fixed inserting banksel directives algorithm
3203         for instructions that follow a skip instruction, this fixes a report
3204         for broken subtraction code generation,
3205         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3206         iCode is a left op, just in case result and right share the same
3207         registers
3208
3209 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3210
3211         * src/hc08/main.c,
3212         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3213         preservation of HX
3214         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3215         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3216         on 2004-09-12; it was buggy
3217
3218 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3219
3220         * src/SDCCsymt.h: removed RESULT_CHECK
3221         * src/SDCCast.c,
3222         * src/SDCCglue.c,
3223         * src/SDCCval.c,
3224         * src/pic/glue.c,
3225         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3226
3227 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3228
3229         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3230         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3231         configuration values no more rejected by compiler, they are assigned
3232         to configuration registers with a warning message instead,
3233         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3234         the for-loop so last conf register is emitted too,
3235         * (_pic16_initPaths): link library libsdcc.lib by default,
3236         * (_hasNativeMulFor): modified test for multiplication according to
3237         Raphael Neider's remarks. Integer multiplication is also done with
3238         support functions,
3239         * device/include/pic16/pic18fregs.h: corrected type error in while
3240         testing and including 18f6720 header file
3241
3242 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3243
3244         * src/pic16/device.h (pic16_options): removed field use_crt,
3245         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3246         until an optimization to handle single bits is added,
3247         * (pic16_loadFSR0): moved before genUnpackBits,
3248         * (genAnd): some white lines removed,
3249         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3250         leave_reset flags in pic16_options when using crt modules,
3251
3252 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3253
3254         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3255           for bugs 898889 & 979599. Also used some safer print instructions.
3256
3257 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3258
3259         * src/pic16/device.h (pic16_options_t): added field use_crt,
3260         crt_name, no_crt,
3261         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3262         catch a probable future bug,
3263         * src/pic16/gen.c: aopIdx function commented out,
3264         * (genAssign): commented out old code which used aopIdx,
3265         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3266         code, added if conditionals to take into account the --use-crt
3267         command line options,
3268         * src/pic16/main.c (pic16_optionsTable): added new command line
3269         options, --use-crt= and --no-crt,
3270         * (_pic16_linkEdit): now the proper crt object is added in the
3271         linker command line except than when --no-crt is specified,
3272         * src/pic16/pcode.c,
3273         * src/pic16/pcode.h: added some structures and functions for a new
3274         optimization scheme to compansate for instruction overhead between
3275         same iCodes, this scheme is currently under development and is not
3276         working in any way,
3277         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3278         to && operator,
3279         * device/lib/pic16/startup/crt0i.c,
3280         * device/lib/pic16/startup/crt0iz.c: added global char variable
3281         __uflags to force the generation of an idata section
3282
3283 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3284
3285         * doc/Makefile,
3286         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3287         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3288
3289 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3290
3291         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3292         Frieder) and clarified the default code optimization mode
3293
3294 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3295
3296         * src/SDCC.lex (doPragma, process_pragma),
3297         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3298         "opt_code_size", and "opt_code_balanced"
3299         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3300         regrouped options by category, added support for category headers
3301         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3302         and "--opt-code-size"
3303         * doc/sdccman.lyx: documented these new options and pragmas
3304         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3305         preference into account
3306
3307 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3308
3309         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3310           geniCodePreDec): Fixed bug 904237 by generating a warning
3311         * src/SDCCerr.h,
3312         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3313
3314 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3315
3316         * src/pic/device.c : When no max ram set validate full memory range.
3317         * src/pic/pcode.c,
3318         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3319
3320 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3321
3322         * device/lib/_gptrget.c,
3323         * device/lib/_gptrput.c: updated comment
3324         * device/lib/calloc.c,
3325         * device/lib/free.c,
3326         * device/lib/malloc.c,
3327         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3328         * src/SDCCcse.c (cseBBlock),
3329         * src/SDCCicode.c (printOperand, geniCodeArray),
3330         * src/SDCCicode.h (struct operand): fixed bug 868103
3331         * support/regression/tests/bug-868103.c: added
3332         * src/SDCCast.c (searchLitOp),
3333         * src/SDCCcse.h (struct cseDef),
3334         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3335         * src/SDCCicode.h (struct operand),
3336         * src/SDCCsymt.h (struct sym_link),
3337         * src/avr/gen.c (hasInc),
3338         * src/ds390/gen.c (hasInc),
3339         * src/hc08/gen.c (genPlusIncr, hasInc),
3340         * src/mcs51/gen.c (hasInc),
3341         * src/pic16/glue.c (pic16_printIvalChar),
3342         * src/pic16/ralloc.c (regWithIdx),
3343         * src/xa51/gen.c (hasInc) : removed warnings
3344         * src/SDCCast.c (createBlock): added comment ???
3345         * src/hc08/ralloc.c: updated comments
3346
3347 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3348
3349         * doc/sdccman.lyx: updated section on switch statements, added
3350         section about semaphore locking
3351         * doc/Makefile: added option -info for latex2html
3352         * device/lib/_gptrget.c,
3353         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3354
3355 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3356
3357         * src/pic/device.h,
3358         * src/pic/device.c,
3359         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3360          maxram is less than 0x100.
3361
3362 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3363
3364         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3365
3366 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3367
3368         * src/port.h,
3369         * src/mcs51/main.c,
3370         * src/ds390/main.c,
3371         * src/z80/main.c,
3372         * src/hc08/main.c,
3373         * src/pic/main.c,
3374         * src/pic16/main.c,
3375         * src/avr/main.c,
3376         * src/xa51/main.c
3377         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3378         a jump table is the best form for a switch statement, including
3379         automatic insertion of missing cases to make the case range
3380         continuous. Developed in collaboration with Frieder Ferlemann.
3381
3382 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3383
3384         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3385         accumulator result if it needs sign extension
3386
3387 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3388
3389         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3390
3391 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3392
3393         * device/lib/gbz80/printf.c,
3394         * device/lib/z80/printf.c: removed define for NULL
3395
3396 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3397
3398         * as/xa51/xa_link.c,
3399         * device/examples/ds390/ow390/ad26.c,
3400         * device/examples/ds390/ow390/cnt1d.c,
3401         * device/examples/ds390/ow390/counter.c,
3402         * device/examples/ds390/ow390/ds2480.h,
3403         * device/examples/ds390/ow390/ds2480ut.c,
3404         * device/examples/ds390/ow390/findtype.c,
3405         * device/examples/ds390/ow390/gethumd.c,
3406         * device/examples/ds390/ow390/owllu.c,
3407         * device/examples/ds390/ow390/ownetu.c,
3408         * device/examples/ds390/ow390/swt12.c,
3409         * device/examples/ds390/ow390/swtloop.c,
3410         * device/examples/ds390/ow390/temp.c,
3411         * device/examples/ds390/ow390/temp10.c,
3412         * device/examples/ds390/ow390/thermo21.c,
3413         * device/examples/ds390/ow390/tinilnk.c,
3414         * device/examples/ds390/ow390/tstfind.c,
3415         * device/examples/serialcomm/windows/serial.cpp,
3416         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3417         * device/include/reg51.h: fixed line endings for cvs
3418
3419 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3420
3421         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3422         packRegsForAccUse, packRegisters): new accumulator register
3423         packing algorithm
3424         * support/regression/ports/hc08/support.c (_putchar): suppress
3425         warning of unused variable
3426         * src/SDCCicode.c: added SWAP entry to codeTable
3427
3428 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3429
3430         * device/lib/sprintf.c: forgot to add this file before previous commit
3431
3432 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3433
3434         * src/pic16/gen.c (genPackBits): added operand right in function
3435         parameters, load result directly if p_type is POINTER (that is
3436         called by genNearPointerSet)
3437         * (genUnPackBits): added operand left in function parameters,
3438         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3439         FSR0 if accessing bitfields,
3440
3441 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3442
3443         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3444           _print_format; updated printf, sprintf, vsprintf
3445         * device/include/asm/default/features.h: corrected comment/define
3446         * device/lib/Makefile.in: added sprintf.c
3447         * device/lib/libsdcc.lib: added sprintf module
3448         * device/lib/printf_large.c,
3449         * device/lib/vprintf.c,
3450         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3451           into these 3 files
3452         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3453         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3454         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3455           hc08 test
3456         * support/regression/tests/zeropad.c: define idata as data for hc08
3457
3458 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3459
3460         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3461         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3462         labels are referenced at least once (even if a reference is not found)
3463         * src/hc08/gen.c (emitcode): set isComment flag for comments
3464         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3465         loads), rules 6a..6b (optimize jumps to return)
3466
3467 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3468
3469         * device/lib/acosf.c (acosf),
3470         * device/lib/asinf.c (asinf),
3471         * device/lib/atanf.c (atanf),
3472         * device/lib/ceilf.c (ceilf),
3473         * device/lib/cosf.c (cosf),
3474         * device/lib/coshf.c (coshf),
3475         * device/lib/cotf.c (cotf),
3476         * device/lib/fabsf.c (fabsf),
3477         * device/lib/floorf.c (floorf),
3478         * device/lib/log10f.c (log10f),
3479         * device/lib/logf.c (logf),
3480         * device/lib/sinf.c (sinf),
3481         * device/lib/sinhf.c (sinhf),
3482         * device/lib/sqrtf.c (sqrtf),
3483         * device/lib/tanf.c (tanf),
3484         * device/lib/tanhf.c (tanhf),
3485         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3486         replaced all instances of "reentrant" in the library functions
3487         defined in math.h with this macro.
3488         * support/regression/tests/float_trans.c: reenabled test for hc08
3489
3490 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3491
3492         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3493         erroneously deleted
3494
3495 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3496
3497         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3498         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3499         multi-byte volatile operands are used
3500         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3501         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3502         initialization to area GSINIT0 so that it would always precede
3503         any static initializers in GSINIT
3504         * support/regression/tests/zeropad.c: fixed idata define for hc08
3505         * support/regression/tests/bug-927659.c,
3506         * support/regression/tests/float_trans.c: disabled tests for hc08
3507         pending missing library routines
3508         * .version: increased version number to 2.4.4 - hc08 port now passes
3509         regression tests
3510
3511
3512 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3513
3514         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3515         * Makefile.common.in,
3516         * as/Makefile,
3517         * as/hc08/Makefile.in,
3518         * as/mcs51/Makefile.in,
3519         * as/z80/Makefile.in,
3520         * debugger/mcs51/Makefile.in,
3521         * device/include/Makefile.in,
3522         * device/lib/Makefile.in,
3523         * doc/Makefile,
3524         * link/Makefile,
3525         * link/z80/Makefile.in,
3526         * packihx/Makefile.in,
3527         * sim/ucsim/main_in.mk,
3528         * sim/ucsim/avr.src/Makefile.in,
3529         * sim/ucsim/doc/Makefile.in,
3530         * sim/ucsim/gui.src/serio.src/Makefile.in,
3531         * sim/ucsim/hc08.src/Makefile.in,
3532         * sim/ucsim/s51.src/Makefile.in,
3533         * sim/ucsim/xa.src/Makefile.in,
3534         * sim/ucsim/z80.src/Makefile.in,
3535         * src/Makefile.in,
3536         * support/cpp2/Makefile.in,
3537         * support/librarian/Makefile,
3538         * support/makebin/Makefile: added DESTDIR to the install path proposed
3539         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3540         * doc/sdccman.lyx: added DESTDIR documentation
3541
3542 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3543
3544         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3545         instruction for interrupt handlers, use fast returns when returning
3546         from high priority interrupts
3547
3548 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3549
3550         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3551         code generation
3552         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3553         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3554         bugs, ported much of Bernhard's code from mcs51
3555         * src/mcs51/gen.c (genSend),
3556         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3557         than one when calling a reentrant function
3558         * device/lib/_mullong.c: defined an alternate struct layout for big
3559         endian ports (hc08)
3560
3561 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3562
3563         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3564         test
3565
3566 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3567
3568         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3569         are sane and complete before asking the port its prefered parameter
3570         passing method (fixes bug #1017633)
3571         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3572         and _ret3
3573
3574 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3575
3576         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3577         problem in bitfields >= 8 bits.
3578
3579 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3580
3581         * src/SDCCsymt.c: undid changes that were not meant to be committed
3582
3583 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3584
3585         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3586
3587 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3588
3589         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3590           copied and wrong bit got inverted
3591
3592 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3593
3594         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3595         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3596         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3597         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3598         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3599         assignments to bitfields at known addresses
3600         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3601         reads from bitfields at known addresses
3602         * src/hc08/ralloc.c (packRegisters),
3603         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3604         genhc08Code): optimize pointer get values used as conditionals
3605         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3606         and branch
3607
3608 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3609
3610         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3611         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3612         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3613         as conditionals
3614
3615 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3616
3617         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3618
3619 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3620
3621         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3622         related problems
3623
3624 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3625
3626         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3627
3628 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3629
3630         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3631         mcs51 port
3632
3633 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3634
3635         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3636
3637 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3638
3639         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3640         cases use more compact code.
3641
3642 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3643
3644         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3645
3646 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3647
3648         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3649
3650 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3651
3652         * src/SDCCsymt.h,
3653         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3654         parameter of changePointer() from symbol* to sym_link*
3655         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3656         * src/SDCCsymt.c (compareType): void* type is castable to other
3657         pointers, but not necesarily an exact match.
3658         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3659         is no longer blindly treated as an exact match.
3660         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3661
3662 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3663
3664         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3665
3666 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3667
3668         * src/pic/gen.c,
3669         * src/pic/pcode.c,
3670         * src/pic/ralloc.h,
3671         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3672
3673 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3674
3675         * src/pic/device.c,
3676         * src/pic/device.h,
3677         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3678
3679 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3680
3681         * src/mcs51/gen.c (emitcode): fixed bug #992819
3682
3683 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3684
3685         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3686           there's no need to make it worse
3687
3688 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3689
3690         * src/mcs51/ralloc.c (deassignLR),
3691         * src/ds390/ralloc.c (deassignLR),
3692         * src/hc08/ralloc.c (deassignLR),
3693         * src/z80/ralloc.c (deassignLR),
3694         * src/pic/ralloc.c (deassignLR),
3695         * src/pic16/ralloc.c (deassignLR),
3696         * src/avr/ralloc.c (deassignLR),
3697         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3698         rlivePoint): fixed another part of bug #971834
3699
3700 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3701
3702         * src/z80/main.c: enabled "critical" keyword
3703         * src/z80/mappings.i,
3704         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3705         functions (fixes bug #979646)
3706         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3707
3708 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3709
3710         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3711           such as c:\mydir.
3712
3713 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3714
3715         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3716           doesn't disable too much optimizations
3717
3718 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3719
3720         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3721
3722 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3723
3724         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3725
3726 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3727
3728         * src/pic/gen.c tidied up tabs
3729         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3730         * src/pic/main.c tidied up tabs
3731         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3732         * src/pic/pcoderegs.c tidied up tabs
3733         * src/pic/ralloc.c tidied up tabs
3734
3735 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3736
3737         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3738         to S_FIXED for pic16 port and when symbol is not in level 0,
3739         allocate for S_REGISTER storage class and pic16 port, too,
3740         * src/pic16/device.h: prototype for checkSym,
3741         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3742         * (pic16_assignConfigWordValue): test the value and the mask to
3743         validate that the value is suitable for the configuration word,
3744         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3745         collect extern declared symbols, don't emit symbol twice, check
3746         first if symbol is in publics set first,
3747         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3748         * added command line '--fstack' which enables an experimental
3749         feature for stack access, too buggy to be used yet...
3750         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3751         * (pic16_allocDirReg): when register has storage class S_REGISTER
3752         allocate in pic16_dynAccessRegs,
3753         * device/include/pic16/pic18f????.h: modified configuration word
3754         naming convention, words started as CONFIG0H but should be CONFIG1H
3755
3756 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3757
3758         * device/include/mcs51reg.h: fixed bug 970993
3759
3760 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3761
3762         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3763         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3764         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3765         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3766         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3767         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3768           error/warning numbers,
3769           added function setWarningDisabled()
3770         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3771         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3772           _memcmp.c _memmove.c calloc.c realloc.c free.c
3773         * support/regression/tests/malloc.c: added tests for new functionality
3774         * support/regression/tests/zeropad.c: added tests for truncated initializers
3775           and initialized char arrays starting with '\x0'
3776         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3777
3778 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3779
3780         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3781
3782 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3783
3784         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3785         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3786         peephole 177.e. Thanks to anonymous
3787
3788 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3789
3790         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3791         function isn't used in the source but referenced as a
3792         variable initializer then declare it as extern in .asm file
3793
3794 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3795
3796         * .version: increased version number to 2.4.3
3797
3798         Adding version extension according to ChangeLog CVS revision
3799         * src/Makefile.in (target all): added dependency 'version.h'
3800         * (rule version.h): added rule to create version.h from ChangeLog,
3801         * (rule dep): added dependency version.h,
3802         * src/version.awk: AWK script to create version.h
3803         * src/SDCCdwarf2.c (dwWriteModule),
3804         * src/SDCCglue.c (initialComments),
3805         * src/SDCCmain.c (printVersionInfo): modified to write after
3806         version string the version extension number,
3807         * src/SDCCutil.c: included "version.h"
3808         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3809         number,
3810         * src/SDCCutil.h: added prototype for getBuildNumber
3811
3812         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3813         includeDirsSet, too,
3814         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3815         const char [] is found in function prototype...
3816
3817         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3818         moving to WREG with source is already in WREG,
3819         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3820         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3821         * (aopForSym): stack'ed symbols are partially supported, added
3822         if-clause to support symbols in FARSPACE,
3823         * (sameRegs): added test for AOP_ACC to see if registers are same,
3824         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3825         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3826         * (pic16_popRegFromString): will not allocate a new register if it
3827         doesn't find one by name, bug may have introduced...
3828         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3829         * (genIpush): revived to use pic16 port's stack,
3830         * (genAddrOf): added incomplete case for stack'ed operand,
3831         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3832         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3833         can handle multibyte operands,
3834         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3835         * (pic16initialComments): added message for MPLAB compatibility
3836         mode enabled,
3837         * src/pic16/main.h: prototype for pic16_mplab_comp,
3838         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3839         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3840         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3841         because of increased complexity of procedure,
3842         * (_process_pragma): stack pragma changed to format 'stack pos len',
3843         emit symbol '_stack_end' to conform with gplink,
3844         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3845         to search for register,
3846         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3847         PO_GPR_REGISTER,
3848         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3849         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3850         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3851         case for PO_GPR_REGISTER,
3852         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3853         dies, the new era is ahead !...
3854         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3855         pic16_dynInternalRegs,
3856         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3857         * (pic16_allocDirReg): minor optimizations and bug fixes,
3858         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3859
3860         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3861         load stack and frame pointer with address of 'stack_end' symbol
3862
3863 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3864
3865         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3866         without source code but only variable initializers
3867
3868 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3869
3870         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3871         external are not declared as extern to reduce overhead while linking
3872
3873 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3874
3875         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3876
3877 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3878
3879         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3880           Yee Keat for the patch
3881         * src/SDCCast.c (decorateType): fixed bug #979599
3882         * src/ds390/gen.h: removed local fReturnSizeDS390
3883         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3884         * src/ds390/gen.c (genAnd, genOr, genXor),
3885         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3886
3887 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3888
3889         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3890         add relFilesSet to $3, manipulate $2 to handle linking of object
3891         files without source files in command line,
3892         * device/include/pic16 (all headers): added ID location macros,
3893         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3894         entries for ID location bytes,
3895         * (pic16_assignIdByteValue): NEW,
3896         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3897         added field dumpcalltree to pic16_options_t,
3898         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3899         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3900         emitting rFalseIfx label after check_carry label,
3901         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3902         pic16_emitDIRegs), NEW
3903         * (pic16glue): dump .calltree file when option --calltree found,
3904         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3905         * (_pic16_genAssemblerPreamble): emit ID locations after
3906         configuration registers,
3907         * (pic16_linkCmd): modifications of the link command,
3908         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3909         * (pic16_pCodeInitRegisters): don't init stack registers,
3910         * (pic16_findPrevInstruction): fixed bug,
3911         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3912         bug with immediate registers,
3913         * (buildCallTree): traces stack push and pop,
3914         * (pct2): dump also stack usage for each function,
3915         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3916         * (pic16_allocDirReg): various modifications,
3917         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3918         fixed to 1,
3919
3920 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3921
3922         * src/pic16/pcode.c: removed buggy double colon
3923
3924 2004-07-01 Borut Razem <borut.razem AT siol.net>
3925
3926         * support/scripts/sdcc.nsi: added include/pic16 to setup
3927
3928 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3929
3930         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3931         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3932         target 'clean',
3933         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3934         specific command line arguments. Also added sample lkr script
3935         for placing a variable at a specific memory bank.
3936         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3937         at a specific memory bank,
3938         * (pic16_dump_isection): fixed bug which caused string literals to
3939         be omitted when dumping idata section,
3940         * (pic16_groupRegistersInSection): added code to handle registers
3941         in specific memory banks,
3942         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3943         public, all references are renamed too,
3944         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3945         AOP_DPTR2,
3946         * (pic16_storeForReturn): added case to handle when dest is WREG,
3947         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3948         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3949         pic16_rel_udata, check to see if that register is marked as being
3950         a member of a specific memory bank,
3951         * (pic16_printIvalCharPtr): added code to add string literals either
3952         to code or the idata sections,
3953         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3954         also accept the 'udata' pragma,
3955         * src/pic16/main.h: new structure types sectName and sectSym
3956         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3957         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3958         * (pic16_findPrevInstruction): fixed, it returned nothing,
3959         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3960         instruction combinations,
3961         * (pic16_FixRegisterBanking): heavily reorganised,
3962         * (pic16_AnalyzeBanking): if generating banksel directives is
3963         disabled, then don't call FixRegisterBanking at all,
3964         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3965         completely removed,
3966         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3967
3968 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3969
3970         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3971         Phuah Yee Keat <yk.phuah AT nestac.com>
3972
3973 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3974
3975         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3976         correctly the IVT even if it is relocated to some other location
3977
3978 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3979
3980         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
3981         * device/include/pic16/pic18f2220.h: NEW,
3982         * device/lib/pic16/libdev/pic18f2220.c: NEW,
3983         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
3984         * src/pic16/device.c (struct Pics16): added info for 18f2220,
3985         * src/pic16/device.h (struct pic16_options): added ivt_loc and
3986         nodefaultlibs, ivt_loc is the location of the interrupt vector
3987         table, and nodefaultlibs signs that default libraries should not be
3988         linked in link stage,
3989         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
3990         according to --ivt-loc argument,
3991         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
3992         when pragma stack is found,
3993
3994 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3995
3996         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
3997         256 (range check), 257 (do while), 258.a-f (bit banging
3998         f.e. on 3-wire SPI bus)
3999
4000 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4001
4002         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4003         variables used exclusively within a loop
4004
4005 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4006
4007         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4008
4009 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4010
4011         * src/SDCClrange.c (computeClash): fixed bug #971834
4012
4013 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4014
4015         * src/mcs51/gen.c (genCmp): fixed bug #975903
4016         * src/hc08/gen.c (operandsEqu),
4017         * src/ds390/gen.c (operandsEqu),
4018         * src/z80/gen.c (operandsEqu),
4019         * src/pic/gen.c (operandsEqu),
4020         * src/pic16/gen.c (operandsEqu),
4021         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4022         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4023
4024 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4025
4026         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4027
4028 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4029
4030         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4031         default case in switch statement,
4032         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4033         to eliminate problem with initialisation of pointers, but problem
4034         still exists,
4035         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4036         * (emitStaticSegment): removed various lines emitting debug info,
4037         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4038         added processor registers for utilizing EEPROM,
4039         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4040         configurable and set 8
4041
4042 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4043
4044         * .version: increased version number to 2.4.2,
4045
4046         Cumulative patch for pic16 port
4047         * src/pic16/device.c: changed scheme to dump initial values for
4048         variables in idata segment, all print_idata* functions were removed,
4049         now the pic16_printIval* will be called,
4050         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4051         * _pic16_printPointerType, pic16_printPointerType,
4052         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4053         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4054         NEW, similar to the respective functions in SDCCglue.c,
4055         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4056         way, emitting hex bytes,
4057         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4058
4059 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4060
4061         * src/avr/ralloc.c (serialRegAssign),
4062         * src/xa51/ralloc.c (serialRegAssign),
4063         * src/pic/ralloc.c (serialRegAssign),
4064         * src/pic16/ralloc.c (serialRegAssign),
4065         * src/hc08/ralloc.c (serialRegAssign),
4066         * src/z80/ralloc.c (serialRegAssign),
4067         * src/ds390/ralloc.c (serialRegAssign),
4068         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4069
4070 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4071
4072         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4073         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4074
4075 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4076
4077         Cumulative patch for pic16 port:
4078         * src/pic16/device.h (typedef PIC16_device) modified fields for
4079         defining microcontrollers,
4080         * src/pic16/device.c: added new info for all devices in Pics16 array,
4081         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4082         to be optimised out by the pCode optimiser,
4083         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4084         specially, bug reported by G.M. Gallant,
4085         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4086         as force'd so that cannot be optimised out by pCode optimiser,
4087         * src/pic16/pcode.c,
4088         * src/pic16/pcodepeeph.c,
4089         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4090         they are disabled by default, but can be enabled explicit with
4091         command argument --denable-peeps, for testing,
4092         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4093         --pomit-ivt in COMPILE_FLAGS
4094
4095 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4096
4097         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4098           compilation on MSVC
4099
4100 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4101
4102         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4103
4104 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4105
4106         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4107         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4108
4109 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4110
4111         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4112         would only assign 0x300001 register.
4113
4114 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4115
4116         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4117         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4118
4119 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4120
4121         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4122         for ds80c400
4123         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4124         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4125         added peephole 254 (left shift), 255 (jump table)
4126
4127 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4128
4129         * device/lib/Makefile.in: removed comment line with model-pic16,
4130         * (target port-specific-objects-pic16): the libraries and objects
4131         are copied to the build directory form the device/lib/pic16/bin
4132         directory
4133
4134         Cumulative patch concerning pic16 port:
4135         * library directory has been re-organized,
4136         * added support for PIC18F1220,
4137         * added headers and library sources for chips 18f1220,18f6520,
4138         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4139
4140         * configuration registers setting has changed, now each supported
4141         device has a complete description of the registers it uses,
4142         * all initialisations are moved to idata sections, these section
4143         can be absolute or relocatable,
4144         * fixed initialisation of codespace variables,
4145         * fixed warning about PCLATU and gpsim,
4146         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4147         * (genAssign): use table reads when assigning from variables in codespace,
4148         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4149         char/int variables placed in codespace,
4150         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4151         registers set in .asm file, no need for --pomit-config-words anymore,
4152         * (pic16glue): some 8051 legacy segments are commented out
4153         (to be removed completely),
4154         * added support for alternative assembler and linker with --asm=
4155         and --link= command line arguments,
4156         * peepholes are disabled automatically in the port, no need to
4157         specify on command line,
4158         * port supports natively char/int/long multiplication, but converts
4159         all divisions to support functions,
4160         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4161         to the file set in variable $2,
4162         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4163         strings in ASCII format and not in hex,
4164         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4165         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4166         allocate proper register if iCodes aren't temporary,
4167
4168 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4169
4170         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4171
4172 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4173
4174         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4175         is commented out
4176
4177 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4178
4179         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4180         computed address is reused
4181         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4182         multi-byte bitfields
4183
4184 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4185
4186         * src/z80/gen.c: (genArrayInit): must check for pointers too
4187
4188 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4189
4190         * support/regression/tests/zeropad.c: never meant to commit the
4191           nestedstruct test: removed, added check for GCC version
4192
4193 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4194
4195         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4196         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4197         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4198           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4199           bugs 928906 and 954082 half-empty initializers
4200         * src/SDCCsymt.h,
4201         * src/SDCCsymt.c (getAllocSize): added for above fix
4202         * src/z80/gen.c (genArrayInit): fixed bug 741044
4203         * support/regression/tests/zeropad.c: added tests
4204
4205 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4206
4207         * src/pic16/device.c (pic16_dump_section): corrected bug which
4208         caused some symbols of the libraries to be misplaced
4209
4210 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4211
4212         * src/pic16/glue.c,
4213         * src/pic16/ralloc.h,
4214         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4215         to fix conflict with pic port
4216
4217 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4218
4219         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4220         externs configuration variables,
4221         * src/pic16/ralloc.h,
4222         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4223         prototype in header, commented out some debug messages
4224
4225 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4226
4227         * src/pic16/glue.c,
4228         * src/pic16/main.c,
4229         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4230         for gpasm COFF object generation. Thanks to D. Hawkins for
4231         his patch info
4232
4233 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4234
4235         * src/ds390/main.c,
4236         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4237         Brock for spotting this)
4238         * src/ds390/gen.c (genEndFunction),
4239         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4240         interrupt handler and critical. Disable push/pop optimizations when
4241         peephole optimizations disabled.
4242
4243 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4244
4245         Updated pic16 library sources and headers.
4246         * device/lib/pic16/pic18f*/ ,
4247         * device/include/pic16/*.h: modified to handle structured SFR
4248         definitions
4249
4250 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4251
4252         * src/port.h (PORT structure): added hook initPaths, now each
4253         port can declare its own default search paths,
4254         which can been seen with the --print-search-dirs option,
4255         see pic16 port for example,
4256         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4257         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4258         * (doPrintSearchDirs): NEW, replaces in a central manner the
4259         printing of search dirs which was split in set*Paths functions,
4260         * (main): added call to port->initPaths and doPrintSearchDirs,
4261         * src/avr/main.c,
4262         * src/ds390/main.c,
4263         * src/hc08/main.c,
4264         * src/izt/i186.c,
4265         * src/izt/tlcs900h.c,
4266         * src/mcs51/main.c,
4267         * src/pic/main.c,
4268         * src/pic16/main.c: modified port structures to reflect addition of
4269         initPaths hook,
4270
4271         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4272         * (pic16_dump_section): for registers in same address reserve memory once,
4273         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4274         to no_banksel,
4275         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4276         result is greater in size than right or left,
4277         * (pic16_genUMult8X8_8): there are some cases where the result can
4278         be 16 bits size, so handle these,
4279         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4280         * (pic16_outBitC): modified to emit pcodes,
4281         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4282         or not,
4283         * (genDivOneByte): implemented algorithm to divide 8-bits,
4284         * (genCmp): uncommented goto, but issues still exist,
4285         * (genAnd): fixed a bug with variables >8bits,
4286         * (genPackBits): optimization added that uses BCF/BSF to change a
4287         single bit,
4288         * (genAssign): fixed bug when assigning floating point literals,
4289         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4290         __sdcc_gsinit_startup label,
4291         * src/pic16/main.c (_pic16_init): removed search directory
4292         initialisations,
4293         * (_pic16_initPaths): NEW, used to initialise search directories,
4294         * (_hasNativeMulFor): support functions for all except char/int
4295         multiplication, and char division,
4296         * (PIC16_port struct): modified entry for native mul support,
4297         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4298         no_banksel option,
4299         * (buildCallTree): call to register_usage is ifdef'ed out,
4300
4301 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4302
4303         * device/include/string.h: applied Stas Sergeev's patch to make this
4304         header file compatible with the preprocessor -Wundef option
4305         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4306         failure (fixes bug #941458)
4307
4308 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4309
4310         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4311         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4312         that the variable, not the function, should be static
4313         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4314         to be consistent with non-literal case
4315
4316 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4317
4318         * src/SDCCast.c (isConformingBody): fixed bug #949967
4319         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4320         convilong): fixed bug #952086
4321
4322 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4323
4324         * src/SDCCmem.c (allocVariables): fixed bug #955321
4325
4326 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4327
4328         * src/hc08/main.c (_hc08_genAssemblerEnd),
4329         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4330         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4331         completely eliminated the use of a temporary file
4332         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4333         when more than one file linked
4334         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4335
4336 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4337
4338         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4339         which fixes bug #543481
4340         * support/regression/tests/bug-751703.c: fixed comments left from a
4341         cut and paste error
4342         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4343         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4344         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4345         scopes
4346         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4347         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4348         are now changed to underscores in moduleName
4349
4350 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4351
4352         * as/mcs51/lkmem.c: better fix for bug #954173
4353
4354 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4355         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4356
4357         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4358         * device/include/c8051f000.h,
4359         * device/include/c8051f120.h,
4360         * device/include/c8051f300.h,
4361         * device/include/c8051f310.h,
4362         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4363         PWM16) and detab'ed
4364
4365 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4366
4367         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4368         and mailing lists, doc'ed --no-peep-comments, removed reference
4369         to knoppix (newest version has no LyX/LaTeX), other minor changes
4370         * src/SDCCglue.c (glue): save 2 bytes stack space with
4371         option --main-return. The ljmp could probably be avoided too
4372
4373 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4374
4375         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4376
4377 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4378
4379         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4380         * src/SDCCopt.c (isLocalWithoutDef),
4381         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4382         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4383         (credit to Maarten Brock for patch #949363, on which this is based)
4384         * support/regression/tests/bug-751703.c: some test cases of extern used
4385         within inner scopes.
4386
4387 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4388
4389         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4390         SPEC_STRUCT
4391         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4392         struct definitions
4393         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4394         dwWriteLabel): fix to create valid debugger symbols even when
4395         the module name has non-alphanumeric symbols in it
4396         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4397         when a variable's allocation has been optimized away
4398
4399
4400 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4401
4402         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4403         * src/hc08/main.c,
4404         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4405         * src/mcs51/main.c,
4406         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4407         * src/ds390/main.c,
4408         * src/z80/gen.c (z80_emitDebuggerSymbol),
4409         * src/z80/main.c,
4410         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4411         * src/pic/main.c,
4412         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4413         * src/pic16/main.c,
4414         * src/avr/gen.c (avr_emitDebuggerSymbol),
4415         * src/avr/main.c,
4416         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4417         * src/xa51/main.c,
4418         * src/SDCCdebug.c (emitDebuggerSymbol),
4419         * src/SDCCdebug.h,
4420         * src/port.h: added a debugger struct to the port struct. Added a
4421         callback for defining debugger symbols
4422
4423         * src/SDCCast.c (createLabel),
4424         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4425         with isitmp = 1
4426         * src/SDCCicode.h,
4427         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4428         iCode back to the ast for the function
4429
4430         * src/hc08/ralloc.c (hc08_assignRegisters),
4431         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4432         unneeded fields from the regs struct.
4433         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4434         pushReg() & pullReg() functions instead of emitcode()
4435
4436         * src/hc08/gen.c (genLabel, genhc08Code),
4437         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4438
4439         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4440         debugger hooks
4441
4442         * src/hc08/gen.c (genEndFunction, genhc08Code),
4443         * src/hc08/gen.h,
4444         * src/mcs51/gen.c (genEndFunction, gen51Code),
4445         * src/mcs51/gen.h,
4446         * src/ds390/gen.c (genEndFunction, gen390Code),
4447         * src/ds390/gen.h,
4448         * src/z80/gen.c (genEndFunction, genZ80Code),
4449         * src/z80/gen.h,
4450         * src/z80/z80.h,
4451         * src/pic/gen.c (genEndFunction, genpic14Code),
4452         * src/pic/gen.h,
4453         * src/pic16/gen.c (genEndFunction, genpic16Code),
4454         * src/pic16/gen.h,
4455         * src/avr/gen.c (genEndFunction, genAVRCode),
4456         * src/avr/gen.h,
4457         * src/xa51/gen.c (genEndFunction, genXA51Code),
4458         * src/xa51/gen.h,
4459         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4460         specific code to cdbFile.c and out of the backend code generators
4461
4462         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4463         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4464         starting address is now 0
4465
4466         * as/hc08/asm.h,
4467         * as/hc08/m08pst.c,
4468         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4469         assembler directive for DWARF support
4470         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4471
4472         * src/src.dsp,
4473         * src/Makefile.in,
4474         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4475
4476 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4477
4478         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4479         and inappropriate peephole optimization in jump tables
4480
4481 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4482
4483         * as/hc08/m08pst.c,
4484         * src/SDCCglue.c: sdccopt works for the hc08 port now
4485
4486 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4487
4488         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4489
4490 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4491
4492         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4493
4494 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4495
4496         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4497         rules
4498         * src/SDCCmain.c,
4499         * src/SDCCglobl.h,
4500         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4501         comments from the peephole optimizer replacement rules
4502         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4503         symbols
4504         * src/SDCCcse.c (updateSpillLocation),
4505         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4506         equivalents
4507         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4508         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4509         objects far pointers
4510
4511 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4512
4513         * src/SDCCsymt.h: a missing part of my last change
4514         * src/pic/ralloc.c (regTypeNum),
4515         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4516
4517 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4518
4519         * src/SDCCicode.h,
4520         * src/SDCCicode.c (aggrToPtrDclType),
4521         * src/SDCCptropt.h,
4522         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4523         ptrPseudoSymConvert),
4524         * src/pic/ralloc.c (regTypeNum),
4525         * src/pic16/ralloc.c (regTypeNum),
4526         * src/hc08/ralloc.c (regTypeNum),
4527         * src/ds390/ralloc.c (regTypeNum),
4528         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4529         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4530
4531 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4532
4533         * link/z80/lkmain.c (afile),
4534         * as/hc08/lkmain.c (afile),
4535         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4536         prevent a pointer problem when a filename has no directory and
4537         no extension specified.
4538
4539 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4540
4541         * link/z80/lkmain.c (afile): allow periods in directory names
4542         * link/z80/lkmain.c (afile),
4543         * as/mcs51/lkmain.c (afile),
4544         * as/hc08/lkmain.c (afile): allow linker script file to have an
4545         extension other than ".lnk"
4546         * link/z80/lklex.c (getfid),
4547         * link/z80/lkmain.c (parse),
4548         * as/mcs51/lklex.c (getfid),
4549         * as/mcs51/lkmain.c (parse),
4550         * as/hc08/lklex.c (getfid),
4551         * as/hc08/lkmain.c (parse): Support comments in the linker script
4552         file on lines by themselves and after filenames
4553
4554 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4555
4556         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4557
4558 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4559
4560         * src/z80/peeph-z80.def: removed some peephole rules that don't
4561         work with multibyte arithmetic (fixed bug #937126)
4562         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4563         to registers and not global variables
4564         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4565         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4566         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4567         checking for assignments not internally generated (fixed bug #931895)
4568         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4569         structure member (fixed bug #930072)
4570
4571 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4572
4573         * src/SDCCmain.c (linkEdit),
4574         * src/hc08/main.c (_hc08_parseOptions),
4575         * as/hc08/Makefile.in,
4576         * as/hc08/aslink.h,
4577         * as/hc08/asm.h,
4578         * as/hc08/m08pst.c,
4579         * as/hc08/lkrloc.c (relr, rele),
4580         * as/hc08/lkarea.c (lnkarea)
4581         * as/hc08/lkmain.c (afile, parse),
4582         * as/hc08/lkelf.c: support for ELF output
4583         * as/hc08/lks19.c (s19),
4584         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4585
4586 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4587
4588         * as/mcs51/lkihx.c: Fixed bug #899105.
4589
4590 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4591
4592         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4593         .dsp files from Unix to DOS.
4594
4595 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4596
4597         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4598         function pointers; we have been compliant for several months now.
4599         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4600         change that was accidently commented out
4601         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4602         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4603         bug #922319
4604
4605 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4606
4607         * src/hc08/gen.c: output of all of the internal debugging information
4608         is now controlled by the D() macro; it is disabled by default
4609
4610 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4611
4612         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4613         harder to keep the same registers during a CAST iCode
4614         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4615         long via int can be done in a single cast, if the signedness is
4616         correct.
4617         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4618         putchar() in tinibios.c in ds390's library
4619
4620 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4621
4622         * src/SDCCast.c (decorateType): fixed bug #898889,
4623         cast result of a literal complement too
4624         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4625         fixed check for bitfields
4626
4627 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4628
4629         * src/SDCCicode.c (geniCodeLogic): made it static,
4630         (geniCodeLogicAndOr): added in order to fix bug #905492,
4631         (ast2iCode): fixed bug #905492
4632         * support/regression/tests/bug-905492.c: added
4633         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4634         (processParms): fixed bug #927659: don't copy parms, this will clear
4635         decorated flag
4636         * support/regression/tests/bug-927659.c: added
4637
4638 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4639
4640         * src/SDCCast.c (addCast): don't cast float to char
4641         * device/lib/libsdcc.lib: added _memmove
4642
4643 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4644
4645         * device/lib/large/Makefile: fixed parallel execution by
4646         replacing `make` by `$(MAKE)`
4647
4648 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4649
4650         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4651         offsets (fixes bug #923936)
4652
4653 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4654
4655         * device/lib/small/Makefile: fixed parallel execution by
4656         replacing `make` by `$(MAKE)`
4657
4658 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4659
4660         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4661
4662 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4663
4664         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4665         * src/regression/Makefile: Regression test was not running.
4666
4667 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4668
4669         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4670         complement if possible
4671         * src/SDCCval.c (valComplement),
4672         * src/SDCCicode.c (operandOperation): fixed complement of literal
4673         * support/regression/tests/onebyte.c (testComplement): added
4674
4675 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4676
4677         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4678         return an optimized tree; actually replace actParm with the new tree
4679         * src/SDCCast.h: added some parantheses to remove side effects
4680         * support/regression/tests/bug-920866.c
4681
4682 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4683         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4684         Bit operands were not being handled properly in the pic14 port.
4685         (now src/regression/add.c passes again).
4686
4687 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4688
4689         * src/SDCC.y (labeled_statement): case and default no longer require
4690         a following statement (RFE #893037)
4691
4692 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4693
4694         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4695         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4696         disabled (fixes bug #916294)
4697         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4698         "mov a,acc"; patch provided by Lenny Story
4699         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4700
4701 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4702
4703         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4704         functions
4705         * src/ds390/gen.c (genFunction, genEndFunction),
4706         * src/ds390/ralloc.c (ds390_assignRegisters),
4707         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4708         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4709         pushed if there are parameters passed on the stack. Also, a cleaner
4710         way to decide if r0/r1 should be pushed/popped. (Together they fix
4711         bug #918693)
4712
4713 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4714
4715         * doc/sdccman.lyx,
4716         * device/lib/mcs51/crtpagesfr.asm,
4717         * device/lib/mcs51/crtxinit.asm,
4718         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4719         to avoid confusion with Si Lab's SFRPAGE register.
4720
4721 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4722
4723         * src/SDCCglue.c (emitMaps): allow public sfr variables
4724         * src/SDCCglue.c (initialComments): include compiler build date
4725         with compiler version and put the timestamp of the generated
4726         assembly file on a serperate line to be less confusing.
4727         * src/port.h: added genInitStartup hook
4728         * src/avr/main.c,
4729         * src/ds390/main.c,
4730         * src/hc08/main.c,
4731         * src/pic/main.c,
4732         * src/pic16/main.c,
4733         * src/xa51/main.c,
4734         * src/z80/main.c: genInitStartup initialize as NULL (default to
4735         historical behaviour)
4736         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4737         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4738         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4739         library instead of hard coding it into the compiler.
4740         * support/regression/ports/mcs51-stack-auto/spec.mk,
4741         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4742         * device/lib/mcs51/Makefile,
4743         * device/lib/small/Makefile,
4744         * device/lib/large/Makefile,
4745         * device/lib/mcs51/crtpagesfr.asm,
4746         * device/lib/mcs51/crtstart.asm,
4747         * device/lib/mcs51/crtxclear.asm,
4748         * device/lib/mcs51/crtxinit.asm,
4749         * device/lib/mcs51/crtclear.asm,
4750         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4751         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4752         and into user configurable files.
4753         * device/lib/clean.mk: clean mcs51 directory too
4754         * support/regression/tests/longlit.c: added static to T1 declaration
4755         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4756         accesses in the initialization code
4757
4758 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4759
4760         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4761         OSCTRIMVAL as noted in bug #916008
4762
4763 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4764
4765         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4766         in loops with multiple exits (reported as incorrect registers
4767         used by Martin Helmling in Sdcc-user list)
4768
4769 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4770
4771         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4772         made ds390 register extensions look less like error messages
4773
4774 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4775
4776         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4777         reported by Adam Wozniak in Sdcc-user list
4778
4779 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4780
4781         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4782         arithmetic optimizations, added debug output
4783
4784 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4785
4786         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4787         * sdcc.spec: updated and split sdcc into 3 rpms
4788         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4789         needed for literals of LEFT_OP and '+'
4790         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4791         introduced RESULT_TYPE_NOPROM
4792         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4793         left shift
4794         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4795         limited promotion to int only for '*'
4796         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4797
4798 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4799
4800         * src/pic16/gen.c (genSkip),
4801         (genc16bit2lit), (gencjneshort): commented out
4802         (is_LitOp): new helper function, checks operand type
4803         (genCmpEq): rewritten
4804
4805 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4806
4807         * support/regression/tests/bug-908454.c: added
4808
4809 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4810
4811         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4812         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4813         (geniCodeCast): cosmetic, don't preserve bit storage class
4814         (geniCodeLeftShift): added promotion
4815         (geniCodeLogic): fixed regression
4816         * src/SDCCsymt.c (computeTypeOr): accept bits too
4817         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4818
4819 2004-03-07  Borut Razem <borut.razem AT siol.net>
4820
4821         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4822
4823 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4824
4825         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4826         version of pic16_genPackRegisters which does not check if ic is a
4827         CAST operator,
4828         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4829         function cause string1.c regression test fails
4830
4831 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4832
4833         * sim/ucsim/configure.in,
4834         * sim/ucsim/configure,
4835         * sim/ucsim/doc/Makefile.in: use docdir
4836         * src/SDCC.y: fixed sbit atrributes
4837         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4838         * src/SDCCast.c (decorateType): |^& need special promotion handling
4839         * src/SDCCast.h,
4840         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4841         * src/SDCCsymt.h (computeType),
4842         * src/SDCCicode.c: computeType() needs op
4843         * src/SDCCsymt.c (checkTypeSanity),
4844         * doc/sddman.lyx: "plain" bitfields are unsigned
4845         * src/SDCCsymt.c (computeTypeOr): added
4846         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4847         |^& ops
4848         * src/SDCCval.c (val*): computeType() needs op
4849         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4850         * support/regression/tests/onebyte.c: added tests for |^&
4851
4852 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4853
4854         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4855         for writing icode into asm output.
4856
4857 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4858
4859         * src/pic16/device.c: added some debug lines enabled
4860         with macro DEBUG_CHECK,
4861         * src/pic16/genarith.c: more debug in genPlus,
4862         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4863         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4864         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4865         * (aopForSym): onStack symbols are re-placed in data memspace,
4866         and onStack flag is cleared,
4867         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4868         copy temporary pcodeop,
4869         * (genPcall): added warning for not updating PCLATU,
4870         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4871         always true for pic16 port,
4872         * (genMultOneWord): NEW, supports integer multiplication,
4873         * (genMult): modified to call genMultOneWord,
4874         * (ifxForOp): added warning when return NULL,
4875         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4876         flag is set before call to operandFromSymbol for implicit
4877         added structures,
4878         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4879         options.intlong_rent are set by default,
4880         * (_hasNativeMulFor): modified to allow port generation of integer
4881         multiplication,
4882         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4883         set regtype to REG_SFR for all registers, restricting seting the
4884         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4885
4886 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4887
4888         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4889         more than 500 times in the regression tests
4890
4891 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4892
4893         * support/Util/SDCCerr.h,
4894         * support/Util/SDCCerr.c,
4895         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4896         enumerator_list),
4897         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4898         for symbol conflicts.
4899         * support/valdiags/tests/enum.c,
4900         * support/valdiags/tests/tentdecl.c,
4901         * support/valdiags/tests/struct.c: expect possible error messages
4902         referring to original symbol definitions.
4903         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4904         * src/SDCCsymt.h,
4905         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4906
4907 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4908
4909         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4910
4911 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4912
4913         * src/pic16/ralloc.c (newReg): fixed bug #908929
4914
4915 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4916
4917         * src/ds390/gen.c: added missing #include "main.h"
4918
4919 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4920
4921         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4922         checking if symbol is already in set,
4923         * src/pic16/device.h: prototype for checkAddSym,
4924         * src/pic16/gen.c: (_G): added entry interruptvector,
4925         * (assignResultValue): removed some commented out lines,
4926         * (genFunction): check for ISR via sym->type, absolute section for
4927         interrupt code is created via a new pBlock, the goto instruction is
4928         placed now correctly at the interrupt vector position, changed all
4929         references from ivec to _G.interruptvector,
4930         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4931         is the interrupt is a high priority one, same for return from ISR,
4932         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4933         externs to calls of checkAddSym,
4934         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4935         pic16_pcode_verbose flag is set,
4936         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4937         * src/pic16/pcoderegs.c: message about how many registers are saved
4938         will only be emitted if pic16_pcode_verbose flag is set,
4939
4940 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4941
4942         * src/ds390/ralloc.h,
4943         * src/ds390/ralloc.c (ds390_regWithIdx),
4944         * src/ds390/gen.c (emitcode),
4945         * src/ds390/main.h,
4946         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4947         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4948         ds390operandCompare, getRegsRead, getRegsWritten,
4949         initializeAsmLineNode): customized instruction size calculation for
4950         ds390, started basis for some register optimizations
4951         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4952         corresponding assembly output
4953         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4954         missing push/pop of r0/r1. Optimized push/pops
4955
4956 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4957
4958         * src/mcs51/main.c (instructionSize): fixed ACALL size
4959         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4960
4961 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4962
4963         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4964         the sorting of rlist with NULL elements
4965         * (print_idataType, print_idata): NEW to create idata sections
4966         * src/pic16/device.h: idataSymSet new variable
4967         * src/pic16/gen.c (genFunction): fixed some bugs in string
4968         comparing, improved the absolute section creation for ISRs,
4969         added FSR0L/FSR0H in registers that are saved in an ISR,
4970         * (genInline): fixed the processing of inline snippets,
4971         now they undergo no process by the peephole optimizer
4972         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4973         are placed in idataSymSet,
4974         * (pic16emitStaticSeg): extern symbols are added in externs,
4975         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4976         switching when aboslute variables are placed in access bank memory
4977         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4978         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4979         commented out with #if,
4980         * (pic16_packRegisters): reintroduce the check for CAST because some
4981         symbols are not correctly handled,
4982         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
4983         pCodeInstruction instead of pCode,
4984         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
4985         pCodeAsmDir definition,
4986         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
4987         directive, then the argument directive is emitted without the leading
4988         tab, hack for inline labels which must be in the first column,
4989         * (compareLabel,pic16_findNextInstruction),
4990         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
4991         * (insertBankSwitch): modified for the new pCodeAsmDir,
4992
4993 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
4994         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
4995
4996         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
4997         instance,
4998         * (pushSide): commented out with #if,
4999         * (assignResultValue): fixed some typos in saving
5000         registers,
5001         * (genPcall): FIXED and sync'ed with genCall,
5002         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5003         * (genNearPointerGet): fixed to handle some more cases,
5004         implementation scheme via table reads,
5005         * (genConstPointerGet): modified to access code memory correct,
5006         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5007         and improved to handle some cases
5008         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5009         instead of "RETLW" for init data
5010         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5011         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5012         variables are placed in access bank memory (<0x80 and >=0xf80),
5013         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5014         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5015         TBLWT_POSTDEC,TBLWT_PREINC
5016         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5017         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5018         directives
5019         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5020         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5021         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5022         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5023
5024 2004-02-29  Borut Razem <borut.razem AT siol.net>
5025
5026         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5027         support/Util/findme.h, support/Util/system.h: enhance binary relative
5028         search for lib and include by using findProgramPath()
5029
5030 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5031
5032         * src/SDCCpeeph.h,
5033         * src/SDCCpeeph.c (pcDistance),
5034         * src/port.h,
5035         * src/mcs51/ralloc.h,
5036         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5037         * src/mcs51/main.h,
5038         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5039         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5040         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5041         size calculation port specific, started basis for some register
5042         optimizations
5043         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5044         missing push/pop of r0/r1. Optimized push/pops
5045         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5046         * device/lib/_modsint.c (_modsint),
5047         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5048         and stack version so regression tests pass
5049
5050 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5051
5052         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5053         * src/SDCCast.c (decorateType): catch another small optimization
5054         with '?' operator
5055         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5056         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5057         modified to finally use computeType() all over SDCC,
5058         see Feature Request #877103
5059         * src/SDCCval.h: cosmetic
5060         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5061         valCompare(); regression tested in muldiv.c
5062         * support/regression/tests/muldiv.c (testMod): mod sign follows
5063         dividend only
5064
5065 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5066
5067         * src/SDCCast.c (decorateType): fixed bug #902362
5068         * doc/INSTALL.txt: fixed install instructions for win32
5069
5070 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5071
5072         * device/include/Makefile.in (install): fixed by replacing spaces
5073         by tabs
5074         * doc/README.txt,
5075         * doc/INSTALL.txt: updated for release
5076         * doc/sdccman.lyx: added warning for --xstack being buggy
5077
5078 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5079
5080         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5081         to eliminate build warnings.
5082         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5083
5084 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5085            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5086
5087         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5088         removed -penable-stack, added comment for stack pragma, added
5089         warning for not initializing the stack/frame registers, removed
5090         comment at interrupts section
5091
5092         Stack is made permanent, there is no ability to disable stack usage.
5093         * src/pic16/device.h,
5094         * src/pic16/device.c: removed all references to USE_STACK macro,
5095         * src/pic16/device.c (pic16_dump_section): when no elements in
5096         rlist, free rlist before return,
5097         * (pic16_dump_int_registers): NEW, internal registers are a new set
5098         of general purpose registers reused by each function,
5099         * (checkAddReg): returns 1 if registers is added to set,
5100         * (pic16_groupRegistersInSection): when a registers is of type
5101         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5102         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5103         SRCASECMP macro is moved here from device.c
5104         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5105         PO_PCLATU, PO_PRODL, PO_PRODH,
5106         * (pic16_pCodeOpType, genMinus,
5107         changed compares to "a" register, with AOP_ACC,
5108         * (pic16_genPlus): fixed some bugs and indented properly,
5109         * (pic16_addSign): changed size to size+offset in the MOVWF
5110         instruction,
5111         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5112         multiply 8-bit operand by literal, result is 8-bit,
5113         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5114         multiply 2 8-bit operand, result is 8-bit,
5115         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5116         genUMult8X*_16,
5117         * src/pic16/gen.c: changed accUse to contain WREG only,
5118         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5119         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5120         true, do not use immediate addressing any more unless sym is a
5121         pointer in codespace,
5122         * (aopForRemat): do not use immediate addressing when symbol not in
5123         codespace and when symbol's address is requested,
5124         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5125         accUse size (= 1),
5126         * (aopGet): added case for AOP_ACC and don't return "accumulator
5127         bug" but WREG instead,
5128         * (popGetTempReg): pushes contents of temporary register in stack,
5129         * (popReleaseTempReg): pops contents of temporary register from
5130         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5131         * (pic16_popGet): separated case AOP_ACC to return register WREG
5132         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5133         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5134         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5135         the use of immediate pointers to certain cases only.
5136
5137         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5138         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5139         * (assignResultValue, genCall, genRet): modified to use the new
5140         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5141         genPcall is still broken,
5142         * (genFunction): added code to create 'A' type pBlocks when
5143         interrupt functions are generated, code not extensively tested yet,
5144         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5145         * (genEndFunction): modified so ISRs pop stored registers from stack,
5146         * (genMultOneByte): cleanup,
5147         * (AccRsh): added flag andmask, to and result with appropriate mask,
5148         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5149         * (genDataPointerGet): fixed and reenabled its use,
5150         * (genNearDataPointerGet): bugs fixed,
5151         * (genDataPointerSet): bugs fixed,
5152         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5153         pic16_DumpSymbol, pic16_DumpOp,
5154         * src/pic16/genutils.h: function prototypes for the above functions,
5155         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5156         pointers,
5157         * (pic16emitRegularMap): many many many improvements, but needs a
5158         major cleanup,
5159         * src/pic16/main.c: enable_stack in pic16_options is removed,
5160         * (_pic16_parseOptions): removed command line options -penable-stack,
5161         * (_process_pragma): emit stack symbol only when stack pragma is
5162         processed,
5163         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5164         redirected to FSR0L/FSR0H pair,
5165         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5166         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5167         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5168         for immediates,
5169         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5170         * (dumpPicOptype): NEW,
5171         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5172         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5173         with movff instruction,
5174         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5175         added pic16_int_regs, some packRegsFor* functions are commented out,
5176         because produce errors,
5177         * src/pic16/NOTES: minor modifications
5178
5179 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5180
5181         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5182         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5183         --pack-iram.
5184         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5185         * as/mcs51/lkaomf51.c: fixed bug #895763
5186
5187 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5188
5189         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5190
5191 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5192
5193         * doc/sdccman.lyx: added details about the HC08 storage classes and
5194         interrupts, fixed the register usage info for z80 & gbz80
5195
5196 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5197
5198         * doc/sdccman.lyx: added more pic16 port documentation
5199         * device/include/pic16/: added header pic18fregs.h
5200
5201 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5202
5203         * doc/sdccman.lyx: added Vangelis' contribution
5204
5205 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5206
5207         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5208         extend to the next CALL or PCALL, not just to the next CALL.
5209
5210 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5211
5212         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5213
5214 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5215
5216         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5217         bug #895752 and a better fix for bug #716790
5218
5219 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5220
5221         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5222
5223 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5224
5225         * doc/sdccman.lyx: minor changes, minor changed
5226
5227 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5228
5229         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5230         which can't handle SDCC_NEWONEBYTEOPS,
5231         (geniCodeMultiply): removed conversion from mult to shift for pic14
5232         and pic16
5233
5234 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5235
5236         * src/hc08/gen.h,
5237         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5238         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5239         thus fixing bug #895406
5240
5241 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5242
5243         * device/lib/_modsint.c,
5244         * device/lib/_modslong.c: sign follows divisor only
5245         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5246         signs or signedness can be ignored
5247         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5248         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5249         added optimization for IFX,
5250         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5251         arguments;
5252         reenabled optimization for IFX, which was removed on 2004-01-11
5253         * src/SDCCast.h: added return type IFX
5254         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5255         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5256         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5257         SDCC_OLDONEBYTEOPS selects the old behaviour
5258         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5259         changed again and commented promotion rule
5260         * src/SDCCval.c (valDiv): promotion no longer necessary
5261         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5262         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5263         rewritten
5264         * support/regression/tests/onebyte.c: added
5265
5266 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5267
5268         * gen.c (genInline): reverted to old code for assemnling inline
5269         code because of bug reported James Chadd
5270
5271 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5272
5273         * ralloc.h: missing declarations from previous patch,
5274         seems that patch for ralloc.h was never applied, fixed
5275
5276 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5277            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5278
5279         * pcode.c,
5280         * pcode.h,
5281         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5282         indirect addressing. Marked FSR0 as deprecated
5283         * gen.c (pointerCode): commented out, not needed now
5284         (pic16_popGet2p): new MOVFF helper function
5285         (genGenPointerGet),
5286         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5287         (shiftRLong): removed duplicate debugging info
5288
5289 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5290
5291         * src/ds390/gen.c (genNearPointerGet),
5292         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5293         optimization with bits, but not bitfields.
5294         * src/ds390/ralloc.c (packRegisters),
5295         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5296
5297 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5298
5299         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5300
5301 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5302
5303         * src/SDCCsymt.h,
5304         * src/SDCCicode.c (operandFromSymbol),
5305         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5306         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5307         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5308         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5309         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5310         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5311         bug #892038
5312         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5313         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5314         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5315         * src/SDCCsymt.c (newSymbol),
5316         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5317         enumerator_list),
5318         * src/SDCCval.h,
5319         * src/SDCCval.c (newiList): fixed bug #885705
5320
5321 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5322
5323         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5324         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5325
5326 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5327
5328         * device/include/c8051f120.h,
5329         * device/include/c8051f300.h,
5330         * device/include/c8051f310.h: added/updated header files for Silicon
5331         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5332         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5333         in new section Submitting patches
5334
5335 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5336
5337         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5338         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5339         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5340         genGenPointerSet),
5341         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5342         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5343         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5344         genGenPointerSet),
5345         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5346         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5347         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5348         genGenPointerSet),
5349         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5350         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5351         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5352         genGenPointerSet): fixed bug #892400
5353         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5354         to eliminate build warnings.
5355         * src/SDCCast.c (processParms),
5356         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5357         fixed bug 751859
5358         * support/valdiag/valdiag.py: added GCC to the list of defines active
5359         when compiling with gcc
5360
5361 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5362
5363         * support/Util/SDCCerr.h,
5364         * support/Util/SDCCerr.c,
5365         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5366         with an incomplete type (fixed bug #883734)
5367         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5368
5369 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5370
5371         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5372
5373 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5374
5375         * src/SDCCast.c (decorateType),
5376         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5377         function pointer implementation
5378         * support/regression/tests/funptrs.c: added tests to verify both forms
5379         of function pointers work correctly. Added tests to verify parameters
5380         are passed in the correct order.
5381
5382 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5383
5384         * device.c (regCompare): registers are sorted by ascending
5385         address and increasing size,
5386         * main.c (_pic16_finaliseOptions): removed the declaration
5387         of compiler macro MCU. Now a macro of the format pic18fxxxx
5388         will be defined from the command line
5389
5390 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5391             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5392
5393         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5394         PCOP_RLCF was overwritten!
5395         * gen.c (genSkip): commented out calls to pic16_emitcode,
5396         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5397         * (genlshTwo),
5398         * (genRRC): added debugging info,
5399         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5400         overwritten while shifting,
5401         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5402         overwritten while shifting,
5403         * (AccLsh),
5404         * (AccRsh),
5405         * (shiftLLeftOrResult),
5406         * (shiftRLeftOrResult),
5407         * (shiftRLong),
5408         * (shiftLLong): Implemented with pic16_emitpcode
5409         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5410         * (genLeftShift): Fixed bug, operand for shift by variable always
5411         was "and"ed with 0x0f,
5412         * (genLeftShiftLiteral),
5413         * (genrshTwo),
5414         * (genRightShiftLiteral): added debugging info,
5415         * (genrshFour): added comment,
5416         * (genRightShift): determined signedness from operand "left"
5417         instead of "result"
5418
5419 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5420
5421         * src/SDCCicode.c (geniCodeParms),
5422         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5423         function pointers, fixed function pointer bugs #861242 and #861896
5424
5425 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5426
5427         * device/include/c8051f000.h,
5428         * device/include/c8051f120.h,
5429         * device/include/c8051f300.h: added header files for Silicon
5430         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5431
5432 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5433
5434         * src/SDCCast.c (processParams): added new type flow and restructured
5435         (gatherAutoInit): added new type flow
5436         (addCast): cosmetic changes
5437         (getLeftResultType): added new type flow for array indices, patch
5438         provided by Stas, see FR #877103
5439         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5440         array index patch by Stas
5441         * src/SDCCast.h: added prototype getResultTypeFromType()
5442         * src/SDCCval.h,
5443         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5444         * src/pic/glue.c (pic14emitStaticSeg),
5445         * src/pic16/glue.c (pic16emitStaticSeg),
5446         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5447         for initialization of symbols
5448         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5449         * support/Util/SDCCerr.h:
5450         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5451         * .version: bumped version number to 2.3.8
5452         * device/include/Makefile.in (install),
5453         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5454         avoid warnings
5455
5456 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5457
5458         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5459         Slade Rich fixed an optimization bug
5460         * src/pic/pcodepeep.c,
5461         * src/pic/pcoderegs.c
5462         * doc/Makefile (install): added test for directory
5463
5464 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5465
5466         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5467         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5468         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5469         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5470         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5471         * as/mcs51/asexpr.c (term),
5472         * as/hc08/asexpr.c (term): fixed bug #887146
5473
5474 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5475
5476         * src/z80/gen.c (genMult): handle single byte result product
5477         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5478         DUMMY_READ_VOLATILE (fixed bug #886367)
5479
5480 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5481
5482         * support/regression/tests/libmullong.c: fixed logic, on little endian
5483         hosts we ended without a mullong_wrapper()
5484
5485 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5486
5487         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5488         virus/worm forged address usage.
5489
5490 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5491
5492         Fixed promotion, it should be done on AST level:
5493         * src/SDCCast.c (addCast): added promotion to int
5494         (decorateType): updated call to upCast()
5495         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5496         usualUnaryConversions()
5497
5498 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5499
5500         * support/regression/tests/literalop.c (mulWrapper): Added a
5501         wrapper to remove integer overflow warnings.
5502
5503         * support/regression/tests/float_trans.c: Made work on host.
5504
5505         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5506         location of sz80.
5507
5508         * support/regression/generate-cases.py (main): Changed from inline
5509         to a main method.
5510
5511         * doc/Makefile (install): Changed to depth first to get rid of
5512         missing directory install warning.
5513
5514         * as/Makefile (install-doc): Made work on Mac.
5515
5516 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5517
5518         * src/SDCCast.c: added an additional type flow in decorateType() of
5519         opposite direction, see feature request #860006; it's enabled at runtime
5520         by setting the environment variable SDCC_NEWTYPEFLOW
5521         * src/SDCCast.h: changed prototype of decorateType()
5522         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5523         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5524         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5525         see feature request #877103
5526         * src/SDCCval.c: updated call of decorateType()
5527         (valBitwise): fixed bug #882876
5528         (valMinus): added promotion
5529         (valLogicAndOr): result is unsigned
5530         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5531         * src/SDCCsymt.c (computeType),
5532         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5533         must not cause an unsigned operation
5534         * src/pic/glue (pic14emitRegularMap),
5535         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5536
5537 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5538
5539         * src/pic/pcode.c (PCodeID): commented out left over debug code
5540
5541 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5542
5543         * support/valdiag/tests/overflow.c: added shift tests
5544         * src/pic/device.c,
5545         * src/pic/gen.c,
5546         * src/pic/gen.h,
5547         * src/pic/glue.c,
5548         * src/pic/main.c,
5549         * src/pic/pcode.c,
5550         * src/pic/pcode.h,
5551         * src/pic/pcodepeep.c,
5552         * src/pic/pcoderegs.c,
5553         * src/pic/ralloc.c,
5554         * src/pic/ralloc.h: applied patch from Slade Rich;
5555         added support for multiple code pages and multiple RAM banks on the
5556         PIC 14 port. The ASM files now no longer simply assume all the
5557         code / RAM are in the same page / bank. This means the linker can
5558         safely allocate code/RAM of separate ASM files to different pages/banks.
5559         * doc/sdccman.lyx: added Slade's tips
5560         * src/mcs51/peeph.def: fixed bug #880768
5561
5562 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5563
5564         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5565         * src/SDCCast.c (decorateType): fixed bug #880197
5566
5567 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5568
5569         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5570         getopt.h.
5571
5572         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5573         strtof is not part of C89 and isn't included with Mac OS X.
5574
5575 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5576
5577         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5578         shiftL2Left2Result): fixed bug #879326
5579         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5580         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5581         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5582         address fetch for clr instruction
5583         * device/lib/hc08/_mulint.c: created optimized assembly version
5584         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5585
5586 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5587
5588         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5589         proposed in FR #877103
5590
5591 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5592
5593         * src/SDCCval.c (cheapestVal): added missing checks
5594         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5595         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5596
5597 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5598
5599         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5600         equal operands
5601
5602 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5603
5604         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5605         loaded with the linker search paths (-L arguments) and the libraries
5606         to be linked with the current source (-l arguments). Changes
5607         currently will affect only the pic16 port.
5608         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5609         include path the port specific paths and port specific libraries,
5610         * gplink command now contains the $3 argument,
5611         * src/pic16/device.h,
5612         * src/pic16/device.c,: structure PIC_device is made public and
5613         renamed to PIC16_device, the same for variable Pics which is renamed
5614         to Pics16. Updated all references to them.
5615         * src/pic16/glue.c (pic16glue): corrected bug with code
5616         initialization which bypassed the variable initializations block.
5617
5618         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5619         COMPILE_FLAGS and added the --nostdinc option
5620
5621 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5622
5623         * device/include/mc68hc908jb8.h: Register defs for another member
5624         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5625
5626 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5627
5628         Documenting changes from previous commits.
5629         * configure.in (version 1.56),
5630         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5631         when generating output files to configure the pic16 library,
5632         but now I've commented it out, since gputils aren't installed in the
5633         SF compile farm, so library won't compile
5634
5635         * device/lib/Makefile.in (version 1.56): initially I've added in
5636         target 'all' the prerequestive 'model-pic16' so it compiled the
5637         pic16 library, but now I've commented it out for the same reasons
5638         above,
5639         * added targets 'model-pic16' and 'objects-pic16' to compile the
5640         library
5641         * added target 'port-specific-objects-pic16' to handle the
5642         generated libraries and copy them into the build/ directory
5643         * added target 'clean-intermediate-pic16' to clean intermediate
5644         files into pic16 directory
5645         * in target 'installdirs' added line to create directory pic16 in
5646         the installation path
5647
5648         * device/include/Makefile.in (version 1.11): in target 'install'
5649         added lines to copy all header files to installation path,
5650         * in target 'installdirs' added line create directory for pic16
5651         headers in the installation path
5652
5653 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5654
5655         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5656          a function call
5657
5658 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5659
5660         * configure,
5661         * device/lib/configure.in,
5662         * device/lib/configure: fixed for autoconf 2.57
5663
5664 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5665
5666         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5667         option so that it actually works. Made it specific to the z80, since
5668         the gbz80 doesn't have these kinds of I/O ports.
5669
5670 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5671
5672         * device/include/z180.h,
5673         * device/lib/_memcpy.c,
5674         * device/lib/_memmove.c,
5675         * device/lib/_mulint.c,
5676         * device/lib/ser_ir.c,
5677         * device/lib/ser_ir_cts_rts.c,
5678         * device/lib/_strcmp.c,
5679         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5680         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5681         portmode; added deprecation warning for bank= and protmode= forms.
5682         Also, guard against buffer overflow.
5683         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5684
5685 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5686
5687         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5688         changed interrupt vector table generation to only emit declared vectors.
5689         * device/include/Makefile.in: added missing backslash
5690         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5691
5692 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5693
5694         Mainly changes to support compilation of the device libraries
5695         * src/pic16/device.c: stack is allocated via symbol and not
5696         via literal number. The symbol is placed in the corresponding
5697         position of the data ram
5698         * (pic16_dump_section): relocatable and absolute uninitialized
5699         data are now emitted in sorted order to reduce section naming,
5700         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5701         weren't marked as being in the access bank,
5702
5703 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5704
5705         Added portion of GNU PIC Library under the directory
5706         device/include/pic16 and device/lib/pic16. These files
5707         contain the declarations of SFRs for the PIC18Fxx2 devices.
5708         The directory is initialized via configure from toplevel.
5709
5710 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5711
5712         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5713         the spilllocations to be compared correctly
5714
5715 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5716
5717         * src/SDCCast.c (decorateType): fixed bug introduced today
5718
5719 2004-01-12  Borut Razem <borut.razem AT siol.net>
5720
5721         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5722         doc/sdccman.lyx: upper case pragmas are deprecated
5723
5724 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5725
5726         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5727         in simpler and even better code
5728
5729 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5730
5731         * src/SDCCicode.c (operandOperation): fixed bug #874819
5732         * src/SDCCast.c (decorateType): fixed
5733         char foo (unsigned long ul) { return ul > 0; }
5734
5735 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5736
5737         * doc/sdccman.lyx: Moved and added some sections, small changes
5738         all over. Telling LaTeX to be less strict with word spacing
5739         to better keep the right margin. Changed some notes about
5740         maintainance of the ports in section 3.2.1 - is it OK like this?
5741
5742 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5743
5744         SDCC source changes:
5745         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5746         convilong): modified to inform the pic16 port that builtin functions
5747         are external
5748
5749         PIC16 PORT specific changes:
5750         * src/pic16/device.c pic16_dump_equates() added,
5751         processor registers declared internally by the port are emitted in
5752         the translation as equates,
5753         * src/pic16/gen.c: inline code is passed unprocessed to the
5754         translation,
5755         * (pic16_popGetLit2): fnuction modified to take second operand as
5756         pCodeOp pointer and not as literal,
5757         * (popRegFromIdx): prefixed with pic16_,
5758         * (pic16_popCombine2): modified to receive already allocated pCode
5759         operands,
5760         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5761         * (genFunction): initializes local stack frame and pushes on stack
5762         all the registers used by this function,
5763         * (genEndFunction): restores all registers from stack and restores
5764         stack frame,
5765         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5766         improvements,
5767         * (pic16glue): changed the program startup sequence,
5768         * added new dbName code 'A' for functions placed in absolute section
5769         * src/pic16/main.c: added function attribute _naked,
5770         * added pragma 'code' to place a fnuction at an absolute address,
5771         * added command line arguments --debug-ralloc and --pcode-verbose,
5772         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5773         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5774         * (pic16_newpCodeOpLit2): modified to take the second operand as
5775         pCodeOp pointer,
5776         * (pic16_printpBlock): modified to emit each function in a separate
5777         section,
5778         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5779         UPPER for immediate operands,
5780         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5781         instruction,
5782         * src/pic16/peeph.def: all peepholes with movff are commented out,
5783         because there is a problem in the pcode peep optimizer,
5784         * src/pic16/ralloc.c: the register allocator can now reuse local
5785         function symbols for another function. This saves register usage.
5786         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5787
5788         Added file src/pic16/NOTES with information about program writing on
5789         the current port version.
5790
5791 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5792
5793         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5794         and peephole 252 (array access)
5795
5796 2004-01-09  Borut Razem <borut.razem AT siol.net>
5797
5798         * src/SDCCmain.c : fixed #872250: -l command line defined library
5799           files are scanned before standard library files
5800
5801 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5802
5803         * src/SDCCast.c (decorateType): fixed bug #874046
5804
5805 2004-01-09  Borut Razem <borut.razem AT siol.net>
5806
5807         * support/scripts/sdcc.nsi: remove previous installation
5808
5809 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5810
5811         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5812         bytes for last interrupt vector (mcs51)
5813         * sdcc.spec: fixed typo
5814
5815 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5816
5817         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5818         gen51Code): more efficient parameter receive for --model-large
5819         ("bug" #845294)
5820
5821 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5822
5823         * src/ds390/main.c,
5824         * src/z80/main.c: added missed needLinkerScript flags (more than
5825         one port structure defined in these file)
5826         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5827         bug #795325
5828
5829 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5830
5831         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5832         * src/port.h: added flag needLinkerScript in port->linker
5833         structure to inform whether to create a .lnk file or not,
5834         * src/avr/main.c,
5835         * src/ds390/main.c,
5836         * src/hc08/main.c,
5837         * src/mcs51/main.c,
5838         * src/pic/main.c,
5839         * src/pic16/main.c,
5840         * src/xa51/main.c,
5841         * src/z80/main.c: changed appropriately to configure
5842         needLinkerScript flag
5843         * src/pic/gen.c,
5844         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5845         * src/pic/glue.c: added variable udata_section_name to
5846         override default uninitialized data segment definition for
5847         devices only with SHAREBANK memory (reported from Erik Epetrich)
5848         * (pic14emitOverlay): modified to emit a commented overlay segment
5849         directive when no overlay data exist
5850         * (picglue): modified to emit uninitialized data segment
5851         according to udata_section_name
5852         * src/pic/main.c (_pic14_parseOptions): added command line
5853         options --udata-section-name=[name] to override default
5854         udata definition name
5855         * modified _linkCmd and _asmCmd to include compiler passed
5856         arguments via -W option
5857         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5858         object file from '.rel' to '.o' in port->linker structure,
5859         changed size of fptr from 2 to 3 in port structure
5860
5861 2004-01-07  Borut Razem <borut.razem AT siol.net>
5862
5863         * support/scripts/sdcc.nsi: update PATH
5864         * support/scripts/sdcc.ico: craeted
5865
5866 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5867
5868         * device/include/Makefile.in: fix install
5869         * doc/Makefile: fix install
5870
5871 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5872
5873         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5874         in bug #860505
5875         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5876         how the function variable allocation summary is displayed; also
5877         include information about variables allocated to the overlay
5878         segment
5879
5880 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5881
5882         * as/mcs51/lkmain.c: Help about -Y option
5883         * as/mcs51/lkarea.c: Fixed gcc warnings
5884
5885 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5886
5887         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5888         fixed warning
5889         * support/valdiag/tests/overflow.c: added
5890         * src/SDCCast.c (decorateType),
5891         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5892         LEFT_OP (left shift)
5893
5894 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5895
5896         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5897         (default behaviour).
5898
5899 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5900
5901         A python script to validate compiler diagnostic messages. It can be
5902         used to verify that sdcc complains about bad c source code and
5903         gives a good location of the error.
5904         * support/valdiag/Makefile,
5905         * support/valdiag/valdiag.py,
5906         * support/valdiag/tests/*
5907
5908 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5909
5910         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5911         * src/SDCCsymt.c (newEnumType),
5912         * src/SDCCsymt.h
5913         * support/Util/SDCCerr.c,
5914         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5915         enum related bugs.
5916         * support/regression/tests/enum.c: added test for enum values that
5917         require at least 2 bytes of storage.
5918
5919 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5920
5921         * src/common.h: added ifndef/define/endif macros
5922         around the header file.
5923         Bug reported from Jesus Calvino-Fraga
5924
5925 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5926
5927         * sdcc.spec: updated
5928         * device/include/Makefile.in: don't install CVS directories
5929         * device/lib/Makefile.in: added removal of CVS directories after install
5930         * doc/Makefile: fixed install, added local_icons
5931         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5932         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5933         * src/ds390/gen.c (genRightShift): fixed bug #870788
5934         * src/SDCCast.c (decorateType): fixed bug #870781
5935
5936 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5937
5938         PIC16 port related changes:
5939         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5940         added variable stackPos,
5941
5942         * gen.c: genCall, assignResultValue: added support for
5943         pushing/retrieving function parameters to/from stack,
5944         genFunction,genEndFunction: setup stack frame for the
5945         generated function,
5946         genAddrOf: will be changed according to bug 863624
5947
5948         * added files genutils.c and genutils.h which contain gen*
5949         debugged and optimised functions extracted from gen.c
5950
5951         * glue.c: added variable 'externs' which holds extern symbols,
5952         pic16emitRegularMap: is modified to properly handle relocatable
5953          symbols under the new scheme,
5954         pic16createInterruptVect: is modified
5955         pic16printPublics: is modified to emit 'global' assembler directives,
5956         added pic16_printExterns to print extern symbols,
5957         pic16glue: initializes stack/frame pointer in the beginning of
5958         the assembly output. Temporary hack, will be corrected later,
5959         because gplink yet does not support stack and SDCC does not
5960         yet support a type of crt0.o object to create the final binary.
5961
5962         * Removed many lines that contain 8051 legacy code.
5963         * The code is finally placed under a 'code' directive.
5964         * Added port specific options.
5965
5966         * _process_pragma: simplified since now we do not need *special*
5967         include file to define SFR registers. But a separate header
5968         will be needed. This will be developed later.
5969         * _pic16_parseOptions: added, parses port specific options:
5970         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5971         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5972         --preplace-udata-with=
5973
5974         * _pic16_setDefaultOptions: modified to initialize section names,
5975         but hack is temporarly out of order since it needs improvement.
5976         * _pic16_genAssemblerPreamble: configuration words are emitted by
5977         their address instead of their name. This part is incomplete and
5978         supports only the 18Fxx2 devices. Other devices will emit an error
5979         during assembly since they do not contain the same set of config
5980         registers
5981         * _pic16_genIVT: is modified,
5982
5983         * pcode.c: added definitions for some hardware registers that are needed
5984         for stack support
5985         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
5986         All PCI entries are updated. Now LFSR is supported.
5987         * Removed pic16_pciTRIS is mentioned by mdubuc in source
5988         * added pic16_newpCodeOpLit2 to support instructions with
5989         two literal arguments
5990         * pic16_pCode2str: corrected code that emits assembler instructions
5991         with two literal operands and those that have an access bit modifier
5992         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
5993         this fixes a bug which caused some labels to be lost, when an
5994         assembler directive was added, i.e. banksel,
5995         * pic16_FixRegisterBanking: improved logic that causes the insertion
5996         of bank switching,
5997         * InlineFunction: functions that are called once, are not any more
5998         inlined. This can be a port option in the future,
5999
6000         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6001
6002         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6003         hold the corresponding uninitialized symbols,
6004         * pic16_allocProcessorRegister: registers have explicit marked the
6005         accessBank field,
6006         * pic16_allocInternalRegister: registers are explicit marked as
6007         not used,
6008         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6009         processing list, so bit registers were lost,
6010         *
6011
6012         * ralloc.h: added field 'accessBank' and original symbol operand
6013         in register definition,
6014         * removed the field isMapped from register definition,
6015
6016         ** Several functions have been removed from various sources:
6017         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6018         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6019         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6020         pic16_assignRelocatableRegisters
6021
6022         ** others have been introduced:
6023         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6024         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6025
6026 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6027
6028         * support/scripts/inc2h.pl: changed definition of BIT_AT
6029         to emit 'sbit at' instead of 'bit at'. This was a request.
6030
6031         PIC16 port related preliminary changes:
6032         * gen.c: prefixed function popRegFromString with
6033         pic16_ and all references to it corrected
6034         * pcode.c: all pic16_pc_* hardware registers prefixed
6035         with underscore (_),
6036         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6037         * ralloc.c: newReg(): when register is REG_SFR then
6038         set address to rIdx,
6039         pic16_allocProcessorRegister(): marks register wasUsed=0
6040         pic16_writeUsedRegs(): added a call to assign processor
6041         registers via pic16_assignFixedRegisters
6042
6043 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6044
6045         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6046         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6047         variables in unused register banks.  Also the SSEG is placed
6048         wherever there is enough space for it, and IDATA can be anywhere
6049         in internal RAM.  For now compile using -Wl-Y[stack_size].
6050         The mem file is different for this option as well, since it
6051         makes no sense of talking about DSEG lenght.
6052
6053 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6054
6055         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6056         in certain cases, e.g. when ROM assignment, patch provided
6057         from Albert den Haan.
6058
6059 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6060
6061         Many signedness and type propagation fixes:
6062         * src/SDCCicode.c: made geniCodeCast() static
6063         replaced SPEC_ by IS_ (cosmetic)
6064         (operandOperation): fixed div and mod operation
6065         (usualBinaryConversions): added support for promotion of char
6066         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6067         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6068         (geniCodeAdd): an array index will stay unsigned, even if promoted
6069         from char to int
6070         (geniCodeArray): ditto
6071         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6072         * src/SDCCsymt.c (computeType): added more support for char;
6073         promotion of char is selectable by promoteCharToInt, fixed signedness
6074         for all cases
6075         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6076         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6077         * src/SDCCval (val*): replaced signedness calculation by
6078         computeType()
6079         rearranged if-branches (cosmetic)
6080         (valShift): added warning W_SHIFT_CHANGED
6081         (valCompare): fixed problem with different types
6082         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6083         * support/regression/tests/literalop.c: added many cases
6084         * support/regression/tests/ast_constant_folding.c: changed finally to
6085         'unsigned int'
6086         * .version: new year, new version: 2.3.7
6087         * src/SDCCmain.c (main): applied patch #866468
6088         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6089         provided by Scott Bronson
6090         * doc/sdccman.lyx: updated documentation for sdcdb
6091         updated and added chapter tips
6092
6093 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6094
6095         * src/SDCCsymt.h: missing from yesterday's commits
6096
6097 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6098
6099         * src/SDCC.y (struct_or_union_specifier),
6100         * support/Util/SDCCerr.c,
6101         * support/Util/SDCCerr.h: verify that struct & union tags are used
6102         as declared.
6103
6104 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6105
6106         * src/SDCCglobl.h: missing from yesterday's commits
6107
6108 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6109
6110         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6111         sft_attributes, struct_declaration, parameter_declaration,
6112         type_name, start_block, declaration_list),
6113         * src/SDCC.lex (check_type): support redefinition of typedef names
6114
6115 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6116
6117         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6118         aligned xdata arrays. Erik helped me with the if clause.
6119
6120 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6121
6122         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6123         warning
6124
6125 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6126
6127         * src/SDCCast.h,
6128         * src/SDCCast.c (newAst_),
6129         * src/SDCCicode.h,
6130         * src/SDCCicode.c (ast2iCode, newiCode),
6131         * src/SDCCglobl.h,
6132         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6133         expr, statement, expression_statement, selection_statement,
6134         iteration_statement, expr_opt, jump_statement): foundation for tracking
6135         sequence points
6136         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6137         point code too)
6138
6139 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6140
6141         * support/Util/SDCCerr.c,
6142         * src/SDCCast.h,
6143         * src/SDCCast.c (createCase, createDefault, decorateType),
6144         * src/SDCClabel.c (labelUnreach),
6145         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6146         to error messages.
6147         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6148         (with thanks to Stas Sergeev)
6149         * device/include/time.h,
6150         * device/lib/time.c (CheckTime): suppress unreachable code warning
6151
6152 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6153
6154         * src/SDCCast.c (createIvalCharPtr),
6155         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6156         bug #753752)
6157         * support/regression/tests/nullstring.c: tests for these two bugs
6158
6159 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6160
6161         * support/Util/SDCCerr.h,
6162         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6163         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6164         about storage class and 'at' used inside struct or union
6165         * src/SDCCBBlock.c (iCodeFromeBBlock),
6166         * src/SDCCcse.c (ifxOptimize),
6167         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6168         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6169         printIval, emitStaticSeg, emitOverlay),
6170         * src/SDCClabel.c (deleteIfx),
6171         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6172         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6173         gatherAutoInit, processParms),
6174         * support/Util/SDCCerr.h,
6175         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6176         reporting for post-parse errors.
6177
6178 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6179
6180         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6181         implicit casts via union; they don't work on big endian systems
6182         (possible fix for bug #861138)
6183
6184 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6185
6186         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6187         * src/mcs51/main.c: fixed the fix for bug #737001
6188
6189 2003-12-15  Borut Razem <borut.razem AT siol.net>
6190
6191         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6192
6193 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6194
6195         * support/makebin/makebin.c: put output in binary mode
6196
6197 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6198
6199         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6200         xdata and data memory on startup. Set the environment variable
6201         SDCC_NOGENRAMCLEAR to disable this.
6202         * src/mcs51/peephole.def,
6203         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6204         (allows non-interrupt and interrupt code to safely compete for a resource
6205         without the non-interrupt code having to disable interrupts)
6206
6207 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6208
6209         * src/SDCCicode.c (geniCodeAdd),
6210         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6211         with valFromType if type might be a pointer and host is big endian).
6212         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6213         types, not just integer types.
6214         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6215         multiply defined with mismatching "at" address.
6216
6217 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6218
6219         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6220         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6221         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6222         with embedded nulls (fixed bug #753752)
6223
6224 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6225
6226         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6227         Apparently this did not see much testing (endless loop)
6228
6229 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6230
6231         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6232
6233 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6234
6235         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6236         gracefully handle NULL memmap pointers
6237
6238 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6239
6240         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6241         instead of deleting the iCode when an operand is volatile
6242         * src/z80/gen.c (genDummyRead),
6243         * src/mcs51/gen.c (genDummyRead),
6244         * src/ds390/gen.c (genDummyRead),
6245         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6246         not just IC_RIGHT
6247         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6248         * src/SDCC.y: fixed bug #850420
6249
6250 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6251
6252         Applied z80 i/o port patch from Peter Townson and fixed some operators
6253         to better handle operands in A register.
6254         * device/include/z180.h
6255         * src/SDCC.y
6256         * src/SDCCglue.c
6257         * src/z80/gen.c
6258         * src/z80/gen.h
6259         * src/z80/main.c
6260         * src/z80/peeph-z80.def
6261         * src/z80/peeph.def
6262         * src/z80/z80.h
6263
6264 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6265
6266         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6267
6268 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6269
6270         * device/lib/hc08/_mullong.c: Removed extra #endif
6271
6272 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6273
6274         * sim/ucsim/hc08.src/inst.cc,
6275         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6276         carries from x to h
6277         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6278         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6279         * device/include/stdarg.h: fixed varargs for hc08
6280         * device/lib/Makefile.in,
6281         * device/lib/hc08/Makefile,
6282         * device/lib/hc08/_mulint.c,
6283         * device/lib/hc08/_mullong.c: fixed some endian problems
6284
6285 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6286
6287         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6288         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6289         * device/lib/_gptrget.c,
6290         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6291
6292 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6293
6294         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6295         * src/SDCCast.c (astErrors): fixed bug #846007
6296         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6297
6298 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6299
6300         * src/SDCCast.c (decorateType): disabled a transformation I added in
6301         revision 1.188 (access to fields of a structure at an absolute address);
6302         it breaks with bitfields, extern declarations, and gcse analysis.
6303         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6304         could be assigned through a pointer, so don't complain.
6305         * src/SDCCast.c (astErrors),
6306         * src/SDCCast.h,
6307         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6308
6309 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6310
6311         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6312         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6313         output of __config directives, since gpasm now supports them
6314         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6315         pre-processor macro, i.e. -DMCU=p18f452
6316         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6317         and modified to handle 'cast' icode similarly to '=' icode
6318         * src/pic16/device.h (typedef struct PIC_device): added field
6319         'extMIface' to indicate that chip has external memory interface
6320         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6321         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6322         18F8720
6323
6324 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6325
6326         * src/SDCC.y (pointer): fixed bug #846006
6327         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6328         * src/SDCCast.c (decorateType): fixed bug #846009
6329         * src/ds390/peeph.def,
6330         * src/ds390/gen.c (genAnd, genOr),
6331         * src/mcs51/peeph.def,
6332         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6333
6334 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6335
6336         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6337         * src/SDCCdflow.c
6338         * src/SDCCcse.c
6339         * src/SDCCcse.h
6340         * src/SDCCBBlock.h
6341         * src/SDCCBBlock.c
6342
6343 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6344
6345         fixed bug #845089
6346         * src/SDCCbitv.h,
6347         * src/SDCCbitv.c: added function to free a bitvector
6348         * src/SDCClrange.h,
6349         * src/SDCClrange.c: added function to recompute the liveranges
6350         * src/avr/ralloc.c,
6351         * src/ds390/ralloc.c,
6352         * src/hc08/ralloc.c,
6353         * src/mcs51/ralloc.c,
6354         * src/pic/ralloc.c,
6355         * src/pic16/ralloc.c,
6356         * src/xa51/ralloc.c,
6357         * src/z80/ralloc.c: recompute the liveranges after register packing
6358
6359 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6360
6361         * src/SDCCloop.c (newInduction): fixed bug #845630
6362
6363 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6364
6365         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6366         inadvertantly left behind from my 2003-11-12 change
6367
6368 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6369
6370         Updated headers I neglected to commit yesterday.
6371         * src/SDCClrange.h,
6372         * src/SDCCicode.h
6373
6374 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6375
6376         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6377         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6378         * src/SDCCopt.c (eBBlockFromiCode),
6379         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6380         the creation of the key hash table from the sequencing so it can be used
6381         earlier (for some GCSE bug fixes still pending)
6382
6383 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6384
6385         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6386         * support/regression/tests/addsub.c: testing genPlus shortcut
6387
6388 2003-11-15  Borut Razem <borut.razem AT siol.net>
6389
6390         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6391
6392 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6393
6394         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6395         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6396         ordering is immaterial.
6397         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6398
6399 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6400
6401         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6402         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6403         (SIGSEV) of bug #840381
6404         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6405         unlink new file before rename if new and old filenames are the same)
6406
6407 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6408
6409         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6410         uninitialized variables) for the mcs51. Set environment variable
6411         SDCC_GENRAMCLEAR to test.
6412         xdata initialization slightly shorter
6413
6414 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6415
6416         * src/SDCCsymt.h,
6417         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6418         #838241 & 780691 (basicly the same bug)
6419         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6420         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6421
6422 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6423
6424         * src/SDCCmain.c (linkEdit): "fix" #834252
6425
6426 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6427
6428         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6429         * src/SDCCast.h,
6430         * src/SDCC.y: fixed bug #819403
6431
6432 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6433
6434         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6435         the reentrant attribute.
6436         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6437         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6438         simulation
6439         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6440         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6441         erroneously reduced to a literal.
6442         * src/hc08/ralloc.c (packRegisters, rematStr),
6443         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6444         some cases
6445
6446 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6447
6448         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6449         * doc/sdccman.lyx: changed from 'article' to 'book'
6450         * doc/Makefile: readded test_suite_spec and cdbfileformat
6451
6452 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6453
6454         * device/include/stdlib.h: include malloc.h to comply with ANSI
6455         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6456
6457 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6458
6459         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6460         * doc/clean.mk: also remove *.out files
6461         * doc/sdccman.lyx: some additions, larger top/bottom margins
6462
6463 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6464
6465         * src/SDCC.y: fixed bug #837365
6466         * support/regression/tests/bitopcse.c
6467         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6468         a symbol (might be valop instead)
6469         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6470         * device/lib/clean.mk: added hc08 to the cleaning list
6471
6472 2003-11-04  Borut Razem <borut.razem AT siol.net>
6473
6474         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6475           made 2003-11-04
6476         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6477           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6478           malloc is declared in standard stdlib.h
6479
6480 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6481
6482         * device/lib/hc08/Makefile: need to clean .rel not .o files
6483         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6484
6485 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6486
6487         * src/port.h,
6488         * src/hc08/main.c,
6489         * src/mcs51/main.c,
6490         * src/ds390/main.c,
6491         * src/z80/main.c,
6492         * src/avr/main.c,
6493         * src/pic/main.c,
6494         * src/pic16/main.c,
6495         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6496         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6497         tests (which uses the port's oclsExpense function)
6498         * src/SDCC.y,
6499         * src/SDCCast.c,
6500         * src/SDCCicode.c,
6501         * src/hc08/gen.c,
6502         * src/ds390/gen.c,
6503         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6504
6505 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6506
6507         * src/SDCCcse.c (ifxOptimize),
6508         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6509         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6510         deleting the IFX iCode.
6511         * src/hc08/ralloc.c: reduced unneeded slocs
6512         * src/hc08/gen.c: fixed bug in asmopToBoolean
6513
6514 2003-11-04  Borut Razem <borut.razem AT siol.net>
6515
6516         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6517           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6518           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6519           transferred to configure
6520
6521 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6522
6523         Use headers defined in the C[++] standards:
6524         * sim/ucsim/gui.src/serio.src/fileio.cc
6525         * sim/ucsim/gui.src/serio.src/frontend.cc
6526         * sim/ucsim/gui.src/serio.src/main.cc
6527         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6528         * support/Util/NewAlloc.c
6529         * as/hc08/lklibr.c
6530         * as/mcs51/lklibr.c
6531         * as/z80/aslist.c
6532         * as/z80/assym.c
6533
6534 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6535
6536         * Added MSVC projects for hc08 assembler and linker:
6537         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6538         /as/hc08/link_hc08.dsp
6539
6540 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6541
6542         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6543
6544 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6545
6546         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6547
6548 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6549
6550         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6551
6552 2003-10-31  Borut Razem <borut.razem AT siol.net>
6553
6554         * support/cpp2/cpplib.h,
6555           support/cpp2/cpplib.c,
6556           support/cpp2/cpplex.c,
6557           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6558           to switch _asm block preprocessing on / off. Default is
6559           #pragma preproc_asm +
6560
6561 2003-10-31  Borut Razem <borut.razem AT siol.net>
6562
6563         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6564           when outputting comment blocks (when executed with -C option) and
6565           _asm (SDCPP specific) blocks
6566
6567 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6568
6569         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6570
6571 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6572
6573         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6574
6575 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6576
6577         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6578         * src/SDCCast.c (decorateType): fixed bug #832664
6579
6580 2003-10-31  Borut Razem <borut.razem AT siol.net>
6581
6582         * support\cpp2\cpplex.c: fixed for SDCPP:
6583           comments(when executed with -C option) and _asm blocks
6584           were included even if they where in skipped #if block.
6585           Applied solution from GCC cpp 3.3.2
6586
6587 2003-10-31  Borut Razem <borut.razem AT siol.net>
6588
6589         * src/SDCC.lex: sdcc now understands both formats:
6590           '# <line_number> <file_name>' and
6591           '#line <line_number> <file_name>'
6592         * support/cpp2/cppmain.c: sdcpp now generates the standard
6593           '# <line_number> <file_name>' instead of former
6594           '#line <line_number> <file_name>'
6595
6596 2003-10-30  Borut Razem <borut.razem AT siol.net>
6597
6598         * support/cpp2/cpphash.h,
6599         * support/cpp2/cpplib.h
6600         * support/cpp2/cpplex.c,
6601         * support/cpp2/cppmain.c,
6602         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6603
6604 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6605
6606         Fixed a number of problems revealed by bug #827883.
6607         * src/SDCCloop.c (loopInvariants): Spill location of the
6608         result operand should be recomputed if extracted from
6609         a loop. Also, don't extract assignments of an iTemp
6610         from a literal.
6611         * src/SDCCast.c (isConformingBody): loop reversal should
6612         not occur if the control variable is involved with a
6613         relational operator.
6614
6615 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6616
6617         * .version: bumped to 2.3.6 to reflect the big improvements
6618         made by Erik and Klaus. Thanks!
6619
6620 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6621
6622         Replaced the livrange code.
6623         * src/SDCClrange.c: added new LR code
6624         * src/SDCCloop.c,
6625         * src/SDCCBBlock.h: removed remainig parts from old LR code
6626         * src/ds390/ralloc.c,
6627         * src/ds390/gen.c: minor fixes to make it work with new code
6628
6629 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6630
6631         * as/hc08/asm.h,
6632         * as/hc08/lkrloc.c,
6633         * src/hc08/gen.c,
6634         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6635         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6636         (tweaked fix for bug #818696)
6637
6638 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6639
6640         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6641
6642 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6643
6644         * src/SDCCmain.c,
6645         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6646         * src/mcs51/gen.c (gencjneshort),
6647         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6648         more efficient (per Scott Bronson's suggestion)
6649
6650 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6651
6652         Extended the semantics of the critical keyword to include
6653         individual statements. See RFE #827755 and #799831
6654         * src/SDCC.y
6655         * src/SDCCicode.c
6656         * src/SDCCopt.c
6657         * src/SDCCast.c
6658         * support/Util/SDCCerr.c
6659         * support/Util/SDCCerr.h
6660         * src/mcs51/gen.c
6661         * src/ds390/gen.c
6662         * src/hc08/gen.c
6663
6664 2003-10-19  Borut Razem <borut.razem AT siol.net>
6665
6666         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6667
6668 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6669
6670         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6671         Fixed bug #818696
6672         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6673         and predecrement operand is displayed
6674
6675 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6676
6677         * src/SDCCval.c (valMinus): fixed bug #826041
6678
6679 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6680
6681         Some hc08 related updates that I missed earlier
6682         * sim/ucsim/stypes.h
6683         * support/regression/ports/hc08/spec.mk
6684
6685 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6686
6687         New target "hc08" for the Motorola 68hc08 family of micros
6688
6689         * configure
6690         * configure.in
6691         * Makefile
6692         * src/hc08/*
6693         * src/SDCCmain.c
6694         * src/port.h
6695         * sim/ucsim/hc08.src/*
6696         * sim/ucsim/configure.in
6697         * src/ucsim/configure
6698         * sim/ucsim/packages_in.mk
6699         * as/hc08/*
6700         * as/Makefile
6701         * device/include/mc68hc908qy.h
6702         * device/lib/hc08/*
6703         * device/lib/Makefile.in
6704         * support/regression/ports/hc08/*
6705         * support/regression/Makefile
6706
6707 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6708
6709         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6710         regression test
6711         * src/ds390/gen.c (genCast): fixed bug #821957
6712
6713 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6714
6715         * device/lib/logf.c: "fixed" overlay bug
6716         * support/regression/ports/host/spec.mk: added m library
6717         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6718         * support/regression/tests/float_trans: added (for Eric)
6719
6720 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6721
6722         * src/mcs51/gen.c (genCpl): fixed bug
6723         http://sf.net/mailarchive/message.php?msg_id=6263915
6724
6725 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6726
6727         * src/SDCCast.c (decorateType): added extended constant folding
6728         * src/SDCCsymt.c (computeType): cleanup
6729         * src/SDCCval.c (valShift): minor optimization
6730         * support/regression/tests/ast_constant_folding.c: added
6731
6732 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6733
6734         * src/SDCCmain.c: removed some unintended changes
6735
6736 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6737
6738         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6739         * src/z80/gen.c: fixed part of bug #817589
6740         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6741
6742 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6743
6744         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6745         * src/SDCCcflow.c
6746         * src/SDCCcse.c
6747         * src/SDCCdflow.c
6748         * src/SDCClabel.c
6749         * src/SDCClrange.c
6750         * src/SDCCmem.c
6751         * src/SDCCopt.c
6752         * src/SDCCpeeph.c
6753         * src/SDCCset.c
6754         * src/avr/ralloc.c
6755         * src/ds390/ralloc.c
6756         * src/izt/ralloc.c
6757         * src/mcs51/ralloc.c
6758         * src/pic/ralloc.c
6759         * src/pic16/ralloc.c
6760         * src/xa51/ralloc.c
6761         * src/z80/ralloc.c
6762         * src/z80/gen.c: removed unused label "release:"
6763
6764 2003-10-06  Borut Razem <borut.razem AT siol.net>
6765
6766         * src/SDCC.lex: removed definition of unused variables
6767           save_optimize and save_options
6768
6769 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6770
6771         * clean.mk: removed '=' in "-maxdepth=1"
6772         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6773         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6774
6775 2003-10-06  Borut Razem <borut.razem AT siol.net>
6776
6777         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6778           my_unput() replaced by unput()
6779
6780 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6781
6782         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6783         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6784         type-punned pointer will break strict-aliasing rules"
6785         Old LR behaviour is again default; Klaus' LR can be choosen by
6786         defining the environment variable LRKLAUS
6787         * src/SDCCBBlock.h
6788         * src/SDCCloop.c
6789         * src/SDCClrange.c
6790         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6791         * clean.mk: fixed removal of files in bin/CVS/
6792         * device/lib/clean.mk: fixed removal of directories small and large
6793         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6794         * src/SDCCicode.c,
6795         * src/SDCCval.c: removed superflous test for pedantic
6796
6797 2003-10-05  Borut Razem <borut.razem AT siol.net>
6798
6799         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6800           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6801           message "unmatched #pragma SAVE and #pragma RESTORE"
6802
6803 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6804
6805         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6806           assembly, critical functions, atomic, nojtbound)
6807
6808 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6809
6810         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6811         * src/SDCCBBlock.h
6812         * src/SDCCloop.c
6813         * src/SDCCloop.h
6814         * src/SDCClrange.c
6815
6816 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6817
6818         * src/z80/gen.h,
6819         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6820         * src/mcs51/gen.h
6821         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6822         * src/ds390/gen.h
6823         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6824         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6825         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6826
6827 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6828
6829         * src/z80/gen.c (genRet): fixed bug #524753
6830         * src/z80/gen.c (genCast): fixed internal error on cast from
6831         pointer to long
6832         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6833         fix for bug #477835 to the z80
6834         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6835         for tracking iCodes in the peephole optimizer for z80
6836
6837 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6838
6839         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6840         the other part of bug #814548
6841         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6842
6843 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6844
6845         * src/SDCCcse.c: fixed part of bug #814548
6846
6847 2003-09-28  Borut Razem <borut.razem AT siol.net>
6848
6849         * src/asm.c: rewrite of printILine() to use temporary file instead
6850           a pipe
6851         * src/xa51/main.c: commented out declaration of int rewinds
6852
6853 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6854
6855         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6856
6857 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6858
6859         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6860         * src/asm.c (printILine): Fixed bug #811015
6861
6862 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6863
6864         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6865         freeing.
6866
6867 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6868
6869         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6870         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6871         to correctly handle general case of AOP_PAIRPTR
6872         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6873
6874 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6875
6876         * src/mcs51/ralloc.c (fillGaps),
6877         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6878         register positioning bug)
6879
6880 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6881
6882         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6883
6884 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6885
6886         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6887         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6888         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6889         (ralloc doesn't intentionally do this now, but perhaps later)
6890         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6891         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6892         register positioning bugs (Fixed bug #762602 and #795325)
6893         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6894         (Fixed bug #808779)
6895         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6896         lines that --i-code-in-asm generates
6897
6898 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6899
6900         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6901         trying to fclose a FILE* that was already closed.
6902
6903 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6904
6905         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6906         of const struct should be treated as if const themselves)
6907
6908 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6909
6910         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6911
6912 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6913
6914         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6915         Unix (/n) and DOS (/r/n) line terminations.
6916
6917 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6918
6919         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6920         bug #613775
6921
6922 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6923
6924         * src/mcs51/gen.c (genFunction, genEndFunction),
6925         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6926         and restore of EA so that stack offsets to parameters are
6927         correct when using both critical and reentrant/stack-auto.
6928         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6929         size (can be triggered in error if sloc is shared between
6930         different sized objects)
6931         * device/include/float.h: fixed macros to explicitly use
6932         unsigned long where needed
6933
6934 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6935
6936         Feature req. 799831: added code to allow nesting of critical functions
6937         * src/mcs51/gen.c (genFunction, genEndFunction)
6938         * src/ds390/gen.c (genFunction, genEndFunction)
6939
6940 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6941
6942         * src/SDCCsymt.c (sclsFromPtr),
6943         * src/SDCCsymt.h,
6944         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6945         support for standard C idiom of memory mapped variables; for
6946         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6947         to xdata int at 0x1234 tempvar = 1.
6948         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6949         provided by Akiya ISHIDA
6950
6951 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6952
6953         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6954         * src/SDCCval.c (constVal): added reduction from int to char
6955         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6956         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6957         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6958         to ignore the sign
6959         * support/regression/tests/shifts.c: fixed
6960
6961 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6962
6963         * src/z80/gen.c (genXor): Fixed bug #805445
6964
6965 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6966
6967         Fixed bug #621531 (const & volatile confusion in the type chain).
6968         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6969         refer to the const or volatile state of the pointer itself.
6970
6971         * src/SDCCast.c
6972         * src/SDCCglue.c
6973         * src/SDCCicode.c
6974         * src/SDCCsymt.c
6975         * src/SDCCval.c
6976         * src/SDCC.y
6977         * src/SDCCsymt.h
6978         * src/pic/gen.c
6979         * src/pic/ralloc.c
6980         * src/pic16/gen.c
6981         * src/pic16/ralloc.c
6982         * support/regression/tests/const.c
6983
6984 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6985
6986         When checking for duplicated modules, use absolute paths
6987         instead of relative paths.  Files changed:
6988
6989         * as/mcs51/lklib.c
6990         * link/z80/lklib.c
6991
6992 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6993
6994         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
6995
6996 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6997
6998         * device/include/string.h: added size_t typedef, changed
6999         prototypes to use size_t, eliminated separate reentrant and
7000         non-reentrant declarations, added _memmove declaration
7001         * device/lib/_memcpy.c: changed to use size_t instead of int,
7002         changed /4 to >>2 to avoid division library call
7003         * device/lib/_memcmp.c,
7004         * device/lib/_memset.c,
7005         * device/lib/_strncat.c,
7006         * device/lib/_strncpy.c,
7007         * device/lib/_strncmp.c: changed to use size_t instead of int
7008         * device/lib/_memmove.c: new file (fixed bug #772294)
7009         * device/lib/Makefile.in: added _memmove.c
7010         * device/lib/z80/asm_strings.s: fixed bug #772290
7011         * support/regression/tests/bitfields.c: attempt to fix host assertion
7012         failure on amd64-unknown-linux2.2
7013
7014 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7015
7016         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7017         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7018         * as/z80/asmain.c (main): fixed bug #801766
7019
7020 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7021
7022         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7023         compilers
7024
7025 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7026
7027         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7028         reported in bug #800609
7029
7030 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7031
7032         * Top header beautifications in src/pic16 directory:
7033           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7034           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7035           pcoderegs.h, ralloc.c, ralloc.h
7036         * main.c: added top header and GPL license notice
7037         * pcode.c: fixed the if-conditional warning
7038
7039 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7040
7041         * device/lib/_mullong.c: replaced int by short for gcc
7042
7043 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7044
7045         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7046         and JUMPTABLE iCodes properly now (worked by accident before)
7047         * src/mcs51/gen.c (leftRightUseAcc),
7048         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7049         iCode properly now. Use getSize instead of nRegs since a & b
7050         aren't part of the nRegs tally.
7051
7052 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7053
7054         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7055         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7056           before instructions that use the _STATUS register
7057
7058 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7059
7060         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7061         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7062         fetching of the pointer
7063         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7064         copied from genNearPointerSet()
7065         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7066         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7067         If they pop r0/r1 they must be called in the opposite order than aopOp().
7068         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7069         (resp. --stack-auto), prepared for --xstack
7070
7071 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7072
7073         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7074
7075 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7076
7077         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7078         these ports have their own __sdcc_external_start()
7079
7080 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7081
7082         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7083         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7084         type for bits was changed. It resulted in bit variables becoming
7085         global, which is not permitted in PIC 14 assembly output.
7086
7087 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7088
7089         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7090
7091 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7092
7093         Z80 and MCS51 linkers complaint if a public symbol is defined
7094         in more than one library module:
7095
7096         * as/mcs51/lklib.c
7097         * link/z80/lklib.c
7098         * as/mcs51/Makefile.in
7099
7100 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7101
7102         A few small changes that speed up the peephole optimizer.
7103
7104         * src/SDCCpeeph.c
7105
7106 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7107
7108         Try to make the peephole optimizer smarter by maintaining
7109         an association between the assembly source code and the
7110         iCodes that originated them. Put this information to use
7111         with a new peephole rule condition "notVolatile" so that
7112         the rules can be aggressive yet still safe.
7113
7114         * src/SDCCpeeph.c
7115         * src/SDCCpeeph.h
7116         * src/mcs51/gen.c
7117         * src/mcs51/peeph.def
7118
7119 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7120
7121         Fixed bug #741761
7122
7123         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7124         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7125         if the left or right operand symbols have the accuse flag set.
7126
7127 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7128
7129         Changed the type of the result of the ! (NOT) operator to char;
7130         previously it returned the same type as the source. This allows
7131         us to eliminate all the genFloatNot functions (all of its target
7132         implementations were very buggy) since !float can use the same
7133         code as !long now.
7134
7135         * src/SDCCicode.c (ast2iCode): ! returns char
7136         * src/mcs51/gen.c (genNot, genNotFloat),
7137         * src/ds390/gen.c (genNot, genNotFloat),
7138         * src/z80/gen.c (genNot, genNotFloat),
7139         * src/pic/gen.c (genNot, genNotFloat),
7140         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7141
7142 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7143
7144         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7145         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7146            during interrupts. Ensure WSAVE is located at a shared bank address.
7147         2. Fixed page selection in some places
7148         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7149            the registers name strings.
7150         4. Fixed "signed / unsigned compare" compiler warnings.
7151         5. The PIC port manages its own allocation of the general purpose
7152            registers, but makes no attempt to reuse them. As a result when
7153            compiling it soon runs out of general purpose registers. Some
7154            additional code was added to the files pcode.c and device.c to walk
7155            through the function call tree and rename the registers so that they
7156            get reused.
7157
7158         * src/pic/device.c
7159         * src/pic/gen.c
7160         * src/pic/glue.c
7161         * src/pic/pcode.c
7162         * src/pic/pcode.h
7163         * src/pic/ralloc.c
7164         * src/pic/ralloc.h
7165         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7166         genPlus() & genMinus() when the result is the same as left or right
7167
7168 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7169
7170         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7171
7172 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7173
7174         Made bitfield a distinct type from bit so that bitfields
7175         convert as per ANSI C and bits retain their traditional
7176         boolean style behaviour. Implemented bitfield support in
7177         the z80 port.
7178
7179         * src/SDCCsymt.h,
7180         * src/SDCCsymt.c,
7181         * src/SDCCast.c,
7182         * src/cdbFile.c,
7183         * src/mcs51/gen.c,
7184         * src/ds390/gen.c: bit v bitfield split
7185         * src/z80/gen.c: New support for bitfields
7186         * support/regression/tests/bitfields.c: reenabled z80,
7187         added more tests
7188
7189 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7190
7191         Rules 246.x, 247.x relate to bitfields, the others speed up
7192         access to xdata mapped I/O devices.
7193
7194         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7195
7196 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7197
7198         Cleaned up genPackBits and genUnpackBits and added two helper
7199         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7200         for literal assignments in genPackBits (thanks to Frieder for
7201         reminding me).
7202
7203         * src/mcs51/gen.c
7204         * src/ds390/gen.c
7205
7206 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7207
7208         Fixed bug #748310 (pointer to function type mishandled when the
7209         function name is omitted). Also fixed a SIGSEGV when a function
7210         attribute (reentrant, etc) is used on a non-function or on a
7211         function but misplaced before the parameter list.
7212
7213         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7214         bug #748310
7215         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7216         * support/Util/SDCCerr.h,
7217         * support/Util/SDCCerr.c: Added func attr misuse error msg
7218
7219 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7220
7221         Fixed bug #787649 by anonymous
7222         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7223         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7224
7225 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7226
7227         Fixed numerous bitfield problems.
7228
7229         * src/SDCC.y: More bitfield related error checking
7230         * src/SDCCsymt.h,
7231         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7232         * support/Util/SDCCerr.h,
7233         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7234         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7235         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7236         * support/regression/tests/bitfields.c: tests added
7237
7238 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7239
7240         Made the constant following the "interrupt" keyword optional. If
7241         omitted, the function will not automatically be given an entry
7242         in the interrupt vector table (similar to #pragma NOIV, but
7243         less syntacticly kludgy). The interrupt number is also now
7244         range checked. Also fixed a bug in the high order bit example
7245         in the manual.
7246
7247         * src/SDCC.y
7248         * src/SDCCmem.c
7249         * src/SDCCglue.c
7250         * src/SDCCsymt.h
7251         * support/Util/SDCCerr.c
7252         * support/Util/SDCCerr.h
7253         * doc/sdccman.lyx
7254
7255 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7256
7257         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7258         * src/SDCCicode.c (operandOperation): rewritten some ops
7259         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7260         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7261         other type
7262         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7263         be re-activated by defining REDUCE_LITERALS)
7264         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7265         unsigned, but are signed by default
7266         * src/SDCCval.c (constVal): rearranged
7267         * src/SDCCval.c (valMod): preliminary fix
7268         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7269         * support/regression/literalop.c: added, work in progress
7270
7271 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7272
7273         Generate warnings for useless declarations like "char data;"
7274         that don't do what new users expect.
7275
7276         * src/SDCC.y
7277         * support/Util/SDCCerr.h
7278         * support/Util/SDCCerr.c
7279
7280 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7281
7282         * src/SDCCval.c (valMult): fix overflow detection of negative int
7283
7284 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7285
7286         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7287
7288         Changes to support big endian targets:
7289
7290         * src/ports.h
7291         * src/SDCCglue.c
7292         * src/avr/main.c
7293         * src/ds390/main.c
7294         * src/izt/i186.c
7295         * src/mcs51/main.c
7296         * src/pic/main.c
7297         * src/pic16/main.c
7298         * src/xa51/main.c
7299         * src/z80/main.c
7300
7301 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7302
7303         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7304         * device/lib/time.c: fixed warning "integer overflow in expression"
7305
7306 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7307
7308         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7309         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7310         constants are unsigned; added recognition of "u" flag for unsigned
7311         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7312         * src/SDCCval.c (valDiv, valMod): fixed signdness
7313         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7314         signedness of modulo, left and right shift
7315         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7316         * support/Util/SDCCerr.h: added warning W_INT_OVL
7317         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7318         * src/SDCCast.c (ast_print): improved output of constants
7319
7320 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7321
7322         Fixed some warnings when building with MSVC:
7323
7324         * as\mcs51\asdata.c
7325         * as\z80\asdata.c
7326         * as\mcs51\asm.h
7327         * as\z80\asm.h
7328         * link\z80\aslink.h
7329         * link\z80\lkdata.c
7330         * link\z80\lkeval.c
7331         * link\z80\lkgb.c
7332         * link\z80\lkihx.c
7333         * link\z80\lks19.c
7334         * link\z80\lksym.c
7335         * support\cpp2\cpplib.c
7336         * src\ds390\gen.c
7337         * src\mcs51\gen.c
7338
7339 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7340
7341         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7342
7343 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7344
7345         * support\librarian\clean.mk: Do not remove Makefile.
7346         * support\librarian\Makefile: added.
7347
7348 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7349
7350         Added librarian to MSVC build:
7351         * all.dsp
7352         * sdcc.dsw
7353         * support\librarian\librarian.dsp
7354
7355         'configure' not needed for librarian, removed:
7356         * support\librarian\configure
7357         * support\librarian\configure.in
7358         * support\librarian\config_in.h
7359         * support\librarian\Makefile.in
7360
7361         Hopefully these ones built the librarian and the rest of sdcc properly:
7362         * Makefile
7363         * Makefile.common.in
7364
7365         Messed up 'configure', so revert to previous version:
7366         * configure
7367         * configure.in
7368
7369 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7370
7371         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7372         there, while the mantissa of a double is "only" 53 bits wide.
7373
7374 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7375
7376         Adding sdcclib to the build.  MSVC project coming soon.
7377         Files added/changed:
7378
7379         * support\librarian\clean.mk
7380         * support\librarian\configure
7381         * support\librarian\configure.in
7382         * support\librarian\config_in.h
7383         * support\librarian\Makefile.bcc
7384         * support\librarian\Makefile.in
7385         * support\librarian\sdcclib.c
7386         * Makefile.bcc
7387         * Makefile
7388         * Makefile.common.in
7389         * configure
7390         * configure.in
7391
7392 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7393
7394         Linker now complaints if linked modules have conflicting options, for
7395         example, one compiled using --model-large and another one compiled with
7396         --model-small.  The following files were modified:
7397
7398         * as\mcs51\asdata.c
7399         * as\mcs51\aslink.h
7400         * as\mcs51\asm.h
7401         * as\mcs51\asmain.c
7402         * as\mcs51\asout.c
7403         * as\mcs51\i51pst.c
7404         * as\mcs51\lkdata.c
7405         * as\mcs51\lklibr.c
7406         * as\mcs51\lkmain.c
7407         * as\z80\asdata.c
7408         * as\z80\asm.h
7409         * as\z80\asmain.c
7410         * as\z80\asout.c
7411         * as\z80\z80pst.c
7412         * link\z80\aslink.h
7413         * link\z80\lkdata.c
7414         * link\z80\lklibr.c
7415         * link\z80\lkmain.c
7416         * src\SDCCglue.c
7417
7418 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7419
7420         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7421         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7422
7423 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7424
7425         * src/z80/mappings.i: fix _mul[us][int,long] entries
7426
7427 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7428
7429         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7430
7431 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7432
7433         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7434         * support/regression/tests/bitopcse.c: added
7435         fixed warning:
7436         * src/avr/gen.c:
7437         * src/pic/gen.c:
7438         * src/pic16/gen.c:
7439         * src/z80/gen.c:
7440         * src/xa51/gen.c:
7441
7442 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7443
7444         added support for new library format to z80, gbz80 linkers:
7445         *link/z80/aslink.h
7446         *link/z80/lklex.c
7447         *link/z80/lklib.c
7448         *link/z80/lklist.c
7449
7450 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7451
7452         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7453         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7454
7455 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7456
7457         added DUMMY_READ_VOLATILE:
7458         * src/SDCC.y:
7459         * src/avr/gen.c:
7460         * src/xa51/gen.c:
7461         * src/z80/gen.c:
7462         * src/pic/gen.c:
7463         * src/pic16/gen.c:
7464         * src/mcs51/gen.c:
7465         * src/ds390/gen.c:
7466         * src/SDCCcse.c (algebraicOpts): many improvements
7467         * src/SDCCcse.h: removed algebraicOpts()
7468         * src/SDCCicode.c (picDummyRead): added
7469
7470 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7471
7472         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7473         "Insufficient space in data memory".
7474
7475 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7476
7477         * src/mcs51/gen.c: fixed bug #771358
7478         * src/z80/gen.c: fixed bug #759087
7479
7480 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7481
7482         * src/pic16/glue.c: minor cleanup by Vangelis
7483
7484 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7485
7486         * device/include/regc515c.h: fixed #758477
7487         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7488         * device/lib/_gptrput.c: saved a few bytes
7489         * my tab spacing is 8, yours too?)
7490         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7491         * device/lib/serial.c: process RX bytes earlier than TX bytes
7492         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7493
7494 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7495
7496         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7497
7498 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7499
7500     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7501
7502 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7503
7504         * device/lib/Makefile.in: bad fix, reverted to 1.43
7505
7506 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7507
7508         * device/lib/Makefile.in: added missing z80 object files
7509
7510 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7511
7512         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7513         pic16 progress by Vangelis:
7514         * src/SDCCglobl.h:
7515         * src/SDCCmain.c:
7516         * src/pic/Makefile:
7517         * src/pic:
7518         * pic/Makefile:
7519         * pic16/device.c:
7520         * pic16/device.h:
7521         * pic16/gen.c:
7522         * pic16/gen.h:
7523         * pic16/genarith.c:
7524         * pic16/glue.c:
7525         * pic16/main.c:
7526         * pic16/pcode.c:
7527         * pic16/pcode.h:
7528         * pic16/pcodepeep.c:
7529         * pic16/peeph.def:
7530
7531 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7532
7533     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7534
7535 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7536
7537     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7538     added gbz80 build to MSVC project.
7539     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7540     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7541     from 8051 stuff and setup so it links using a .lnk file.
7542
7543 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7544
7545     * support/librarian/sdcclib.c: sdcc librarian.
7546     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7547     with sdcclib.
7548
7549 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7550
7551     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7552
7553 2003-07-02  Borut Razem <borut.razem AT siol.net>
7554
7555         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7556         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7557         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7558         src/xa51/main.c, src/z80/main.c:
7559         virtualization of glue() function: each port has it's own glue function,
7560         which is accessed by do_glue function pointer in PORT.general structure
7561
7562 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7563
7564         * DS800C400 fun, improved ROM interface and tinibios.
7565
7566 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7567
7568         * More support for DS80C400. Now includes beginning of interface to ROM.
7569
7570 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7571
7572         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7573
7574 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7575
7576         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7577
7578 2003-06-19  Borut Razem <borut.razem AT siol.net>
7579
7580         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7581
7582 2003-06-19  Borut Razem <borut.razem AT siol.net>
7583
7584         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7585         fixed Z80 port - crt0.o: cannot open.
7586
7587 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7588
7589         * support/Util/MySystem.c (merge_command): revert bad fix
7590
7591 2003-06-18  Borut Razem <borut.razem AT siol.net>
7592
7593         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7594
7595 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7596
7597         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7598         option --use-stdout sends errors to stdout instead of stderr.
7599
7600 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7601
7602         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7603
7604 2003-06-15  Borut Razem <borut.razem AT siol.net>
7605
7606         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7607         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7608         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7609         fixed width array of pointers replaced with sets;
7610         multiple include and lib paths ared transferred to preprocessor and linker
7611         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7612         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7613         fixed width array of pointers
7614         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7615         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7616         fixupPath(), getPathDifference()
7617         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7618         fixed width array of pointers
7619
7620 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7621
7622         * src/pic16/ralloc.c: fix warnings
7623         * src/pic16/pcode.c: fix warning
7624
7625 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7626
7627          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7628         know all the details, but essentially this set of changes enable
7629         the pic16 port to generate movff instructions and generate assembler
7630         directives,
7631         * src/SDCCmain.c:
7632         * src/pic16/gen.c:
7633         * src/pic16/glue.c:
7634         * src/pic16/pcode.c:
7635         * src/pic16/device.c:
7636         * src/pic16/main.c:
7637         * src/pic16/pcode.h:
7638         * src/pic16/pcoderegs.c:
7639         * src/pic16/ralloc.c:
7640         * src/pic16/ralloc.h:
7641
7642 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7643
7644         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7645         added option --vc, so sdcc errors and warnings are compatible with
7646         Microsoft Visual Studio.
7647
7648 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7649
7650         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7651           device/lib/libfloat.lib: added atof function.
7652
7653 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7654
7655         * doc/sdccman.lyx: updated to Lyx 1.3
7656         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7657         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7658         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7659
7660 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7661
7662         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7663
7664 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7665
7666         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7667           additions to the "related tools/documentation" section
7668
7669 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7670
7671         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7672
7673 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7674
7675         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7676         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7677
7678 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7679
7680         * doc/sdccman.lyx: fix double dash and other minor things
7681         * doc/Makefile: fix double dash
7682
7683 2003-05-28  Karl Bongers(patches from Martin Helmling)
7684         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7685           condition and ignore commands.
7686
7687 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7688
7689         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7690           is in parts still quite out of date, I did changes as far as I felt makes sense
7691           for a non-native english speaker.
7692           Please feel free to add to the manual or to correct my changes.
7693         * doc/Makefile: undid touching the date of intermediate tex files.
7694
7695 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7696
7697         * doc/sdccman.lyx: Manual has an index now
7698
7699 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7700
7701         Finalize muluint/mulsint and mululong/mulslong merging:
7702         * device/lib/_mulint.c
7703         * device/lib/_mullong.c
7704         * device/lib/gbz80/mul.s
7705         * device/lib/gbz80/stubs.s
7706         * device/lib/z80/mul.s
7707         * device/lib/z80/stubs.s
7708         * src/SDCCsymt.c (initCSupport)
7709
7710 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7711
7712         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7713         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7714           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7715           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7716           instead of /Zm500.
7717
7718 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7719
7720         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7721           the regression tests I'm not brave enough to enable 245.b, 245.c
7722         * doc/sdccman.lyx: added latex preamble for hyperref package.
7723           Using pdflatex this will give you a hyperlinked pdf file with
7724           bookmarks. (prepend '%' before /usepackage if this breaks something)
7725
7726 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7727
7728          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7729
7730 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7731
7732         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7733
7734 2003-05-21    <johan AT balder>
7735
7736         * src/SDCCglue.c (printIval): fixed bug #739934
7737
7738 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7739
7740         Applied patch from bug 737905 (renamed yylineo to mylineno):
7741         * src/altlex.c
7742         * src/SDCCast.c
7743         * src/SDCglobl.h
7744         * src/SDCC.lex
7745         * src/SDCCsymt.c
7746         * src/SDCCval.c
7747         * src/pic16/pcode.c: Cleaned warnings
7748         * src/pic16/pcodeflow.c: Cleaned warnings
7749         * src/pic16/pcoderegs.c: Cleaned warnings
7750
7751 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7752
7753         * src/pic16/pcode.c: Cleaned warnings
7754         * src/pic16/pcodepeep.c: Cleaned warnings
7755         * src/pic16/ralloc.c: Cleaned warnings
7756
7757 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7758
7759         * doc/sdccman.lyx: fixed bug 739745
7760         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7761
7762 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7763
7764         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7765         it can be defined with CFLAGS when running configure
7766         * src/SDCCmain.c: fixed compiling + linking with object files
7767
7768 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7769
7770         * configure.in: configure for pic16 port,
7771             added --disable-pic16-port
7772         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7773         * src/SDCCmain.c: linkOptions is changed to set *,
7774             added if/endif conditional macros to remove options help
7775             messages from optionsTable when a port is not configured, added
7776             support for the PIc16 port in the ports table, when executing
7777             the compiler with no port specified on command line, a default
7778             port is selected with the new macro DEFAULT_PORT which is
7779             defined in port.h, in setDefaultOptions() linkOptions is removed
7780             from initialization assignment, since now it is a set,
7781             parseCmdLine uses setParseWithComma for linkOptions, in
7782             linkEdit() linkOptions are accessed with new function indexSet()
7783             which returns the i'th item of a set variable. See SDCCset.c, in
7784             linkEdit() when calling buildCmdLine(), added linkOptions as
7785             last argument. Now users can pass arguments to gplink via the
7786             -Wl option, main() uses pic16glue() to glue up pic16 programs
7787         * src/SDCCpeeph.c: various changes to support pic16
7788         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7789             return the i'th item of the set
7790         * src/SDCCset.h: added function prototype for indexSet()
7791         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7792         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7793         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7794             added macro DEFAULT_PORT
7795         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7796         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7797             generated
7798         * src/pic16/glue.c: commented out some error producing lines
7799         * src/pic16/main.c: __config directives are commented out to stop
7800             gpasm complaining and test the linkage with gplink, _linkCmd and
7801             _asmCmd changed to be more gplink and gpasm friendly
7802         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7803             produced an error when parsed, peep rule 12 is added to utilize
7804             movff, but it is commented out since the pCode does not support
7805             yet a command with 2 address arguments
7806
7807 2003-05-18    <johan AT balder>
7808
7809         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7810         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7811 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7812
7813         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7814   Added feature to script commands from file.
7815
7816 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7817
7818         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7819         * src/SDCCutil.c: include ctype.h for win32
7820
7821 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7822
7823         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7824
7825 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7826
7827         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7828   Fixed so you can set breakpoints prior to run, run does not stop
7829   on entry now.  Add tbreak.  Other enhancements and fixes for use
7830   with ddd.
7831
7832 2003-05-12  Borut Razem <borut.razem AT siol.net>
7833
7834         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7835
7836 2003-05-11  Borut Razem <borut.razem AT siol.net>
7837
7838         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7839         the path of bin directory, so that PATH is the only env. variable, which has to be set
7840         in case of standard installation.
7841         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7842         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7843         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7844
7845 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7846
7847         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7848         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7849         temp files are in the port dir; clean the gen/test directory when
7850         generating new test.c
7851         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7852         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7853         * support/regression/tests/zeropad.c: added
7854
7855 2003-05-09    <johan AT balder>
7856
7857         * src/SDCCglue.c: fixed bug #597940
7858
7859 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7860
7861         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7862   cache sfr, optimize next,step, fix off by one sourceline,
7863   support ddd list function.
7864         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7865
7866 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7867
7868         * support/regression/HTMLgen.py: added compare_s2f()
7869         * support/regression/Makefile: redo 1.27
7870         * support/regression/generate-cases.py: redo 1.5
7871
7872 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7873
7874         * support/regression/tests/float.c: workaround 33 bit hex constant
7875         * support/regression/tests/simplefloat.c: fix division for host
7876
7877 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7878
7879         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7880         that tame's the PIC's over-aggressive optimizer.
7881
7882 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7883
7884          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7885          support for MSVC.
7886
7887 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7888
7889         Initial support for DS80C400. "Hello world" runs on TINIm400
7890         (with polled I/O).
7891
7892 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7893
7894          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7895          * Some notes on ddd usage added in debugger/README
7896          Martin Helmling adding more features and fixes for ddd GUI debugger.
7897          Code added for nexti, stepi, up, down, and other adjustments.
7898
7899 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7900
7901         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7902         * src/pic/peeph.def Added two rules to optimize carry manipulation
7903         * src/pic/* removed debug printfs
7904
7905 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7906
7907         * debugger/mcs51/cmd.c: added header newalloc.h
7908
7909 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7910
7911         * as/Makefile: new EXEEXT
7912         * as/z80/Makefile: remove trailing slash of BUILDIR
7913         * as/z80/clean.mk: new EXEEXT
7914         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7915         * support/cpp2/Makefile.in: new EXEEXT
7916         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7917
7918 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7919
7920         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7921         EXEEXT was introduced to fix all related problems with targets
7922         "clean", "install" and "uninstall"; a couple of further flaws
7923         especially with "clean" have been fixed too
7924         * as/mcs51/Makefile.in
7925         * as/mcs51/clean.mk
7926         * as/z80/Makefile
7927         * Makefile
7928         * clean.mk
7929         * debugger/mcs51/Makefile.in
7930         * debugger/mcs51/clean.mk
7931         * link/z80/Makefile
7932         * link/z80/Makefile.in
7933         * link/z80/clean.mk
7934         * link/Makefile
7935         * packihx/Makefile.in
7936         * packihx/clean.mk
7937         * sim/ucsim/Makefile
7938         * sim/ucsim/clean.mk
7939         * sim/ucsim/avr.src/Makefile.in
7940         * sim/ucsim/avr.src/clean.mk
7941         * sim/ucsim/s51.src/Makefile.in
7942         * sim/ucsim/s51.src/clean.mk
7943         * sim/ucsim/xa.src/Makefile.in
7944         * sim/ucsim/xa.src/clean.mk
7945         * sim/ucsim/z80.src/Makefile.in
7946         * sim/ucsim/z80.src/clean.mk
7947         * sim/ucsim/main_in.mk
7948         * sim/ucsim/packages_in.mk
7949         * sim/ucsim/gui.src/Makefile.in
7950         * sim/ucsim/gui.src/serio.src/Makefile.in
7951         * sim/ucsim/gui.src/serio.src/clean.mk
7952         * src/Makefile.in
7953         * src/clean.mk
7954         * support/cpp2/Makefile.in
7955         * support/cpp2/clean.mk
7956         * support/makebin/Makefile
7957         * support/makebin/clean.mk
7958         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7959         * doc/sdccman.lyx: --program-suffix no longer needed
7960
7961 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7962
7963          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7964          Martin Helmling added support for ddd GUI debugger.
7965          Code added to display assembly, set variables, and other commands
7966          to interface to ddd.
7967
7968 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7969
7970         * as/Makefile: fix target clean
7971         * as/clean.mk: fix target clean
7972         * as/z80/clean.mk: fix target clean
7973
7974 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7975
7976         * Makefile.common.in: added  AT EXEEXT AT
7977         * configure.in: removed all mingw32 stuff
7978         * configure: rebuilt from configure.in
7979         * doc/sdccman.lyx: updated section "installation"
7980         * support/scripts/sdcc_mingw32: adapted to configure
7981         * support/scripts/sdcc_cygwin_mingw32: added
7982
7983 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
7984
7985         * src/pic Added object file support for the PIC port
7986         * src/pic Applied patch from Craig Franklin (this started the object file support)
7987         * src/regression Updated the PIC regression tests for object files
7988
7989 2003-04-20  Borut Razem <borut.razem AT siol.net>
7990
7991         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
7992           lklex.c: In function `getfid':
7993           lklex.c:203: warning: array subscript has type `char'
7994         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
7995           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
7996         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
7997           stack handling macros
7998
7999 2003-04-19  Borut Razem <borut.razem AT siol.net>
8000
8001         * "handling space characters in file path" task:
8002         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8003         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8004         * support/Util/MySystem.h: make it self-sufficient
8005         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8006           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8007           handling space characters in file path
8008         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8009           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8010         * support/Util/MySystem.c: handling space characters in executable's path
8011
8012 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8013
8014         * as/z80/Makefile: fix permanent rebuild of z80
8015         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8016         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8017
8018 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8019
8020         * src/SDCCopt.c: add special case optimization to replace modulo by
8021           a power of two with a bitwise AND.
8022
8023 2003-04-18    <johan AT balder>
8024
8025         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8026
8027 2003-04-17    <johan AT balder>
8028
8029         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8030         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8031
8032 2003-04-13  Borut Razem <borut.razem AT siol.net>
8033
8034         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8035         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8036           fixed mingw problem in adl_NORMALIZE_PATH
8037
8038 2003-04-12  Borut Razem <borut.razem AT siol.net>
8039
8040         * fixed "#pragma SAVE/RESTORE can not be nested":
8041         * src/SDCC.lex: reworked pragma handling functions
8042         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8043         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8044
8045 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8046
8047         * src/SDCCutil.c (pathEquivalent): defined but not used
8048         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8049         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8050         * configure: rebuilt from configure.in
8051         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8052         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8053         * device/include/Makefile.in: replace sdcc_datadir
8054         * device/lib/Makefile.in: replace sdcc_datadir
8055         * Makefile.common.in: add LDFLAGS from configure
8056         * packihx/Makefile.in: use LDFLAGS
8057         * src/Makefile.in: use LDFLAGS
8058         * support/cpp2/Makefile.in: add LDFLAGS from configure
8059         * support/makebin/Makefile: use LDFLAGS
8060         * .version: bumped version number to 2.3.5
8061
8062 2003-04-12  Borut Razem <borut.razem AT siol.net>
8063
8064         * completed "different paths" task:
8065         * src/SDCCmacro.c: fixed bug in handling quotes
8066         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8067         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8068
8069 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8070
8071         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8072
8073 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8074
8075         * ds390/gen.c ds390/peeph.def: fix bug 706781
8076
8077 2003-04-11  Borut Razem <borut.razem AT siol.net>
8078
8079         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8080
8081 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8082
8083         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8084         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8085          set - this bit used to not be set...).
8086         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8087           bad code in PIC Port
8088         * src/regression/and2.c added to test bug 609268
8089         * src/regression/Makefile added and2.c to regression test
8090
8091
8092 2003-04-08    <johan AT CP255758-A>
8093
8094         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8095         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8096         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8097
8098 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8099
8100         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8101         fix bug #487815
8102         * support/cpp2/Makefile.in: fix bug #487815
8103         * configure: rebuilt from configure.in
8104         * Makefile.common.in: docdir changed, new path suffixes
8105         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8106         * sdcc_vc_in.h: reflect changes from sdccconf.h
8107         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8108         * src/SDCCutil.h: remove BINDIR hack
8109         * doc/sdccman.lyx: update new path hierarchy
8110
8111 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8112
8113         * src/SDCCpeeph.c: added okToRemoveSLOC test
8114
8115 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8116
8117         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8118
8119 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8120
8121         * src/SDCCpeeph.c: added labelIsReturnOnly test
8122         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8123
8124 2003-04-05    <johan AT balder>
8125
8126         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8127         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8128         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8129         * src/SDCCast.c: fixed a warning
8130         * src/SDCCast.h: fixed a warning
8131         * src/SDCCicode.c (operandFromAst): fixed a warning
8132
8133 2003-04-04    <johan AT balder>
8134
8135         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8136         * src/SDCCast.c (decorateType): fixed bug #715076
8137         * src/SDCC.y: fixed bug #702907
8138
8139 2003-04-03    <johan AT balder>
8140
8141         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8142         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8143         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8144         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8145         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8146
8147 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8148
8149         * _decdptr.c: fix return values
8150         * _gptrget.c: fix return values
8151         * _gptrgetc.c: fix return values
8152         * _gptrput.c: fix return values
8153         * _mulint.c: fix return values
8154         * as/z80/Makefile: fix 'make -j' problem
8155
8156 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8157
8158         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8159         * configure.in: big cleanup, updated to autoconf 2.5x
8160         * configure: rebuilt from configure.in
8161         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8162         * sdcc_vc_in.h: reflect changes from sdccconf.h
8163         * doc/Makefile: fixed a flaw in "make install"
8164
8165 2003-04-02    <johan AT balder>
8166
8167         * src/ds390/gen.c (genCmp): no comments
8168         * src/mcs51/gen.c (genCmp): no comments
8169         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8170         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8171
8172 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8173
8174         * support/regression/generate-cases.py: place generated file in given sub directory
8175         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8176         * support/regression/Makefile: improvements for 'make -j';
8177         side effect: it's simpler and faster now
8178
8179 2003-03-31  Borut Razem <borut.razem AT siol.net>
8180
8181         * src/z80/main.c: link-{port} and as-{port} defined without path
8182         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8183
8184 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8185
8186         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8187
8188 2003-03-30  Borut Razem <borut.razem AT siol.net>
8189
8190         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8191           changed type of list parameter to set
8192         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8193         * src/port.h: changed type of do_assemble() parameter to set
8194         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8195           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8196           definition of "cppoutfilename" macro with NULL value in preProcess()
8197         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8198         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8199         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8200           replaced with set *binPathSet
8201         * shash_add() deallocates the item, if allready exsists, before adding the new one
8202         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8203
8204 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8205
8206         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8207           a nested for loop bug in the PIC port
8208         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8209           for loops
8210
8211 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8212
8213         * support/Util/dbuf.h: remove C++ stuff to make it portable
8214
8215 2003-03-28  Borut Razem <borut.razem AT siol.net>
8216
8217         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8218           literal strings in stringLiteral()
8219         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8220         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8221           to the project
8222
8223 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8224
8225         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8226
8227 2003-03-26    <johan AT balder>
8228
8229         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8230         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8231         * src/SDCCast.c (decorateType): fixed " -v < 3"
8232
8233 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8234
8235         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8236         Added Lenny Story's debug infrastructure changes:
8237         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8238         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8239         * src/cdbFile.c: added
8240         * src/SDCCdebug.c: added
8241         * src/SDCCdebug.h: added
8242         * src/SDCCast.c (createFunction)
8243         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8244         * src/SDCCmain.c (parseCmdLine, main)
8245         * src/SDCCmem.c (redoStackOffsets)
8246         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8247         * src/SDCCsymt.h
8248         * src/common.h
8249         * src/avr/gen.c (genAVRCode)
8250         * src/ds390/gen.c (gen390Code)
8251         * src/mcs51/gen.c (gen51Code)
8252         * src/pic/gen.c (genpic14Code)
8253         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8254         * src/xa51/gen.c (genXA51Code)
8255         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8256
8257 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8258
8259         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8260         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8261
8262 2003-03-22    <johan AT balder>
8263
8264         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8265
8266 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8267
8268         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8269         * doc/cdbfileformat.lyx: added, written by Lenny Story
8270         * doc/Makefile: added cdbfileformat.lyx
8271         * doc/clean.mk: added cdbfileformat.lyx
8272
8273 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8274
8275         * src/mcs51/peeph.def: fix bug #705773
8276
8277 2003-03-20    <johan AT balder>
8278
8279         An sfr/sbit can have an "at #" AND an initializer
8280         * src/SDCCsymt.c (checkSClass):
8281         * src/SDCCmem.c (allocGlobal):
8282         * src/SDCCmem.c (allocLocal):
8283         * src/SDCCast.c (createBlock):
8284
8285 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8286
8287         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8288
8289 2003-03-16    <johan AT balder>
8290
8291         Undid the hackup of const and volatile, the problem is much bigger
8292         * src/SDCC.y:1.65
8293         * src/SDCCast.c:1.171
8294         * src/SDCCglue.c:1.138
8295         * src/SDCCicode.c:1.146
8296         * src/SDCCsymt.c:1.150
8297         * src/SDCCval.c:1.65
8298
8299 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8300
8301         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8302         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8303
8304 2003-03-13    <johan AT balder>
8305
8306         Hackup const and volatile modifiers in type chains a bit:
8307         * src/SDCC.y:1.63
8308         * src/SDCCast.c:1.169
8309         * src/SDCCglue.c:1.136
8310         * src/SDCCicode.c:1.143
8311         * src/SDCCsymt.c1.146
8312         * src/SDCCsymt.h1.59
8313         * src/SDCCval.c:1.63
8314
8315 2003-03-12    <johan AT balder>
8316
8317         * src/SDCCBBlock.h: more LRH debugging junk
8318         * src/SDCCcflow.h: more LRH debugging junk
8319         * src/SDCCloop.c: more LRH debugging junk
8320         * src/SDCC.y (struct_declaration): fixed bug #697590
8321         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8322         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8323         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8324
8325 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8326         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8327         test function names must now match exactly).
8328         * src/SDCCcse.c: added special case in findCheaperOp to allow
8329         extending a short integer. Makes less awful code for bug 700121 test case.
8330
8331 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8332
8333         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8334         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8335
8336 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8337
8338         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8339         actually called (operandsNotEqual() was called for all
8340         operandsNotEqualX tests).
8341
8342 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8343
8344         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8345         with shorter literals. Fixes bug 700121.
8346
8347 2003-03-11    <johan AT balder>
8348
8349         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8350
8351 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8352
8353         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8354         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8355
8356 2003-03-10  Borut Razem <borut.razem AT siol.net>
8357
8358         * src/SDCCmain.c: pipe preprocessor's output
8359         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8360         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8361         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8362         which closes all pipes in pipeSet set
8363         * src/SDCCset.c: free deleted item in function deleteSetItem()
8364         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8365         moved from z80 to src subproject
8366         * .version: increased version number to 2.3.4
8367
8368 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8369
8370         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8371         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8372         * support/regression/ports/xa51/spec.mk: fix typo
8373
8374 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8375
8376         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8377
8378 2003-03-09  Borut Razem <borut.razem AT siol.net>
8379
8380         * src/SDCCmain.c: pipe preprocessor's output
8381         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8382         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8383         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8384         which closes all pipes in pipeSet set
8385         * src/SDCCset.c: free deleted item in function deleteSetItem()
8386         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8387         moved from z80 to src subproject
8388
8389 2003-03-09  Borut Razem <borut.razem AT siol.net>
8390
8391         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8392         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8393         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8394         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8395         * src/SDCCglobl.h: unification of WIN32 native definitions
8396
8397 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8398
8399         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8400
8401 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8402
8403         * src/configure.in:   check for endianess (even while cross-compiling)
8404         * src/configure:      check for endianess (even while cross-compiling)
8405         * src/configure_in.h: check for endianess (even while cross-compiling)
8406         * src/avr/gen.c:        remove old endianess stuff
8407         * src/mcs51/gen.c:      remove old endianess stuff
8408         * src/ds390/gen.c:      remove old endianess stuff
8409         * src/pic/gen.c:        remove old endianess stuff
8410         * src/pic/genarith.c:   remove old endianess stuff
8411         * src/pic/glue.c:       fix endianess check
8412         * src/pic16/gen.c:      remove old endianess stuff
8413         * src/pic16/genarith.c: remove old endianess stuff
8414         * src/pic16/glue.c:     fix endianess check
8415         * src/xa51/gen.c:       remove old endianess stuff
8416         * src/z80/gen.c:        fix endianess check
8417         * src/SDCCglue.c:       fix endianess check
8418         * src/ds390/peeph.def: fix bug 700036
8419
8420 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8421
8422         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8423         * src/configure: find appropriate data-types on host for SDCC's int and long
8424         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8425         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8426         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8427
8428 2003-03-07    <johan AT balder>
8429
8430         Just a big NOOP:
8431                 some minor cleanups before the big shot
8432                 OP_DEFS and OP_USES now use Kevin's protection
8433                 new option --nolabelopt
8434
8435         * src/SDCCBBlock.c:
8436         * src/SDCCast.c,:
8437         * src/SDCCcflow.c:
8438         * src/SDCCcse.c:
8439         * src/SDCCicode.c:
8440         * src/SDCCicode.h:
8441         * src/SDCClabel.c:
8442         * src/SDCCloop.c:
8443         * src/SDCCmain.c:
8444         * src/ds390/ralloc.c:
8445         * src/mcs51/ralloc.c:
8446         * src/pic/ralloc.c:
8447         * src/xa51/ralloc.c:
8448         * src/z80/ralloc.c:
8449
8450 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8451
8452         * src/pic/pcode.c (get_op): fix 64 bit warnings
8453         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8454         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8455         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8456         * support/regression/tests/malloc.c: fix 64 bit warnings
8457
8458 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8459
8460         * src/mcs51/gen.c (genMinus): fixed bug 696436
8461
8462 2003-03-02  Borut Razem <borut.razem AT siol.net>
8463
8464         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8465
8466 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8467
8468         * configure.in: test for mkstemp
8469         * sdccconf_in.h: add HAVE_MKSTEMP
8470
8471 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8472
8473         * device/include/ctype.h: removed warning while using --stack-auto
8474         * device/include/malloc.h: removed warning while using --stack-auto
8475         * device/include/string.h: removed warning while using --stack-auto
8476
8477 2003-02-23  Borut Razem <borut.razem AT siol.net>
8478
8479         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8480         because NDEBUG is defined (see man assert)
8481         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8482
8483 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8484
8485         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8486         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8487
8488 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8489
8490         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8491         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8492
8493 2003-02-18    <johan AT balder>
8494
8495         * as/mcs51/asmain.c (asmbl): module can start with a digit
8496         * as/z80/asmain.c (asmbl): module can start with a digit
8497
8498 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8499
8500         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8501         * src/asm.c: fix pipe() for Mingw32
8502
8503 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8504
8505         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8506         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8507         make -V work again; --c1mode reads now from stdin
8508         * doc/sdccman.lyx: added --c1mode
8509         * support/Util/SDCCerr.c: new messages for c1 mode
8510         * support/Util/SDCCerr.h: new messages for c1 mode
8511         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8512
8513 2003-02-15    <johan AT balder>
8514
8515         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8516
8517 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8518
8519         * doc/sdccman.lyx: Environment variables, -o and other minor things
8520
8521 2003-02-14    <johan AT balder>
8522
8523         * src/xa51/main.c: before anyone really tries to use it :)
8524
8525         * Install doc's in share/sdcc/doc
8526         * removed some obsolete files
8527         * Do a proper make distclean and uninstall
8528         M Makefile.common.in
8529         R sdccbuild.sh
8530         M as/Makefile
8531         M device/include/Makefile.in
8532         M device/lib/Makefile.in
8533         M doc/sdccman.lyx
8534         M link/Makefile
8535         M sim/ucsim/doc/Makefile.in
8536         M src/clean.mk
8537         R src/avr/peeph.rul
8538         R src/xa51/peeph.rul
8539         M support/cpp2/Makefile.in
8540         M support/makebin/Makefile
8541
8542
8543 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8544
8545         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8546
8547 2003-02-10  Borut Razem <borut.razem AT siol.net>
8548
8549         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8550         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8551         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8552         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8553         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8554         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8555         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8556         src/z80/Makefile.bcc: Borland Makefile cleanup
8557         * as/z80/Makefile.bcc: Added Borland Makefile
8558         * support/cpp2/borland.h: Removed
8559
8560 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8561
8562         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8563         * src/SDCC.lex: new pragma NOIV
8564         * src/SDCCglobl.h: new pragma NOIV
8565         * src/SDCCmem.c: new pragma NOIV
8566
8567 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8568
8569         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8570
8571 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8572
8573         * src/SDCCmain.c: signal handling is switched off by --debug
8574         * doc/Makefile: small fix for install; use clean.mk again
8575         * doc/clean.mk: clean *.pdf and *.html too
8576
8577 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8578
8579         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8580         * device/lib/printfl.c: fix a ds390 bug by making it portable
8581         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8582         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8583         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8584         * debugger/mcs51/cmd.c: converted multi-line string literals
8585         * sim/ucsim/globals.cc: converted multi-line string literals
8586         * src/SDCCmain.c: introduced signal handler to remove temp files
8587         * doc/Makefile: small tweaks, implement clean
8588         * doc: removed generated files
8589
8590 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8591
8592         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8593         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8594         Address Record is not correctly generated for DS390."
8595
8596 2003-02-02  Borut Razem <borut.razem AT siol.net>
8597
8598         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8599         * as/mcs51/asm.h: fixed compilation with Borland C
8600         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8601         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8602         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8603         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8604         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8605         src/z80/Makefile.bcc: delete $(LIB) only if exist
8606         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8607
8608 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8609
8610         * device/include/malloc.h: introduced NULL
8611         * device/include/string.h: introduced NULL
8612         * device/include/stdlib.h: introduced NULL
8613         * device/lib/_memcpy.c: removed NULL
8614         * device/lib/_strcat.c: removed NULL
8615         * device/lib/_strchr.c: removed NULL
8616         * device/lib/_strcmp.c: removed NULL
8617         * device/lib/_strcpy.c: removed NULL
8618         * device/lib/_strcspn.c: removed NULL
8619         * device/lib/_strlen.c: removed NULL
8620         * device/lib/_strncat.c: removed NULL
8621         * device/lib/_strncmp.c: removed NULL
8622         * device/lib/_strncpy.c: removed NULL
8623         * device/lib/_strpbrk.c: removed NULL
8624         * device/lib/_strrchr.c: removed NULL
8625         * device/lib/_strspn.c: removed NULL
8626         * device/lib/_strstr.c: removed NULL
8627         * device/lib/_strtok.c: removed NULL
8628         * device/lib/malloc.c: removed NULL, include own header
8629
8630 2003-02-02    <johan AT balder>
8631
8632         * 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
8633         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8634         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8635         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8636         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8637         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8638
8639 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8640
8641         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8642         area 'DATA'"
8643
8644 2003-02-01    <johan AT balder>
8645
8646         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8647
8648 2003-01-31    <johan AT CP255758-A>
8649
8650         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8651
8652 2003-01-30    <johan AT balder>
8653
8654         * src/SDCCBBlock.c: automatic bug detection
8655         * src/SDCCicode.c: automatic bug detection
8656
8657 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8658
8659         * src/SDCCglobl.h:   now --xram-size 0 works
8660         * src/SDCCmain.c:    now --xram-size 0 works
8661
8662 2003-01-29    <johan AT balder>
8663
8664         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8665
8666 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8667
8668         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8669         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8670         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8671         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8672         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8673         * src/SDCCmain.c:    Added options --xram-size and --code-size
8674
8675 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8676
8677         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8678         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8679
8680 2003-01-27    <johan AT balder>
8681
8682         * src/SDCC.y: fixed bug #613764
8683
8684 2003-01-26    <johan AT balder>
8685
8686         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8687         * src/SDCCsymt.h: fixed bug #673374
8688         * src/SDCCglue.c: fixed bug #661910
8689         * src/SDCCast.c: fixed bug #458099 and 673374
8690
8691 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8692
8693         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8694         * as/mcs51/strcmpi.h: added
8695         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8696         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8697         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8698         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8699         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8700         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8701         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8702         * as/mcs51/Makefile.aslink: new module strcmpi
8703         * as/mcs51/Makefile.asx8051: new module strcmpi
8704         * as/mcs51/Makefil.bcc: new module strcmpi
8705         * as/mcs51/Makefile.in: new module strcmpi
8706         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8707
8708 2003-01-26    <johan AT balder>
8709
8710         * src/SDCCglue.c: reverted back to 1.124
8711         * src/SDCCast.c: reverted back to 1.156
8712         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8713
8714 2003-01-25    <johan AT balder>
8715
8716         * src/SDCCglue.c: A better fix for bug #661910
8717         * src/SDCCast.c: A better fix for bug #661910
8718         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8719
8720 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8721
8722         * src/Makefile.in: remove spawn.o
8723         * src/SDCCmain.c: remove spawn.h
8724         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8725         * src/spawn.c: removed
8726         * src/spawn.h: removed
8727         * support/regression/ports/ds390/spec.mk: link with -r
8728
8729 2003-01-24    <johan AT CP255758-A>
8730
8731         * src/ds390/gen.c (aopOp): fixed bug #667458
8732         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8733         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8734         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8735
8736 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8737
8738         * src/mcs51/peeph.def: better assembler identation by Frieder
8739         * src/mcs51/gen.c: better assembler identation by Frieder
8740
8741 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8742
8743         * as/z80/string.h: removed for gcc 3.2
8744         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8745         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8746
8747 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8748
8749         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8750         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8751         * support/regression/Makefile: separate temp files for ports
8752         * support/regression/generate-cases.py: separate temp files for ports
8753         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8754         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8755
8756 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8757
8758         * moved tinitalk to device/examples/ds390
8759
8760 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8761
8762         * as/mcs51/lkmem.c: rflag is for DS390
8763         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8764         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8765                          (linkEdit): move mem- and map-files the same way as ihx-files
8766         * src/z80/main.c (_setDefaultOptions): removed --generic
8767         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8768         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8769         * src/pic/glue.c (picglue): --c1mode works again
8770         * src/pic16/glue.c (pic16glue): --c1mode works again
8771         * src/asm.c (printCLine): fix #660034
8772
8773 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8774
8775         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8776         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8777         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8778         * as/mcs51/lkmem (summary): better fix for sp problem
8779         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8780         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8781         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8782                                               remove --stack-after-data
8783
8784 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8785
8786         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8787         * src/SDCCutil.c (join): ugly bug: missing '\0'
8788         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8789
8790 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8791
8792         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8793         * src/port.h: typo
8794         * src/pic/main.c (_asmCmd): gpasm supports -o
8795         * src/z80/main.c: more general macros
8796         * device/lib/Makefile.in: remove intermediate files
8797
8798 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8799
8800         * .version: Bumped version number to 2.3.3
8801         * src/SDCCBBlock.c: new option -o
8802         * src/SDCCglobl.h: new option -o
8803         * src/SDCCglue.c: new option -o
8804         * src/SDCCmain.c: new option -o
8805         * src/asm.c: new option -o
8806         * src/ds390/main.c: new option -o
8807         * src/pic/glue.c: new option -o
8808         * src/pic/pcode.c: new option -o
8809         * src/pic/ralloc.c: new option -o
8810         * src/pic16/glue.c: new option -o
8811         * src/pic16/pcode.c: new option -o
8812         * src/pic16/ralloc.c: new option -o
8813         * src/z80/main.c: new option -o
8814         * device/lib/Makefile.in: use -o
8815         * support/regression/ports/ds390/spec.mk: use -o
8816         * support/regression/ports/gbz80/spec.mk: use -o
8817         * support/regression/ports/mcs51/spec.mk: use -o
8818         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8819         * support/regression/ports/z80/spec.mk: use -o
8820         * support/regression/ports/ucz80/spec.mk: use -o
8821         * support/regression/ports/xa51/spec.mk: use -o
8822         * support/regression/fwk/lib/timeout.c: fix usage string
8823
8824 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8825         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8826
8827 2003-01-07    <johan AT balder>
8828
8829         * src/SDCCast.c (decorateType): fixed bug #600035
8830
8831 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8832         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8833         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8834         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8835         * src/pic/pcode.c: outcommented unused variable to remove warnings
8836         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8837
8838 2003-01-06    <karl AT turbobit.com>
8839         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8840    regression tests.
8841
8842 2003-01-06    <johan AT balder>
8843
8844         * src/SDCCicode.c: fixed array add
8845
8846 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8847         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8848         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8849
8850 2003-01-04    <johan AT balder>
8851
8852         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8853
8854 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8855         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8856
8857 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8858         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8859         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8860
8861 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8862         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8863
8864 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8865         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8866
8867 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8868         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8869
8870 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8871
8872     * in \sdcc\as\mcs51\ changed these files in order to create an
8873     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8874     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8875     following files to include the previous two files: aslink.dsp,
8876     Makefile.aslink, Makefile.bcc, and Makefile.in.
8877
8878     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8879     .adb instead of .cdb
8880
8881 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8882
8883         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8884         value from option --iram-size.
8885
8886 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8887
8888         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8889         dram[] array.
8890
8891 2002-09-18    <wiml AT hhhh.org>
8892
8893         * SDCClrange.h: exposed setFromRange() and setToRange()
8894         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8895           packRegsForAccUse() (bug 542397)
8896         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8897           multiple times and emitting the fetch operations more than once
8898           added aopGetUsesAcc() function to allow binary operators to
8899           fetch their operands in the correct order; made genMinus() emit
8900           compact code for X = LITERAL - Y
8901
8902 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8903         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8904         sprintf() in line 1267.
8905
8906 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8907         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8908         like ports.
8909
8910 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8911         Changes to aslink (All the changes are marked with 'JCF'):
8912
8913         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8914         summary().
8915
8916         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8917         area BSEG.  Also moves, if possible, the DATA area down into the internal
8918         ram so more space is available.
8919
8920         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8921         sflag.
8922
8923         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8924         not bytes.  Function summary() which creates a memory usage summary
8925         file with extension .mem.  Reports of overlaping stack and small stack
8926         size.  If the space for the stack is less than 16 bytes aslink trows a
8927         warning.
8928
8929         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8930         the 8051.  Option 'y' for memory summary output file.
8931
8932         Changes to sdcc (All the changes are marked with 'JCF'):
8933
8934         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8935
8936         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8937         overlaying area for it (uses RegBankUsed[4]).
8938
8939         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8940         bank zero as used by default.  By default aslink locates the stack
8941         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8942         the creation of the .mem file.  Delegates the allocation of data area
8943         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8944         the begining of the stack area to aslink.
8945
8946         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8947         glue() in SDCCglue.c creates an area for it.
8948
8949 2002-09-03  Borut Razem <borut.razem AT siol.net>
8950         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8951         sdcc/src/pic/glue.c:
8952         introduced atexit() handler for teporay files removal in case of
8953         errors, assertions, ...
8954
8955 2002-08-29  Borut Razem <borut.razem AT siol.net>
8956         * sdcc/support/cpp2/auto-host_vc_in.h:
8957         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8958         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8959         Maybe there is a similar problem with BORLANDC? It should be checked!
8960
8961         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8962         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8963         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8964         was not executed, and the compiler (cl) launched a warning:
8965         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8966
8967 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8968         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8969
8970 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8971         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8972
8973         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8974           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8975           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8976           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8977           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8978           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8979           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8980         - added Release configuration in VS projects
8981         - review of compiler an linker options
8982         - VC .exe files are generated in bin_vc directory, not to interfere
8983           with binaries generated from other projects (cygwin, mingw, bcc ...)
8984
8985         * sdcc/src/yacc.dsp: added
8986
8987         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
8988         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
8989         and insert the version number definitions from .version
8990
8991         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
8992
8993         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
8994         added - genarate auto-host.h using auto-host_vc_in.h as template
8995
8996         * sdcc/sdcc_vc.h,
8997         removed from CVS, generated automatically
8998
8999 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9000         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9001
9002 2002-08-11  Borut Razem <borut.razem AT siol.net>
9003         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9004
9005 2002-08-10  Borut Razem <borut.razem AT siol.net>
9006         * src/SDCCmain.c (main):
9007         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9008         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9009         The consequence was that some temporary files were not removed.
9010
9011         * src/SDCCglue.c:
9012         unification of code in functions tempfilename() and tempfile():
9013         function tempnam() is defined in Visual Studio 6.0 and .NET
9014
9015         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9016
9017         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9018           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9019         - removed compiler command line option /WX: Treats all warnings as errors
9020         - update a list of source files, included into the project
9021
9022         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9023           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9024         changed project type to Generic Project so that can be correcly converted to VS.NET project
9025
9026         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9027
9028         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9029
9030         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9031
9032         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9033         added return 0 statements after assert() to make compiler happy
9034
9035         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9036         added newline in the def file to keep MSC compiler satisfied
9037
9038         * sdcc/src/z80/gen.c:
9039         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9040           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9041         - solved MSC error in function aopDump()
9042
9043         * sdcc_vc.h: define PREFIX as "\\sdcc"
9044
9045 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9046         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9047
9048 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9049         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9050         - Rewrote the register banking algorithm.
9051         - Added pCode live-range analysis to registers (for now, only non-used and
9052         singly-used registers optimized away)
9053
9054         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9055
9056         * 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.
9057
9058 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9059         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9060
9061 2002-04-22  Michael Hope  <michaelh AT vroom>
9062
9063         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9064
9065         * configure.in (DD_COPT): Added include support required for gbdk.
9066
9067         * .version: Bumped version number just to increase it.
9068
9069         * src/SDCCmain.c: Added -nostdinc to the default options.
9070
9071 2002-04-15  Michael Hope  <michaelh AT vroom>
9072
9073         * device/lib/z80/printf.c (sprintf): Added.
9074
9075         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9076
9077         * src/z80/peeph.def: Added transpose redundent load rule.
9078
9079         * src/z80/main.c: Added force callee saves for jaune.
9080
9081         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9082
9083         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9084
9085 2002-03-28  Johan Knol  <johan AT balder>
9086
9087         * src/SDCCval.c: fixed bug #532436
9088
9089 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9090         * /src/port.h:
9091         Added "char *Processor" field to the port structure.
9092
9093         * /src/SDCCmain.c:
9094         Added -p option. Allows port dependent processor to be specified.
9095
9096         * all ports:
9097         Initialized the new field char *Processor field to NULL in all ports
9098
9099         * /src/pic/*:
9100         Compiler generated registers for interrupt context saving
9101         were not getting allocated.
9102
9103 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9104
9105         * /src/SDCCast.c:
9106         Fixed left shift. Will promote the left side of a left shift
9107         if a) left shifting more than size of operand or b) when assigned
9108         to something size > size of left side
9109
9110 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9111         * src/pic/*
9112         tons of changes. Register allocation has been
9113         rewritten. Added customization for the various PICs. Flow
9114         analysis is restructured. ...
9115
9116         * src/pic/device.h:
9117         Added
9118
9119         * src/pic/device.c:
9120         Added. device.c is a PIC port hack to accomodate variations
9121         in PIC devices.
9122
9123 2002-03-13  Michael Hope  <michaelh AT vroom>
9124
9125         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9126
9127 2002-03-04  johanknol  <johanknol AT manik>
9128
9129         * /src/SDCCval.c: fixed
9130
9131         const unsigned char arr[][2] = { { 0, 1 } };
9132         t18.c:1: error: Initializer element is not constant
9133
9134 2002-03-04  bela  <bela AT manik>
9135
9136         * /device/include/mcs51reg.h:
9137         ds89c420 register definition update
9138
9139 2002-03-03    <johan AT FRIJA>
9140
9141         * support/Util/SDCCerr.c: did something, but don't no why anymore
9142
9143         * support/regression/tests/bug-524691.c: made it a little less shy
9144
9145         * src/SDCCast.c (decorateType): fixed bug #524697
9146
9147         * src/SDCCast.c: made some lineno improvements
9148
9149         * src/SDCCval.c (getNelements): changed warning to error
9150
9151         * src/SDCCglue.c (printIvalArray): changed warning to error
9152
9153         * src/SDCCicode.c: fixed a warning for mingw
9154
9155         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9156
9157         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9158
9159 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9160
9161         * src/ds390/peeph.def:
9162         Added some more peephole rules
9163
9164         * src/ds390/gen.c: Various fixes & enhancements
9165
9166         * src/SDCClrange.c, src/SDCClrange.h:
9167         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9168
9169         * src/ds390/ralloc.c:
9170         various fixes & enhancements (ds390) specific
9171
9172         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9173         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9174         from rallocs.
9175
9176         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9177
9178 2002-03-02    <johan AT FRIJA>
9179
9180         * src/SDCCast.c (decorateType): fixed bug #524708
9181
9182         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9183
9184         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9185
9186 2002-03-01  Michael Hope  <michaelh AT vroom>
9187
9188         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9189
9190         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9191
9192 2002-03-01    <johan AT FRIJA>
9193
9194         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9195
9196         * src/SDCCast.c (decorateType): fixed bug #524209
9197
9198         * src/SDCCval.c (valNot): fixed bug #524195
9199
9200 2002-02-26    <johan AT balder>
9201
9202         * src/xa51/gen.c: fixed a warning
9203
9204         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9205
9206         * src/SDCCast.c (decorateType): fixed bug #522534
9207
9208 2002-02-23    <johan AT balder>
9209
9210         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9211
9212 2002-02-22    <johan AT balder>
9213
9214         * src/SDCCast.c: fixed bug #514865
9215
9216         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9217
9218 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9219
9220         * sdcc/src/SDCCloop.c:
9221         Previous fix was not good. basic blocks that have "break" or "return" are
9222         not really partof a loop , but live ranges used in these blocks should
9223         be live thru the entire loop, so set partOfLoop but don't add them to
9224         loop region
9225
9226 2002-02-21    <johan AT FRIJA>
9227
9228         * src/SDCCcse.c: fixed bug #514308
9229
9230 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9231
9232         * src/SDCCloop.c:
9233         Fixed BUG #519583. If a conditional block ended in a return/break
9234         statement inside a loop, it was not being considered part of the loop.
9235
9236         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9237
9238 2002-02-10  Karl Bongers <karl AT turbobit.com>
9239
9240         * debugger/*:
9241         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9242         with lots of comments and notes.
9243
9244         * device/examples/test2.c:
9245         Fix bug, "red" variable not being initialized(compiler complained).
9246
9247         * device/examples/Makefile, examples/test3.c:
9248         Add Makefile in device/examples folder, compiles test3.c
9249         for use as a multiple module SDCDB test case.
9250
9251         * sim/ucsim/cmd.src/cmdset.cc:
9252         Took out debug printfs in ucsim "next" command.
9253
9254         * sim/ucsim/xa.src:
9255         Karl and Johan start ucsim XA support.  Most dissassembly working,
9256         about 75% emulation done(plenty of work remaining).
9257
9258         * sim/ucsim/z80.src:
9259         Add Z80 support to ucsim, add test-ucz80 regression test,
9260         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9261         Notice z80 compiler fails on examples/test3.c/crc code.
9262
9263 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9264
9265         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9266         Added support for --parms-in-bank1
9267
9268         * src/ds390/peeph.def:
9269         added a few more peephole optimzations
9270
9271         * src/ds390/main.c:
9272         1) added __builtin_inp & __builtin_outp used to read in data of given length
9273            from a memory mapped port
9274         2) added __builtin_memcmp
9275         3) added __builtin_swapw swap bytes of a short
9276
9277         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9278         1) handle multiple send & receives from register bank1
9279         2) ralloc can now allocate DPTR1 to some liveRanges
9280
9281         * src/SDCCsymt.c, src/SDCCsymt.h:
9282         changes to handle multiple sends & receives
9283
9284         * src/SDCCptropt.h:
9285         added some pointer arithmetic optimization
9286
9287         * src/SDCCptropt.c:
9288         added some pointer arithmetic optimizations but not stable yet so not
9289         called from anywhere (will get this working shortly)
9290
9291         * src/SDCCopt.c: fixed for multiple sends & receives
9292
9293         * src/SDCCmain.c:
9294         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9295         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9296            set preprocessor defines (depending on options)
9297
9298         * src/SDCCicode.c, src/SDCCicode.h:
9299         changes made to handle multiple sends & receives
9300
9301         * src/SDCCglobl.h:
9302         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9303
9304         * src/SDCCcse.c, src/SDCCcse.h:
9305         added function findbackward def (to be used in upcoming optimization)
9306
9307         * src/SDCCcflow.c, src/SDCCcflow.h:
9308         added function returnAtEnd - to determine if a basic block terminates with
9309         a RETURN iCode
9310
9311         * src/SDCCast.c, src/SDCCast.h:
9312         added option parms-in-bank1
9313
9314         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9315         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9316         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9317         adjusted for --parms-in-bank1 option
9318
9319         * device/include/string.h:
9320         donot redefine "reentrant" keyword
9321
9322         * device/include/ds80c390.h: Added some more SFRs
9323
9324 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9325
9326         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9327
9328 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9329
9330         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9331
9332 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9333
9334         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9335
9336 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9337
9338         * Added --xram-movc option
9339
9340 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9341
9342         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9343
9344 2002-01-11  Johan Knol
9345
9346         * Added math lib of Jesus Calvino-Fraga
9347
9348 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9349
9350         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9351         * support/regression/Makefile: new target test-mcs51-stack-auto
9352         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9353
9354 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9355
9356         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9357
9358 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9359
9360         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9361
9362 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9363
9364         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9365
9366         * src/SDCCglue.h: add definition for printIvalChar()
9367
9368 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9369
9370         * src/SDCCast.c: fix #498138 by Johan
9371
9372         * src/SDCCglue.c: fix #498138 by Johan
9373
9374 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9375
9376         * support/regression/Makefile: fix clean
9377
9378         * support/regression/ports/ds390/support.c: fix transmission of last character
9379
9380 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9381
9382         * /sdcc/src/ds390/gen.c:
9383         a) improved computing address of stack variable
9384         b) took out some #if 0 code
9385         c) improved parmBytes adjustment
9386         d) improved genPlusIncr & genMinusIncr
9387         e) genCmp could generate bad code (when left assigned to DPTR)
9388         f) Fixed bug in hasInc
9389
9390         * /sdcc/src/ds390/ralloc.c:
9391         a) packRegsForSupport could mess up live information (Fixed)
9392         b) packRegsDPTRuse could be incorrect for left & right shift
9393
9394         * /sdcc/src/mcs51/ralloc.c:
9395         packRegsForSupport could mess up the live information (Fixed)
9396
9397         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9398
9399         * /sdcc/src/SDCCast.c:
9400         can reverse a loop even if function call is present as long
9401         as the loop control variable is local & is not passed as parameter
9402
9403 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9404
9405         * /sdcc/ChangeLog: *** empty log message ***
9406
9407         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9408         More builtin function additions for TININative
9409
9410         * /sdcc/src/ds390/ralloc.c:
9411         Had broken the regression testsuite
9412
9413         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9414
9415         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9416         Added funcattr hasStackParms will be set for reentrant functions when there
9417         are paramteres on the stack, this helps in minimizing frame pointer generation
9418         typeFromStr can handle function pointers now
9419
9420         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9421         *** empty log message ***
9422
9423 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9424
9425         * /src/ds390/gen.c, /src/ds390/main.c:
9426         More builtin function additions for TININative
9427
9428         * /src/ds390/ralloc.c:
9429         Had broken the regression testsuite
9430
9431         * /src/SDCCast.c: Fixed a bug in dumptree
9432
9433         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9434         Added funcattr hasStackParms will be set for reentrant functions when there
9435         are paramteres on the stack, this helps in minimizing frame pointer generation
9436         typeFromStr can handle function pointers now
9437
9438         * /doc/builtins.txt, /doc/TININative.txt:
9439         *** empty log message ***
9440
9441
9442 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9443
9444         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9445         ALPHA version for -mTININative
9446
9447         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9448         updated to reflect changes in the port structure
9449
9450         * /src/port.h:
9451         added function do_assemble (similar to do_link) if non-null this function
9452         will be called to do assembly (-mTININative) requires a multi command
9453         assembly
9454         added function genAssemblerEnd will be called to generate assembler Epilogue
9455
9456         * /src/SDCCsymt.c:
9457         added _JavaNative to debug info printing
9458
9459         * /src/SDCCmain.c: added option --tini-libid
9460         added port->do_assemble function (-mTININative) has a multi command assemble
9461
9462         * /src/SDCCglue.c: Disabled "constExpr" check
9463         added port->genAssemblerEnd function
9464
9465         * /src/SDCCglobl.h: Added option --tini-libid value
9466
9467         * /src/SDCCast.h:
9468         tookout optimizeCompare from the header (has no external references)
9469
9470         * /src/SDCCast.c: made one more function "static"
9471
9472 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9473
9474         * src/z80/mappings.i: Added z80asm support.
9475
9476         * src/z80/main.c: Added z80asm support on --asm=z80asm
9477
9478         * src/z80/gen.c: Fixed asm portability issues.
9479
9480         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9481
9482         * src/SDCCglue.c (printExterns): Added global/extern split.
9483
9484 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9485
9486         * support/regression/Makefile: added test for mcs51 model large
9487
9488         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9489
9490         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9491
9492 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9493
9494         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9495
9496 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9497
9498         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9499
9500         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9501
9502 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9503
9504         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9505
9506         * support/regression/tests/simplefloat.c: Port to mcs51.
9507
9508 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9509         * support/regression/tests/bug-485362.c: Added.
9510
9511         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9512
9513         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9514
9515         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9516
9517         * src/z80/gen.c (aopDump): Added a dump function.
9518
9519 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9520         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9521
9522         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9523
9524         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9525
9526         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9527
9528         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9529
9530         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9531
9532         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9533
9534         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9535
9536         * support/regression/ports/ds390/support.c: Use tinibios.
9537
9538         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9539
9540 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9541
9542         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9543         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9544
9545         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9546
9547         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9548
9549 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9550
9551         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9552
9553         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9554         (packRegsForIYUse): Created and optimised.
9555
9556 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9557
9558         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9559 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9560
9561         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9562
9563         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9564
9565         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9566
9567 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9568
9569         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9570
9571         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9572
9573 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9574
9575         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9576
9577         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9578
9579         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9580
9581 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9582
9583         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9584         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9585         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9586
9587         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9588
9589         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9590         (genNotFloat): Added.
9591         (genUminusFloat): Added.
9592
9593         * device/lib/z80/Makefile: Added floating pt stubs.
9594
9595         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9596
9597         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9598
9599         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9600
9601 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9602
9603         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9604
9605         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9606
9607         * sdcc/support/regression/Makefile: Add port ds390.
9608
9609         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9610
9611         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9612
9613         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9614
9615         * sdcc/support/regression/ports/ds390/support.c: Added.
9616
9617         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9618
9619         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9620
9621         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9622
9623 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9624
9625         * device/include/malloc.h: Added z80 and gbz80 support.
9626
9627         * device/lib/gbz80/heap.s: Added.
9628
9629         * device/lib/z80/heap.s: Added.
9630
9631         * device/lib/malloc.c: Added z80 and gbz80 support.
9632
9633         * support/regression/tests/malloc.c (testMalloc): Added.
9634
9635         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9636
9637         * support/regression/tests/bug-478094.c: Added.
9638
9639         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9640
9641 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9642
9643         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9644
9645         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9646
9647         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9648
9649         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9650
9651         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9652
9653 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9654
9655         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9656
9657 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9658
9659         * support/regression/tests/bug-477927.c: Added.
9660
9661         * src/z80/peeph.def: Added minor rules.
9662
9663         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9664
9665         * src/z80/peeph.def: Added jump optimisation modification.
9666
9667 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9668
9669         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9670
9671 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9672
9673         * support/regression/tests/funptrs.c: Added.
9674
9675 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9676
9677         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9678
9679 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9680
9681         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9682
9683         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9684
9685         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9686         (movLeft2ResultLong): Created.
9687
9688         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9689         (joinPushes): Added.  Joins two char pushes into a word push.
9690
9691 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9692
9693         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9694
9695         * support/makebin/Makefile (install): Added creation of dest dir.
9696
9697 2001-10-24 Karl Bongers <karl AT turbobit.com>
9698
9699         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9700
9701 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9702
9703         * src/z80/ralloc.c: Turned off faulty pack for one use.
9704
9705         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9706
9707         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9708
9709 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9710
9711         * support/regression/Makefile: Improved clean
9712
9713         * support/regression/ports/gbz80/spec.mk: Added clean
9714
9715         * support/regression/ports/host/spec.mk: Added clean
9716
9717         * support/regression/ports/z80/spec.mk: Added clean
9718
9719         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9720
9721         * support/regression/ports/mcs51/timeout.c: little improvements
9722
9723 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9724
9725         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9726
9727         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9728
9729         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9730
9731 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9732
9733         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9734
9735         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9736
9737 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9738         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9739
9740         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9741
9742         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9743
9744         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9745
9746         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9747
9748         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9749
9750         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9751
9752         * support/regression/tests/longor.c: Added.
9753
9754 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9755
9756         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9757
9758         * as/mcs51/aslink.h: define PATH_MAX
9759
9760         * as/mcs51/asm.h: define PATH_MAX
9761
9762         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9763
9764         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9765
9766         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9767
9768         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9769
9770         * src/SDCCglobl.h: define PATH_MAX
9771
9772         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9773
9774         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9775
9776 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9777
9778         * src/z80/gen.c (gencjneshort): Fixed
9779
9780         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9781
9782 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9783
9784         * support/regression/tests/bug-469671.c: Added.
9785
9786         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9787
9788 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9789
9790         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9791
9792         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9793
9794 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9795
9796         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9797
9798         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9799
9800         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9801
9802         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9803
9804         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9805
9806         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9807
9808         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9809
9810 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9811
9812         * 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.
9813
9814         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9815
9816         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9817
9818 2001-10-07    <johan AT FRIJA>
9819
9820         * device/lib/gets.c (gets): fixed the return value.
9821
9822 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9823         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9824
9825         * 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.
9826
9827         * 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.
9828
9829         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9830
9831         * src/pic/gen.c: Removed Safe_strdup.
9832
9833         * configure.in: Added option to enable libgc support.
9834
9835         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9836         (bitVectUnion): Optimised.
9837         (bitVectIntersect): Optimised.
9838         (bitVectBitsInCommon): Optimised.
9839         (bitVectCplAnd): Optimised.
9840
9841         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9842
9843 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9844
9845         * src/SDCCmain.c: distinguish between assembler debug and plain options
9846
9847         * src/avr/main.c:   remove standard assembler options
9848
9849         * src/ds390/main.c: remove standard assembler options
9850
9851         * src/mcs51/main.c: remove standard assembler options
9852
9853         * src/port.h: removed "PENDING" comment
9854
9855 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9856
9857         * src/device/lib/_mulint.c  : new, with assember functions
9858
9859         * src/device/lib/_mullong.c : new, with assember functions
9860
9861         * src/device/lib/_divuint.c : with assember functions
9862
9863         * src/device/lib/_divsint.c : with assember functions
9864
9865         * src/device/lib/_divulong.c: with assember functions
9866
9867         * src/device/lib/_divslong.c: with assember functions
9868
9869         * src/device/lib/_moduint.c : with assember functions
9870
9871         * src/device/lib/_modsint.c : with assember functions
9872
9873         * src/device/lib/_modulong.c: with assember functions
9874
9875         * src/device/lib/_modslong.c: with assember functions
9876
9877         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9878
9879         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9880
9881         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9882                                       replaced _mululong.c and _mulslong.c by _mullong.c
9883
9884 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9885
9886         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9887
9888 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9889
9890         * src/SDCCglue.c: test, if win32api is available for MINGW
9891
9892 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9893
9894         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9895         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9896         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9897         * support/regression/ports/host/spec.mk: removed GENERIC
9898         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9899         * support/regression/ports/z80/spec.mk: removed GENERIC
9900
9901 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9902
9903         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9904
9905         * support/regression/tests/bug-467035.c: Created.
9906
9907 2001-10-01    <johan AT FRIJA>
9908
9909         * src/SDCC.y: fixed bug #466586 part 1
9910
9911 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9912
9913         * SDCCicode.c: z80 has no generic pointers
9914         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9915
9916 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9917
9918         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9919
9920 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9921
9922         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9923
9924         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9925
9926 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9927
9928         * configure.in: Fixed up so that ucsim is only configured once.
9929
9930         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9931
9932         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9933         (getPathDifference): As above.
9934
9935         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9936
9937         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9938
9939 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9940         * .version: Updated to 2.3.1
9941
9942         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9943         Added copyright header.
9944
9945         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9946         (assemble): Added support for macro based assembler commands.
9947         (linkEdit): Added support for macro based linker commands.
9948         (preProcess): Changed the pre-processor to use macros.
9949         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9950         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9951
9952         * device/lib/z80/crt0.s: Added module name for debugging.
9953
9954 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9955
9956         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9957
9958         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9959
9960         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9961
9962         * src/Makefile.in: Added SDCCmacro and SDCCutil
9963
9964 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9965
9966         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9967
9968 2001-09-16    <johan AT FRIJA>
9969
9970         * 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.
9971
9972 2001-09-15    <johan AT FRIJA>
9973
9974         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9975         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9976
9977 2001-09-11    <johan AT FRIJA>
9978
9979         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9980
9981 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
9982
9983         * support/regression/tests/bug-460444.c: Added test case.
9984
9985         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
9986         (genCast): Added justification for all of the asserts.
9987
9988 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
9989
9990         * support/regression/support.c: _xdata replaced by xdata
9991
9992         * support/regression/spec.mk: removed _generic
9993
9994 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
9995
9996         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
9997
9998         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
9999         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10000
10001         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10002
10003         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10004
10005         * support/regression/tests/bug-460010.c: Added test case.
10006
10007         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10008
10009 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10010
10011         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10012
10013         * support/regression/testfwk.c: removed workaround for bug #436344
10014
10015         * support/regression/tests/bp.c: use less memory with mcs51
10016
10017         * support/regression/tests/bug-441448.c: use less memory
10018
10019         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10020
10021         * support/regression/collate-results.py: typo
10022
10023 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10024
10025         * support/regression/tests/fetchoverlap.c: Added new test case.
10026
10027         * support/regression/tests/bp.c: Added new test case.
10028
10029         * support/regression/tests/bug-448984.c: Added new test case.
10030
10031         * support/regression/tests/pow2shifts.c: Added new test case.
10032
10033         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10034         (genlshTwo): Fixed right shift for count > 8.
10035
10036         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10037
10038 2001-09-08    <johan AT FRIJA>
10039
10040         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10041
10042 2001-09-07    <johan AT FRIJA>
10043
10044         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10045
10046         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10047
10048 2001-09-06    <johan AT FRIJA>
10049
10050         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10051         * bernhard noted me at this: "() equals to (void)" (1.38)
10052
10053 2001-09-05    <johan AT FRIJA>
10054
10055         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10056
10057 2001-09-04    <johan AT FRIJA>
10058
10059         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10060
10061
10062 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10063
10064         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10065
10066 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10067
10068         * link/z80/aslink.h: Fixed path for PATH_MAX
10069
10070 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10071
10072         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10073
10074         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10075
10076         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10077
10078         * 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.
10079
10080 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10081
10082         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10083         (genCmp): Fixed up genCmp for the GB with longs.
10084
10085         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10086
10087         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10088
10089         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10090
10091         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10092
10093 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10094
10095         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10096
10097 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10098
10099         * 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.
10100
10101         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10102
10103 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10104
10105         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10106
10107         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10108
10109 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10110
10111   * sim/ucsim/configure:    little improvement of Cygwin-detection
10112   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10113   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10114   * support/regression/tests/bug-221100.c: small changes for mcs51
10115   * support/regression/tests/bug-221168.c: small changes for mcs51
10116   * support/regression/tests/bug-227710.c: small changes for mcs51
10117   * support/regression/tests/staticinit.c: small changes for mcs51
10118   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10119   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10120   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10121
10122 $Revision$