* support/scripts/sdcc.nsi: added lib/pic to the package
[fw/sdcc] / ChangeLog
1 2005-11-09 Borut Razem <borut.razem AT siol.net>
2
3         * support/scripts/sdcc.nsi: added lib/pic to the package
4
5 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
6
7         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
8
9 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
10
11         * support/regression/tests/bug1348008.c: added
12         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
13         * support/regression/tests/bug1337835.c: updated comment
14
15 2005-11-06 Borut Razem <borut.razem AT siol.net>
16
17         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
18           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
19           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
20           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
21           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
22           dynamic construction of cl_error_class and derivates - 2.nd try
23
24 2005-11-05 Borut Razem <borut.razem AT siol.net>
25
26         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
27           bug, which caused Bus Errors on sparc solaris
28
29 2005-11-04 Borut Razem <borut.razem AT siol.net>
30
31         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
32           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
33           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
34           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
35           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
36           and derivates to resolve the initialization problem on OSX
37
38 2005-11-02 Borut Razem <borut.razem AT siol.net>
39
40         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
41           corrected typo - #include <winsock2.h>
42
43 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
44
45         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
46           (_asxxxx_mapping): added org directive for future enhancements
47
48 2005-11-01 Borut Razem <borut.razem AT siol.net>
49
50         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
51           enabled sockets on WIN32
52         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
53
54 2005-10-31 Borut Razem <borut.razem AT siol.net>
55
56         * support/regression/generate-cases.py: escape backslashes in {testcase}:
57           WIN32 backslash path delimiters should be escaped when used in C strings
58         * support/regression/tests/bitfields.c: exclude failing assertions for
59           __CYGWIN32__ and __MINGW32__ hosts
60
61 2005-10-30 Borut Razem <borut.razem AT siol.net>
62
63         * src/SDCCutil.c: corrected double comparison typo
64
65 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
66
67         * device/lib/medium/Makefile: added for new memory model medium
68         * device/include/asm/mcs51/features.h: updated for medium/pdata
69         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
70           added Multiply & Accumulate sbit's and MAC0_PAGE define
71         * device/include/mcs51/c8051f300.h: added sfr16 definitions
72         * device/include/mcs51/c8051f310.h: added sfr16 definitions
73         * device/lib/_mullong.c: update for medium model
74         * device/lib/incl.mk: added medium model
75         * doc/sdccman.lyx: documented medium model
76         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
77         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
78         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
79         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
80           (allocParms): set SCLS and OCLS to pdata for medium model
81         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
82           for pdata,
83           (powof2): return <0 if not power of 2
84         * src/avr/gen.c (genBitWise): use updated powof2
85         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
86           (shiftR2Left2Result): small optimization in setup, save acc when storing,
87           (shiftLLeftOrResult): use B if necessary
88         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
89         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
90         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
91         * support/regression/Makefile.in: added test-mcs51-medium
92         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
93
94 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
95
96         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
97         specifier unsigned
98         * device/lib/time.c (mktime): fixed bug 1334315
99
100 2005-10-28 Raphael Neider <rneider AT web.de>
101
102         * device/include/pic/p16f_common.inc: added common declarations
103         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
104
105 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
106
107         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
108           (aopPutUsesAcc): added to predict accumulator use,
109           (assignResultValue): save acc if necessary,
110           (genMinusDec): store result if indirectly addressed,
111           (genDivOneByte):  save acc if necessary,
112           (movLeft2Result): bugfix if left already in acc,
113           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
114             attention to accumulator use (esp. pdata),
115           (genReceive): receive pdata correctly
116         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
117         * src/SDCCicode.h: added isOperandInPagedSpace prototype
118
119 2005-10-27 Raphael Neider <rneider AT web.de>
120
121         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
122
123 2005-10-27 Raphael Neider <rneider AT web.de>
124
125         * .version: changed version to 2.5.4
126         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
127         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
128           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
129             arithmetics support routines
130         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
131         * device/lib/Makefile.in: also create installdir for pic
132
133         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
134           pic14 port as well
135         * src/pic/device.c (dump_sfr): rewritten to delegate register
136           placement to the linker (use `extern sym' rather than sym EQU addr),
137           (validAddress): fixed to check last specified address
138         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
139           (popGetLit): truncate literal value to 8 bit,
140           (popGet): moved assert to more appropriate place
141           (popGetExternal): create pCode operand from and mark the according
142             symbol as being `extern'
143           (popGetAddr): added sanity check on immediate's offset, provide
144             GPOINTER tag on demand
145           (aopPut): fixed for immediates,
146           (mov2w_op): move operand's address or contents to WREG (depending on
147             operand type), safer variant of mov2w,
148           (movwf,call_libraryfunc): NEW, handy abbreviations,
149           (get_argument_pcop,get_return_val_pcop,pass_argument,
150           get_returnvalue): interface for accessing function parameters and
151             return values,
152           (assignResultValuei,genRet): use new parameter/return value interface
153           (pic14_getDataSize): back to old version handling generic pointers,
154           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
155             provided implementation and/or fixed old one,
156           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
157             calls, removed legacy 8051 reference code
158           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
159           (loadSignToC): NEW, move the operands sign bit to CARRY,
160           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
161             genRightShiftSigned, accepts negative shift counts,
162           (setup_fsr): load FSR and adjust IRP (indirect memory access),
163           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
164             generic pointers, __data pointers and __code pointers,
165           (genUnpackBits,genPackBits): rewritten to work with generic pointers
166             and signed bitfields, limit bitfields to 8 bit,
167           (genDataPointerGet): fixed number of bytes read,
168           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
169           (genPointerGet,genPointerSet): fixed handling of __code pointers,
170             pointers to constant data are no longer assumed to point to __code
171             space, removed invalid pointer types,
172           (bitpatternFromVal): retrieve the PICs representation of an integer
173             or float literal,
174           (genDataPointerSet): fixed assigning to po_immediate operands,
175           (genGenPointerSet): implemented as library call,
176           (genIfx): fixed incorrect condition,
177           (genAddrOf): limit generic pointers' addresses to 2 bytes,
178             provide GPOINTER tag according to destination's storage class,
179           (genCast): added code to handle casting to generic pointers, added
180             sign-/zero extension of the result
181           (aop_isLitLike,op_isLitLike): fixed handling of immediates
182         * src/pic/gen.h: added macros to access IRP bit in STATUS register
183         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
184           extend the result
185         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
186           address/register resides in the shared banks
187           (emitSymbolToFile): improved to handle global and `pinned' symbols,
188             put all variables into separate sections (have the linker arrange
189             them)
190           (picglue): put init code and interrupt handlers in separate sections
191         * src/pic/main.c: added port specific options table, modified to PORT
192           structure to make GPOINTERs 3 byte, added pic14_options
193           (_pic14_do_link): private linking routine (update paths to libraries,
194             add libsdcc.lib by default)
195         * src/pic/main.h: declare pic14_options
196         * src/pic/pcode.c: fixed instructions i/o relations,
197           (RegCond): reverted to correct version,
198           (newpCodeOpLit): truncate literals to 8 bit,
199           (genericPrint): added debug output,
200           (getRegFromInstruction): fixed for various operand types, simplified
201           (BuildFlow): fixed broken handling of isntructions with labels
202           (LinkFlow): start at last instruction in flow (skip trailing comments),
203             pass the flow on to the next instruction after CALL
204           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
205           (insertPCodeInstruction): fixed inserting after a skip instruction,
206           (DoBankSelect): fixed for labeled instructions
207           (OptimizepBlock): honor --nopeep switch
208           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
209         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
210         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
211           (pCodeOptime2pCodes): allow disabling this optimization via
212             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
213             but is still buggy), started implementation of a dataflow based
214             pCode optimization (CSE + dead code elimination)
215           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
216         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
217           names are independant of the stack location and therefore portable across
218           devices
219
220 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
221
222         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
223           (selectSpil): fixed bug 1337835 by not spilling bit variables
224         * support/regression/tests/bug1337835.c: added test for this bug
225         * src/mcs51/peeph.def: restart after rule 3.c,
226           addded rules 263.x to optimize loading constants
227
228 2005-10-26 Raphael Neider <rneider AT web.de>
229
230         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
231         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
232           (genAssign): emit warning when casting literals to generic pointer
233             type, also applies when taking the address of a fixed variable,
234           (genCast): improved casting to generic pointers
235         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
236           extern variables, added verbose error message
237         * device/include/pic16/{string.h,errno.h}: added #pragma library c
238
239 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
240
241         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
242         carry must be complemented too
243         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
244         could be emitted by genMinus
245         * src/SDCCval.c (constVal): fixed bug 1305065
246
247 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
248
249         * src/SDCCast.c (addCast): added promotion for bit variables
250         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
251         promotion casts + optimisation
252         (optimizeGetWord): fix warning 'i' might be used uninitialized
253         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
254         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
255
256 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
257
258         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
259         all chars are promoted to int; promotion should be handled in SDCCast.c
260
261 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
262
263         * device/lib/_strcmp.c: Fixed bug 1326457
264
265 2005-10-11 Raphael Neider <rneider AT web.de>
266
267         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
268         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
269
270 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
271
272         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
273         * support/regression/tests/sfr16.c: added test for the sfr32 bug
274
275 2005-10-04 Raphael Neider <rneider AT web.de>
276
277         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
278           device/lib/pic16/pics.all: added pic18f1320
279         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
280
281 2005-09-30 Raphael Neider <rneider AT web.de>
282
283         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
284         * src/pic16/devices.inc: NEW, provides device descriptions
285         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
286
287 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
288
289         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
290           GETHBIT
291
292 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
293
294         * doc/sdccman.lyx: updated Highest Order Bit documentation,
295           documented Any Order Bit, Higher Order Byte and Higher Order Word
296         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
297         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
298           (optimizeGetAbit): new, to get any bit, not only the high bit,
299           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
300           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
301           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
302           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
303             RIGHT_OP: also try GETBYTE, GETWORD optimization,
304             GETABIT, GETBYTE, GETWORD: decorate them,
305           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
306           (ast_print): added GETABIT, GETBYTE, GETWORD
307         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
308         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
309           (geniCodeBinary): new generic binary icode,
310           (ast2iCode): added GETABIT, GETBYTE, GETWORD
311         * src/port.h: updated comment for PORT.hasExtBitOp
312         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
313           (genGetByte): new, to get a single byte,
314           (genGetWord): new, to get a word from a long,
315           (gen51Code): added GETABIT, GETBYTE, GETWORD
316         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
317
318 2005-09-23 Raphael Neider <rneider AT web.de>
319
320         * configure.in, configure: have device/lib/pic configured
321         * device/lib/Makefile.in: added model-pic14
322         * device/lib/clean.mk: added pic/ to clean rule
323         * device/lib/pic: added rudimentary pic14 library providing support
324           functions for multiplication/division/generic pointer access
325         * src/SDCCopt.c (convilong): mark support functions as extern
326           for pic14 port as well
327         * src/pic/gen.c (genMult): added assertions,
328           (genpic14Code): emit warning on unhandled iCodes
329         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
330         * src/pic/pcode.c (pCodeOpCopy),
331         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
332           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
333           SFR_REGISTER}), made safe for future extensions
334         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
335           instructions even if preceeded by SKIP instructions (also remove
336           them); removed unused code
337         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
338           prevents leaving parts of the structure uninitialized after copying
339
340 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
341
342         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
343           ago by me
344         * support/regression/tests/addsub.c: added test for the bug
345
346 2005-09-21 Raphael Neider <rneider AT web.de>
347
348         * device/include/pic16/pic18f1220.h,
349           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
350         * device/lib/pic16/Makefile.rules: added missing opening paren
351         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
352           are provided in genutils.c,
353           (genUminusFloat,genUminus,genCmpEq): added asserts on different
354           operand/result sizes,
355           (genCmp): assert on NULL pointers first, then check deref'ed values
356         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
357           result size
358
359 2005-09-18 Raphael Neider <rneider AT web.de>
360
361         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
362           as these are now unused,
363           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
364         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
365           local, avoids uninitialized pointer dereference on r->name
366         * src/pic16/ralloc.c (newReg): fixed indentation
367
368 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
369
370         * src/SDCCval.c (constVal): fixed bug 730366
371         * support/Util/SDCCerr.c,
372         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
373
374 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
375
376         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
377
378 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
379
380         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
381
382 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
383
384         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
385           (hex2dec): made hex_digit unsigned char, removed ascii dependance
386         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
387           (hex2dec): made hex_digit unsigned char, removed ascii dependance
388         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
389         * packihx/packihx.c (hexDigit): made c unsigned char
390         * as/mcs51/lklibr.c (fndsym),
391         * link/z80/lkgb.c (gb),
392         * link/z80/lklibr.c (fndsym),
393         * link/z80/lkrloc.c (relr),
394         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
395         * src/SDCC.lex (checkCurrFile, process_pragma),
396         * src/SDCCglue.c (spacesToUnderscores),
397         * src/SDCCmain.c (setParseWithComma, processFile),
398         * src/asm.c (tvsprintf, printCLine),
399         * src/avr/gen.c (emitcode, aopPut),
400         * src/ds390/gen.c (emitcode),
401         * src/hc08/gen.c (emitcode, emitinline),
402         * src/mcs51/gen.c (emitcode, genInline),
403         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
404           tokenizeLineNode),
405         * src/pic/ralloc.c (debugLog),
406         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
407           tokenizeLineNode),
408         * src/pic16/ralloc.c (debugLog),
409         * src/z80/main.c (_process_pragma):
410            made all ctype.h function calls safe
411         * src/SDCCopt.c: include math.h for fabs
412         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
413           and used them throughout the code to make ctype.h function calls safe
414         * src/ds390/main.c (asmLineNodeFromLineNode),
415         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
416         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
417            unsigned char*
418         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
419           (newpCodeAsmDir): made ctype.h function calls safe
420         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
421           pic16_emitcode):  made lbp unsigned char*
422         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
423           (pic16_newpCodeAsmDir): made ctype.h function calls safe
424         * src/xa51/gen.c (emitcode),
425         * src/z80/gen.c (_emit2): made lbp unsigned char*
426         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
427            char*
428
429 2005-09-05 Raphael Neider <rneider AT web.de>
430
431         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
432           access bank splitpoint
433
434 2005-09-05 Raphael Neider <rneider AT web.de>
435
436         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
437
438 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
439
440         * .version: changed to version 2.5.3
441         * doc/sdccman.lyx: changed version to 2.5.3,
442           documented --codeseg and --constseg and pragma codeseg and constseg,
443           documented bit parameters (reentrant) and bit returning
444         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
445            currFunc->recvSize, but is this ok for all ports?
446           (ast2iCode): result of ~ on unsigned char must be cast to int for
447            bool to work
448         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
449           function pointers in bit space
450         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
451           (processFuncArgs): call port.reg_parm() with reentrancy info
452         * src/port.h,
453         * src/avr/main.c,
454         * src/ds390/main.c,
455         * src/hc08/main.c,
456         * src/pic/main.c,
457         * src/pic16/main.c,
458         * src/xa51/main.c,
459         * src/z80/main.c: port.reg_parm prototype extended with
460           "bool reentrant" parameter
461         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
462           options.stackAuto for allocating bit register parameters
463         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
464           (genSend): set BitBankUsed if it is,
465           (selectRegBank): factored out of genCall for use in genPcall,
466           (genCall): removed redundant dtype assignmen, use selectRegBank,
467           (genPcall): handle returning in Carry properly, save in F0 if needed,
468           (genReceive): handle bit register parameters
469         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
470           (mcs51_assignRegisters): enable bit registers for all reentrant
471            functions and don't set BitBankUsed unconditionally
472         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
473         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
474         * support/regression/tests/funptrs.c: added tests for BOOL and for return
475
476 2005-08-27 Borut Razem <borut.razem AT siol.net>
477
478         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
479         ppc-osx (Darwin) does not support -u option. It seems that it is
480         supported only on Linux - GNU cp
481
482 2005-08-25 Borut Razem <borut.razem AT siol.net>
483
484         * sim/ucsim/gui.src/serio.src/Makefile.in,
485           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
486           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
487           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
488           install and strip, since the strip at /usr/ccs/bin should be used
489           on solaris
490
491 2005-08-24 Borut Razem <borut.razem AT siol.net>
492
493         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
494
495 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
496
497         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
498         ffffffffu
499
500 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
501
502         * as/mcs51/aslink.h: completed lkrloc.c prototypes
503         * as/mcs51/lkmain.c (link_main): fixed warning
504         * device/include/stdbool.h: ds390 has no advanced bit support yet
505         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
506         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
507         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
508           and updated their macros
509         * src/SDCCval.c (constVal): updated comment for renamed b_long
510
511 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
512
513         * as/mcs51/asdata.c: changed ctype['['] to BINOP
514         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
515           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
516           (oprio): set priority for '['
517         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
518            and adb_24_bit
519         * as/mcs51/asm.h: added defines R_BIT and S_BIT
520         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
521         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
522         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
523           added overlayable BIT_BANK area
524         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
525           (summary2): explain 'T' in legenda
526         * as/mcs51/lkrloc.c: replaced old K&R style,
527           (relr): added R_BIT processing,
528           (errmsg): added "Bit-addressable relocation error",
529           (adb_bit): added for converting from byte- to bit-addressable space,
530           (adb_24_bit): added for converting from byte- to bit-addressable space
531         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
532            used in reentrant functions now even as return value
533         * device/lib/_gptrput.c (_gptrput): removed obsolete code
534         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
535           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
536         * src/SDCCglobl.h: added indicator BitBankUsed
537         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
538            the bit registers b0-b7
539         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
540           (geniCodeCast): fixed bug 1263853,
541           (geniCodeLogicAndOr): put result in bool or char,
542           (geniCodeReceive): added parameter func for accessing the return type,
543           (geniCodeFunctionBody): pass func to geniCodeReceive
544         * src/SDCCmain.c: added indicator BitBankUsed
545         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
546         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
547           (checkSClass): don't put automatic bool/bit on stack,
548           (checkFunction): removed check on function cannot return bit
549         * src/SDCCsymt.h: added newBoolLink prototype
550         * src/mcs51/gen.c (rb1regs): added bit registers,
551           (movc): created for assigning to carry,
552           (pushReg, popReg): created for pushing registers,
553           (sameRegs): check both AOP_REG and AOP_CRY types,
554           (aopOp): handle bit registers,
555           (aopPut): optimization no self-assign,
556           (saveRegisters): push reg->base (bits) only once for bit registers,
557            and use pushReg,
558           (unsaveRegisters): pop reg->base only once and use popReg,
559           (assignResultValue): added parameter func and return in carry for bits,
560           (genIpush): optimization no reload in A if not changed,
561           (genSend): bit parameters in reentrant functions are passed in bit
562            registers by first assigning to bits in B, then save registers and
563            copy B to bits,
564           (genCall): handle returning in Carry properly, save it in F0 if needed,
565           (genPcall): updated assignResultValue call, this is not safe yet for bit
566            returning function !!!
567           (genFunction): don't generate equ's for bit registers and use pushReg,
568           (genEndFunction): take care of bit returning functions and use popReg,
569           (genRet): return bit in Carry,
570           (genIfx): optimize bit registers and other directly addressable bits,
571           (genReceive): updated assignResultValue call
572         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
573           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
574            registers when using stack-auto
575         * src/mcs51/ralloc.c (_G): added allBitregs,
576           (regs8051): added the bit registers,
577           (createStackSpil): use macro IS_BIT,
578           (getRegBit): added to allocate a bit register, else spill,
579           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
580           (updateRegUsage): factored out to ease stepping while debugging,
581           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
582            also allocate bit registers,
583           (fillGaps): handle bit registers,
584           (findAllBitregs): added to create bit vector with all bit registers,
585           (mcs51_allBitregs): returns this bit vector,
586           (mcs51_assignRegisters): when using stack-auto use bit registers for
587            passing parameters and creating local variables
588         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
589
590 2005-08-22 Borut Razem <borut.razem AT siol.net>
591
592         * device/lib/Makefile.in: replaced find option -or with -o
593           to make it run on solaris
594
595 2005-08-22 Raphael Neider <rneider AT web.de>
596
597         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
598           fixes #1265442 (crash on Solaris)
599
600 2005-08-20 Borut Razem <borut.razem AT siol.net>
601
602         * configure, configure.in: added tests for libsocket and libnsl libraries,
603           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
604           from support/regression/Makefile.in
605         * support/regression/Makefile.in: added
606         * device/lib/pic16/Makefile.common.in: force make to use bash shell
607         * sim/ucsim/libtool: regenerated on sparc-solaris
608         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
609           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
610           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
611           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
612           sparc-solaris, which doesn't use GNU ld linker
613         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
614         * as/Makefile: find on sparc-solaris does not support -maxdepth option
615
616 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
617
618         * src/mcs51/peeph.def: updated comments
619
620 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
621
622         * device/lib/_gptrget.c,
623         * device/lib/_gptrput.c: slightly shorter
624         * doc/sdccman.lyx: incremented version
625         * src/mcs51/peeph.def: moved peephole comments to the line of first
626           change to better keep line correlation, reanimated 186.e
627         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
628
629 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
630
631         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
632           David Saxton with quotes around file name.
633
634 2005-08-15 Borut Razem <borut.razem AT siol.net>
635
636         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
637           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
638           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
639           make tests run on x86_64 platform
640
641 2005-08-13 Raphael Neider <rneider AT web.de>
642
643         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
644           as it might be executed DURING a build (parallel make is wonderful)
645
646 2005-08-13 Raphael Neider <rneider AT web.de>
647
648         * device/lib/Makefile.in (port-specific-objects-pic16):
649           revert to cp $(PORT)/bin/*.* $(PORTDIR)
650         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
651           dependency
652         * device/lib/pic16/Makefile.rules: build subdirs before creating
653           the library, removed builddir rule, create $(builddir) early in
654           recurse rule, use empty recurse rule for leaf directories
655         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
656           mkdir errors (race condition), removed duplicate suffix "hex"
657           from clean rules
658         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
659         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
660           prevents mkdir -p from aborting on Alpha
661
662 2005-08-12 Raphael Neider <rneider AT web.de>
663
664         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
665           db-statements in order to allow for arrays of pointers in code
666           sections to be placed without interspersed 0-padding, fixes
667           bug #1256215
668         * (emitStatistics): fixed division by zero for pic18f1220
669         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
670           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
671         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
672         * (pic16_pCodeConstString): keep track of already emitted string
673           literals to prevent "duplicate definitions of symbol _str_NR"
674         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
675           debug message
676         * device/lib/Makefile.in: ignore failing PIC16 library builds
677         * device/lib/pic16/Makefile: do not build if gputils are missing
678         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
679
680 2005-08-10 Raphael Neider <rneider AT web.de>
681
682         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
683           my last commit)
684
685 2005-08-10 Raphael Neider <rneider AT web.de>
686
687         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
688           Rokas' patch to add the new fixed point type "__fixed16x16"
689         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
690           functions for __fixed16x16 arithmetics
691         * device/lib/pic16: reimplemented the build system to support
692           a separate build directory, better handling of libio (create
693           the library in a separate subdir for each architecture) and
694           easier configuration (centralized in Makefile.common)
695
696 2005-08-07 Raphael Neider <rneider AT web.de>
697
698         * src/pic16/gen.c (genrshTwo): fixed sign extension
699         * src/pic16/device.c: added pic18f2320, 4220 and 4320
700         * device/include/pic16/pic18f2220.h: changed some bit definitions,
701           added T0CONbits
702         * device/include/pic16/pic18f4220.h: NEW, header for
703           pic18f4220 and pic18f4320
704         * device/include/pic16/pic18fregs.h: added new devices,
705           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
706         * device/include/pic16/signal.h: resolved name clashes
707           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
708           to also allow testing for interrupt enable bits, added
709           comments on how to use the macros
710         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
711         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
712           register definitions for the devices
713         * device/lib/pic16/pics.all: added new devices
714         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
715           allocated memory
716         * device/lib/pic16/libc/stdlib/memfree: do not count
717           the block header as free memory
718         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
719           simplified and added missing end-of-blocklist-marker
720           (reported by Peter Onion, fixes #1252814)
721         * (_mergeHeapBlock): fixed loop condition
722         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
723           len==0, restructured code
724         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
725           up a bit, reduced bitfield accesses, prevent endless loops
726           in case of heap corruption
727         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
728           "unreferenced arguments/must return a value" warnings
729         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
730           replaced BAUDREG with SPBRG
731         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
732           device/lib/pic16/debug/gstack/gstack.c: replaced
733           _naked, _asm, _endasm with __naked, __asm, __endasm
734
735 2005-08-05 Raphael Neider <rneider AT web.de>
736
737         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
738           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
739
740 2005-08-05 Borut Razem <borut.razem AT siol.net>
741
742         * device/lib/Makefile.in: added missing ';'
743         * configure: removed ^M characters
744
745 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
746
747         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
748           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
749           License
750
751 2005-08-04 Borut Razem <borut.razem AT siol.net>
752
753         * configure.in: pic16 libraries build 2nd try - enable running
754           configure in device/lib/pic16
755         * configure: regenerated from configure.in
756         * device/lib/Makefile.in: create $(PORT)/bin directory
757
758 2005-08-03 Raphael Neider <rneider AT web.de>
759
760         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
761           to get/set values via pointers
762         * (genUnpackBits,genPackBits): changed detection of
763           ptr->bitfield vs. sym.bitfield, fixed access via generic
764           pointers, removed dead (wrong) code for multibyte bitfields
765         * (genNearPointerGet, genGenPointerGet): removed useless code,
766           fixed bitfield detection, fixes #1250594
767         * (genNearPointerSet): removed useless code
768         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
769           and introduced macro pic16_emitpcode that conditionally emits
770           the origin of the following pCode (useful for debugging SDCC)
771         * src/pic16/pcode.c: changed (and disabled) some debug outputs
772         * (createDefmap): fixed handling of LFSR for --optimize-df
773
774 2005-08-02 Borut Razem <borut.razem AT siol.net>
775
776         * device/lib/Makefile.in: pic16 libraries build enabled since
777           gputils-0.13.2 are now localy installed at sourceforge's compile farm
778
779 2005-08-02 Raphael Neider <rneider AT web.de>
780
781         * src/pic16/gen.c (genPackBits): removed deprecated warning
782         * (genGenPointerSet): fixed bitfield detection
783
784 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
785
786         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
787
788 2005-07-31 Raphael Neider <rneider AT web.de>
789
790         * device/lib/pic16/libdev/pic18f458.c,
791           device/include/pic16/pic18f458.h: added missing T0CONbits
792
793 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
794
795         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
796
797 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
798
799         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
800
801 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
802
803         * device/include/mcs51/at89c51ed2.h: added.
804
805 2005-07-23 Raphael Neider <rneider AT web.de>
806
807         * src/pic/gen.h: added emitpcode macro for debugging
808         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
809           and replace by macro adding debug information on demand
810         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
811         * (gencjne): tried to fix; replaced with correct (slower) code
812         * (gen{Unp,P}ackBits): fixed single bit access
813         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
814         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
815           previous instruction
816         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
817           register has to be handled with care (forbidding movement
818           of assignments/uses, removing assignments completely, ...)
819         * (pCodeOptime2pCodes): make use of regIsSpecial
820         * added lots of debugging output (commented out)
821         * src/pic/rallloc.c (deassignLRs): prevent operand registers
822           from being reused as result UNLESS it is known to work
823
824 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
825
826         * support/Util/dbuf.h: include <stddef.h> for size_t
827         * .version: changed to version 2.5.2
828
829 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
830
831         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
832
833 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
834
835         * src/hc08/gen.c (genMinus): fixed bug #1241835,
836           (genModOneByte): removed needless psha/pula
837
838 2005-07-22 Raphael Neider <rneider AT web.de>
839
840         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
841           have PIC14 handled like PIC16, fixes broken pic14 linker calls
842         * src/pic/gen.c (resolveIfx): do not "invent" labels
843         * (genSkipc): changed to positive logic
844         * (genSkipCond): removed as no longer needed
845         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
846           backport from PIC16
847         * (genLeftShift): check operands are in different registers
848         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
849           INCF does not update CARRY...
850         * src/pic/main.c: fixed _linkCmd
851         * src/pic/pcode.c (unlinkpCode): added inactive code
852         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
853           alive (do not assign result and operand overlapping registers)
854
855 2005-07-22 Raphael Neider <rneider AT web.de>
856
857         * src/pic/device.c (dump_sfr): replaced register declaration with
858           call to emitSymbolToFile() to avoid duplicate symbols
859         * (assignRelocatableRegisters): do not declare external symbols
860         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
861           right (take size of type, not etype)
862         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
863         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
864         * (packRegsForAccUse): disabled assignment of WREG as
865           the result reg to prevent occurence of just fixed #1235003,
866           fixes #1242954
867         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
868           symbols (avoids duplicate symbols in .asm file)
869         * (pic14emitRegularMap): use emitSymbolToFile()
870         * src/pic/gen.c (aopOp): fixed spillLocation handling
871         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
872         * (genDataPointerSet): removed unneccessary variables/output
873
874 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
875
876         * as/mcs51/lkarea.c: enlarged codemap for banked memory
877         * device/lib/mcs51/crtbank.asm: added # to 0x0F
878
879 2005-07-21 Raphael Neider <rneider AT web.de>
880
881         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
882           architecture cannot handle them efficiently, fixes bug #1235003
883         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
884           check for empty sets before using them (fixes bug #1232190)
885
886 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
887
888         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
889           (lnksect2): generate warnings for memory overlap
890         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
891           constseg to set the name of these segments so you can instruct the linker
892           to place them in banks
893         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
894         * src/SDCCglobl.h: added MODEL_HUGE to enum,
895           added code_seg and const_seg to options
896         * src/SDCCglue.c (emitMaps): use options.const_seg,
897           (createInterruptVect): put interrupt vectors in segment HOME,
898           (glue): put HOME before static segment and put the main glue in HOME,
899           (glue): use options.code_seg
900         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
901         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
902           these segments so you can instruct the linker to place them in banks
903           (linkEdit): use code_loc for HOME segment which should be the first
904           segment in code memory now
905         * src/SDCCmem.c: fixed more stuff like bug 1238386
906         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
907           (changePointer): don't change function pointers to code pointers for
908           banked functions,
909           (compareType): added exceptional check for banked function pointers
910         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
911         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
912           after static in code memory
913         * src/mcs51/gen.c: added aopLiteralLong prototype,
914           (aopForSym): use getSize for functions,
915           (genCall): generate banked calls over one trampoline __sdcc_banked_call
916           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
917           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
918           the segment,
919           (genPcall): use call for literal function pointers and generate banked
920           calls over the one trampoline so there's only one place for the user to
921           modify according to his/hers hardware,
922           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
923           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
924         * src/mcs51/main.c: added keyword banked,
925           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
926         * support/Util/SDCCerr.c,
927         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
928           needed for passing the bank and address to the trampoline
929         * device/lib/mcs51/crtbank.asm: added for bankswitching
930         * device/lib/mcs51/Makefile: added crtbank
931
932 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
933
934         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
935           for fields at offset 0 of a struct or union as reported
936           on 2005-07-07 in the developer mailing list.
937
938 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
939
940         * src/SDCCmem.c: fixed bug 1238386
941
942 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
943
944         * src/mcs51/peeph.def: added labelrefcounting for peepholes
945           (patch #1144962), added peephole 300, enabled 259.x
946         * doc/sdccman.lyx: removed screenshot and provided link instead
947
948 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
949
950         * doc/sdccman.lyx: added section about debugging with ddd
951         * doc/figures/ddd_example.eps: screenshot of debugging session
952
953 2005-07-04 Raphael Neider <rneider AT web.de>
954
955         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
956           like CODE pointers, fixes #1115683
957         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
958           call, fixes bugs #1232211, #1228110,
959           fixed wrong casts to pCodeFlow from pCodeInstructions
960
961 2005-07-04 Raphael Neider <rneider AT web.de>
962
963         * src/pic/gen.c (popGet): changed assert to allow for
964           bit operands
965         * (popGetAddr): changed signature to provide
966           an additional index, patched all call sites
967         * (genCmpEq): handle literal-like operands correctly
968         * (genAddrOf): added sanity checks on __code/__data pointers
969         * (genAssign): added handling of symbols from __code section
970         * (gencjne): do not generate code for comparisons whose result
971           is neither stored nor used, fixes bug #1171114
972         * (AccLsh, AccRsh): operate on operand instead of WREG
973         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
974           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
975           by known count
976         * rewrote complete shift-by-literal logic, commented unused
977           functions out
978         * (genConstPointerGet): get multiple bytes (if result size > 1),
979           fixed handling of non-immediate addresses
980         * (genPointerGet): handle CODE pointers like CONST pointers
981         * (genpic14Code): insert C-SRC lines as Cource-pCodes
982         * ({aop,op}_isLitLike): NEW, single place to decide whether an
983           operand is to be treated as a literal or not
984         * (mov2w,genPcall,genCmpEq),
985           src/pic/genarith.c: use aop_isLitLike() to decide between
986           literal/register contents
987         * (addSign): added missing offset
988         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
989           only emit comment in debug-mode,
990           use {aop,op}_isLitLike throughout the file
991         * src/pic/glue.c: fix initializers for pointers (work in progress)
992         * src/pic/pcode.c (get_op): honor index on _const symbols
993         * ({reset,dump}pCodeStatistics): NEW, estimate code size
994         * (dumppBlock): added pCode size estimation
995         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
996           check for IS_SYMOP before OP_SYMBOL'ing
997         * fixed indentation, compacted switch-statements
998         * (allocReg): find free register and allocate it instead of
999           allocating new registers all the time
1000         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1001           registers as its operands (necessary only for multibyte GETs)
1002
1003 2005-07-01 Raphael Neider <rneider AT web.de>
1004
1005         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1006           debugging .asm-output macros FENTRY + FEXIT
1007         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1008           way... I wonder...
1009         * (emitpComment): NEW, printf to pCode
1010         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1011           offset handling
1012         * (popGetAddr): NEW, variant of popGet to access an immediates
1013           high(er) bytes instead of the n'th byte of memory they reference,
1014           replaced popGet with popGetAddr where neccessary
1015         * (genDataPointerGet): reactivated and fixed implementation
1016         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1017           accesses
1018         * (genDataPointerSet): fixed multibyte assignments
1019         * (genpic14Code): fixed --i-code-in-asm handling
1020         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1021         * (genPlus): fixed index-out-of-bounds error
1022         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1023         * src/pic/ralloc.c: added debugging output macro FENTRY2
1024         * (spillThis): fixed indentation, enbraced for-body for clarity
1025         * (rematStr): commented out as now unused
1026         * (regTypeNum): commented out special spill case (overwrites
1027           arbitrary values)
1028         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1029
1030 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1031
1032         * doc/sdccman.lyx: documented sfr16/sfr32,
1033           added example for using storage class with function pointers
1034         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1035
1036 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1037
1038         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1039         * device/lib/_itoa.c,
1040         * device/lib/_ltoa.c: optimized codesize
1041         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1042           but don't know how to suppress the double warning.
1043         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1044         * support/Util/SDCCerr.c,
1045         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1046
1047 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1048
1049         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1050           fixed old K&R prototypes
1051         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1052         * device/lib/_gptrget.c,
1053         * device/lib/_gptrgetc.c,
1054         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1055           also new versions for small generic pointers and banked generic pointers
1056         * src/port.h: added const_name
1057         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1058         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1059         * src/SDCCcse.c (findPrevIc): check all associative operators
1060         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1061         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1062         * src/SDCCmem.c: updated comments,
1063           set far-space to 0 for pdata, results in optimized code
1064         * src/SDCCmem.h: added macro CONST_NAME
1065         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1066           moving the info into the highest bits, see also gptrget/gptrput
1067         * src/src.dsp: added sdcc.ico to project files
1068         * src/avr/gen.c (genCast): fixed bug 0x%d
1069         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1070         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1071           relation between ptr_type and DCL_TYPE,
1072           (genCast): fixed bug 0x%d
1073         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1074           (CODE)" for const_name
1075         * src/hc08/gen.c (genCast): fixed bug 0x%d
1076         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1077           (hc08_port): added "CONST (CODE)" for const_name
1078         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1079           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1080           between ptr_type and DCL_TYPE,
1081           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1082           operand* and took AOP() inside function so sfr-ness can be checked,
1083           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1084           new prototype,
1085           (genFunction, genEndFunction): optimized stack setup,
1086           (genMinus): optimized for literals with ending zeroes (in bytes),
1087           (genCast): fixed bug 0x%d
1088         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1089           (mcs51_port): added "CONST (CODE)" for const_name
1090         * src/mcs51/peeph.def: made rule 226 more generic
1091         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1092         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1093         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1094         * src/z80/main.c (z80_port): added NULL for const_name,
1095           (gbz80_port): added NULL for const_name
1096         * support/regression/tests/bug663539.c,
1097         * support/regression/tests/sfr16.c: new tests
1098
1099 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1100
1101         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1102
1103 2005-06-24 Raphael Neider <rneider AT web.de>
1104
1105         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1106           corrected typos...
1107         * device/include/pic16/signal.h: added USBIF
1108           and SIG_USB
1109
1110 2005-06-24 Raphael Neider <rneider AT web.de>
1111
1112         * device/lib/pic16/libdev/pic18f2455.c,
1113           device/include/pic16/pic18f2455.h: NEW
1114         * device/include/pic16/pic18fregs.h,
1115           device/lib/pic16/pics.all,
1116           src/pic16/device.c: added 18f2455
1117         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1118           device/include/pic16/{pic18f[68][567].h,usart.h}:
1119           replaced MULTIPLE_USARTS define with more relaible
1120           compatibility sfrs (for USART access)
1121
1122 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1123
1124         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1125           and the output asm file line is printed on two lines.
1126
1127 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1128
1129         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1130           BGT, BLE, BHI, and BLS instructions
1131         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1132           genCmpEq): removed
1133         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1134           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1135           fixes bug #1216342
1136         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1137
1138 2005-06-15 Raphael Neider <rneider AT web.de>
1139
1140         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1141         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1142         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1143           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1144           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1145
1146 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1147
1148         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1149           Marcel Telka in bug #1215704
1150
1151 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1152
1153         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1154           located in shared memory bank.
1155
1156 2005-05-31 Raphael Neider <rneider AT web.de>
1157
1158         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1159           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1160           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1161
1162 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1163
1164         * device/lib/_strncpy.c: fixed the fix
1165
1166 2005-05-26 Raphael Neider <rneider AT web.de>
1167
1168         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1169           initializers with \0, bug #1208187
1170         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1171           intializers with \0, bug #1208187
1172
1173 2005-05-26 Raphael Neider <rneider AT web.de>
1174
1175         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1176           initializers with \0, bug #1208187
1177         * src/pic16/main.c (_process_pragma): added sanity checks
1178           for stack position and size, emit warnings when appropriate
1179
1180 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1181
1182         * device/lib/_strncpy.c: fixed not filling with \0
1183
1184 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1185
1186         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1187           createFunction),
1188         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1189           compound_statement),
1190         * src/SDCCsymt.h,
1191         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1192
1193 2005-05-24 Raphael Neider <rneider AT web.de>
1194
1195         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1196
1197 2005-05-24 Raphael Neider <rneider AT web.de>
1198
1199         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1200           TRISE definitions, closes bug #1162453
1201
1202 2005-05-22 Raphael Neider <rneider AT web.de>
1203
1204         * src/pic16/main.c (_process_pragma): check for missing
1205           arguments to pragmas code and udata
1206         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1207           consistency fixes to match other headers (thanks to Jim Paris)
1208         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1209
1210 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1211
1212         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1213
1214 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1215
1216         * support/regression/tests/bug1198642.c: new test
1217         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1218         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1219         * support/scripts/resource.h,
1220         * support/scripts/resource.rc,
1221         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1222         * support/scripts/sdcc.ico: added 32x32 icon
1223
1224 2005-05-18 Raphael Neider <rneider AT web.de>
1225
1226         * device/lib/pic16/libdev/pic18f*.c,
1227         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1228           keywords to "__sfr" and "__at (X)"
1229         * device/include/pic16/pic18fregs.h: added pic18f4520
1230         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1231           #1203088 (MPLAB compatibility)
1232
1233 2005-05-17 Raphael Neider <rneider AT web.de>
1234
1235         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1236         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1237         * device/lib/pic16/pics.all: added new devices
1238         * src/pic16/device.c: added support for pic18f4520
1239
1240 2005-05-16 Raphael Neider <rneider AT web.de>
1241         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1242         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1243         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1244           convenience function for bit access
1245
1246 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1247
1248         * device/lib/printf_large.c: fixed bug 1193299
1249         * support/regression/tests/bug1057979.c: added test %3.3s
1250
1251 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1252
1253         * device/include/mcs51/8051.h,
1254         * device/include/mcs51/8052.h: made parseable with lint
1255         * device/include/mcs51/lint.h: added include file for (sp)lint
1256         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1257         * doc/cdbfileformat.lyx,
1258         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1259
1260 2005-05-14 Raphael Neider <rneider AT web.de>
1261
1262         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1263         * device/lib/pic16/libc/stdlib/itoa.c (new)
1264         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1265         * device/lib/pic16/libio/Makefile: exclude subdir according to
1266           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1267         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1268         * src/pic16/gen.c (genFunction): prevent annoying warning
1269         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1270           nameclashes on BeOS
1271         * support/cpp2/cppmain.c (cpp_output_string): new
1272         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1273           fixes bug 1116802
1274
1275 2005-05-13 Borut Razem <borut.razem AT siol.net>
1276
1277         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1278
1279 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1280
1281         * .version: changed to version 2.5.1; back to bleeding edge development
1282
1283 2005-05-11 Borut Razem <borut.razem AT siol.net>
1284
1285         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1286           generate PDF version 1.3 documents
1287
1288 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1289
1290         * .version: changed to version 2.5.0
1291
1292 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1293
1294         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1295
1296 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1297
1298         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1299         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1300         well as many smaller updates.
1301         * .version: changed to version 2.5.0-pre1
1302
1303 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1304
1305         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1306
1307 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1308
1309         * support/regression/tests/bug1185672.c: added
1310         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1311           bug 1185672
1312         * src/mcs51/gen.c (genCall): added comments, made it look safer
1313         * src/mcs51/gen.c (genEndFunction): simplified
1314
1315 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1316
1317         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1318
1319 2005-04-14 Borut Razem <borut.razem AT siol.net>
1320
1321         * fixed bug 1045046 - SIGSEGV with really simple code?:
1322           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1323           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1324
1325 2005-04-14 Borut Razem <borut.razem AT siol.net>
1326
1327         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1328           src/pic16/device.h: temporarily disabled experimental #inline pragma
1329           for 2.5.0 release
1330
1331 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1332
1333         * device/include/z80/stdio.h,
1334         * device/include/z80/string.h: removed these highly incomplete files so
1335           SDCC can use the default ones in device/include/
1336
1337 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1338
1339         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1340         gcc warning.
1341         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1342         fix sdcpp warnings.
1343
1344 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1345
1346         * device/include/malloc.h: removed redundant __reentrant prototypes
1347         * device/lib/_mullong.c: added working xstack variant in asm (C version
1348           doesn't pass regression tests)
1349         * device/lib/bpx.c: used __data and made bpx char for mcs51
1350         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1351           (createFunction): fixed bug with xstackPtr
1352         * src/SDCCcse.c: corrected comments
1353         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1354           (killDeadCode, eBBlockFromiCode): removed unused code
1355         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1356           corrected comments
1357         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1358           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1359           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1360           (genModOneByte): fixed warning in MSVC
1361         * src/mcs51/main.c (): added comments
1362         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1363
1364 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1365
1366         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1367
1368 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1369
1370         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1371
1372 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1373
1374         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1375         characters arrays of larger size than the declared one.
1376
1377 2005-04-10 Borut Razem <borut.razem AT siol.net>
1378
1379         * src/pic/gen.c (genInline),
1380           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1381           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1382           (findNextInstruction), (findPrevInstruction),
1383           (findInstructionUsingLabel),
1384           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1385         * src/pic/pcode.c (findLabel): added missing '\n'
1386         * src/src.dsp: added SDCCdwarf2.c to the project
1387
1388 2005-04-09 Borut Razem <borut.razem AT siol.net>
1389
1390         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1391
1392 2005-04-08 Raphael Neider <rneider AT web.de>
1393
1394         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1395           into the chain after a given one) and mergeDefmapSymbols (combine
1396           defmap entries for each symbol per pcode)
1397         * (createDefmap): have defmap entries merged in the end
1398         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1399           a symbol before replacing one access type's symbol, merge symbols in
1400           the end (replacement symbol might already have an entry)
1401         * (assignValnums): keep reference to written WREG intact
1402
1403 2005-04-08 Raphael Neider <rneider AT web.de>
1404
1405         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1406           Alpha)
1407
1408 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1409
1410         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1411         bytes
1412
1413 2005-04-07 Raphael Neider <rneider AT web.de>
1414
1415         * device/include/pic16/usart.h: added compatibility defines for
1416           devices with more than one USART
1417         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1418
1419 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1420
1421         * device/lib/Makefile.in: updated for port specific include
1422
1423 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1424
1425         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1426
1427 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1428
1429         * device/include/8051.h,
1430         * device/include/8052.h,
1431         * device/include/at89S8252.h,
1432         * device/include/at89c55.h,
1433         * device/include/at89x051.h,
1434         * device/include/at89x51.h,
1435         * device/include/at89x52.h,
1436         * device/include/mcs51reg.h,
1437         * device/include/reg51.h,
1438         * device/include/reg764.h,
1439         * device/include/regc515c.h,
1440         * device/include/sab80515.h: (re)moved these 12 files
1441         * device/include/mcs51/8051.h,
1442         * device/include/mcs51/8052.h,
1443         * device/include/mcs51/at89S8252.h,
1444         * device/include/mcs51/at89c55.h,
1445         * device/include/mcs51/at89x051.h,
1446         * device/include/mcs51/at89x51.h,
1447         * device/include/mcs51/at89x52.h,
1448         * device/include/mcs51/mcs51reg.h,
1449         * device/include/mcs51/reg51.h,
1450         * device/include/mcs51/reg764.h,
1451         * device/include/mcs51/regc515c.h,
1452         * device/include/mcs51/sab80515.h: and added them here
1453
1454 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1455
1456         * device/include/stdarg.h: changed SDCC specific keywords to double
1457           underlined form.
1458         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1459           mcs51 and ds390.
1460         * device/include/hc08/mc68hc908gp32.h,
1461         * device/include/hc08/mc68hc908jb8.h,
1462         * device/include/hc08/mc68hc908jkjl.h,
1463         * device/include/hc08/mc68hc908qy.h: fixed comments
1464         * device/include/mcs51/README: updated
1465         * device/include/mcs51/c8051f120.h: added PINRSF
1466         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1467         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1468           amidst code. Also inline is not supported.
1469
1470 2005-04-06 Raphael Neider <rneider AT web.de>
1471
1472         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1473         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1474           callers stack/frame pointers
1475
1476 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1477
1478         * device/include/pic16/usart.h: added, missing in previous commit,
1479         * device/include/pic16/adc.h: fixed typo,
1480         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1481         commit,
1482         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1483         <p18fxxx.inc>
1484         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1485         uninitialized because a bug appears with gplink
1486         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1487         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1488         complains for unrecognised option
1489
1490 2005-04-05 Raphael Neider <rneider AT web.de>
1491
1492         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1493           structs as well (using memcpy)
1494         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1495           on ISRs (GOTO has no label)
1496         * src/pic16/device.h: added OF_OPTIMIZE_DF
1497         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1498           new data flow analysis/optimization
1499         * src/pic16/pcode.c: added (prototypes for and implementation of)
1500           dataflow analysis functions, fixed pCodeInstructions' inCond and
1501           outCond values, made RCALL a branch instruction
1502         * (pic16_unlinkpCode): keep C line if possible
1503         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1504           C line moved if possible
1505         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1506         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1507           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1508         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1509           new flow)
1510         * (pic16_getJumptabpCode): NEW, needed in...
1511         * (LinkFlow): fixed handling of jumptables, calls and conditional
1512           branches
1513         * (pic16_InsertCommentAfter): NEW
1514         * (pic16_pCodeReplace): made verbose and flow preserving
1515         * (AnalyzeFlow): added call to data flow analysis
1516         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1517         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1518         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1519
1520 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1521
1522         * src/SDCCast.c (decorateType): fixed bug #1105626
1523
1524 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1525
1526         * device/include/asm/pic16/features.h,
1527         * pic18f*.h headers,
1528         * device/include/pic16/adc.h,
1529         * device/include/pic16/delay.h,
1530         * device/include/pic16/i2c.h,
1531         * device/include/pic16/malloc.h,
1532         * device/include/pic16/stdio.h,
1533         * device/include/pic16/stdlib.h,
1534         * device/include/pic16/string.h,
1535         * device/lib/pic16/libc/stdio/printf_tiny.c,
1536         * device/lib/pic16/libc/stdio/printf_small.c,
1537         * device/lib/pic16/libc/stdio/strmgpsim.c,
1538         * device/lib/pic16/libc/stdio/strmmssp.c,
1539         * device/lib/pic16/libc/stdio/strmusart.c,
1540         * device/lib/pic16/libc/stdio/vfprintf.c,
1541         * device/lib/pic16/libc/stdlib/ltoa.c,
1542         * device/lib/pic16/libc/stdlib/putchar.c,
1543         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1544         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1545         * device/lib/pic16/libc/stdlib/memchrram.c,
1546         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1547         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1548         * device/lib/pic16/libio/adc/adcbusy.c,
1549         * device/lib/pic16/libio/adc/adcread.c,
1550         * device/lib/pic16/libio/adc/adcsetch.c,
1551         * device/lib/pic16/libio/usart/ubaud.c,
1552         * device/lib/pic16/libio/usart/ubusy.c,
1553         * device/lib/pic16/libio/usart/udrdy.c,
1554         * device/lib/pic16/libio/usart/uopen.c,
1555         * device/lib/pic16/libio/usart/uputc.c,
1556         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1557         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1558         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1559         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1560         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1561         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1562         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1563         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1564         specific keywords to double underlined form,
1565         * device/lib/pic16/libc/Makefile.rules,
1566         * device/lib/pic16/libsdcc/Makefile.rules,
1567         * device/lib/pic16/libm/Makefile,
1568         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1569         to compile with C standard set in Makefile.common
1570         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1571         rand.c and crc.c in compilation process,
1572         * device/lib/pic16/libsdcc/int/divuint.c,
1573         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1574         `c' from signed to unsigned,
1575         * device/lib/pic16/startup/crt0.c,
1576         * device/lib/pic16/startup/crt0i.c,
1577         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1578         keywords to double underlined form, bug fixes in _do_cinit function
1579         which prevented the correct initialization of the .idata segment,
1580         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1581         core to enter a infinite loop
1582         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1583
1584 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1585
1586         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1587
1588 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1589
1590         * device/include/Makefile.in: add support for hc08 subdirectory
1591         * device/include/hc08/: new subdirectory
1592         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1593         Lucas Loizaga, thanks!
1594         * device/include/hc08/mc68hc908qy.h,
1595         * device/include/hc08/mc68hc908gp32.h,
1596         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1597         their own directory. Changed internal macro names to use the compiler
1598         reserved namespace. Changed SDCC specific keywords to double
1599         underlined form.
1600         * device/include/math.h,
1601         * device/include/malloc.h,
1602         * device/include/stdarg.h,
1603         * device/include/stdbool.h
1604         * device/include/string.h,
1605         * device/include/tinibios.h,
1606         * device/include/ds400rom.h,
1607         * device/include/8051.h,
1608         * device/include/8052.h,
1609         * device/include/80c51xa.h,
1610         * device/include/at89c55.h,
1611         * device/include/at89S8252.h,
1612         * device/include/at89x51.h,
1613         * device/include/at89x52.h,
1614         * device/include/ds80c390.h,
1615         * device/include/reg764.h,
1616         * device/include/regc515c.h,
1617         * device/include/sab80515.h,
1618         * device/include/mcs51/c8051f000.h,
1619         * device/include/mcs51/c8051f018.h,
1620         * device/include/mcs51/c8051f020.h,
1621         * device/include/mcs51/c8051f040.h,
1622         * device/include/mcs51/c8051f060.h,
1623         * device/include/mcs51/c8051f120.h,
1624         * device/include/mcs51/c8051f300.h,
1625         * device/include/mcs51/c8051f310.h,
1626         * device/include/mcs51/c8051f320.h,
1627         * device/include/mcs51/c8051f330.h,
1628         * device/include/mcs51/c8051f350.h,
1629         * device/include/z180.h: Changed SDCC specific keywords to double
1630         underlined form.
1631
1632 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1633
1634         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1635         18F4455,
1636         * (pic16_assignConfigWordValue): disable testing of configuration
1637         register value with config mask,
1638         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1639         function with port->fun_prefix,
1640         * (genFunction): when generating a naked interrupt function never
1641         create an absolute segment placed in interrupt vector address, place
1642         the actual interrupt function at IVA instead, when an interrupt
1643         function is generated with unspecified interrupt then do not create
1644         the absolute section,
1645         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1646         code for generating a call to generic pointer get/put function with
1647         a call to function pic16_callGenericPointer(),
1648         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1649         the call to the generic pointer get/put functions with prefixing the
1650         function name with port->fun_prefix,
1651         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1652         * src/pic16/main.c (_process_pragma): prefix function with
1653         port->fun_prefix,
1654         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1655         calling assembler, old 18Fxxxx macro is deprecated,
1656         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1657         PC_ASMDIR in while condition,
1658         * (findInstruction): add PC_ASMDIR in while condition,
1659         * (buildCallTree): prefix main with port->fun_prefix,
1660         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1661         identifier for variable with banked access in instructions BTFSS,
1662         BTFSC, BCF, BSF, BTG
1663         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1664         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1665         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1666         perform optimization when enviroment variable NO_REG_OPT is set,
1667         * (insideLRBlock): NEW, return 1 if register is inside an
1668         INF_LOCALREGS block,
1669         * (RemoveRegFromLRBlock): remove a register that is completely
1670         eliminated by register optimization, but it is still left in local
1671         register store/restore in/from stack block,
1672         * (Remove2pcodes): after removing register, check to see if it
1673         should be removed from local register store/restore in/from stack
1674         block,
1675         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1676         DUMMY_READ_VOLATILE,
1677
1678         * device/include/pic16/adc.h: minor prototype modifications and
1679         update,
1680         * device/include/pic16/malloc.h: added GPL notice various
1681         modifications,
1682         * device/include/pic16/stdint.h: NEW, standard header for ints
1683         * device/include/pic16/delay.h: NEW, header for delay functions,
1684         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1685         delay1mtcy,
1686         * device/include/pic16/signal.h: NEW, header providing helper macros
1687         for implementing signal handlers,
1688         * device/include/pic16/stdio.h: added prototypes for functions,
1689         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1690         prototypes for stdin and stdout, added macro PUTCHAR to
1691         automatically implement putchar function prototype,
1692         * device/include/pic16/usart.h: modified and updated USART library,
1693         * device/lib/pic16/libio/adc/,
1694         * device/lib/pic16/libio/i2c: some modifications to improve library
1695         performance,
1696         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1697         family of functions,
1698         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1699         family of functions and other sources,
1700         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1701         of the PIC18Fxx[28] devices,
1702         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1703         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1704         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1705         _do_cinit function, because the previous failed when local variables
1706         where not placed in the same memory bank,
1707         * device/lib/pic16/libsdcc/char/: various modifications to improve
1708         library performance,
1709         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1710         information on the new functions of the c library and more...
1711
1712 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1713
1714         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1715
1716 2005-03-26 Raphael Neider <rneider AT web.de>
1717
1718         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1719           if condition == CARRY)
1720         * (genCmp): adapted to new genSkipc semantics
1721         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1722           on rIfx (genCmp was broken)
1723
1724 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1725
1726         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1727         * src/z80/main.c (_keywords[]),
1728         * src/SDCCglobal.h (struct options),
1729         * src/SDCC.y,
1730         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1731         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1732         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1733         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1734         always available in leading double underscore form. The C99 support is
1735         mostly missing, but it's a start.
1736         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1737         reserved identifier "__data".
1738
1739 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1740
1741         * src/mcs51/peeph.def: fixed bug 1170013
1742
1743 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1744
1745         * device/include/mcs51reg.h: fixed bug 842007
1746
1747 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1748
1749         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1750         last time.
1751
1752 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1753
1754         * src/port.h (struct PORT),
1755         * src/avr/ralloc.c (avr_assignRegisters),
1756         * src/avr/main.c,
1757         * src/ds390/ralloc.c (ds390_assignRegisters),
1758         * src/ds390/main.c,
1759         * src/hc08/ralloc.c (hc08_assignRegisters),
1760         * src/hc08/main.c,
1761         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1762         * src/mcs51/main.c,
1763         * src/pic/ralloc.c (pic14_assignRegisters),
1764         * src/pic/main.c,
1765         * src/pic16/ralloc.c (pic16_assignRegisters),
1766         * src/pic16/main.c,
1767         * src/xa51/ralloc.c (xa51_assignRegisters),
1768         * src/xa51/main.c,
1769         * src/z80/ralloc.c (z80_assignRegisters),
1770         * src/z80/ralloc.h,
1771         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1772         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1773         * src/SDCCcse.h,
1774         * src/SDCCdflow.c (computeDataFlow),
1775         * src/SDCCdflow.h,
1776         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1777         * src/SDCCloop.h,
1778         * src/SDCCcflow.c (*),
1779         * src/SDCCcflow.h,
1780         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1781         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1782         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1783         immedDom() returning wrong block; probably fixes bug #1160833)
1784
1785 2005-03-20 Borut Razem <borut.razem AT siol.net>
1786
1787         * support/scripts/inc2h.pl: WIN32 port
1788
1789 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1790
1791         * device/lib/makefile.in: added abs.c and labs.c
1792
1793 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1794
1795         * device/include/stdint.h: added
1796         * device/lib/abs.c: added
1797         * device/lib/labs.c: added
1798         * device/include/stdlib.h: added abs() and labs() prototypes
1799         * device/lib/libsdcc.lib: added abs and labs
1800         * device/include/float.h,
1801         * device/lib/_fsmul.c,
1802         * device/lib/printf_fast.c,
1803         * device/lib/printf_tiny.c: updated comments
1804
1805 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1806
1807         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1808         bug #1164313
1809
1810 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1811
1812         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1813         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1814
1815 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1816
1817         * device/lib/printf_large.c: removed inline assembly for portability and
1818           readability. Use printf_fast if speed or size are more important.
1819         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1820         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1821
1822 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1823
1824         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1825         prevent compiler warning
1826
1827 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1828
1829         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1830         moved to level 0 and declared as static. Also they are explicit
1831         placed in access bank. This was necessery because some times they
1832         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1833         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1834         optimizations. Currently only compare to unsigned char is implemented,
1835         * src/pic16/gen.c: added fReturnIdx array,
1836         * (struct resolvedIfx) is moved to gen.h and made public,
1837         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1838         * (aopForSym): added an optimization to directly store in stack of
1839         the operand of a SEND iCode,
1840         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1841         but as registers instead (AOP_REG) using the fReturnIdx array,
1842         * (pic16_freeAsmop): remove the freed register from the
1843         _G.sregsAlloc field,
1844         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1845         a compare of 'WREG',
1846         * (pic16_popGetTempRegCond): changed function prototype, now
1847         function takes also a bitVector argument v which holds the current
1848         set of registers that are allocated for stack access by aopForSym,
1849         registers allocated in aopForSym for accessing stack symbols are not
1850         any more part of the functions usedRegs field,
1851         * (genCall): some times aopOp is called for a stack variable to be
1852         send, aopForSym might perform the push, if this is true make sure
1853         that genCall doesn't push the variable twice by testing _G.resDirect,
1854         * (genFunction): changed testing for unspecified interrupt number
1855         from 256 to INTNO_UNSPEC,
1856         * modified selection scheme of frame pointer generation. Previously
1857         if function did use local registers a frame pointer was generated,
1858         now a frame pointer is generated only if function has arguments
1859         (that need PLUSW2 register access), or has stack arguments, or the
1860         compiler is not instructed to omit the frame pointer,
1861         * (genEndFunction): before restoring local registers that were saved
1862         in the function preamble, also restore the registers that *might*
1863         have been allocated for stack access,
1864         * (genRet): removed some old comments,
1865         * (genCmp, the active (RN's) version): added a call to the
1866         pic16_genCmp_special function to perform the compare with a more
1867         robust and optimized way,
1868         * (genInline): a feature has been added in inline code generation,
1869         which allows a wildcard variable substitution when writing inline
1870         assembly. Code is incomplete and experimental therefore undocumented,
1871         * (genCast): changed order of aopOp for result and right to allow
1872         aopForSym to directly load the result if possible,
1873         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1874         perform an optimized compare on some selected special occasions,
1875         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1876         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1877         generate an IVT any more,
1878         * src/pic16/main.c (pic16_optionsTable): added command line option
1879         --optimize-cmp,
1880         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1881         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1882         macros,
1883         * src/pic16/NOTES: Raphael Neider added in list of active developers
1884         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1885         jumptable_end to prevent bug #,
1886         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1887         inCond and outCond fields,
1888         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1889         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1890         turn off register spilling,
1891         * (packRegsForOneUse): synced with other ports' versions although it
1892         is not used currently,
1893         * (pic16_packRegisters): added an optimization while reading
1894         structure bitfields, some registers may be saved (malloc code is
1895         decreased by 80 bytes)
1896
1897 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1898
1899         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1900         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1901         this can be optimized more?
1902
1903 2005-03-10 Raphael Neider <rneider AT web.de>
1904
1905         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1906           genNearPointerGet): (hopefully) fixed access to bitfields via
1907           pointers (p->bitN = x; and x = p->bitN; failed)
1908
1909 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1910
1911         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1912
1913 2005-03-09 Raphael Neider <rneider AT web.de>
1914
1915         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1916
1917 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1918
1919         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1920         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1921           (regTypeNum): set REG_BIT type if necessary
1922         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1923         * support/regression/tests/critical.c: check bug 1144613
1924
1925 2005-03-02 Raphael Neider <rneider AT web.de>
1926
1927         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1928
1929 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1930
1931         * src/avr/ralloc.c (serialRegAssign),
1932         * src/ds390/ralloc.c (serialRegAssign),
1933         * src/hc08/ralloc.c (serialRegAssign),
1934         * src/mcs51/ralloc.c (serialRegAssign),
1935         * src/pic/ralloc.c (serialRegAssign),
1936         * src/pic16/ralloc.c (serialRegAssign),
1937         * src/xa51/ralloc.c (serialRegAssign),
1938         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1939
1940 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1941
1942         * src/SDCCast.c (decorateType): fixed bug 1124787
1943
1944 2005-02-20 Hubert Sack <sack AT digiplan.de>
1945         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1946
1947         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1948         patch #1121755
1949
1950 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1951
1952         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1953         to keep the correct label reference count when adding/removing references
1954         to labels. A peephole file using this is appended to patch #1144962.
1955
1956 2005-02-14 Raphael Neider <rneider AT web.de>
1957
1958         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1959         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1960         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1961           retrievals of result operand's value on assignment
1962
1963 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1964
1965         * device/include/pic16/string.h: modified prototype for memccpy()
1966         to memccpy(void *, void *, char, size_t)
1967         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1968         check whether to omit frame pointer or not,
1969         * (genInline): convert all occurences of "\n" to LF in inline
1970         assembler blocks, this helps formatting the inline text,
1971         * (pic16_loadFSR0): modified prototype,
1972         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1973         removed some 8051 legacy code,
1974         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1975         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1976         before allocating temporary registers in functions,
1977
1978 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1979
1980         * support/regression/tests/bitvars.c: corrected the "fix"
1981
1982 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1983
1984         * support/regression/tests/bitvars.c,
1985         * support/regression/tests/bitwise.c,
1986         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1987
1988 2005-02-10 Raphael Neider <rneider AT web.de>
1989
1990         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1991           different size for Alpha
1992         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1993
1994 2005-02-09 Raphael Neider <rneider AT web.de>
1995
1996         * src/SDCC.lex(doPragma) : save and restore warning options as well
1997           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1998         * have #pragma less_pedantic set the errorlevel to WARNING
1999           (fixes #1117001)
2000         * (cloneOptimize) : fixed wrong malloc's size
2001         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2002           facilitate correct handling of #pragma (save|restore)
2003
2004 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2005
2006         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2007
2008 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2009
2010         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2011
2012 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2013
2014         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2015
2016 2005-02-02 Raphael Neider <rneider AT web.de>
2017
2018         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2019         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2020         * (pic16_storeForReturn): fixed to allow returning function pointers
2021         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2022         * device/include/pic16/{stddef.h,stdbool.h}: added
2023
2024 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2025
2026         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2027
2028 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2029
2030         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2031         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2032          appeared to be required
2033
2034 2005-01-31 Borut Razem <borut.razem AT siol.net>
2035
2036         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2037           include/mcs51 and include/z80 directories to the package
2038
2039 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2040
2041         * src/hc08/gen.c (genFunction): fixed bug #1112752
2042
2043 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2044
2045         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2046
2047 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2048
2049         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2050
2051 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2052
2053         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2054
2055 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2056
2057         * device/include/c8051fxxx.h: removed these 6 files
2058         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2059
2060 2005-01-26 Raphael Neider <rneider AT web.de>
2061
2062         * src/pic16/gen.c (genAssign): fixed assignment from longs
2063           in codespace (were cut to three bytes)
2064         * (genDummyRead): implemented (except for CODESPACE...),
2065           fixed bug #1108575
2066         * src/pic16/glue.c (emitStatistics): beautified
2067         * device/lib/pic16/libm/Makefile: added include path
2068
2069 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2070
2071         * src/z80/gen.c (aopPut): fixed bug #1103902
2072
2073 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2074
2075         * device/lib/expf.c: fixed bug #1095792
2076
2077 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2078
2079         * device/lib/pic16/libm: added Math library sources
2080
2081 2005-01-24 Raphael Neider <rneider AT web.de>
2082
2083         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2084           to enable upcast to pCodeOpReg2 (there is no type tag to
2085           differenciate the two and pic16_popGet2p cast into PCOR2)
2086         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2087           (sizeof(sectNames) changed to sizeof(sectName))
2088           Both patches fix segfaults under MinGW.
2089
2090 2005-01-23 Raphael Neider <rneider AT web.de>
2091
2092         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2093           Safe_[mc]?alloc()'ed variables
2094         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2095           of (byte sized) temporaries (assign them to WREG for now)
2096         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2097           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2098           this might fix SIGSEGVs on MinGW...
2099         * src/SDCCopt.c (killDeadCode): restored original behaviour
2100           (volatile operands might get thrown away though)
2101
2102 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2103
2104         * src/pic16/gen.c: fixed bug #1106975,
2105         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2106         pointer update, INTCON is saved, global interrupts are disabled and
2107         restored after updateing TOS.
2108         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2109         * added function attribute 'shadowregs' to take advantage of shadow
2110         registers,
2111         * added function attribute 'wparam' as an alternative to the wparam
2112         pragma,
2113         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2114         user declares a non-ISR function as 'shadowregs',
2115         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2116
2117 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2118
2119         * .version: bumped version number to 2.4.8
2120         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2121         pic16 port,
2122         * device/lib/pic16/libio/i2c/: I2C module support library,
2123         * device/include/pic16/i2c.h: I2C support library header,
2124         * device/lib/pic16/libc/stdio/: standard IO support sources,
2125         * (printf_small.c): printf_small() source, supports float print,
2126         * (printf_tiny.c): printf_tiny() source, does not support floats,
2127         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2128         enable global optimizations for entire library source, other
2129         Makefiles in the source tree are also modified to reflect this,
2130         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2131         function,
2132         * doc/sdccman.lyx: updated to reflect new changes,
2133         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2134         sym->onStack if-case,
2135         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2136         sbit, idata, _idata, xdata, _xdata,
2137         * added pragma library, to link an external library, (see doc),
2138         * removed command line options, --pomit-config-words, --pomit-ivt,
2139         --pleave-reset-vector,
2140         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2141         when calling assembler to reflect memory model used, also define
2142         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2143         reflect stack model used,
2144         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2145         on stack return NULL,
2146
2147 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2148
2149         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2150           of the operands is volatile. Fixes #1020220
2151
2152 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2153
2154         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2155         * (OptimizeRegUsage): make sure that there is really no other flow where
2156           the first pCode is used
2157
2158 2005-01-22 Raphael Neider <rneider AT web.de>
2159
2160         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2161           to fix #1106967 (pCode->seq are not set up correctly)
2162
2163 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2164
2165         * src/SDCCglue.c (glue): make sure code area is declared before the
2166         static initialization area.
2167
2168 2005-01-21 Raphael Neider <rneider AT web.de>
2169
2170         * device/lib/Makefile.in: fixed test for pic16 install dir
2171         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2172           optimizations
2173         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2174           added --optimize-goto compiler switch and pragma wparam documentation
2175         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2176         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2177           and PRODH closing bug #1071770 (peephole optimizer)
2178
2179 2005-01-19 Raphael Neider <rneider AT web.de>
2180
2181         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2182           cmdLine buffers (used when calling sdcpp...) are large enough
2183           (MAX_PATH=256 truncates arguments leading to system halts when
2184           used in MinGW...)
2185         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2186         * (genUminus): rewritten to for efficiency
2187         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2188           used uninitialized in some cases)
2189         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2190           copy the third byte from the int -- now assumes 0x80 (data memory)
2191         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2192           operands (genAddLit expects the iCode's operands to swapped as
2193           well), fixed leftover bytes (crashed for short left operands)
2194         * (pic16_genMinusDec): performance improvements, removed false
2195           PIC14 emitSKPNCs
2196         * (pic16_genMinus): fixed to cope with differently sized operands
2197         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2198           for --obanksel > 1
2199         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2200         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2201           new banksel optimization
2202         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2203           analysis for temporary registers (segfaults...)
2204         * src/pic16/peeph.def: added rule
2205
2206 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2207
2208         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2209         which converts a float number to its ASCII representation
2210         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2211         functions to convert the fractional and integer part of a float to ASCII,
2212         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2213         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2214         ram
2215         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2216         _STATMEM macros,
2217         * device/include/pic16/adc.h: added GPL info,
2218         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2219         a pCodeOp as tested operand,
2220         * (genNearPointerGet): optimized bit testing, does not use
2221         intermediate register for bit value, test directly instead with
2222         BTFSS, BTFSC, works only for single bits,
2223         * (genpic16Code): dump the name of the iCode in the asm,
2224         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2225         renamed to pic16_decodeOp,
2226         * (serialRegAssign): do not allocate a temporary register for iCode
2227         sequences that test a single bit for 1/0
2228
2229 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2230
2231         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2232         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2233         access stack and frame pointers. They are initially assigned to
2234         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2235         accessing SFRs. Updated all occurences of modification of stack or
2236         frame pointer in gen.c and pcode.c,
2237         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2238         assigning of a literal value to pointers,
2239         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2240         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2241         selected
2242
2243 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2244
2245         * doc/sdccman.lyx: update documentation about stack pragma, added
2246         some info for stack memory models
2247
2248 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2249
2250         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2251
2252 2005-01-08 Raphael Neider <rneider AT web.de>
2253
2254         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2255           udata sections to fix bug #1097823
2256
2257 2005-01-05 Raphael Neider <rneider AT web.de>
2258
2259         * src/pic16/gen.c (genGenericShift): added handling of differently
2260           sized left operand and result
2261
2262 2005-01-04 Raphael Neider <rneider AT web.de>
2263
2264         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2265         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2266           to hold the condition bit)
2267         * added new version of genCmp (old code available via #define)
2268         * added new version of genShiftLeft/genShiftRight in a generic
2269           way, now supports shifting by negative values
2270         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2271           shiftCount (expected by genGenericShift)
2272         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2273         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2274           dump
2275         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2276           is an invalid literal too...)
2277
2278 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2279
2280         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2281         from Raphael Neider,
2282         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2283         for 8-bit literals. This fixes some literal operands which are sign
2284         extended to 16-bits ints when instruction needs only 8-bits.
2285
2286 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2287
2288         * device/lib/logf.c: added mcs51 assembly version
2289         * device/lib/expf.c: added mcs51 assembly version
2290         * device/lib/_logexpf.c: new shared asm code for expf and logf
2291         * device/include/math.h: add defines for assembly math library
2292         * device/lib/Makefile.in: build new _logexpf.c
2293         * device/lib/libfloat.lib: use new _logexpf.c
2294
2295 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2296
2297         * src/pic/device.c
2298         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2299           device types which have less than 0x7f registers.
2300
2301 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2302
2303         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2304
2305 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2306
2307         * device/lib/printf_fast.c: only build on supported arch.
2308         * device/lib/printf_tiny.c: only build on supported arch.
2309         * device/lib/printf_fast_f.c: only build if asm float lib
2310         * device/lib/_fsget1arg.c: only build if asm float lib
2311         * device/lib/_fsget2args.c: only build if asm float lib
2312         * device/lib/_fsnormalize.c: only build if asm float lib
2313         * device/lib/_fsreturnval.c: only build if asm float lib
2314         * device/lib/_fsrshift.c: only build if asm float lib
2315         * device/lib/_fsswapargs.c: only build if asm float lib
2316         * device/include/stdio.h: don't provide print_fast,
2317           print_fast_f, print_tiny prototypes if --xstack used
2318
2319 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2320
2321         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2322         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2323           to the SOURCES
2324
2325 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2326
2327         * device/lib/printf_fast_f.c: same as printf_fast, but
2328           with floating point enabled
2329         * device/lib/printf_fast.c: minor tweaks
2330         * device/include/stdio.h: add printf_fast_f
2331
2332 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2333
2334         * src/SDCCmain.c: make --float-reent default for mcs51
2335         * device/lib/_fsadd.c: added mcs51 assembly version
2336         * device/lib/_fssub.c: added mcs51 assembly version
2337         * device/lib/_fsmul.c: added mcs51 assembly version
2338         * device/lib/_fsdiv.c: added mcs51 assembly version
2339         * device/lib/_fseq.c: added mcs51 assembly version
2340         * device/lib/_fsneq.c: added mcs51 assembly version
2341         * device/lib/_fsgt.c: added mcs51 assembly version
2342         * device/lib/_fslt.c: added mcs51 assembly version
2343         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2344         * device/lib/Makefile.in: add _fscmp to build
2345         * device/lib/libfloat.lib: add _fscmp to build
2346
2347 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2348
2349         * device/lib/_fs2slong.c: added mcs51 assembly version
2350         * device/lib/_fs2sint.c: added mcs51 assembly version
2351         * device/lib/_fs2schar.c: added mcs51 assembly version
2352         * device/lib/_fs2ulong.c: added mcs51 assembly version
2353         * device/lib/_fs2uint.c: added mcs51 assembly version
2354         * device/lib/_fs2uchar.c: added mcs51 assembly version
2355         * device/lib/_slong2fs.c: added mcs51 assembly version
2356         * device/lib/_sint2fs.c: added mcs51 assembly version
2357         * device/lib/_schar2fs.c: added mcs51 assembly version
2358         * device/lib/_ulong2fs.c: added mcs51 assembly version
2359         * device/lib/_uint2fs.c: added mcs51 assembly version
2360         * device/lib/_uchar2fs.c: added mcs51 assembly version
2361         * device/include/float.h: added #define to select asm vs c
2362
2363 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2364
2365         * device/lib/printf_fast.c: improvements to float output
2366         * device/include/float.h: add defines for assembly float library
2367         * device/lib/_fsget1arg.c: receive 1 float arg
2368         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2369         * device/lib/_fsnormalize.c: normalize a float
2370         * device/lib/_fsreturnval.c: return float, various helper routines
2371         * device/lib/_fsrshift.c: right shift a float's mantissa
2372         * device/lib/_fsswapargs.c: swap 2 floats
2373         * device/lib/Makefile.in: build these 6 new files for mcs51
2374         * device/lib/libfloat.lib: add these 6 files to the library
2375
2376 2004-12-26 Borut Razem <borut.razem AT siol.net>
2377
2378         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2379           built by gcc 3.4.2
2380
2381 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2382
2383         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2384           and fully reentrant and register bank neutral.
2385         * device/lib/printf_fast.c: added float (not enabled by default),
2386           added compact/slower integer (also not enabled by default),
2387           improved size/speed of fast integer code, other minor changes
2388         * device/include/stdio.h, device/lib/Makefile.in,
2389           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2390
2391 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2392
2393         * src/pic16/pcode.c: declaring variables other than at the start of a
2394           block is not supported in C by VC6.
2395
2396 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2397
2398         * applied a previous patch from Raphael Neider that wasn't included
2399         in the previous commits, which fixes infinite loops within jumptable
2400         improvements,
2401         * made some fixes that previous patches introduced
2402
2403 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2404
2405         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2406         that fixes an issue with AOP_PCODE asmop's offset,
2407         * (pic16_popCopyReg): update instance field too,
2408         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2409         function of pic port,
2410         * (genCmp, genAnd, genAssign),
2411         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2412
2413 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2414
2415         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2416         variables initial values to idata section,
2417         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2418         variables in some functions. This utilizes parmBytes field of iCode
2419         structure to hold the offset of the variable in stack. (might be
2420         able to use the stack field too?)
2421         * applied patch from Raphael Neider # ### , # ###
2422         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2423         variable initial values in idata section,
2424         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2425         for static variables with initial value
2426         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2427         applied fix in while loop from Raphael Neider.
2428
2429 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2430
2431         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2432         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2433         * src/ds390/ralloc.c (serialRegAssign): spill bits
2434         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2435         * support/Util/SDCCerr.c,
2436         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2437         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2438         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2439
2440 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2441
2442         * device/include/sdcc-lib.h: inserted LGPL, added includes
2443           asm/ds390/features.h and asm/mcs51/features.h
2444         * device/include/asm/default/features.h,
2445         * device/include/asm/gbz80/features.h,
2446         * device/include/asm/z80/features.h: added empty _AUTOMEM
2447           and _STATMEM
2448         * device/include/asm/ds390/features.h,
2449         * device/include/asm/mcs51/features.h: added files with defines for
2450           _AUTOMEM and _STATMEM indicating automatic and static storage class
2451         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2452         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2453         * src/SDCCicode.c (geniCodeCast),
2454         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2455         * src/SDCCloop.c (loopInduction): removed unused variable lr
2456         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2457           to convertToFcall to include char modulo (RFE 1065037), added check
2458           if left operand is unsigned and use abs of literal value
2459         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2460           as it doesn't work after conversion from peephole.def to peephole.rul
2461         * src/mcs51/gen.c (toBoolean): added check for size,
2462           (genModOneByte): optimized code for signed char modulo a literal
2463           power of 2 (thanks to Hubert Sack),
2464           (genRRC): removed unnecessary "clr c",
2465           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2466         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2467           jump optimization,
2468           swapped rules 256.c and 256.d,
2469           extended 256.d by using new multiple checks (thanks Erik),
2470           added rules 256.e and 256.f,
2471           updated rule 261.a and 261.b to new generated code
2472         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2473
2474 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2475
2476         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2477           induction related bugs, including first part of bug #1074377
2478
2479 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2480
2481         * applied patch from bug-report #1076292,
2482         * applied patches for genAnd and Goto-optimizations for Raphael
2483         Neider,
2484         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2485         dump a less iCode information,
2486         * src/pic16/device.h (pic16_options_t): added field debgen,
2487         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2488         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2489         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2490         puclic,
2491         * (various functions): added macros FENTRY and FENTRY2 to functions,
2492         to emit function prologue,
2493         * (various functions): fixed indentation,
2494         * (genNearPointerGet): fixed loading of FSR0,
2495         * (genPackBits): applied patch from Raphael Neider to fix updating
2496         of FSR0 and touching only the modified bits,
2497         * src/pic16/genarith.c (various functions): added macros FENTRY to
2498         emit function prologue in comments,
2499         * src/pic16/pcode.h: added functions debugf2, debugf3,
2500         * src/pic16/ralloc.c: partial fix for packForPush caused
2501         segmentation fault,
2502
2503 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2504
2505         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2506           <stsp AT users.sourceforge.net> with reversed byte order
2507         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2508
2509 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2510
2511         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2512           bug #1074377
2513         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2514         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2515
2516 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2517
2518         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2519
2520 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2521
2522         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2523           conditions,
2524           (setFromConditionArgs): friendly operand parser for peephole rules,
2525           (operandBaseName, operandsNotRelated): new peephole condition
2526           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2527           architecture specific register naming into account, handles n-way
2528           comparisons, and supports quoted literals
2529         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2530
2531 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2532
2533         * src/mcs51/peeph.def: fixed bug #1076940
2534
2535 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2536
2537         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2538
2539 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2540
2541         Adding support for replacing ljmps with sjmps in jumptables
2542         generated for switch statements. For now you need to set the
2543         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2544         Now 4 algorithms for mcs51 jumptable generation are used:
2545         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2546         addresses loaded pc-relative for up to 112 cases and stack-pushing
2547         target addresses loaded with offset from dptr for up to 256 cases.
2548
2549         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2550         * src/mcs51/main.c: adapted constants for switch table generation
2551         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2552
2553 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2554
2555         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2556         * support/regression/tests/bug1057979.c: added test for bug 1073386
2557
2558 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2559
2560         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2561         compilers
2562
2563 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2564
2565         * src/pic16/device.h,
2566         * src/pic16/genarith.c,
2567         * src/pic16/glue.c,
2568         * src/pic16/main.c,
2569         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2570
2571 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2572
2573         Large cummulative patch for pic16 port.
2574         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2575         to call when a stack overflow occurs,
2576         * (malloc.h): added CVS Id tag,
2577         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2578         variable,
2579         * added libc directory. The current version of LibC contains string
2580         functions, ctype functions and macros and some functions of the
2581         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2582         be extensively tested in the future. Standard disclaimer here.
2583         Library is not automatically build yet. But one can build it by
2584         invoking 'make' inside the libc directory.
2585         * added ADC library under libio. Preliminary version yet.
2586
2587         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2588         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2589         aopForRemat() now and not by pic16_aopOp(),
2590         * (pic16_popGetTempReg): removed warning messgae when allocating
2591         temporary registers, its a buggy feature and will be removed,
2592         * (pic16_popGet): set register instance field in AOP_CRY,
2593         * (pic16_outBitC): fixed for results in size greater than 1,
2594         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2595         * (pic16_storeForReturn): optimized return of 0,
2596         * (genCmp): experimental code for new genCmp which uses PIC18's
2597         special compare&skip instructions. Initial tests fail some times
2598         with variables grater than 1 byte in size, so new code is disabled,
2599         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2600         a single bit,
2601         * (genCast): began a fix to optimize the casting of a bit to another
2602         bit, now assigning a bitfield to another bitfield will fail, sorry,
2603         * src/pic16/main.c: disabled the use of lr-support feature,
2604         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2605         * added some function prototypes, added function _debugf prototype,
2606         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2607         bits with offset (case PO_GPR_BIT),
2608         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2609         command line,
2610         * (isBankInstruction): modified to return 0 for no banking instruction,
2611         and 1 for banking instruction,
2612         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2613         caused stop processing pCodes after a inline assembly block,
2614         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2615         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2616         registers when it shouldn't,
2617         * src/pic16/ralloc.c (allocReg): add preliminary support for
2618         supporting a limited set of temporary registers,
2619
2620 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2621
2622         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2623           genDataPointerSet): ensure assignments always copy in MSB to LSB
2624           order,
2625           (loadRegFromAop): recognize CLRH optimization,
2626           (genFunction): optimize RECEIVE iCodes in reentrant functions
2627
2628 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2629
2630         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2631           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2632           selected.
2633         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2634         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2635           contiguous with data
2636
2637 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2638
2639         * device/lib/_gptrget.c (_gptrget),
2640         * device/lib/_gptrgetc.c (_gptrgetc),
2641         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2642           instead of sjmp to ret
2643         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2644           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2645
2646 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2647
2648         * .version: bumped version to 2.4.7
2649         * device/lib/_gptrget.c (_gptrget): is now _naked
2650         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2651         * device/lib/_gptrput.c (_gptrput): is now _naked
2652         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2653           (createFunction): fixed xstack
2654         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2655         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2656           or bit either,
2657           (geniCodeCritical): store original interrupt state in an iTemp bit
2658           var unless stack-auto
2659         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2660         * src/SDCCmain.c (setIncludePath): added include/target to search path
2661         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2662         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2663           prototype,
2664           (processFuncArgs): put bit vars in bit area
2665         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2666           unsaveRBank): fixed xstack,
2667           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2668           (genFunction, genEndFunction): fixed xstack,
2669           (genAssign): optimization don't walk backwards through mem
2670         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2671         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2672         * support/regression/Makefile: also make library (for stack-auto) when
2673           making "all" and added "test-mcs51-xstack-auto"
2674         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2675         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2676         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2677         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2678         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2679           make-library by MAKE_LIBRARY
2680         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2681           regression tests for xstack
2682         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2683         * support/regression/tests/critical.c: test for critical on mcs51
2684
2685 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2686
2687         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2688           built version of sdcc instead of installed version
2689
2690 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2691
2692         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2693         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2694           vprintf.c now
2695         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2696         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2697           WARNING: remove device/lib/build/z80/printf.o by hand when
2698           updating from previous build!
2699         * device/lib/z80/printf.c: updated comment
2700         * support/regression/tests/bug1057979.c: test all ports now
2701         * support/regression/tests/bug1065458.c: file added
2702
2703 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2704
2705         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2706           *_start and *_end symbols for static functions
2707
2708 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2709
2710         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2711           and search crt0.o in all library paths,
2712           (setIncludePath): proper handling of --nostdinc,
2713           (setLibPath): proper handling of --nostdlib
2714         * support/regression/Makefile,
2715         * support/regression/ports/ds390/spec.mk,
2716         * support/regression/ports/gbz80/spec.mk,
2717         * support/regression/ports/hc08/spec.mk,
2718         * support/regression/ports/mcs51/spec.mk,
2719         * support/regression/ports/mcs51-large/spec.mk,
2720         * support/regression/ports/mcs51-stack-auto/spec.mk,
2721         * support/regression/ports/z80/spec.mk: use include and lib files from
2722           built version of sdcc instead of installed version
2723         * doc/sdccman.lyx: fixed typo in --nostdinc
2724
2725 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2726
2727         * src/pic/pcode.c,
2728         * src/pic/device.c,
2729         * src/pic/ralloc.c,
2730         * src/pic/gen.c : added support to generate code for struct bit fields.
2731
2732 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2733
2734         * as/xa51/xa_version.h,
2735         * device/include/errno.h,
2736         * device/include/regc515c.h,
2737         * device/lib/_itoa.c,
2738         * device/lib/_ltoa.c,
2739         * device/lib/ser_ir_cts_rts.c,
2740         * sim/ucsim/xa.src/glob.cc,
2741         * sim/ucsim/xa.src/inst_gen.cc,
2742         * sim/ucsim/xa.src/xa_bit.cc,
2743         * sim/ucsim/xa.src/xa_sfr.cc,
2744         * sim/ucsim/z80.src/inst_dd.cc,
2745         * sim/ucsim/z80.src/inst_fdcb.cc,
2746         * support/scripts/keil2sdcc.pl,
2747         * src/pic16/pic16.dsp,
2748         * src/pic16/pic16a.dsp: corrected cvs line endings
2749         * device/lib/printf_large.c: fixed bug 1057979
2750         * src/pic16/gen.c: fixed non-C standard code
2751         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2752         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2753         * support/regression/ports/mcs51/support.c: reload T1 asap
2754         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2755           pdata use and clear idata startup behaviour
2756         * support/regression/tests/bug1057979.c: added
2757
2758 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2759
2760         * device/examples/ds390/ow390/ad26.h,
2761         * device/examples/ds390/ow390/cnt1d.h,
2762         * device/examples/ds390/ow390/crcutil.c,
2763         * device/examples/ds390/ow390/ownet.h,
2764         * device/examples/ds390/ow390/owsesu.c,
2765         * device/examples/ds390/ow390/swt12.h,
2766         * device/examples/ds390/ow390/swtoper.c,
2767         * device/examples/ds390/ow390/temp10.h,
2768         * device/examples/ds390/ow390/thermodl.c,
2769         * device/examples/ds390/tinitalk/tinitalk.dsp,
2770         * device/examples/ds390/tinitalk/tinitalk.dsw,
2771         * device/examples/mcs51/clock/hw.h,
2772         * device/examples/mcs51/simple2/go.bat,
2773         * device/examples/serialcomm/windows/serial.h,
2774         * device/examples/xa51/dummy.c,
2775         * device/examples/xa51/hello.c,
2776         * device/include/80c51xa.h,
2777         * device/include/at89x051.h: corrected cvs line endings
2778
2779 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2780
2781         * src/pic16/main.c (options): added command line --gstack, to trace
2782         stack over/under flows,
2783         * added pragma 'wparam' to allow passing first byte of function
2784         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2785         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2786         call to __gstack_test function and sets up the symbol as extern,
2787         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2788         * popaop): added call to pic16_testStackOverflow,
2789         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2790         wparamList list,
2791         * (genCall, genPcall): now all parameters are passed via stack
2792         except in functions that are pass to wparam pragma in which WREG is
2793         used too,
2794         * (genPcall): REENTRANT flag is checked to see if variable prototype
2795         contains reentrant keyword, don't call a non-reentrant function, via
2796         a reentrant function pointer or vice versa, functions are never
2797         passed via WREG,
2798         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2799         D.Winkler,
2800         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2801         SIGSEGV when accessing a NULL register stucture,
2802         * (pic16_printGPointerType): modified to handle UPPER modifier for
2803         function initializers, changed prototype of function to simpler one,
2804         * (pic16_printIvalFuncPtr): check to see if function is already
2805         added in externs list,
2806         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2807         optimized a move from W to SFR with a move to the same register
2808         later after a CALL,
2809         * device/lib/pic16/debug: NEW directory, contains debug features
2810         which are enabled when linking with libdebug.lib, currently command
2811         line option --gstack enables stack pointer tracing for over/under
2812         flow, corresponding sources are in debug/gstack
2813
2814 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2815
2816         * doc/sdccman.lyx: updated SDCC version,
2817         * (PIC16 port): update list of command line options,
2818         * src/pic16/device.h (structure pic16_options_t): added field gstack
2819         to enable stack overflow tracing on push/pops,
2820         * src/pic16/device.c (statistics structure): added statistics
2821         structure,
2822         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2823         pic16_dump_int_registers): increase statistics counters for each
2824         * variable which is encountered
2825         * (pic16_dump_usection): emit each .udata variable to its own udata
2826         section,
2827         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2828         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2829         parameters via stack, otherwise use old scheme,
2830         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2831         assembler output file,
2832         * src/pic16/main.c: added command line options --gstack to enable
2833         push/pop tracing for stack overflow,
2834         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2835         instructions): added size of each instruction,
2836         * (pic16_countInstruction): estimate size of instructions in
2837         the_pFile list, inline assembly blocks are not counted,
2838         * (pic16_FixRegisterBanking): trace previous register usage, when
2839         banksel optimizations is greater than 0, don't emit a redudant
2840         banksel directive,
2841
2842 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2843
2844         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2845         * src/pic16/ralloc.c : applied same fix for pic16.
2846         * src/pic/gen.c : tidied it up a little.
2847
2848 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2849
2850         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2851         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2852
2853 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2854
2855         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2856
2857 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2858
2859         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2860         non-reentrant function __modsint in the interrupt function (thus
2861         corrupting math operations during serial I/O)
2862         * device/lib/ser_ir.c: as above, changed buffersize
2863         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2864         256.c,d for zeroing
2865         * doc/Makefile: added option -t for rsync
2866
2867 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2868
2869         * src/SDCCast.h (struct ast),
2870         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2871
2872 2004-10-20 Borut Razem <borut.razem AT siol.net>
2873
2874         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2875         package
2876
2877 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2878
2879         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2880         makefile targets,
2881         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2882         support functions to replace long sequences of MOVFF's from access
2883         bank registers to stack and vice versa,
2884         * src/pic16/device.h: added new field opt_flags, where optimization
2885         flags can be set to enable certain features,
2886         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2887         * pBlock, (genFunction, genEndFunction): surroung loop for
2888         saving/loading used registers in stack with PC_INFO pCodes,
2889         INF_LREGS. Code in between can then be optimized by pCode optimizer
2890         to support function calls,
2891         * (genDataPointerSet): fixed bug which loaded float fields in
2892         structures with corrupt data,
2893         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2894         in a standard way debug info on stderr. Feature used for developing
2895         and debugging only,
2896         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2897         obsolete chunks of code,
2898         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2899         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2900         * pic16/src/pcode.c (pic16_newpCodeInfo,
2901         * (pic16_newpCodeOpLocalRegs),
2902         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2903         feature,
2904         * (pic16_pCodeConstString): printing of the initial value of a
2905         symbol as a comment is inhibited since parsing was already done by
2906         copyStr and output is corrupt,
2907         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2908
2909 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2910
2911         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2912
2913 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2914
2915         * as/mcs51/lkarea.c: removed old K&R style,
2916           (lnksect): changed check on boundary error,
2917           (lnksect2): changed check on boundary error,
2918           (lnksect2): extend XSTK to end of page if size = 1
2919         * as/mcs51/lkmain.c: removed old K&R style,
2920           (Areas51): create l_IRAM symbol
2921         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2922         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2923           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2924         * device/lib/_mullong.c: added version to be compiled with xstack
2925         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2926         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2927         * device/lib/mcs51/crtxstack.asm: fixed comment
2928         * src/SDCCglue.c: maxInterrupts defaults to 0,
2929           (emitMaps): added pdata,
2930           (createInterruptVect): (re)moved default,
2931           (glue): added pdata,
2932           (glue): moved __start__xstack to XSTK with default size 1
2933         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2934           and options.float_rent when options.stackAuto is set,
2935           (linkEdit): only write XDATA_NAME if provided on command line
2936         * src/SDCCmem.h,
2937         * src/SDCCmem.c: added pdata
2938         * src/port.h: added pdata_name to PORT
2939         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2940           (saveRegisters, unsaveRegisters): removed usage of B,
2941           (genMinus): fixed accumulator clash,
2942           (genJumpTab): added comment, this needs another look
2943         * src/mcs51/gen.c: added check for "B in use" paranoia,
2944           added pushB() and popB()
2945         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2946           chance
2947         * src/avr/main.c,
2948         * src/ds390/main.c,
2949         * src/hc08/main.c,
2950         * src/mcs51/main.c,
2951         * src/pic/main.c,
2952         * src/pic16/main.c,
2953         * src/xa51/main.c,
2954         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2955           added PSEG (PAG,XDATA) or NULL to port specifier
2956         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2957         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2958           (_mcs51_genInitStartup): removed __start__xstack equ,
2959           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2960         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2961         * src/z80/gen.c (_rleAppend): fixed warnings
2962         * support/regression/tests/zeropad.c: added pdata test
2963         * .version: bumped to 2.4.6
2964
2965 2004-10-17 Borut Razem <borut.razem AT siol.net>
2966
2967         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2968         as a part of nightly build
2969
2970 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2971
2972         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2973         WREG holds the first byte function parameters,
2974         * (aopForSym): take special case for symbols which are in FARSPACE
2975         but in CODESPACE too,
2976         * (assignResultValue): modified to take into account _G.useWreg,
2977         * (genCall): don't use wreg for parameter passing when function is
2978         declared as reentrant, too, added optimization INCF to stack
2979         pointer when stack parameter count is 1,
2980         * (genFunction, genEndFunction): refurnished and fixed to not using
2981         wreg for passing parameters when function has varargs or is
2982         reentrant, fixed bug with symbol name compare for generating
2983         functions in absolute address,
2984         * (pic16_storeForReturn): refurnished,
2985         * (genCmp): began writing a new version of the function, not ready
2986         yet, therefore it is disabled,
2987         * (genAssign): do not read code memory when assigning a function to
2988         a pointer function,
2989         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2990         array of characters, not pointer,
2991         * (pic16initialComments): in debug mode emit an .ident directive for
2992         the assembler,
2993         * (_process_pragma): emit a new warning type (internal to pic16)
2994         when setting stack to default length, emit a similar warning when
2995         placing a function at absolute address and address is not word aligned
2996         * (_pic16_parseOptions): added 'return TRUE' statement,
2997         * (_pic16_linkEdit): if compiling a source, then add the source's
2998         file object, first in the list of objects to link,
2999
3000 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3001
3002         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3003         * src/pic/main.c : removed VC warning.
3004         * src/pic/gen.c : changed comment.
3005
3006 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3007
3008         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3009         reference to a deprecated symbol _GPTRREG was causing failure to
3010         link. Thanks G. M. Gallant for the info.
3011
3012 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3013
3014         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3015         comments for Bugs item #954788.
3016
3017 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3018
3019         * src/pic16/device.c (pic16_dump_gsection,
3020         * pic16_groupRegistersInSection): handle symbols declared to be in
3021         access bank differently,
3022         * src/pic16/gen.c (struct _G): added field resDirect,
3023         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3024         send values read from stack directly to result and don't allocate
3025         temporary values,
3026         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3027         same registers,
3028         * (pic16_sameRegsOfs): NEW,
3029         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3030         free because they were not allocated from temporary pool,
3031         * pic16_popRegFromString): workaround to fix a problem with
3032         allocating variables twice or never,
3033         * (genGenPointerGet): using PRODL instead of FSR0H,
3034         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3035         instead of FSR0H,
3036         * (genAssign): take advantage of the _G.resDirect flag,
3037         * (genCast): around line 11844, use mov2f instead of directly
3038         MOVFF'ing between operands to account for literal values,
3039         * src/pic16/genutils.c: some new debug functions for gpsim have been
3040         added,
3041         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3042         float with integer part only,
3043         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3044         place variables in access bank
3045         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3046         updated sources to reflect recent changes in gen.c
3047
3048 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3049
3050         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3051         sources that searched for headers in installation path, now the
3052         device/include/pic16 is used,
3053         * src/pic16/glue.c (pic16glue),
3054         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3055         .line directives if not in debug mode, this suppresses assembler's
3056         warnings for ignored directives
3057
3058 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3059
3060         * src/port.h: made reset_regparms prototype void parameter explicit.
3061         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3062         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3063         * doc/sdccman.lyx: documented warning disabling and how to use
3064           printf_large to make it print floats.
3065         * device/include/stdbool.h: NEW
3066         * device/lib/_atof.c,
3067         * device/lib/_divuint.c,
3068         * device/lib/_divulong.c,
3069         * device/lib/expf.c,
3070         * device/lib/printf_large.c,
3071         * device/lib/sincosf.c,
3072         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3073         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3074           a completely reentrant lib.
3075
3076 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3077
3078         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3079         * device/include/pic16/stdio.h: fixed bug with colon
3080
3081 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3082
3083         * device/include/pic16/stdio.h,
3084         * device/include/pic16/stdlib.h,
3085         * device/include/pic16/math.h: NEW
3086         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3087         declared as _naked to reduce overhead
3088         * device/lib/Makefile.in (target port-specific-objects-pic16):
3089         changed * to *.* so to ignore the CVS directory,
3090         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3091         stacked variables back in stack,
3092         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3093         corruption
3094
3095 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3096
3097         * .version: bumped version number to 2.4.5
3098         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3099         * support/Util/SDCCerr.c (messages structure): added entry for
3100         W_POSSBUG2
3101
3102         Large cumulative patch for pic16 port and libraries.
3103         * device/include/pic16/sdcc-lib.h,
3104         * device/include/pic16/stdarg.h,
3105         * device/include/asm/pic16/features.h,
3106         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3107         * device/include/pic16/float.h: changes reentrant keyword with
3108         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3109         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3110         updated target build-libraries to include objects from gptr,
3111         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3112         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3113         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3114         all function headings,
3115         * src/SDCCmain.c: added global parameter userIncDirsSet,
3116         * (parseCmdLine): when option -I is encountered add directory to
3117         userIncDirsSet too,
3118         * src/version.awk: added space between control and long,
3119         * src/pic16/NOTES: added some notes for the port,
3120         * src/pic16/gen.c: added prototype for mov2fp function,
3121         * (fReturnpic16[]): properly named return value registers,
3122         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3123         * (aopForSym): added code to handle symbols with onStack flag set,
3124         symbols onStack are allocated PTRSIZE bytes,
3125         * (aopFreeAsmop): handles special case where asmops are stack objects,
3126         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3127         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3128         added argument lock to trace flaws in allocating temporary registers
3129         when developing port,
3130         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3131         * (pic16_popRegFromString): reenabled allocating a direct register
3132         from string,
3133         * (assignResultValue): various beautifications,
3134         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3135         referenced function argument,
3136         * (genIpush): reenabled to allow stacked arguments, handles only
3137         ic->parmPush iCodes,
3138         * (genCall, genPcall): major changes to allow for variable argument
3139         functions, fixed a bug with falsely restoring stack pointer after
3140         returning from call,
3141         * (genFunction): pending code for critical function,
3142         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3143         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3144         * (genNearPointerGet): fixed bug with indirect reading, was always
3145         reading from INDF0
3146         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3147         pointers,
3148         * (genAddrOf): rewrote code to take address of a stacked function parameter
3149         * (genCast): fixed casting to generic pointer type,
3150         * src/pic16/gen.h: added AOP_STA,
3151         * (struct asmop): added field stk,
3152         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3153         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3154         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3155         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3156         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3157         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3158         generic pointers,
3159         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3160         and library paths,
3161         * (pic16_port structure): generic pointer size is set to 3,
3162         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3163         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3164         compiler warning,
3165         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3166         operand is an iTemp,
3167
3168 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3169
3170         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3171         * debugger/mcs51/simi.c: addapt new syntax of s51
3172
3173 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3174
3175         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3176         * src/pic16/pcode.c: commented out some calls to free() in order to
3177         fix bug #989576,
3178
3179 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3180
3181         * src/SDCCicode.h,
3182         * src/SDCCicode.c (isiCodeInFunctionCall),
3183         * src/avr/ralloc.c (selectSpil),
3184         * src/pic/ralloc.c (selectSpil),
3185         * src/pic16/ralloc.c (selectSpil),
3186         * src/ds390/ralloc.c (selectSpil),
3187         * src/hc08/ralloc.c (selectSpil),
3188         * src/xa51/ralloc.c (selectSpil),
3189         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3190         stack in the middle of a function call sequence (fixes bug #1020268)
3191         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3192         costs associated with the minimum switch case.
3193
3194 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3195
3196         * src/SDCC.lex: fixed bug #1030549
3197
3198 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3199
3200         * src/SDCCcse.h (struct cseDef),
3201         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3202         over a function call if the CSE is derived from a symbol whose
3203         address has been taken (fixes bug #1029883)
3204         * support/regression/tests/bug-1029883: a new regression test for
3205         this bug
3206
3207 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3208
3209         * src/hc08/gen.c (emitinline): fixed bug #1029778
3210         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3211         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3212         and starts toward RFE #905167)
3213
3214 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3215
3216         * src/pic16/gen.c (mov2f): New function to move an operand to
3217         another without considering if it is a literal or a register,
3218         * (pic16_sameRegs): don't check if they are both AOP_REG,
3219         * (AccRsh): removed andmask=0 lines,
3220         * (genLeftShift): duplicated to be improved in future versions,
3221         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3222         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3223         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3224         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3225         * (insertBankSwitch): fixed inserting banksel directives algorithm
3226         for instructions that follow a skip instruction, this fixes a report
3227         for broken subtraction code generation,
3228         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3229         iCode is a left op, just in case result and right share the same
3230         registers
3231
3232 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3233
3234         * src/hc08/main.c,
3235         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3236         preservation of HX
3237         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3238         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3239         on 2004-09-12; it was buggy
3240
3241 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3242
3243         * src/SDCCsymt.h: removed RESULT_CHECK
3244         * src/SDCCast.c,
3245         * src/SDCCglue.c,
3246         * src/SDCCval.c,
3247         * src/pic/glue.c,
3248         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3249
3250 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3251
3252         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3253         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3254         configuration values no more rejected by compiler, they are assigned
3255         to configuration registers with a warning message instead,
3256         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3257         the for-loop so last conf register is emitted too,
3258         * (_pic16_initPaths): link library libsdcc.lib by default,
3259         * (_hasNativeMulFor): modified test for multiplication according to
3260         Raphael Neider's remarks. Integer multiplication is also done with
3261         support functions,
3262         * device/include/pic16/pic18fregs.h: corrected type error in while
3263         testing and including 18f6720 header file
3264
3265 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3266
3267         * src/pic16/device.h (pic16_options): removed field use_crt,
3268         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3269         until an optimization to handle single bits is added,
3270         * (pic16_loadFSR0): moved before genUnpackBits,
3271         * (genAnd): some white lines removed,
3272         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3273         leave_reset flags in pic16_options when using crt modules,
3274
3275 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3276
3277         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3278           for bugs 898889 & 979599. Also used some safer print instructions.
3279
3280 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3281
3282         * src/pic16/device.h (pic16_options_t): added field use_crt,
3283         crt_name, no_crt,
3284         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3285         catch a probable future bug,
3286         * src/pic16/gen.c: aopIdx function commented out,
3287         * (genAssign): commented out old code which used aopIdx,
3288         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3289         code, added if conditionals to take into account the --use-crt
3290         command line options,
3291         * src/pic16/main.c (pic16_optionsTable): added new command line
3292         options, --use-crt= and --no-crt,
3293         * (_pic16_linkEdit): now the proper crt object is added in the
3294         linker command line except than when --no-crt is specified,
3295         * src/pic16/pcode.c,
3296         * src/pic16/pcode.h: added some structures and functions for a new
3297         optimization scheme to compansate for instruction overhead between
3298         same iCodes, this scheme is currently under development and is not
3299         working in any way,
3300         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3301         to && operator,
3302         * device/lib/pic16/startup/crt0i.c,
3303         * device/lib/pic16/startup/crt0iz.c: added global char variable
3304         __uflags to force the generation of an idata section
3305
3306 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3307
3308         * doc/Makefile,
3309         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3310         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3311
3312 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3313
3314         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3315         Frieder) and clarified the default code optimization mode
3316
3317 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3318
3319         * src/SDCC.lex (doPragma, process_pragma),
3320         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3321         "opt_code_size", and "opt_code_balanced"
3322         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3323         regrouped options by category, added support for category headers
3324         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3325         and "--opt-code-size"
3326         * doc/sdccman.lyx: documented these new options and pragmas
3327         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3328         preference into account
3329
3330 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3331
3332         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3333           geniCodePreDec): Fixed bug 904237 by generating a warning
3334         * src/SDCCerr.h,
3335         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3336
3337 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3338
3339         * src/pic/device.c : When no max ram set validate full memory range.
3340         * src/pic/pcode.c,
3341         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3342
3343 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3344
3345         * device/lib/_gptrget.c,
3346         * device/lib/_gptrput.c: updated comment
3347         * device/lib/calloc.c,
3348         * device/lib/free.c,
3349         * device/lib/malloc.c,
3350         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3351         * src/SDCCcse.c (cseBBlock),
3352         * src/SDCCicode.c (printOperand, geniCodeArray),
3353         * src/SDCCicode.h (struct operand): fixed bug 868103
3354         * support/regression/tests/bug-868103.c: added
3355         * src/SDCCast.c (searchLitOp),
3356         * src/SDCCcse.h (struct cseDef),
3357         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3358         * src/SDCCicode.h (struct operand),
3359         * src/SDCCsymt.h (struct sym_link),
3360         * src/avr/gen.c (hasInc),
3361         * src/ds390/gen.c (hasInc),
3362         * src/hc08/gen.c (genPlusIncr, hasInc),
3363         * src/mcs51/gen.c (hasInc),
3364         * src/pic16/glue.c (pic16_printIvalChar),
3365         * src/pic16/ralloc.c (regWithIdx),
3366         * src/xa51/gen.c (hasInc) : removed warnings
3367         * src/SDCCast.c (createBlock): added comment ???
3368         * src/hc08/ralloc.c: updated comments
3369
3370 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3371
3372         * doc/sdccman.lyx: updated section on switch statements, added
3373         section about semaphore locking
3374         * doc/Makefile: added option -info for latex2html
3375         * device/lib/_gptrget.c,
3376         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3377
3378 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3379
3380         * src/pic/device.h,
3381         * src/pic/device.c,
3382         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3383          maxram is less than 0x100.
3384
3385 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3386
3387         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3388
3389 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3390
3391         * src/port.h,
3392         * src/mcs51/main.c,
3393         * src/ds390/main.c,
3394         * src/z80/main.c,
3395         * src/hc08/main.c,
3396         * src/pic/main.c,
3397         * src/pic16/main.c,
3398         * src/avr/main.c,
3399         * src/xa51/main.c
3400         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3401         a jump table is the best form for a switch statement, including
3402         automatic insertion of missing cases to make the case range
3403         continuous. Developed in collaboration with Frieder Ferlemann.
3404
3405 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3406
3407         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3408         accumulator result if it needs sign extension
3409
3410 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3411
3412         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3413
3414 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3415
3416         * device/lib/gbz80/printf.c,
3417         * device/lib/z80/printf.c: removed define for NULL
3418
3419 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3420
3421         * as/xa51/xa_link.c,
3422         * device/examples/ds390/ow390/ad26.c,
3423         * device/examples/ds390/ow390/cnt1d.c,
3424         * device/examples/ds390/ow390/counter.c,
3425         * device/examples/ds390/ow390/ds2480.h,
3426         * device/examples/ds390/ow390/ds2480ut.c,
3427         * device/examples/ds390/ow390/findtype.c,
3428         * device/examples/ds390/ow390/gethumd.c,
3429         * device/examples/ds390/ow390/owllu.c,
3430         * device/examples/ds390/ow390/ownetu.c,
3431         * device/examples/ds390/ow390/swt12.c,
3432         * device/examples/ds390/ow390/swtloop.c,
3433         * device/examples/ds390/ow390/temp.c,
3434         * device/examples/ds390/ow390/temp10.c,
3435         * device/examples/ds390/ow390/thermo21.c,
3436         * device/examples/ds390/ow390/tinilnk.c,
3437         * device/examples/ds390/ow390/tstfind.c,
3438         * device/examples/serialcomm/windows/serial.cpp,
3439         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3440         * device/include/reg51.h: fixed line endings for cvs
3441
3442 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3443
3444         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3445         packRegsForAccUse, packRegisters): new accumulator register
3446         packing algorithm
3447         * support/regression/ports/hc08/support.c (_putchar): suppress
3448         warning of unused variable
3449         * src/SDCCicode.c: added SWAP entry to codeTable
3450
3451 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3452
3453         * device/lib/sprintf.c: forgot to add this file before previous commit
3454
3455 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3456
3457         * src/pic16/gen.c (genPackBits): added operand right in function
3458         parameters, load result directly if p_type is POINTER (that is
3459         called by genNearPointerSet)
3460         * (genUnPackBits): added operand left in function parameters,
3461         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3462         FSR0 if accessing bitfields,
3463
3464 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3465
3466         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3467           _print_format; updated printf, sprintf, vsprintf
3468         * device/include/asm/default/features.h: corrected comment/define
3469         * device/lib/Makefile.in: added sprintf.c
3470         * device/lib/libsdcc.lib: added sprintf module
3471         * device/lib/printf_large.c,
3472         * device/lib/vprintf.c,
3473         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3474           into these 3 files
3475         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3476         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3477         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3478           hc08 test
3479         * support/regression/tests/zeropad.c: define idata as data for hc08
3480
3481 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3482
3483         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3484         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3485         labels are referenced at least once (even if a reference is not found)
3486         * src/hc08/gen.c (emitcode): set isComment flag for comments
3487         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3488         loads), rules 6a..6b (optimize jumps to return)
3489
3490 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3491
3492         * device/lib/acosf.c (acosf),
3493         * device/lib/asinf.c (asinf),
3494         * device/lib/atanf.c (atanf),
3495         * device/lib/ceilf.c (ceilf),
3496         * device/lib/cosf.c (cosf),
3497         * device/lib/coshf.c (coshf),
3498         * device/lib/cotf.c (cotf),
3499         * device/lib/fabsf.c (fabsf),
3500         * device/lib/floorf.c (floorf),
3501         * device/lib/log10f.c (log10f),
3502         * device/lib/logf.c (logf),
3503         * device/lib/sinf.c (sinf),
3504         * device/lib/sinhf.c (sinhf),
3505         * device/lib/sqrtf.c (sqrtf),
3506         * device/lib/tanf.c (tanf),
3507         * device/lib/tanhf.c (tanhf),
3508         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3509         replaced all instances of "reentrant" in the library functions
3510         defined in math.h with this macro.
3511         * support/regression/tests/float_trans.c: reenabled test for hc08
3512
3513 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3514
3515         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3516         erroneously deleted
3517
3518 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3519
3520         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3521         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3522         multi-byte volatile operands are used
3523         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3524         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3525         initialization to area GSINIT0 so that it would always precede
3526         any static initializers in GSINIT
3527         * support/regression/tests/zeropad.c: fixed idata define for hc08
3528         * support/regression/tests/bug-927659.c,
3529         * support/regression/tests/float_trans.c: disabled tests for hc08
3530         pending missing library routines
3531         * .version: increased version number to 2.4.4 - hc08 port now passes
3532         regression tests
3533
3534
3535 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3536
3537         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3538         * Makefile.common.in,
3539         * as/Makefile,
3540         * as/hc08/Makefile.in,
3541         * as/mcs51/Makefile.in,
3542         * as/z80/Makefile.in,
3543         * debugger/mcs51/Makefile.in,
3544         * device/include/Makefile.in,
3545         * device/lib/Makefile.in,
3546         * doc/Makefile,
3547         * link/Makefile,
3548         * link/z80/Makefile.in,
3549         * packihx/Makefile.in,
3550         * sim/ucsim/main_in.mk,
3551         * sim/ucsim/avr.src/Makefile.in,
3552         * sim/ucsim/doc/Makefile.in,
3553         * sim/ucsim/gui.src/serio.src/Makefile.in,
3554         * sim/ucsim/hc08.src/Makefile.in,
3555         * sim/ucsim/s51.src/Makefile.in,
3556         * sim/ucsim/xa.src/Makefile.in,
3557         * sim/ucsim/z80.src/Makefile.in,
3558         * src/Makefile.in,
3559         * support/cpp2/Makefile.in,
3560         * support/librarian/Makefile,
3561         * support/makebin/Makefile: added DESTDIR to the install path proposed
3562         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3563         * doc/sdccman.lyx: added DESTDIR documentation
3564
3565 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3566
3567         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3568         instruction for interrupt handlers, use fast returns when returning
3569         from high priority interrupts
3570
3571 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3572
3573         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3574         code generation
3575         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3576         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3577         bugs, ported much of Bernhard's code from mcs51
3578         * src/mcs51/gen.c (genSend),
3579         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3580         than one when calling a reentrant function
3581         * device/lib/_mullong.c: defined an alternate struct layout for big
3582         endian ports (hc08)
3583
3584 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3585
3586         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3587         test
3588
3589 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3590
3591         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3592         are sane and complete before asking the port its prefered parameter
3593         passing method (fixes bug #1017633)
3594         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3595         and _ret3
3596
3597 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3598
3599         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3600         problem in bitfields >= 8 bits.
3601
3602 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3603
3604         * src/SDCCsymt.c: undid changes that were not meant to be committed
3605
3606 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3607
3608         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3609
3610 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3611
3612         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3613           copied and wrong bit got inverted
3614
3615 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3616
3617         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3618         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3619         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3620         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3621         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3622         assignments to bitfields at known addresses
3623         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3624         reads from bitfields at known addresses
3625         * src/hc08/ralloc.c (packRegisters),
3626         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3627         genhc08Code): optimize pointer get values used as conditionals
3628         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3629         and branch
3630
3631 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3632
3633         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3634         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3635         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3636         as conditionals
3637
3638 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3639
3640         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3641
3642 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3643
3644         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3645         related problems
3646
3647 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3648
3649         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3650
3651 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3652
3653         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3654         mcs51 port
3655
3656 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3657
3658         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3659
3660 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3661
3662         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3663         cases use more compact code.
3664
3665 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3666
3667         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3668
3669 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3670
3671         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3672
3673 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3674
3675         * src/SDCCsymt.h,
3676         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3677         parameter of changePointer() from symbol* to sym_link*
3678         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3679         * src/SDCCsymt.c (compareType): void* type is castable to other
3680         pointers, but not necesarily an exact match.
3681         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3682         is no longer blindly treated as an exact match.
3683         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3684
3685 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3686
3687         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3688
3689 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3690
3691         * src/pic/gen.c,
3692         * src/pic/pcode.c,
3693         * src/pic/ralloc.h,
3694         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3695
3696 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3697
3698         * src/pic/device.c,
3699         * src/pic/device.h,
3700         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3701
3702 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3703
3704         * src/mcs51/gen.c (emitcode): fixed bug #992819
3705
3706 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3707
3708         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3709           there's no need to make it worse
3710
3711 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3712
3713         * src/mcs51/ralloc.c (deassignLR),
3714         * src/ds390/ralloc.c (deassignLR),
3715         * src/hc08/ralloc.c (deassignLR),
3716         * src/z80/ralloc.c (deassignLR),
3717         * src/pic/ralloc.c (deassignLR),
3718         * src/pic16/ralloc.c (deassignLR),
3719         * src/avr/ralloc.c (deassignLR),
3720         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3721         rlivePoint): fixed another part of bug #971834
3722
3723 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3724
3725         * src/z80/main.c: enabled "critical" keyword
3726         * src/z80/mappings.i,
3727         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3728         functions (fixes bug #979646)
3729         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3730
3731 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3732
3733         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3734           such as c:\mydir.
3735
3736 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3737
3738         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3739           doesn't disable too much optimizations
3740
3741 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3742
3743         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3744
3745 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3746
3747         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3748
3749 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3750
3751         * src/pic/gen.c tidied up tabs
3752         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3753         * src/pic/main.c tidied up tabs
3754         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3755         * src/pic/pcoderegs.c tidied up tabs
3756         * src/pic/ralloc.c tidied up tabs
3757
3758 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3759
3760         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3761         to S_FIXED for pic16 port and when symbol is not in level 0,
3762         allocate for S_REGISTER storage class and pic16 port, too,
3763         * src/pic16/device.h: prototype for checkSym,
3764         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3765         * (pic16_assignConfigWordValue): test the value and the mask to
3766         validate that the value is suitable for the configuration word,
3767         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3768         collect extern declared symbols, don't emit symbol twice, check
3769         first if symbol is in publics set first,
3770         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3771         * added command line '--fstack' which enables an experimental
3772         feature for stack access, too buggy to be used yet...
3773         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3774         * (pic16_allocDirReg): when register has storage class S_REGISTER
3775         allocate in pic16_dynAccessRegs,
3776         * device/include/pic16/pic18f????.h: modified configuration word
3777         naming convention, words started as CONFIG0H but should be CONFIG1H
3778
3779 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3780
3781         * device/include/mcs51reg.h: fixed bug 970993
3782
3783 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3784
3785         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3786         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3787         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3788         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3789         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3790         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3791           error/warning numbers,
3792           added function setWarningDisabled()
3793         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3794         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3795           _memcmp.c _memmove.c calloc.c realloc.c free.c
3796         * support/regression/tests/malloc.c: added tests for new functionality
3797         * support/regression/tests/zeropad.c: added tests for truncated initializers
3798           and initialized char arrays starting with '\x0'
3799         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3800
3801 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3802
3803         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3804
3805 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3806
3807         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3808         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3809         peephole 177.e. Thanks to anonymous
3810
3811 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3812
3813         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3814         function isn't used in the source but referenced as a
3815         variable initializer then declare it as extern in .asm file
3816
3817 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3818
3819         * .version: increased version number to 2.4.3
3820
3821         Adding version extension according to ChangeLog CVS revision
3822         * src/Makefile.in (target all): added dependency 'version.h'
3823         * (rule version.h): added rule to create version.h from ChangeLog,
3824         * (rule dep): added dependency version.h,
3825         * src/version.awk: AWK script to create version.h
3826         * src/SDCCdwarf2.c (dwWriteModule),
3827         * src/SDCCglue.c (initialComments),
3828         * src/SDCCmain.c (printVersionInfo): modified to write after
3829         version string the version extension number,
3830         * src/SDCCutil.c: included "version.h"
3831         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3832         number,
3833         * src/SDCCutil.h: added prototype for getBuildNumber
3834
3835         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3836         includeDirsSet, too,
3837         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3838         const char [] is found in function prototype...
3839
3840         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3841         moving to WREG with source is already in WREG,
3842         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3843         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3844         * (aopForSym): stack'ed symbols are partially supported, added
3845         if-clause to support symbols in FARSPACE,
3846         * (sameRegs): added test for AOP_ACC to see if registers are same,
3847         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3848         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3849         * (pic16_popRegFromString): will not allocate a new register if it
3850         doesn't find one by name, bug may have introduced...
3851         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3852         * (genIpush): revived to use pic16 port's stack,
3853         * (genAddrOf): added incomplete case for stack'ed operand,
3854         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3855         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3856         can handle multibyte operands,
3857         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3858         * (pic16initialComments): added message for MPLAB compatibility
3859         mode enabled,
3860         * src/pic16/main.h: prototype for pic16_mplab_comp,
3861         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3862         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3863         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3864         because of increased complexity of procedure,
3865         * (_process_pragma): stack pragma changed to format 'stack pos len',
3866         emit symbol '_stack_end' to conform with gplink,
3867         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3868         to search for register,
3869         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3870         PO_GPR_REGISTER,
3871         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3872         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3873         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3874         case for PO_GPR_REGISTER,
3875         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3876         dies, the new era is ahead !...
3877         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3878         pic16_dynInternalRegs,
3879         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3880         * (pic16_allocDirReg): minor optimizations and bug fixes,
3881         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3882
3883         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3884         load stack and frame pointer with address of 'stack_end' symbol
3885
3886 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3887
3888         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3889         without source code but only variable initializers
3890
3891 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3892
3893         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3894         external are not declared as extern to reduce overhead while linking
3895
3896 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3897
3898         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3899
3900 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3901
3902         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3903           Yee Keat for the patch
3904         * src/SDCCast.c (decorateType): fixed bug #979599
3905         * src/ds390/gen.h: removed local fReturnSizeDS390
3906         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3907         * src/ds390/gen.c (genAnd, genOr, genXor),
3908         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3909
3910 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3911
3912         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3913         add relFilesSet to $3, manipulate $2 to handle linking of object
3914         files without source files in command line,
3915         * device/include/pic16 (all headers): added ID location macros,
3916         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3917         entries for ID location bytes,
3918         * (pic16_assignIdByteValue): NEW,
3919         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3920         added field dumpcalltree to pic16_options_t,
3921         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3922         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3923         emitting rFalseIfx label after check_carry label,
3924         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3925         pic16_emitDIRegs), NEW
3926         * (pic16glue): dump .calltree file when option --calltree found,
3927         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3928         * (_pic16_genAssemblerPreamble): emit ID locations after
3929         configuration registers,
3930         * (pic16_linkCmd): modifications of the link command,
3931         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3932         * (pic16_pCodeInitRegisters): don't init stack registers,
3933         * (pic16_findPrevInstruction): fixed bug,
3934         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3935         bug with immediate registers,
3936         * (buildCallTree): traces stack push and pop,
3937         * (pct2): dump also stack usage for each function,
3938         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3939         * (pic16_allocDirReg): various modifications,
3940         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3941         fixed to 1,
3942
3943 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3944
3945         * src/pic16/pcode.c: removed buggy double colon
3946
3947 2004-07-01 Borut Razem <borut.razem AT siol.net>
3948
3949         * support/scripts/sdcc.nsi: added include/pic16 to setup
3950
3951 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3952
3953         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3954         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3955         target 'clean',
3956         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3957         specific command line arguments. Also added sample lkr script
3958         for placing a variable at a specific memory bank.
3959         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3960         at a specific memory bank,
3961         * (pic16_dump_isection): fixed bug which caused string literals to
3962         be omitted when dumping idata section,
3963         * (pic16_groupRegistersInSection): added code to handle registers
3964         in specific memory banks,
3965         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3966         public, all references are renamed too,
3967         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3968         AOP_DPTR2,
3969         * (pic16_storeForReturn): added case to handle when dest is WREG,
3970         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3971         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3972         pic16_rel_udata, check to see if that register is marked as being
3973         a member of a specific memory bank,
3974         * (pic16_printIvalCharPtr): added code to add string literals either
3975         to code or the idata sections,
3976         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3977         also accept the 'udata' pragma,
3978         * src/pic16/main.h: new structure types sectName and sectSym
3979         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3980         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3981         * (pic16_findPrevInstruction): fixed, it returned nothing,
3982         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3983         instruction combinations,
3984         * (pic16_FixRegisterBanking): heavily reorganised,
3985         * (pic16_AnalyzeBanking): if generating banksel directives is
3986         disabled, then don't call FixRegisterBanking at all,
3987         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3988         completely removed,
3989         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3990
3991 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3992
3993         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3994         Phuah Yee Keat <yk.phuah AT nestac.com>
3995
3996 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3997
3998         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3999         correctly the IVT even if it is relocated to some other location
4000
4001 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4002
4003         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4004         * device/include/pic16/pic18f2220.h: NEW,
4005         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4006         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4007         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4008         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4009         nodefaultlibs, ivt_loc is the location of the interrupt vector
4010         table, and nodefaultlibs signs that default libraries should not be
4011         linked in link stage,
4012         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4013         according to --ivt-loc argument,
4014         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4015         when pragma stack is found,
4016
4017 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4018
4019         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4020         256 (range check), 257 (do while), 258.a-f (bit banging
4021         f.e. on 3-wire SPI bus)
4022
4023 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4024
4025         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4026         variables used exclusively within a loop
4027
4028 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4029
4030         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4031
4032 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4033
4034         * src/SDCClrange.c (computeClash): fixed bug #971834
4035
4036 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4037
4038         * src/mcs51/gen.c (genCmp): fixed bug #975903
4039         * src/hc08/gen.c (operandsEqu),
4040         * src/ds390/gen.c (operandsEqu),
4041         * src/z80/gen.c (operandsEqu),
4042         * src/pic/gen.c (operandsEqu),
4043         * src/pic16/gen.c (operandsEqu),
4044         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4045         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4046
4047 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4048
4049         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4050
4051 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4052
4053         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4054         default case in switch statement,
4055         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4056         to eliminate problem with initialisation of pointers, but problem
4057         still exists,
4058         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4059         * (emitStaticSegment): removed various lines emitting debug info,
4060         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4061         added processor registers for utilizing EEPROM,
4062         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4063         configurable and set 8
4064
4065 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4066
4067         * .version: increased version number to 2.4.2,
4068
4069         Cumulative patch for pic16 port
4070         * src/pic16/device.c: changed scheme to dump initial values for
4071         variables in idata segment, all print_idata* functions were removed,
4072         now the pic16_printIval* will be called,
4073         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4074         * _pic16_printPointerType, pic16_printPointerType,
4075         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4076         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4077         NEW, similar to the respective functions in SDCCglue.c,
4078         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4079         way, emitting hex bytes,
4080         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4081
4082 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4083
4084         * src/avr/ralloc.c (serialRegAssign),
4085         * src/xa51/ralloc.c (serialRegAssign),
4086         * src/pic/ralloc.c (serialRegAssign),
4087         * src/pic16/ralloc.c (serialRegAssign),
4088         * src/hc08/ralloc.c (serialRegAssign),
4089         * src/z80/ralloc.c (serialRegAssign),
4090         * src/ds390/ralloc.c (serialRegAssign),
4091         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4092
4093 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4094
4095         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4096         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4097
4098 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4099
4100         Cumulative patch for pic16 port:
4101         * src/pic16/device.h (typedef PIC16_device) modified fields for
4102         defining microcontrollers,
4103         * src/pic16/device.c: added new info for all devices in Pics16 array,
4104         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4105         to be optimised out by the pCode optimiser,
4106         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4107         specially, bug reported by G.M. Gallant,
4108         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4109         as force'd so that cannot be optimised out by pCode optimiser,
4110         * src/pic16/pcode.c,
4111         * src/pic16/pcodepeeph.c,
4112         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4113         they are disabled by default, but can be enabled explicit with
4114         command argument --denable-peeps, for testing,
4115         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4116         --pomit-ivt in COMPILE_FLAGS
4117
4118 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4119
4120         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4121           compilation on MSVC
4122
4123 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4124
4125         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4126
4127 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4128
4129         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4130         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4131
4132 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4133
4134         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4135         would only assign 0x300001 register.
4136
4137 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4138
4139         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4140         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4141
4142 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4143
4144         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4145         for ds80c400
4146         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4147         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4148         added peephole 254 (left shift), 255 (jump table)
4149
4150 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4151
4152         * device/lib/Makefile.in: removed comment line with model-pic16,
4153         * (target port-specific-objects-pic16): the libraries and objects
4154         are copied to the build directory form the device/lib/pic16/bin
4155         directory
4156
4157         Cumulative patch concerning pic16 port:
4158         * library directory has been re-organized,
4159         * added support for PIC18F1220,
4160         * added headers and library sources for chips 18f1220,18f6520,
4161         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4162
4163         * configuration registers setting has changed, now each supported
4164         device has a complete description of the registers it uses,
4165         * all initialisations are moved to idata sections, these section
4166         can be absolute or relocatable,
4167         * fixed initialisation of codespace variables,
4168         * fixed warning about PCLATU and gpsim,
4169         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4170         * (genAssign): use table reads when assigning from variables in codespace,
4171         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4172         char/int variables placed in codespace,
4173         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4174         registers set in .asm file, no need for --pomit-config-words anymore,
4175         * (pic16glue): some 8051 legacy segments are commented out
4176         (to be removed completely),
4177         * added support for alternative assembler and linker with --asm=
4178         and --link= command line arguments,
4179         * peepholes are disabled automatically in the port, no need to
4180         specify on command line,
4181         * port supports natively char/int/long multiplication, but converts
4182         all divisions to support functions,
4183         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4184         to the file set in variable $2,
4185         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4186         strings in ASCII format and not in hex,
4187         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4188         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4189         allocate proper register if iCodes aren't temporary,
4190
4191 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4192
4193         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4194
4195 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4196
4197         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4198         is commented out
4199
4200 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4201
4202         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4203         computed address is reused
4204         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4205         multi-byte bitfields
4206
4207 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4208
4209         * src/z80/gen.c: (genArrayInit): must check for pointers too
4210
4211 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4212
4213         * support/regression/tests/zeropad.c: never meant to commit the
4214           nestedstruct test: removed, added check for GCC version
4215
4216 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4217
4218         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4219         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4220         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4221           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4222           bugs 928906 and 954082 half-empty initializers
4223         * src/SDCCsymt.h,
4224         * src/SDCCsymt.c (getAllocSize): added for above fix
4225         * src/z80/gen.c (genArrayInit): fixed bug 741044
4226         * support/regression/tests/zeropad.c: added tests
4227
4228 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4229
4230         * src/pic16/device.c (pic16_dump_section): corrected bug which
4231         caused some symbols of the libraries to be misplaced
4232
4233 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4234
4235         * src/pic16/glue.c,
4236         * src/pic16/ralloc.h,
4237         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4238         to fix conflict with pic port
4239
4240 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4241
4242         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4243         externs configuration variables,
4244         * src/pic16/ralloc.h,
4245         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4246         prototype in header, commented out some debug messages
4247
4248 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4249
4250         * src/pic16/glue.c,
4251         * src/pic16/main.c,
4252         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4253         for gpasm COFF object generation. Thanks to D. Hawkins for
4254         his patch info
4255
4256 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4257
4258         * src/ds390/main.c,
4259         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4260         Brock for spotting this)
4261         * src/ds390/gen.c (genEndFunction),
4262         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4263         interrupt handler and critical. Disable push/pop optimizations when
4264         peephole optimizations disabled.
4265
4266 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4267
4268         Updated pic16 library sources and headers.
4269         * device/lib/pic16/pic18f*/ ,
4270         * device/include/pic16/*.h: modified to handle structured SFR
4271         definitions
4272
4273 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4274
4275         * src/port.h (PORT structure): added hook initPaths, now each
4276         port can declare its own default search paths,
4277         which can been seen with the --print-search-dirs option,
4278         see pic16 port for example,
4279         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4280         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4281         * (doPrintSearchDirs): NEW, replaces in a central manner the
4282         printing of search dirs which was split in set*Paths functions,
4283         * (main): added call to port->initPaths and doPrintSearchDirs,
4284         * src/avr/main.c,
4285         * src/ds390/main.c,
4286         * src/hc08/main.c,
4287         * src/izt/i186.c,
4288         * src/izt/tlcs900h.c,
4289         * src/mcs51/main.c,
4290         * src/pic/main.c,
4291         * src/pic16/main.c: modified port structures to reflect addition of
4292         initPaths hook,
4293
4294         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4295         * (pic16_dump_section): for registers in same address reserve memory once,
4296         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4297         to no_banksel,
4298         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4299         result is greater in size than right or left,
4300         * (pic16_genUMult8X8_8): there are some cases where the result can
4301         be 16 bits size, so handle these,
4302         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4303         * (pic16_outBitC): modified to emit pcodes,
4304         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4305         or not,
4306         * (genDivOneByte): implemented algorithm to divide 8-bits,
4307         * (genCmp): uncommented goto, but issues still exist,
4308         * (genAnd): fixed a bug with variables >8bits,
4309         * (genPackBits): optimization added that uses BCF/BSF to change a
4310         single bit,
4311         * (genAssign): fixed bug when assigning floating point literals,
4312         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4313         __sdcc_gsinit_startup label,
4314         * src/pic16/main.c (_pic16_init): removed search directory
4315         initialisations,
4316         * (_pic16_initPaths): NEW, used to initialise search directories,
4317         * (_hasNativeMulFor): support functions for all except char/int
4318         multiplication, and char division,
4319         * (PIC16_port struct): modified entry for native mul support,
4320         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4321         no_banksel option,
4322         * (buildCallTree): call to register_usage is ifdef'ed out,
4323
4324 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4325
4326         * device/include/string.h: applied Stas Sergeev's patch to make this
4327         header file compatible with the preprocessor -Wundef option
4328         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4329         failure (fixes bug #941458)
4330
4331 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4332
4333         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4334         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4335         that the variable, not the function, should be static
4336         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4337         to be consistent with non-literal case
4338
4339 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4340
4341         * src/SDCCast.c (isConformingBody): fixed bug #949967
4342         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4343         convilong): fixed bug #952086
4344
4345 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4346
4347         * src/SDCCmem.c (allocVariables): fixed bug #955321
4348
4349 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4350
4351         * src/hc08/main.c (_hc08_genAssemblerEnd),
4352         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4353         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4354         completely eliminated the use of a temporary file
4355         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4356         when more than one file linked
4357         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4358
4359 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4360
4361         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4362         which fixes bug #543481
4363         * support/regression/tests/bug-751703.c: fixed comments left from a
4364         cut and paste error
4365         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4366         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4367         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4368         scopes
4369         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4370         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4371         are now changed to underscores in moduleName
4372
4373 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4374
4375         * as/mcs51/lkmem.c: better fix for bug #954173
4376
4377 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4378         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4379
4380         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4381         * device/include/c8051f000.h,
4382         * device/include/c8051f120.h,
4383         * device/include/c8051f300.h,
4384         * device/include/c8051f310.h,
4385         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4386         PWM16) and detab'ed
4387
4388 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4389
4390         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4391         and mailing lists, doc'ed --no-peep-comments, removed reference
4392         to knoppix (newest version has no LyX/LaTeX), other minor changes
4393         * src/SDCCglue.c (glue): save 2 bytes stack space with
4394         option --main-return. The ljmp could probably be avoided too
4395
4396 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4397
4398         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4399
4400 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4401
4402         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4403         * src/SDCCopt.c (isLocalWithoutDef),
4404         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4405         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4406         (credit to Maarten Brock for patch #949363, on which this is based)
4407         * support/regression/tests/bug-751703.c: some test cases of extern used
4408         within inner scopes.
4409
4410 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4411
4412         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4413         SPEC_STRUCT
4414         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4415         struct definitions
4416         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4417         dwWriteLabel): fix to create valid debugger symbols even when
4418         the module name has non-alphanumeric symbols in it
4419         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4420         when a variable's allocation has been optimized away
4421
4422
4423 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4424
4425         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4426         * src/hc08/main.c,
4427         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4428         * src/mcs51/main.c,
4429         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4430         * src/ds390/main.c,
4431         * src/z80/gen.c (z80_emitDebuggerSymbol),
4432         * src/z80/main.c,
4433         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4434         * src/pic/main.c,
4435         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4436         * src/pic16/main.c,
4437         * src/avr/gen.c (avr_emitDebuggerSymbol),
4438         * src/avr/main.c,
4439         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4440         * src/xa51/main.c,
4441         * src/SDCCdebug.c (emitDebuggerSymbol),
4442         * src/SDCCdebug.h,
4443         * src/port.h: added a debugger struct to the port struct. Added a
4444         callback for defining debugger symbols
4445
4446         * src/SDCCast.c (createLabel),
4447         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4448         with isitmp = 1
4449         * src/SDCCicode.h,
4450         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4451         iCode back to the ast for the function
4452
4453         * src/hc08/ralloc.c (hc08_assignRegisters),
4454         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4455         unneeded fields from the regs struct.
4456         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4457         pushReg() & pullReg() functions instead of emitcode()
4458
4459         * src/hc08/gen.c (genLabel, genhc08Code),
4460         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4461
4462         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4463         debugger hooks
4464
4465         * src/hc08/gen.c (genEndFunction, genhc08Code),
4466         * src/hc08/gen.h,
4467         * src/mcs51/gen.c (genEndFunction, gen51Code),
4468         * src/mcs51/gen.h,
4469         * src/ds390/gen.c (genEndFunction, gen390Code),
4470         * src/ds390/gen.h,
4471         * src/z80/gen.c (genEndFunction, genZ80Code),
4472         * src/z80/gen.h,
4473         * src/z80/z80.h,
4474         * src/pic/gen.c (genEndFunction, genpic14Code),
4475         * src/pic/gen.h,
4476         * src/pic16/gen.c (genEndFunction, genpic16Code),
4477         * src/pic16/gen.h,
4478         * src/avr/gen.c (genEndFunction, genAVRCode),
4479         * src/avr/gen.h,
4480         * src/xa51/gen.c (genEndFunction, genXA51Code),
4481         * src/xa51/gen.h,
4482         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4483         specific code to cdbFile.c and out of the backend code generators
4484
4485         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4486         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4487         starting address is now 0
4488
4489         * as/hc08/asm.h,
4490         * as/hc08/m08pst.c,
4491         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4492         assembler directive for DWARF support
4493         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4494
4495         * src/src.dsp,
4496         * src/Makefile.in,
4497         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4498
4499 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4500
4501         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4502         and inappropriate peephole optimization in jump tables
4503
4504 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4505
4506         * as/hc08/m08pst.c,
4507         * src/SDCCglue.c: sdccopt works for the hc08 port now
4508
4509 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4510
4511         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4512
4513 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4514
4515         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4516
4517 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4518
4519         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4520         rules
4521         * src/SDCCmain.c,
4522         * src/SDCCglobl.h,
4523         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4524         comments from the peephole optimizer replacement rules
4525         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4526         symbols
4527         * src/SDCCcse.c (updateSpillLocation),
4528         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4529         equivalents
4530         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4531         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4532         objects far pointers
4533
4534 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4535
4536         * src/SDCCsymt.h: a missing part of my last change
4537         * src/pic/ralloc.c (regTypeNum),
4538         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4539
4540 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4541
4542         * src/SDCCicode.h,
4543         * src/SDCCicode.c (aggrToPtrDclType),
4544         * src/SDCCptropt.h,
4545         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4546         ptrPseudoSymConvert),
4547         * src/pic/ralloc.c (regTypeNum),
4548         * src/pic16/ralloc.c (regTypeNum),
4549         * src/hc08/ralloc.c (regTypeNum),
4550         * src/ds390/ralloc.c (regTypeNum),
4551         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4552         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4553
4554 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4555
4556         * link/z80/lkmain.c (afile),
4557         * as/hc08/lkmain.c (afile),
4558         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4559         prevent a pointer problem when a filename has no directory and
4560         no extension specified.
4561
4562 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4563
4564         * link/z80/lkmain.c (afile): allow periods in directory names
4565         * link/z80/lkmain.c (afile),
4566         * as/mcs51/lkmain.c (afile),
4567         * as/hc08/lkmain.c (afile): allow linker script file to have an
4568         extension other than ".lnk"
4569         * link/z80/lklex.c (getfid),
4570         * link/z80/lkmain.c (parse),
4571         * as/mcs51/lklex.c (getfid),
4572         * as/mcs51/lkmain.c (parse),
4573         * as/hc08/lklex.c (getfid),
4574         * as/hc08/lkmain.c (parse): Support comments in the linker script
4575         file on lines by themselves and after filenames
4576
4577 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4578
4579         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4580
4581 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4582
4583         * src/z80/peeph-z80.def: removed some peephole rules that don't
4584         work with multibyte arithmetic (fixed bug #937126)
4585         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4586         to registers and not global variables
4587         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4588         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4589         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4590         checking for assignments not internally generated (fixed bug #931895)
4591         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4592         structure member (fixed bug #930072)
4593
4594 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4595
4596         * src/SDCCmain.c (linkEdit),
4597         * src/hc08/main.c (_hc08_parseOptions),
4598         * as/hc08/Makefile.in,
4599         * as/hc08/aslink.h,
4600         * as/hc08/asm.h,
4601         * as/hc08/m08pst.c,
4602         * as/hc08/lkrloc.c (relr, rele),
4603         * as/hc08/lkarea.c (lnkarea)
4604         * as/hc08/lkmain.c (afile, parse),
4605         * as/hc08/lkelf.c: support for ELF output
4606         * as/hc08/lks19.c (s19),
4607         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4608
4609 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4610
4611         * as/mcs51/lkihx.c: Fixed bug #899105.
4612
4613 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4614
4615         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4616         .dsp files from Unix to DOS.
4617
4618 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4619
4620         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4621         function pointers; we have been compliant for several months now.
4622         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4623         change that was accidently commented out
4624         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4625         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4626         bug #922319
4627
4628 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4629
4630         * src/hc08/gen.c: output of all of the internal debugging information
4631         is now controlled by the D() macro; it is disabled by default
4632
4633 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4634
4635         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4636         harder to keep the same registers during a CAST iCode
4637         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4638         long via int can be done in a single cast, if the signedness is
4639         correct.
4640         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4641         putchar() in tinibios.c in ds390's library
4642
4643 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4644
4645         * src/SDCCast.c (decorateType): fixed bug #898889,
4646         cast result of a literal complement too
4647         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4648         fixed check for bitfields
4649
4650 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4651
4652         * src/SDCCicode.c (geniCodeLogic): made it static,
4653         (geniCodeLogicAndOr): added in order to fix bug #905492,
4654         (ast2iCode): fixed bug #905492
4655         * support/regression/tests/bug-905492.c: added
4656         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4657         (processParms): fixed bug #927659: don't copy parms, this will clear
4658         decorated flag
4659         * support/regression/tests/bug-927659.c: added
4660
4661 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4662
4663         * src/SDCCast.c (addCast): don't cast float to char
4664         * device/lib/libsdcc.lib: added _memmove
4665
4666 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4667
4668         * device/lib/large/Makefile: fixed parallel execution by
4669         replacing `make` by `$(MAKE)`
4670
4671 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4672
4673         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4674         offsets (fixes bug #923936)
4675
4676 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4677
4678         * device/lib/small/Makefile: fixed parallel execution by
4679         replacing `make` by `$(MAKE)`
4680
4681 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4682
4683         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4684
4685 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4686
4687         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4688         * src/regression/Makefile: Regression test was not running.
4689
4690 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4691
4692         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4693         complement if possible
4694         * src/SDCCval.c (valComplement),
4695         * src/SDCCicode.c (operandOperation): fixed complement of literal
4696         * support/regression/tests/onebyte.c (testComplement): added
4697
4698 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4699
4700         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4701         return an optimized tree; actually replace actParm with the new tree
4702         * src/SDCCast.h: added some parantheses to remove side effects
4703         * support/regression/tests/bug-920866.c
4704
4705 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4706         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4707         Bit operands were not being handled properly in the pic14 port.
4708         (now src/regression/add.c passes again).
4709
4710 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4711
4712         * src/SDCC.y (labeled_statement): case and default no longer require
4713         a following statement (RFE #893037)
4714
4715 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4716
4717         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4718         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4719         disabled (fixes bug #916294)
4720         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4721         "mov a,acc"; patch provided by Lenny Story
4722         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4723
4724 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4725
4726         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4727         functions
4728         * src/ds390/gen.c (genFunction, genEndFunction),
4729         * src/ds390/ralloc.c (ds390_assignRegisters),
4730         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4731         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4732         pushed if there are parameters passed on the stack. Also, a cleaner
4733         way to decide if r0/r1 should be pushed/popped. (Together they fix
4734         bug #918693)
4735
4736 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4737
4738         * doc/sdccman.lyx,
4739         * device/lib/mcs51/crtpagesfr.asm,
4740         * device/lib/mcs51/crtxinit.asm,
4741         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4742         to avoid confusion with Si Lab's SFRPAGE register.
4743
4744 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4745
4746         * src/SDCCglue.c (emitMaps): allow public sfr variables
4747         * src/SDCCglue.c (initialComments): include compiler build date
4748         with compiler version and put the timestamp of the generated
4749         assembly file on a serperate line to be less confusing.
4750         * src/port.h: added genInitStartup hook
4751         * src/avr/main.c,
4752         * src/ds390/main.c,
4753         * src/hc08/main.c,
4754         * src/pic/main.c,
4755         * src/pic16/main.c,
4756         * src/xa51/main.c,
4757         * src/z80/main.c: genInitStartup initialize as NULL (default to
4758         historical behaviour)
4759         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4760         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4761         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4762         library instead of hard coding it into the compiler.
4763         * support/regression/ports/mcs51-stack-auto/spec.mk,
4764         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4765         * device/lib/mcs51/Makefile,
4766         * device/lib/small/Makefile,
4767         * device/lib/large/Makefile,
4768         * device/lib/mcs51/crtpagesfr.asm,
4769         * device/lib/mcs51/crtstart.asm,
4770         * device/lib/mcs51/crtxclear.asm,
4771         * device/lib/mcs51/crtxinit.asm,
4772         * device/lib/mcs51/crtclear.asm,
4773         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4774         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4775         and into user configurable files.
4776         * device/lib/clean.mk: clean mcs51 directory too
4777         * support/regression/tests/longlit.c: added static to T1 declaration
4778         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4779         accesses in the initialization code
4780
4781 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4782
4783         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4784         OSCTRIMVAL as noted in bug #916008
4785
4786 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4787
4788         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4789         in loops with multiple exits (reported as incorrect registers
4790         used by Martin Helmling in Sdcc-user list)
4791
4792 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4793
4794         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4795         made ds390 register extensions look less like error messages
4796
4797 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4798
4799         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4800         reported by Adam Wozniak in Sdcc-user list
4801
4802 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4803
4804         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4805         arithmetic optimizations, added debug output
4806
4807 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4808
4809         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4810         * sdcc.spec: updated and split sdcc into 3 rpms
4811         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4812         needed for literals of LEFT_OP and '+'
4813         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4814         introduced RESULT_TYPE_NOPROM
4815         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4816         left shift
4817         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4818         limited promotion to int only for '*'
4819         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4820
4821 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4822
4823         * src/pic16/gen.c (genSkip),
4824         (genc16bit2lit), (gencjneshort): commented out
4825         (is_LitOp): new helper function, checks operand type
4826         (genCmpEq): rewritten
4827
4828 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4829
4830         * support/regression/tests/bug-908454.c: added
4831
4832 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4833
4834         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4835         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4836         (geniCodeCast): cosmetic, don't preserve bit storage class
4837         (geniCodeLeftShift): added promotion
4838         (geniCodeLogic): fixed regression
4839         * src/SDCCsymt.c (computeTypeOr): accept bits too
4840         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4841
4842 2004-03-07  Borut Razem <borut.razem AT siol.net>
4843
4844         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4845
4846 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4847
4848         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4849         version of pic16_genPackRegisters which does not check if ic is a
4850         CAST operator,
4851         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4852         function cause string1.c regression test fails
4853
4854 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4855
4856         * sim/ucsim/configure.in,
4857         * sim/ucsim/configure,
4858         * sim/ucsim/doc/Makefile.in: use docdir
4859         * src/SDCC.y: fixed sbit atrributes
4860         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4861         * src/SDCCast.c (decorateType): |^& need special promotion handling
4862         * src/SDCCast.h,
4863         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4864         * src/SDCCsymt.h (computeType),
4865         * src/SDCCicode.c: computeType() needs op
4866         * src/SDCCsymt.c (checkTypeSanity),
4867         * doc/sddman.lyx: "plain" bitfields are unsigned
4868         * src/SDCCsymt.c (computeTypeOr): added
4869         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4870         |^& ops
4871         * src/SDCCval.c (val*): computeType() needs op
4872         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4873         * support/regression/tests/onebyte.c: added tests for |^&
4874
4875 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4876
4877         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4878         for writing icode into asm output.
4879
4880 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4881
4882         * src/pic16/device.c: added some debug lines enabled
4883         with macro DEBUG_CHECK,
4884         * src/pic16/genarith.c: more debug in genPlus,
4885         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4886         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4887         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4888         * (aopForSym): onStack symbols are re-placed in data memspace,
4889         and onStack flag is cleared,
4890         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4891         copy temporary pcodeop,
4892         * (genPcall): added warning for not updating PCLATU,
4893         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4894         always true for pic16 port,
4895         * (genMultOneWord): NEW, supports integer multiplication,
4896         * (genMult): modified to call genMultOneWord,
4897         * (ifxForOp): added warning when return NULL,
4898         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4899         flag is set before call to operandFromSymbol for implicit
4900         added structures,
4901         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4902         options.intlong_rent are set by default,
4903         * (_hasNativeMulFor): modified to allow port generation of integer
4904         multiplication,
4905         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4906         set regtype to REG_SFR for all registers, restricting seting the
4907         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4908
4909 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4910
4911         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4912         more than 500 times in the regression tests
4913
4914 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4915
4916         * support/Util/SDCCerr.h,
4917         * support/Util/SDCCerr.c,
4918         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4919         enumerator_list),
4920         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4921         for symbol conflicts.
4922         * support/valdiags/tests/enum.c,
4923         * support/valdiags/tests/tentdecl.c,
4924         * support/valdiags/tests/struct.c: expect possible error messages
4925         referring to original symbol definitions.
4926         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4927         * src/SDCCsymt.h,
4928         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4929
4930 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4931
4932         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4933
4934 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4935
4936         * src/pic16/ralloc.c (newReg): fixed bug #908929
4937
4938 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4939
4940         * src/ds390/gen.c: added missing #include "main.h"
4941
4942 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4943
4944         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4945         checking if symbol is already in set,
4946         * src/pic16/device.h: prototype for checkAddSym,
4947         * src/pic16/gen.c: (_G): added entry interruptvector,
4948         * (assignResultValue): removed some commented out lines,
4949         * (genFunction): check for ISR via sym->type, absolute section for
4950         interrupt code is created via a new pBlock, the goto instruction is
4951         placed now correctly at the interrupt vector position, changed all
4952         references from ivec to _G.interruptvector,
4953         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4954         is the interrupt is a high priority one, same for return from ISR,
4955         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4956         externs to calls of checkAddSym,
4957         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4958         pic16_pcode_verbose flag is set,
4959         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4960         * src/pic16/pcoderegs.c: message about how many registers are saved
4961         will only be emitted if pic16_pcode_verbose flag is set,
4962
4963 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4964
4965         * src/ds390/ralloc.h,
4966         * src/ds390/ralloc.c (ds390_regWithIdx),
4967         * src/ds390/gen.c (emitcode),
4968         * src/ds390/main.h,
4969         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4970         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4971         ds390operandCompare, getRegsRead, getRegsWritten,
4972         initializeAsmLineNode): customized instruction size calculation for
4973         ds390, started basis for some register optimizations
4974         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4975         corresponding assembly output
4976         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4977         missing push/pop of r0/r1. Optimized push/pops
4978
4979 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4980
4981         * src/mcs51/main.c (instructionSize): fixed ACALL size
4982         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4983
4984 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4985
4986         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4987         the sorting of rlist with NULL elements
4988         * (print_idataType, print_idata): NEW to create idata sections
4989         * src/pic16/device.h: idataSymSet new variable
4990         * src/pic16/gen.c (genFunction): fixed some bugs in string
4991         comparing, improved the absolute section creation for ISRs,
4992         added FSR0L/FSR0H in registers that are saved in an ISR,
4993         * (genInline): fixed the processing of inline snippets,
4994         now they undergo no process by the peephole optimizer
4995         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4996         are placed in idataSymSet,
4997         * (pic16emitStaticSeg): extern symbols are added in externs,
4998         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4999         switching when aboslute variables are placed in access bank memory
5000         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5001         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5002         commented out with #if,
5003         * (pic16_packRegisters): reintroduce the check for CAST because some
5004         symbols are not correctly handled,
5005         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5006         pCodeInstruction instead of pCode,
5007         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5008         pCodeAsmDir definition,
5009         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5010         directive, then the argument directive is emitted without the leading
5011         tab, hack for inline labels which must be in the first column,
5012         * (compareLabel,pic16_findNextInstruction),
5013         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5014         * (insertBankSwitch): modified for the new pCodeAsmDir,
5015
5016 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5017         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5018
5019         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5020         instance,
5021         * (pushSide): commented out with #if,
5022         * (assignResultValue): fixed some typos in saving
5023         registers,
5024         * (genPcall): FIXED and sync'ed with genCall,
5025         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5026         * (genNearPointerGet): fixed to handle some more cases,
5027         implementation scheme via table reads,
5028         * (genConstPointerGet): modified to access code memory correct,
5029         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5030         and improved to handle some cases
5031         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5032         instead of "RETLW" for init data
5033         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5034         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5035         variables are placed in access bank memory (<0x80 and >=0xf80),
5036         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5037         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5038         TBLWT_POSTDEC,TBLWT_PREINC
5039         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5040         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5041         directives
5042         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5043         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5044         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5045         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5046
5047 2004-02-29  Borut Razem <borut.razem AT siol.net>
5048
5049         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5050         support/Util/findme.h, support/Util/system.h: enhance binary relative
5051         search for lib and include by using findProgramPath()
5052
5053 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5054
5055         * src/SDCCpeeph.h,
5056         * src/SDCCpeeph.c (pcDistance),
5057         * src/port.h,
5058         * src/mcs51/ralloc.h,
5059         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5060         * src/mcs51/main.h,
5061         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5062         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5063         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5064         size calculation port specific, started basis for some register
5065         optimizations
5066         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5067         missing push/pop of r0/r1. Optimized push/pops
5068         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5069         * device/lib/_modsint.c (_modsint),
5070         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5071         and stack version so regression tests pass
5072
5073 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5074
5075         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5076         * src/SDCCast.c (decorateType): catch another small optimization
5077         with '?' operator
5078         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5079         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5080         modified to finally use computeType() all over SDCC,
5081         see Feature Request #877103
5082         * src/SDCCval.h: cosmetic
5083         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5084         valCompare(); regression tested in muldiv.c
5085         * support/regression/tests/muldiv.c (testMod): mod sign follows
5086         dividend only
5087
5088 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5089
5090         * src/SDCCast.c (decorateType): fixed bug #902362
5091         * doc/INSTALL.txt: fixed install instructions for win32
5092
5093 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5094
5095         * device/include/Makefile.in (install): fixed by replacing spaces
5096         by tabs
5097         * doc/README.txt,
5098         * doc/INSTALL.txt: updated for release
5099         * doc/sdccman.lyx: added warning for --xstack being buggy
5100
5101 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5102
5103         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5104         to eliminate build warnings.
5105         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5106
5107 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5108            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5109
5110         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5111         removed -penable-stack, added comment for stack pragma, added
5112         warning for not initializing the stack/frame registers, removed
5113         comment at interrupts section
5114
5115         Stack is made permanent, there is no ability to disable stack usage.
5116         * src/pic16/device.h,
5117         * src/pic16/device.c: removed all references to USE_STACK macro,
5118         * src/pic16/device.c (pic16_dump_section): when no elements in
5119         rlist, free rlist before return,
5120         * (pic16_dump_int_registers): NEW, internal registers are a new set
5121         of general purpose registers reused by each function,
5122         * (checkAddReg): returns 1 if registers is added to set,
5123         * (pic16_groupRegistersInSection): when a registers is of type
5124         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5125         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5126         SRCASECMP macro is moved here from device.c
5127         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5128         PO_PCLATU, PO_PRODL, PO_PRODH,
5129         * (pic16_pCodeOpType, genMinus,
5130         changed compares to "a" register, with AOP_ACC,
5131         * (pic16_genPlus): fixed some bugs and indented properly,
5132         * (pic16_addSign): changed size to size+offset in the MOVWF
5133         instruction,
5134         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5135         multiply 8-bit operand by literal, result is 8-bit,
5136         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5137         multiply 2 8-bit operand, result is 8-bit,
5138         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5139         genUMult8X*_16,
5140         * src/pic16/gen.c: changed accUse to contain WREG only,
5141         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5142         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5143         true, do not use immediate addressing any more unless sym is a
5144         pointer in codespace,
5145         * (aopForRemat): do not use immediate addressing when symbol not in
5146         codespace and when symbol's address is requested,
5147         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5148         accUse size (= 1),
5149         * (aopGet): added case for AOP_ACC and don't return "accumulator
5150         bug" but WREG instead,
5151         * (popGetTempReg): pushes contents of temporary register in stack,
5152         * (popReleaseTempReg): pops contents of temporary register from
5153         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5154         * (pic16_popGet): separated case AOP_ACC to return register WREG
5155         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5156         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5157         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5158         the use of immediate pointers to certain cases only.
5159
5160         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5161         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5162         * (assignResultValue, genCall, genRet): modified to use the new
5163         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5164         genPcall is still broken,
5165         * (genFunction): added code to create 'A' type pBlocks when
5166         interrupt functions are generated, code not extensively tested yet,
5167         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5168         * (genEndFunction): modified so ISRs pop stored registers from stack,
5169         * (genMultOneByte): cleanup,
5170         * (AccRsh): added flag andmask, to and result with appropriate mask,
5171         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5172         * (genDataPointerGet): fixed and reenabled its use,
5173         * (genNearDataPointerGet): bugs fixed,
5174         * (genDataPointerSet): bugs fixed,
5175         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5176         pic16_DumpSymbol, pic16_DumpOp,
5177         * src/pic16/genutils.h: function prototypes for the above functions,
5178         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5179         pointers,
5180         * (pic16emitRegularMap): many many many improvements, but needs a
5181         major cleanup,
5182         * src/pic16/main.c: enable_stack in pic16_options is removed,
5183         * (_pic16_parseOptions): removed command line options -penable-stack,
5184         * (_process_pragma): emit stack symbol only when stack pragma is
5185         processed,
5186         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5187         redirected to FSR0L/FSR0H pair,
5188         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5189         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5190         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5191         for immediates,
5192         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5193         * (dumpPicOptype): NEW,
5194         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5195         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5196         with movff instruction,
5197         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5198         added pic16_int_regs, some packRegsFor* functions are commented out,
5199         because produce errors,
5200         * src/pic16/NOTES: minor modifications
5201
5202 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5203
5204         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5205         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5206         --pack-iram.
5207         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5208         * as/mcs51/lkaomf51.c: fixed bug #895763
5209
5210 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5211
5212         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5213
5214 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5215
5216         * doc/sdccman.lyx: added details about the HC08 storage classes and
5217         interrupts, fixed the register usage info for z80 & gbz80
5218
5219 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5220
5221         * doc/sdccman.lyx: added more pic16 port documentation
5222         * device/include/pic16/: added header pic18fregs.h
5223
5224 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5225
5226         * doc/sdccman.lyx: added Vangelis' contribution
5227
5228 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5229
5230         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5231         extend to the next CALL or PCALL, not just to the next CALL.
5232
5233 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5234
5235         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5236
5237 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5238
5239         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5240         bug #895752 and a better fix for bug #716790
5241
5242 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5243
5244         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5245
5246 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5247
5248         * doc/sdccman.lyx: minor changes, minor changed
5249
5250 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5251
5252         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5253         which can't handle SDCC_NEWONEBYTEOPS,
5254         (geniCodeMultiply): removed conversion from mult to shift for pic14
5255         and pic16
5256
5257 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5258
5259         * src/hc08/gen.h,
5260         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5261         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5262         thus fixing bug #895406
5263
5264 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5265
5266         * device/lib/_modsint.c,
5267         * device/lib/_modslong.c: sign follows divisor only
5268         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5269         signs or signedness can be ignored
5270         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5271         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5272         added optimization for IFX,
5273         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5274         arguments;
5275         reenabled optimization for IFX, which was removed on 2004-01-11
5276         * src/SDCCast.h: added return type IFX
5277         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5278         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5279         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5280         SDCC_OLDONEBYTEOPS selects the old behaviour
5281         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5282         changed again and commented promotion rule
5283         * src/SDCCval.c (valDiv): promotion no longer necessary
5284         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5285         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5286         rewritten
5287         * support/regression/tests/onebyte.c: added
5288
5289 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5290
5291         * gen.c (genInline): reverted to old code for assemnling inline
5292         code because of bug reported James Chadd
5293
5294 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5295
5296         * ralloc.h: missing declarations from previous patch,
5297         seems that patch for ralloc.h was never applied, fixed
5298
5299 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5300            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5301
5302         * pcode.c,
5303         * pcode.h,
5304         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5305         indirect addressing. Marked FSR0 as deprecated
5306         * gen.c (pointerCode): commented out, not needed now
5307         (pic16_popGet2p): new MOVFF helper function
5308         (genGenPointerGet),
5309         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5310         (shiftRLong): removed duplicate debugging info
5311
5312 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5313
5314         * src/ds390/gen.c (genNearPointerGet),
5315         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5316         optimization with bits, but not bitfields.
5317         * src/ds390/ralloc.c (packRegisters),
5318         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5319
5320 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5321
5322         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5323
5324 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5325
5326         * src/SDCCsymt.h,
5327         * src/SDCCicode.c (operandFromSymbol),
5328         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5329         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5330         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5331         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5332         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5333         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5334         bug #892038
5335         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5336         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5337         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5338         * src/SDCCsymt.c (newSymbol),
5339         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5340         enumerator_list),
5341         * src/SDCCval.h,
5342         * src/SDCCval.c (newiList): fixed bug #885705
5343
5344 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5345
5346         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5347         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5348
5349 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5350
5351         * device/include/c8051f120.h,
5352         * device/include/c8051f300.h,
5353         * device/include/c8051f310.h: added/updated header files for Silicon
5354         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5355         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5356         in new section Submitting patches
5357
5358 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5359
5360         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5361         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5362         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5363         genGenPointerSet),
5364         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5365         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5366         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5367         genGenPointerSet),
5368         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5369         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5370         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5371         genGenPointerSet),
5372         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5373         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5374         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5375         genGenPointerSet): fixed bug #892400
5376         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5377         to eliminate build warnings.
5378         * src/SDCCast.c (processParms),
5379         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5380         fixed bug 751859
5381         * support/valdiag/valdiag.py: added GCC to the list of defines active
5382         when compiling with gcc
5383
5384 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5385
5386         * support/Util/SDCCerr.h,
5387         * support/Util/SDCCerr.c,
5388         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5389         with an incomplete type (fixed bug #883734)
5390         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5391
5392 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5393
5394         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5395
5396 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5397
5398         * src/SDCCast.c (decorateType),
5399         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5400         function pointer implementation
5401         * support/regression/tests/funptrs.c: added tests to verify both forms
5402         of function pointers work correctly. Added tests to verify parameters
5403         are passed in the correct order.
5404
5405 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5406
5407         * device.c (regCompare): registers are sorted by ascending
5408         address and increasing size,
5409         * main.c (_pic16_finaliseOptions): removed the declaration
5410         of compiler macro MCU. Now a macro of the format pic18fxxxx
5411         will be defined from the command line
5412
5413 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5414             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5415
5416         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5417         PCOP_RLCF was overwritten!
5418         * gen.c (genSkip): commented out calls to pic16_emitcode,
5419         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5420         * (genlshTwo),
5421         * (genRRC): added debugging info,
5422         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5423         overwritten while shifting,
5424         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5425         overwritten while shifting,
5426         * (AccLsh),
5427         * (AccRsh),
5428         * (shiftLLeftOrResult),
5429         * (shiftRLeftOrResult),
5430         * (shiftRLong),
5431         * (shiftLLong): Implemented with pic16_emitpcode
5432         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5433         * (genLeftShift): Fixed bug, operand for shift by variable always
5434         was "and"ed with 0x0f,
5435         * (genLeftShiftLiteral),
5436         * (genrshTwo),
5437         * (genRightShiftLiteral): added debugging info,
5438         * (genrshFour): added comment,
5439         * (genRightShift): determined signedness from operand "left"
5440         instead of "result"
5441
5442 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5443
5444         * src/SDCCicode.c (geniCodeParms),
5445         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5446         function pointers, fixed function pointer bugs #861242 and #861896
5447
5448 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5449
5450         * device/include/c8051f000.h,
5451         * device/include/c8051f120.h,
5452         * device/include/c8051f300.h: added header files for Silicon
5453         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5454
5455 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5456
5457         * src/SDCCast.c (processParams): added new type flow and restructured
5458         (gatherAutoInit): added new type flow
5459         (addCast): cosmetic changes
5460         (getLeftResultType): added new type flow for array indices, patch
5461         provided by Stas, see FR #877103
5462         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5463         array index patch by Stas
5464         * src/SDCCast.h: added prototype getResultTypeFromType()
5465         * src/SDCCval.h,
5466         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5467         * src/pic/glue.c (pic14emitStaticSeg),
5468         * src/pic16/glue.c (pic16emitStaticSeg),
5469         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5470         for initialization of symbols
5471         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5472         * support/Util/SDCCerr.h:
5473         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5474         * .version: bumped version number to 2.3.8
5475         * device/include/Makefile.in (install),
5476         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5477         avoid warnings
5478
5479 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5480
5481         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5482         Slade Rich fixed an optimization bug
5483         * src/pic/pcodepeep.c,
5484         * src/pic/pcoderegs.c
5485         * doc/Makefile (install): added test for directory
5486
5487 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5488
5489         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5490         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5491         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5492         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5493         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5494         * as/mcs51/asexpr.c (term),
5495         * as/hc08/asexpr.c (term): fixed bug #887146
5496
5497 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5498
5499         * src/z80/gen.c (genMult): handle single byte result product
5500         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5501         DUMMY_READ_VOLATILE (fixed bug #886367)
5502
5503 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5504
5505         * support/regression/tests/libmullong.c: fixed logic, on little endian
5506         hosts we ended without a mullong_wrapper()
5507
5508 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5509
5510         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5511         virus/worm forged address usage.
5512
5513 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5514
5515         Fixed promotion, it should be done on AST level:
5516         * src/SDCCast.c (addCast): added promotion to int
5517         (decorateType): updated call to upCast()
5518         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5519         usualUnaryConversions()
5520
5521 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5522
5523         * support/regression/tests/literalop.c (mulWrapper): Added a
5524         wrapper to remove integer overflow warnings.
5525
5526         * support/regression/tests/float_trans.c: Made work on host.
5527
5528         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5529         location of sz80.
5530
5531         * support/regression/generate-cases.py (main): Changed from inline
5532         to a main method.
5533
5534         * doc/Makefile (install): Changed to depth first to get rid of
5535         missing directory install warning.
5536
5537         * as/Makefile (install-doc): Made work on Mac.
5538
5539 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5540
5541         * src/SDCCast.c: added an additional type flow in decorateType() of
5542         opposite direction, see feature request #860006; it's enabled at runtime
5543         by setting the environment variable SDCC_NEWTYPEFLOW
5544         * src/SDCCast.h: changed prototype of decorateType()
5545         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5546         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5547         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5548         see feature request #877103
5549         * src/SDCCval.c: updated call of decorateType()
5550         (valBitwise): fixed bug #882876
5551         (valMinus): added promotion
5552         (valLogicAndOr): result is unsigned
5553         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5554         * src/SDCCsymt.c (computeType),
5555         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5556         must not cause an unsigned operation
5557         * src/pic/glue (pic14emitRegularMap),
5558         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5559
5560 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5561
5562         * src/pic/pcode.c (PCodeID): commented out left over debug code
5563
5564 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5565
5566         * support/valdiag/tests/overflow.c: added shift tests
5567         * src/pic/device.c,
5568         * src/pic/gen.c,
5569         * src/pic/gen.h,
5570         * src/pic/glue.c,
5571         * src/pic/main.c,
5572         * src/pic/pcode.c,
5573         * src/pic/pcode.h,
5574         * src/pic/pcodepeep.c,
5575         * src/pic/pcoderegs.c,
5576         * src/pic/ralloc.c,
5577         * src/pic/ralloc.h: applied patch from Slade Rich;
5578         added support for multiple code pages and multiple RAM banks on the
5579         PIC 14 port. The ASM files now no longer simply assume all the
5580         code / RAM are in the same page / bank. This means the linker can
5581         safely allocate code/RAM of separate ASM files to different pages/banks.
5582         * doc/sdccman.lyx: added Slade's tips
5583         * src/mcs51/peeph.def: fixed bug #880768
5584
5585 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5586
5587         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5588         * src/SDCCast.c (decorateType): fixed bug #880197
5589
5590 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5591
5592         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5593         getopt.h.
5594
5595         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5596         strtof is not part of C89 and isn't included with Mac OS X.
5597
5598 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5599
5600         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5601         shiftL2Left2Result): fixed bug #879326
5602         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5603         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5604         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5605         address fetch for clr instruction
5606         * device/lib/hc08/_mulint.c: created optimized assembly version
5607         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5608
5609 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5610
5611         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5612         proposed in FR #877103
5613
5614 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5615
5616         * src/SDCCval.c (cheapestVal): added missing checks
5617         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5618         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5619
5620 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5621
5622         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5623         equal operands
5624
5625 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5626
5627         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5628         loaded with the linker search paths (-L arguments) and the libraries
5629         to be linked with the current source (-l arguments). Changes
5630         currently will affect only the pic16 port.
5631         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5632         include path the port specific paths and port specific libraries,
5633         * gplink command now contains the $3 argument,
5634         * src/pic16/device.h,
5635         * src/pic16/device.c,: structure PIC_device is made public and
5636         renamed to PIC16_device, the same for variable Pics which is renamed
5637         to Pics16. Updated all references to them.
5638         * src/pic16/glue.c (pic16glue): corrected bug with code
5639         initialization which bypassed the variable initializations block.
5640
5641         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5642         COMPILE_FLAGS and added the --nostdinc option
5643
5644 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5645
5646         * device/include/mc68hc908jb8.h: Register defs for another member
5647         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5648
5649 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5650
5651         Documenting changes from previous commits.
5652         * configure.in (version 1.56),
5653         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5654         when generating output files to configure the pic16 library,
5655         but now I've commented it out, since gputils aren't installed in the
5656         SF compile farm, so library won't compile
5657
5658         * device/lib/Makefile.in (version 1.56): initially I've added in
5659         target 'all' the prerequestive 'model-pic16' so it compiled the
5660         pic16 library, but now I've commented it out for the same reasons
5661         above,
5662         * added targets 'model-pic16' and 'objects-pic16' to compile the
5663         library
5664         * added target 'port-specific-objects-pic16' to handle the
5665         generated libraries and copy them into the build/ directory
5666         * added target 'clean-intermediate-pic16' to clean intermediate
5667         files into pic16 directory
5668         * in target 'installdirs' added line to create directory pic16 in
5669         the installation path
5670
5671         * device/include/Makefile.in (version 1.11): in target 'install'
5672         added lines to copy all header files to installation path,
5673         * in target 'installdirs' added line create directory for pic16
5674         headers in the installation path
5675
5676 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5677
5678         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5679          a function call
5680
5681 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5682
5683         * configure,
5684         * device/lib/configure.in,
5685         * device/lib/configure: fixed for autoconf 2.57
5686
5687 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5688
5689         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5690         option so that it actually works. Made it specific to the z80, since
5691         the gbz80 doesn't have these kinds of I/O ports.
5692
5693 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5694
5695         * device/include/z180.h,
5696         * device/lib/_memcpy.c,
5697         * device/lib/_memmove.c,
5698         * device/lib/_mulint.c,
5699         * device/lib/ser_ir.c,
5700         * device/lib/ser_ir_cts_rts.c,
5701         * device/lib/_strcmp.c,
5702         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5703         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5704         portmode; added deprecation warning for bank= and protmode= forms.
5705         Also, guard against buffer overflow.
5706         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5707
5708 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5709
5710         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5711         changed interrupt vector table generation to only emit declared vectors.
5712         * device/include/Makefile.in: added missing backslash
5713         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5714
5715 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5716
5717         Mainly changes to support compilation of the device libraries
5718         * src/pic16/device.c: stack is allocated via symbol and not
5719         via literal number. The symbol is placed in the corresponding
5720         position of the data ram
5721         * (pic16_dump_section): relocatable and absolute uninitialized
5722         data are now emitted in sorted order to reduce section naming,
5723         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5724         weren't marked as being in the access bank,
5725
5726 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5727
5728         Added portion of GNU PIC Library under the directory
5729         device/include/pic16 and device/lib/pic16. These files
5730         contain the declarations of SFRs for the PIC18Fxx2 devices.
5731         The directory is initialized via configure from toplevel.
5732
5733 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5734
5735         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5736         the spilllocations to be compared correctly
5737
5738 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5739
5740         * src/SDCCast.c (decorateType): fixed bug introduced today
5741
5742 2004-01-12  Borut Razem <borut.razem AT siol.net>
5743
5744         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5745         doc/sdccman.lyx: upper case pragmas are deprecated
5746
5747 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5748
5749         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5750         in simpler and even better code
5751
5752 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5753
5754         * src/SDCCicode.c (operandOperation): fixed bug #874819
5755         * src/SDCCast.c (decorateType): fixed
5756         char foo (unsigned long ul) { return ul > 0; }
5757
5758 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5759
5760         * doc/sdccman.lyx: Moved and added some sections, small changes
5761         all over. Telling LaTeX to be less strict with word spacing
5762         to better keep the right margin. Changed some notes about
5763         maintainance of the ports in section 3.2.1 - is it OK like this?
5764
5765 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5766
5767         SDCC source changes:
5768         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5769         convilong): modified to inform the pic16 port that builtin functions
5770         are external
5771
5772         PIC16 PORT specific changes:
5773         * src/pic16/device.c pic16_dump_equates() added,
5774         processor registers declared internally by the port are emitted in
5775         the translation as equates,
5776         * src/pic16/gen.c: inline code is passed unprocessed to the
5777         translation,
5778         * (pic16_popGetLit2): fnuction modified to take second operand as
5779         pCodeOp pointer and not as literal,
5780         * (popRegFromIdx): prefixed with pic16_,
5781         * (pic16_popCombine2): modified to receive already allocated pCode
5782         operands,
5783         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5784         * (genFunction): initializes local stack frame and pushes on stack
5785         all the registers used by this function,
5786         * (genEndFunction): restores all registers from stack and restores
5787         stack frame,
5788         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5789         improvements,
5790         * (pic16glue): changed the program startup sequence,
5791         * added new dbName code 'A' for functions placed in absolute section
5792         * src/pic16/main.c: added function attribute _naked,
5793         * added pragma 'code' to place a fnuction at an absolute address,
5794         * added command line arguments --debug-ralloc and --pcode-verbose,
5795         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5796         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5797         * (pic16_newpCodeOpLit2): modified to take the second operand as
5798         pCodeOp pointer,
5799         * (pic16_printpBlock): modified to emit each function in a separate
5800         section,
5801         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5802         UPPER for immediate operands,
5803         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5804         instruction,
5805         * src/pic16/peeph.def: all peepholes with movff are commented out,
5806         because there is a problem in the pcode peep optimizer,
5807         * src/pic16/ralloc.c: the register allocator can now reuse local
5808         function symbols for another function. This saves register usage.
5809         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5810
5811         Added file src/pic16/NOTES with information about program writing on
5812         the current port version.
5813
5814 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5815
5816         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5817         and peephole 252 (array access)
5818
5819 2004-01-09  Borut Razem <borut.razem AT siol.net>
5820
5821         * src/SDCCmain.c : fixed #872250: -l command line defined library
5822           files are scanned before standard library files
5823
5824 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5825
5826         * src/SDCCast.c (decorateType): fixed bug #874046
5827
5828 2004-01-09  Borut Razem <borut.razem AT siol.net>
5829
5830         * support/scripts/sdcc.nsi: remove previous installation
5831
5832 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5833
5834         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5835         bytes for last interrupt vector (mcs51)
5836         * sdcc.spec: fixed typo
5837
5838 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5839
5840         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5841         gen51Code): more efficient parameter receive for --model-large
5842         ("bug" #845294)
5843
5844 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5845
5846         * src/ds390/main.c,
5847         * src/z80/main.c: added missed needLinkerScript flags (more than
5848         one port structure defined in these file)
5849         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5850         bug #795325
5851
5852 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5853
5854         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5855         * src/port.h: added flag needLinkerScript in port->linker
5856         structure to inform whether to create a .lnk file or not,
5857         * src/avr/main.c,
5858         * src/ds390/main.c,
5859         * src/hc08/main.c,
5860         * src/mcs51/main.c,
5861         * src/pic/main.c,
5862         * src/pic16/main.c,
5863         * src/xa51/main.c,
5864         * src/z80/main.c: changed appropriately to configure
5865         needLinkerScript flag
5866         * src/pic/gen.c,
5867         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5868         * src/pic/glue.c: added variable udata_section_name to
5869         override default uninitialized data segment definition for
5870         devices only with SHAREBANK memory (reported from Erik Epetrich)
5871         * (pic14emitOverlay): modified to emit a commented overlay segment
5872         directive when no overlay data exist
5873         * (picglue): modified to emit uninitialized data segment
5874         according to udata_section_name
5875         * src/pic/main.c (_pic14_parseOptions): added command line
5876         options --udata-section-name=[name] to override default
5877         udata definition name
5878         * modified _linkCmd and _asmCmd to include compiler passed
5879         arguments via -W option
5880         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5881         object file from '.rel' to '.o' in port->linker structure,
5882         changed size of fptr from 2 to 3 in port structure
5883
5884 2004-01-07  Borut Razem <borut.razem AT siol.net>
5885
5886         * support/scripts/sdcc.nsi: update PATH
5887         * support/scripts/sdcc.ico: craeted
5888
5889 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5890
5891         * device/include/Makefile.in: fix install
5892         * doc/Makefile: fix install
5893
5894 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5895
5896         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5897         in bug #860505
5898         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5899         how the function variable allocation summary is displayed; also
5900         include information about variables allocated to the overlay
5901         segment
5902
5903 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5904
5905         * as/mcs51/lkmain.c: Help about -Y option
5906         * as/mcs51/lkarea.c: Fixed gcc warnings
5907
5908 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5909
5910         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5911         fixed warning
5912         * support/valdiag/tests/overflow.c: added
5913         * src/SDCCast.c (decorateType),
5914         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5915         LEFT_OP (left shift)
5916
5917 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5918
5919         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5920         (default behaviour).
5921
5922 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5923
5924         A python script to validate compiler diagnostic messages. It can be
5925         used to verify that sdcc complains about bad c source code and
5926         gives a good location of the error.
5927         * support/valdiag/Makefile,
5928         * support/valdiag/valdiag.py,
5929         * support/valdiag/tests/*
5930
5931 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5932
5933         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5934         * src/SDCCsymt.c (newEnumType),
5935         * src/SDCCsymt.h
5936         * support/Util/SDCCerr.c,
5937         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5938         enum related bugs.
5939         * support/regression/tests/enum.c: added test for enum values that
5940         require at least 2 bytes of storage.
5941
5942 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5943
5944         * src/common.h: added ifndef/define/endif macros
5945         around the header file.
5946         Bug reported from Jesus Calvino-Fraga
5947
5948 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5949
5950         * sdcc.spec: updated
5951         * device/include/Makefile.in: don't install CVS directories
5952         * device/lib/Makefile.in: added removal of CVS directories after install
5953         * doc/Makefile: fixed install, added local_icons
5954         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5955         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5956         * src/ds390/gen.c (genRightShift): fixed bug #870788
5957         * src/SDCCast.c (decorateType): fixed bug #870781
5958
5959 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5960
5961         PIC16 port related changes:
5962         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5963         added variable stackPos,
5964
5965         * gen.c: genCall, assignResultValue: added support for
5966         pushing/retrieving function parameters to/from stack,
5967         genFunction,genEndFunction: setup stack frame for the
5968         generated function,
5969         genAddrOf: will be changed according to bug 863624
5970
5971         * added files genutils.c and genutils.h which contain gen*
5972         debugged and optimised functions extracted from gen.c
5973
5974         * glue.c: added variable 'externs' which holds extern symbols,
5975         pic16emitRegularMap: is modified to properly handle relocatable
5976          symbols under the new scheme,
5977         pic16createInterruptVect: is modified
5978         pic16printPublics: is modified to emit 'global' assembler directives,
5979         added pic16_printExterns to print extern symbols,
5980         pic16glue: initializes stack/frame pointer in the beginning of
5981         the assembly output. Temporary hack, will be corrected later,
5982         because gplink yet does not support stack and SDCC does not
5983         yet support a type of crt0.o object to create the final binary.
5984
5985         * Removed many lines that contain 8051 legacy code.
5986         * The code is finally placed under a 'code' directive.
5987         * Added port specific options.
5988
5989         * _process_pragma: simplified since now we do not need *special*
5990         include file to define SFR registers. But a separate header
5991         will be needed. This will be developed later.
5992         * _pic16_parseOptions: added, parses port specific options:
5993         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5994         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5995         --preplace-udata-with=
5996
5997         * _pic16_setDefaultOptions: modified to initialize section names,
5998         but hack is temporarly out of order since it needs improvement.
5999         * _pic16_genAssemblerPreamble: configuration words are emitted by
6000         their address instead of their name. This part is incomplete and
6001         supports only the 18Fxx2 devices. Other devices will emit an error
6002         during assembly since they do not contain the same set of config
6003         registers
6004         * _pic16_genIVT: is modified,
6005
6006         * pcode.c: added definitions for some hardware registers that are needed
6007         for stack support
6008         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6009         All PCI entries are updated. Now LFSR is supported.
6010         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6011         * added pic16_newpCodeOpLit2 to support instructions with
6012         two literal arguments
6013         * pic16_pCode2str: corrected code that emits assembler instructions
6014         with two literal operands and those that have an access bit modifier
6015         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6016         this fixes a bug which caused some labels to be lost, when an
6017         assembler directive was added, i.e. banksel,
6018         * pic16_FixRegisterBanking: improved logic that causes the insertion
6019         of bank switching,
6020         * InlineFunction: functions that are called once, are not any more
6021         inlined. This can be a port option in the future,
6022
6023         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6024
6025         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6026         hold the corresponding uninitialized symbols,
6027         * pic16_allocProcessorRegister: registers have explicit marked the
6028         accessBank field,
6029         * pic16_allocInternalRegister: registers are explicit marked as
6030         not used,
6031         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6032         processing list, so bit registers were lost,
6033         *
6034
6035         * ralloc.h: added field 'accessBank' and original symbol operand
6036         in register definition,
6037         * removed the field isMapped from register definition,
6038
6039         ** Several functions have been removed from various sources:
6040         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6041         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6042         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6043         pic16_assignRelocatableRegisters
6044
6045         ** others have been introduced:
6046         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6047         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6048
6049 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6050
6051         * support/scripts/inc2h.pl: changed definition of BIT_AT
6052         to emit 'sbit at' instead of 'bit at'. This was a request.
6053
6054         PIC16 port related preliminary changes:
6055         * gen.c: prefixed function popRegFromString with
6056         pic16_ and all references to it corrected
6057         * pcode.c: all pic16_pc_* hardware registers prefixed
6058         with underscore (_),
6059         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6060         * ralloc.c: newReg(): when register is REG_SFR then
6061         set address to rIdx,
6062         pic16_allocProcessorRegister(): marks register wasUsed=0
6063         pic16_writeUsedRegs(): added a call to assign processor
6064         registers via pic16_assignFixedRegisters
6065
6066 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6067
6068         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6069         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6070         variables in unused register banks.  Also the SSEG is placed
6071         wherever there is enough space for it, and IDATA can be anywhere
6072         in internal RAM.  For now compile using -Wl-Y[stack_size].
6073         The mem file is different for this option as well, since it
6074         makes no sense of talking about DSEG lenght.
6075
6076 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6077
6078         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6079         in certain cases, e.g. when ROM assignment, patch provided
6080         from Albert den Haan.
6081
6082 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6083
6084         Many signedness and type propagation fixes:
6085         * src/SDCCicode.c: made geniCodeCast() static
6086         replaced SPEC_ by IS_ (cosmetic)
6087         (operandOperation): fixed div and mod operation
6088         (usualBinaryConversions): added support for promotion of char
6089         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6090         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6091         (geniCodeAdd): an array index will stay unsigned, even if promoted
6092         from char to int
6093         (geniCodeArray): ditto
6094         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6095         * src/SDCCsymt.c (computeType): added more support for char;
6096         promotion of char is selectable by promoteCharToInt, fixed signedness
6097         for all cases
6098         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6099         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6100         * src/SDCCval (val*): replaced signedness calculation by
6101         computeType()
6102         rearranged if-branches (cosmetic)
6103         (valShift): added warning W_SHIFT_CHANGED
6104         (valCompare): fixed problem with different types
6105         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6106         * support/regression/tests/literalop.c: added many cases
6107         * support/regression/tests/ast_constant_folding.c: changed finally to
6108         'unsigned int'
6109         * .version: new year, new version: 2.3.7
6110         * src/SDCCmain.c (main): applied patch #866468
6111         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6112         provided by Scott Bronson
6113         * doc/sdccman.lyx: updated documentation for sdcdb
6114         updated and added chapter tips
6115
6116 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6117
6118         * src/SDCCsymt.h: missing from yesterday's commits
6119
6120 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6121
6122         * src/SDCC.y (struct_or_union_specifier),
6123         * support/Util/SDCCerr.c,
6124         * support/Util/SDCCerr.h: verify that struct & union tags are used
6125         as declared.
6126
6127 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6128
6129         * src/SDCCglobl.h: missing from yesterday's commits
6130
6131 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6132
6133         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6134         sft_attributes, struct_declaration, parameter_declaration,
6135         type_name, start_block, declaration_list),
6136         * src/SDCC.lex (check_type): support redefinition of typedef names
6137
6138 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6139
6140         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6141         aligned xdata arrays. Erik helped me with the if clause.
6142
6143 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6144
6145         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6146         warning
6147
6148 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6149
6150         * src/SDCCast.h,
6151         * src/SDCCast.c (newAst_),
6152         * src/SDCCicode.h,
6153         * src/SDCCicode.c (ast2iCode, newiCode),
6154         * src/SDCCglobl.h,
6155         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6156         expr, statement, expression_statement, selection_statement,
6157         iteration_statement, expr_opt, jump_statement): foundation for tracking
6158         sequence points
6159         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6160         point code too)
6161
6162 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6163
6164         * support/Util/SDCCerr.c,
6165         * src/SDCCast.h,
6166         * src/SDCCast.c (createCase, createDefault, decorateType),
6167         * src/SDCClabel.c (labelUnreach),
6168         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6169         to error messages.
6170         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6171         (with thanks to Stas Sergeev)
6172         * device/include/time.h,
6173         * device/lib/time.c (CheckTime): suppress unreachable code warning
6174
6175 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6176
6177         * src/SDCCast.c (createIvalCharPtr),
6178         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6179         bug #753752)
6180         * support/regression/tests/nullstring.c: tests for these two bugs
6181
6182 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6183
6184         * support/Util/SDCCerr.h,
6185         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6186         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6187         about storage class and 'at' used inside struct or union
6188         * src/SDCCBBlock.c (iCodeFromeBBlock),
6189         * src/SDCCcse.c (ifxOptimize),
6190         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6191         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6192         printIval, emitStaticSeg, emitOverlay),
6193         * src/SDCClabel.c (deleteIfx),
6194         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6195         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6196         gatherAutoInit, processParms),
6197         * support/Util/SDCCerr.h,
6198         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6199         reporting for post-parse errors.
6200
6201 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6202
6203         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6204         implicit casts via union; they don't work on big endian systems
6205         (possible fix for bug #861138)
6206
6207 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6208
6209         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6210         * src/mcs51/main.c: fixed the fix for bug #737001
6211
6212 2003-12-15  Borut Razem <borut.razem AT siol.net>
6213
6214         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6215
6216 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6217
6218         * support/makebin/makebin.c: put output in binary mode
6219
6220 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6221
6222         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6223         xdata and data memory on startup. Set the environment variable
6224         SDCC_NOGENRAMCLEAR to disable this.
6225         * src/mcs51/peephole.def,
6226         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6227         (allows non-interrupt and interrupt code to safely compete for a resource
6228         without the non-interrupt code having to disable interrupts)
6229
6230 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6231
6232         * src/SDCCicode.c (geniCodeAdd),
6233         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6234         with valFromType if type might be a pointer and host is big endian).
6235         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6236         types, not just integer types.
6237         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6238         multiply defined with mismatching "at" address.
6239
6240 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6241
6242         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6243         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6244         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6245         with embedded nulls (fixed bug #753752)
6246
6247 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6248
6249         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6250         Apparently this did not see much testing (endless loop)
6251
6252 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6253
6254         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6255
6256 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6257
6258         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6259         gracefully handle NULL memmap pointers
6260
6261 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6262
6263         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6264         instead of deleting the iCode when an operand is volatile
6265         * src/z80/gen.c (genDummyRead),
6266         * src/mcs51/gen.c (genDummyRead),
6267         * src/ds390/gen.c (genDummyRead),
6268         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6269         not just IC_RIGHT
6270         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6271         * src/SDCC.y: fixed bug #850420
6272
6273 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6274
6275         Applied z80 i/o port patch from Peter Townson and fixed some operators
6276         to better handle operands in A register.
6277         * device/include/z180.h
6278         * src/SDCC.y
6279         * src/SDCCglue.c
6280         * src/z80/gen.c
6281         * src/z80/gen.h
6282         * src/z80/main.c
6283         * src/z80/peeph-z80.def
6284         * src/z80/peeph.def
6285         * src/z80/z80.h
6286
6287 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6288
6289         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6290
6291 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6292
6293         * device/lib/hc08/_mullong.c: Removed extra #endif
6294
6295 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6296
6297         * sim/ucsim/hc08.src/inst.cc,
6298         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6299         carries from x to h
6300         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6301         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6302         * device/include/stdarg.h: fixed varargs for hc08
6303         * device/lib/Makefile.in,
6304         * device/lib/hc08/Makefile,
6305         * device/lib/hc08/_mulint.c,
6306         * device/lib/hc08/_mullong.c: fixed some endian problems
6307
6308 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6309
6310         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6311         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6312         * device/lib/_gptrget.c,
6313         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6314
6315 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6316
6317         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6318         * src/SDCCast.c (astErrors): fixed bug #846007
6319         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6320
6321 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6322
6323         * src/SDCCast.c (decorateType): disabled a transformation I added in
6324         revision 1.188 (access to fields of a structure at an absolute address);
6325         it breaks with bitfields, extern declarations, and gcse analysis.
6326         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6327         could be assigned through a pointer, so don't complain.
6328         * src/SDCCast.c (astErrors),
6329         * src/SDCCast.h,
6330         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6331
6332 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6333
6334         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6335         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6336         output of __config directives, since gpasm now supports them
6337         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6338         pre-processor macro, i.e. -DMCU=p18f452
6339         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6340         and modified to handle 'cast' icode similarly to '=' icode
6341         * src/pic16/device.h (typedef struct PIC_device): added field
6342         'extMIface' to indicate that chip has external memory interface
6343         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6344         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6345         18F8720
6346
6347 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6348
6349         * src/SDCC.y (pointer): fixed bug #846006
6350         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6351         * src/SDCCast.c (decorateType): fixed bug #846009
6352         * src/ds390/peeph.def,
6353         * src/ds390/gen.c (genAnd, genOr),
6354         * src/mcs51/peeph.def,
6355         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6356
6357 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6358
6359         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6360         * src/SDCCdflow.c
6361         * src/SDCCcse.c
6362         * src/SDCCcse.h
6363         * src/SDCCBBlock.h
6364         * src/SDCCBBlock.c
6365
6366 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6367
6368         fixed bug #845089
6369         * src/SDCCbitv.h,
6370         * src/SDCCbitv.c: added function to free a bitvector
6371         * src/SDCClrange.h,
6372         * src/SDCClrange.c: added function to recompute the liveranges
6373         * src/avr/ralloc.c,
6374         * src/ds390/ralloc.c,
6375         * src/hc08/ralloc.c,
6376         * src/mcs51/ralloc.c,
6377         * src/pic/ralloc.c,
6378         * src/pic16/ralloc.c,
6379         * src/xa51/ralloc.c,
6380         * src/z80/ralloc.c: recompute the liveranges after register packing
6381
6382 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6383
6384         * src/SDCCloop.c (newInduction): fixed bug #845630
6385
6386 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6387
6388         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6389         inadvertantly left behind from my 2003-11-12 change
6390
6391 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6392
6393         Updated headers I neglected to commit yesterday.
6394         * src/SDCClrange.h,
6395         * src/SDCCicode.h
6396
6397 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6398
6399         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6400         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6401         * src/SDCCopt.c (eBBlockFromiCode),
6402         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6403         the creation of the key hash table from the sequencing so it can be used
6404         earlier (for some GCSE bug fixes still pending)
6405
6406 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6407
6408         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6409         * support/regression/tests/addsub.c: testing genPlus shortcut
6410
6411 2003-11-15  Borut Razem <borut.razem AT siol.net>
6412
6413         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6414
6415 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6416
6417         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6418         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6419         ordering is immaterial.
6420         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6421
6422 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6423
6424         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6425         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6426         (SIGSEV) of bug #840381
6427         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6428         unlink new file before rename if new and old filenames are the same)
6429
6430 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6431
6432         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6433         uninitialized variables) for the mcs51. Set environment variable
6434         SDCC_GENRAMCLEAR to test.
6435         xdata initialization slightly shorter
6436
6437 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6438
6439         * src/SDCCsymt.h,
6440         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6441         #838241 & 780691 (basicly the same bug)
6442         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6443         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6444
6445 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6446
6447         * src/SDCCmain.c (linkEdit): "fix" #834252
6448
6449 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6450
6451         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6452         * src/SDCCast.h,
6453         * src/SDCC.y: fixed bug #819403
6454
6455 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6456
6457         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6458         the reentrant attribute.
6459         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6460         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6461         simulation
6462         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6463         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6464         erroneously reduced to a literal.
6465         * src/hc08/ralloc.c (packRegisters, rematStr),
6466         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6467         some cases
6468
6469 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6470
6471         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6472         * doc/sdccman.lyx: changed from 'article' to 'book'
6473         * doc/Makefile: readded test_suite_spec and cdbfileformat
6474
6475 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6476
6477         * device/include/stdlib.h: include malloc.h to comply with ANSI
6478         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6479
6480 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6481
6482         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6483         * doc/clean.mk: also remove *.out files
6484         * doc/sdccman.lyx: some additions, larger top/bottom margins
6485
6486 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6487
6488         * src/SDCC.y: fixed bug #837365
6489         * support/regression/tests/bitopcse.c
6490         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6491         a symbol (might be valop instead)
6492         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6493         * device/lib/clean.mk: added hc08 to the cleaning list
6494
6495 2003-11-04  Borut Razem <borut.razem AT siol.net>
6496
6497         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6498           made 2003-11-04
6499         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6500           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6501           malloc is declared in standard stdlib.h
6502
6503 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6504
6505         * device/lib/hc08/Makefile: need to clean .rel not .o files
6506         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6507
6508 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6509
6510         * src/port.h,
6511         * src/hc08/main.c,
6512         * src/mcs51/main.c,
6513         * src/ds390/main.c,
6514         * src/z80/main.c,
6515         * src/avr/main.c,
6516         * src/pic/main.c,
6517         * src/pic16/main.c,
6518         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6519         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6520         tests (which uses the port's oclsExpense function)
6521         * src/SDCC.y,
6522         * src/SDCCast.c,
6523         * src/SDCCicode.c,
6524         * src/hc08/gen.c,
6525         * src/ds390/gen.c,
6526         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6527
6528 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6529
6530         * src/SDCCcse.c (ifxOptimize),
6531         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6532         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6533         deleting the IFX iCode.
6534         * src/hc08/ralloc.c: reduced unneeded slocs
6535         * src/hc08/gen.c: fixed bug in asmopToBoolean
6536
6537 2003-11-04  Borut Razem <borut.razem AT siol.net>
6538
6539         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6540           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6541           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6542           transferred to configure
6543
6544 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6545
6546         Use headers defined in the C[++] standards:
6547         * sim/ucsim/gui.src/serio.src/fileio.cc
6548         * sim/ucsim/gui.src/serio.src/frontend.cc
6549         * sim/ucsim/gui.src/serio.src/main.cc
6550         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6551         * support/Util/NewAlloc.c
6552         * as/hc08/lklibr.c
6553         * as/mcs51/lklibr.c
6554         * as/z80/aslist.c
6555         * as/z80/assym.c
6556
6557 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6558
6559         * Added MSVC projects for hc08 assembler and linker:
6560         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6561         /as/hc08/link_hc08.dsp
6562
6563 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6564
6565         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6566
6567 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6568
6569         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6570
6571 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6572
6573         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6574
6575 2003-10-31  Borut Razem <borut.razem AT siol.net>
6576
6577         * support/cpp2/cpplib.h,
6578           support/cpp2/cpplib.c,
6579           support/cpp2/cpplex.c,
6580           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6581           to switch _asm block preprocessing on / off. Default is
6582           #pragma preproc_asm +
6583
6584 2003-10-31  Borut Razem <borut.razem AT siol.net>
6585
6586         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6587           when outputting comment blocks (when executed with -C option) and
6588           _asm (SDCPP specific) blocks
6589
6590 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6591
6592         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6593
6594 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6595
6596         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6597
6598 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6599
6600         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6601         * src/SDCCast.c (decorateType): fixed bug #832664
6602
6603 2003-10-31  Borut Razem <borut.razem AT siol.net>
6604
6605         * support\cpp2\cpplex.c: fixed for SDCPP:
6606           comments(when executed with -C option) and _asm blocks
6607           were included even if they where in skipped #if block.
6608           Applied solution from GCC cpp 3.3.2
6609
6610 2003-10-31  Borut Razem <borut.razem AT siol.net>
6611
6612         * src/SDCC.lex: sdcc now understands both formats:
6613           '# <line_number> <file_name>' and
6614           '#line <line_number> <file_name>'
6615         * support/cpp2/cppmain.c: sdcpp now generates the standard
6616           '# <line_number> <file_name>' instead of former
6617           '#line <line_number> <file_name>'
6618
6619 2003-10-30  Borut Razem <borut.razem AT siol.net>
6620
6621         * support/cpp2/cpphash.h,
6622         * support/cpp2/cpplib.h
6623         * support/cpp2/cpplex.c,
6624         * support/cpp2/cppmain.c,
6625         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6626
6627 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6628
6629         Fixed a number of problems revealed by bug #827883.
6630         * src/SDCCloop.c (loopInvariants): Spill location of the
6631         result operand should be recomputed if extracted from
6632         a loop. Also, don't extract assignments of an iTemp
6633         from a literal.
6634         * src/SDCCast.c (isConformingBody): loop reversal should
6635         not occur if the control variable is involved with a
6636         relational operator.
6637
6638 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6639
6640         * .version: bumped to 2.3.6 to reflect the big improvements
6641         made by Erik and Klaus. Thanks!
6642
6643 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6644
6645         Replaced the livrange code.
6646         * src/SDCClrange.c: added new LR code
6647         * src/SDCCloop.c,
6648         * src/SDCCBBlock.h: removed remainig parts from old LR code
6649         * src/ds390/ralloc.c,
6650         * src/ds390/gen.c: minor fixes to make it work with new code
6651
6652 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6653
6654         * as/hc08/asm.h,
6655         * as/hc08/lkrloc.c,
6656         * src/hc08/gen.c,
6657         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6658         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6659         (tweaked fix for bug #818696)
6660
6661 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6662
6663         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6664
6665 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6666
6667         * src/SDCCmain.c,
6668         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6669         * src/mcs51/gen.c (gencjneshort),
6670         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6671         more efficient (per Scott Bronson's suggestion)
6672
6673 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6674
6675         Extended the semantics of the critical keyword to include
6676         individual statements. See RFE #827755 and #799831
6677         * src/SDCC.y
6678         * src/SDCCicode.c
6679         * src/SDCCopt.c
6680         * src/SDCCast.c
6681         * support/Util/SDCCerr.c
6682         * support/Util/SDCCerr.h
6683         * src/mcs51/gen.c
6684         * src/ds390/gen.c
6685         * src/hc08/gen.c
6686
6687 2003-10-19  Borut Razem <borut.razem AT siol.net>
6688
6689         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6690
6691 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6692
6693         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6694         Fixed bug #818696
6695         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6696         and predecrement operand is displayed
6697
6698 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6699
6700         * src/SDCCval.c (valMinus): fixed bug #826041
6701
6702 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6703
6704         Some hc08 related updates that I missed earlier
6705         * sim/ucsim/stypes.h
6706         * support/regression/ports/hc08/spec.mk
6707
6708 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6709
6710         New target "hc08" for the Motorola 68hc08 family of micros
6711
6712         * configure
6713         * configure.in
6714         * Makefile
6715         * src/hc08/*
6716         * src/SDCCmain.c
6717         * src/port.h
6718         * sim/ucsim/hc08.src/*
6719         * sim/ucsim/configure.in
6720         * src/ucsim/configure
6721         * sim/ucsim/packages_in.mk
6722         * as/hc08/*
6723         * as/Makefile
6724         * device/include/mc68hc908qy.h
6725         * device/lib/hc08/*
6726         * device/lib/Makefile.in
6727         * support/regression/ports/hc08/*
6728         * support/regression/Makefile
6729
6730 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6731
6732         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6733         regression test
6734         * src/ds390/gen.c (genCast): fixed bug #821957
6735
6736 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6737
6738         * device/lib/logf.c: "fixed" overlay bug
6739         * support/regression/ports/host/spec.mk: added m library
6740         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6741         * support/regression/tests/float_trans: added (for Eric)
6742
6743 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6744
6745         * src/mcs51/gen.c (genCpl): fixed bug
6746         http://sf.net/mailarchive/message.php?msg_id=6263915
6747
6748 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6749
6750         * src/SDCCast.c (decorateType): added extended constant folding
6751         * src/SDCCsymt.c (computeType): cleanup
6752         * src/SDCCval.c (valShift): minor optimization
6753         * support/regression/tests/ast_constant_folding.c: added
6754
6755 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6756
6757         * src/SDCCmain.c: removed some unintended changes
6758
6759 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6760
6761         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6762         * src/z80/gen.c: fixed part of bug #817589
6763         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6764
6765 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6766
6767         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6768         * src/SDCCcflow.c
6769         * src/SDCCcse.c
6770         * src/SDCCdflow.c
6771         * src/SDCClabel.c
6772         * src/SDCClrange.c
6773         * src/SDCCmem.c
6774         * src/SDCCopt.c
6775         * src/SDCCpeeph.c
6776         * src/SDCCset.c
6777         * src/avr/ralloc.c
6778         * src/ds390/ralloc.c
6779         * src/izt/ralloc.c
6780         * src/mcs51/ralloc.c
6781         * src/pic/ralloc.c
6782         * src/pic16/ralloc.c
6783         * src/xa51/ralloc.c
6784         * src/z80/ralloc.c
6785         * src/z80/gen.c: removed unused label "release:"
6786
6787 2003-10-06  Borut Razem <borut.razem AT siol.net>
6788
6789         * src/SDCC.lex: removed definition of unused variables
6790           save_optimize and save_options
6791
6792 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6793
6794         * clean.mk: removed '=' in "-maxdepth=1"
6795         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6796         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6797
6798 2003-10-06  Borut Razem <borut.razem AT siol.net>
6799
6800         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6801           my_unput() replaced by unput()
6802
6803 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6804
6805         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6806         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6807         type-punned pointer will break strict-aliasing rules"
6808         Old LR behaviour is again default; Klaus' LR can be choosen by
6809         defining the environment variable LRKLAUS
6810         * src/SDCCBBlock.h
6811         * src/SDCCloop.c
6812         * src/SDCClrange.c
6813         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6814         * clean.mk: fixed removal of files in bin/CVS/
6815         * device/lib/clean.mk: fixed removal of directories small and large
6816         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6817         * src/SDCCicode.c,
6818         * src/SDCCval.c: removed superflous test for pedantic
6819
6820 2003-10-05  Borut Razem <borut.razem AT siol.net>
6821
6822         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6823           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6824           message "unmatched #pragma SAVE and #pragma RESTORE"
6825
6826 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6827
6828         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6829           assembly, critical functions, atomic, nojtbound)
6830
6831 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6832
6833         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6834         * src/SDCCBBlock.h
6835         * src/SDCCloop.c
6836         * src/SDCCloop.h
6837         * src/SDCClrange.c
6838
6839 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6840
6841         * src/z80/gen.h,
6842         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6843         * src/mcs51/gen.h
6844         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6845         * src/ds390/gen.h
6846         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6847         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6848         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6849
6850 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6851
6852         * src/z80/gen.c (genRet): fixed bug #524753
6853         * src/z80/gen.c (genCast): fixed internal error on cast from
6854         pointer to long
6855         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6856         fix for bug #477835 to the z80
6857         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6858         for tracking iCodes in the peephole optimizer for z80
6859
6860 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6861
6862         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6863         the other part of bug #814548
6864         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6865
6866 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6867
6868         * src/SDCCcse.c: fixed part of bug #814548
6869
6870 2003-09-28  Borut Razem <borut.razem AT siol.net>
6871
6872         * src/asm.c: rewrite of printILine() to use temporary file instead
6873           a pipe
6874         * src/xa51/main.c: commented out declaration of int rewinds
6875
6876 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6877
6878         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6879
6880 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6881
6882         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6883         * src/asm.c (printILine): Fixed bug #811015
6884
6885 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6886
6887         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6888         freeing.
6889
6890 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6891
6892         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6893         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6894         to correctly handle general case of AOP_PAIRPTR
6895         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6896
6897 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6898
6899         * src/mcs51/ralloc.c (fillGaps),
6900         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6901         register positioning bug)
6902
6903 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6904
6905         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6906
6907 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6908
6909         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6910         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6911         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6912         (ralloc doesn't intentionally do this now, but perhaps later)
6913         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6914         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6915         register positioning bugs (Fixed bug #762602 and #795325)
6916         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6917         (Fixed bug #808779)
6918         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6919         lines that --i-code-in-asm generates
6920
6921 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6922
6923         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6924         trying to fclose a FILE* that was already closed.
6925
6926 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6927
6928         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6929         of const struct should be treated as if const themselves)
6930
6931 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6932
6933         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6934
6935 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6936
6937         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6938         Unix (/n) and DOS (/r/n) line terminations.
6939
6940 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6941
6942         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6943         bug #613775
6944
6945 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6946
6947         * src/mcs51/gen.c (genFunction, genEndFunction),
6948         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6949         and restore of EA so that stack offsets to parameters are
6950         correct when using both critical and reentrant/stack-auto.
6951         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6952         size (can be triggered in error if sloc is shared between
6953         different sized objects)
6954         * device/include/float.h: fixed macros to explicitly use
6955         unsigned long where needed
6956
6957 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6958
6959         Feature req. 799831: added code to allow nesting of critical functions
6960         * src/mcs51/gen.c (genFunction, genEndFunction)
6961         * src/ds390/gen.c (genFunction, genEndFunction)
6962
6963 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6964
6965         * src/SDCCsymt.c (sclsFromPtr),
6966         * src/SDCCsymt.h,
6967         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6968         support for standard C idiom of memory mapped variables; for
6969         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6970         to xdata int at 0x1234 tempvar = 1.
6971         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6972         provided by Akiya ISHIDA
6973
6974 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6975
6976         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6977         * src/SDCCval.c (constVal): added reduction from int to char
6978         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6979         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6980         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6981         to ignore the sign
6982         * support/regression/tests/shifts.c: fixed
6983
6984 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6985
6986         * src/z80/gen.c (genXor): Fixed bug #805445
6987
6988 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6989
6990         Fixed bug #621531 (const & volatile confusion in the type chain).
6991         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6992         refer to the const or volatile state of the pointer itself.
6993
6994         * src/SDCCast.c
6995         * src/SDCCglue.c
6996         * src/SDCCicode.c
6997         * src/SDCCsymt.c
6998         * src/SDCCval.c
6999         * src/SDCC.y
7000         * src/SDCCsymt.h
7001         * src/pic/gen.c
7002         * src/pic/ralloc.c
7003         * src/pic16/gen.c
7004         * src/pic16/ralloc.c
7005         * support/regression/tests/const.c
7006
7007 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7008
7009         When checking for duplicated modules, use absolute paths
7010         instead of relative paths.  Files changed:
7011
7012         * as/mcs51/lklib.c
7013         * link/z80/lklib.c
7014
7015 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7016
7017         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7018
7019 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7020
7021         * device/include/string.h: added size_t typedef, changed
7022         prototypes to use size_t, eliminated separate reentrant and
7023         non-reentrant declarations, added _memmove declaration
7024         * device/lib/_memcpy.c: changed to use size_t instead of int,
7025         changed /4 to >>2 to avoid division library call
7026         * device/lib/_memcmp.c,
7027         * device/lib/_memset.c,
7028         * device/lib/_strncat.c,
7029         * device/lib/_strncpy.c,
7030         * device/lib/_strncmp.c: changed to use size_t instead of int
7031         * device/lib/_memmove.c: new file (fixed bug #772294)
7032         * device/lib/Makefile.in: added _memmove.c
7033         * device/lib/z80/asm_strings.s: fixed bug #772290
7034         * support/regression/tests/bitfields.c: attempt to fix host assertion
7035         failure on amd64-unknown-linux2.2
7036
7037 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7038
7039         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7040         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7041         * as/z80/asmain.c (main): fixed bug #801766
7042
7043 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7044
7045         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7046         compilers
7047
7048 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7049
7050         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7051         reported in bug #800609
7052
7053 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7054
7055         * Top header beautifications in src/pic16 directory:
7056           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7057           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7058           pcoderegs.h, ralloc.c, ralloc.h
7059         * main.c: added top header and GPL license notice
7060         * pcode.c: fixed the if-conditional warning
7061
7062 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7063
7064         * device/lib/_mullong.c: replaced int by short for gcc
7065
7066 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7067
7068         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7069         and JUMPTABLE iCodes properly now (worked by accident before)
7070         * src/mcs51/gen.c (leftRightUseAcc),
7071         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7072         iCode properly now. Use getSize instead of nRegs since a & b
7073         aren't part of the nRegs tally.
7074
7075 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7076
7077         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7078         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7079           before instructions that use the _STATUS register
7080
7081 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7082
7083         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7084         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7085         fetching of the pointer
7086         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7087         copied from genNearPointerSet()
7088         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7089         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7090         If they pop r0/r1 they must be called in the opposite order than aopOp().
7091         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7092         (resp. --stack-auto), prepared for --xstack
7093
7094 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7095
7096         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7097
7098 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7099
7100         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7101         these ports have their own __sdcc_external_start()
7102
7103 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7104
7105         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7106         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7107         type for bits was changed. It resulted in bit variables becoming
7108         global, which is not permitted in PIC 14 assembly output.
7109
7110 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7111
7112         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7113
7114 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7115
7116         Z80 and MCS51 linkers complaint if a public symbol is defined
7117         in more than one library module:
7118
7119         * as/mcs51/lklib.c
7120         * link/z80/lklib.c
7121         * as/mcs51/Makefile.in
7122
7123 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7124
7125         A few small changes that speed up the peephole optimizer.
7126
7127         * src/SDCCpeeph.c
7128
7129 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7130
7131         Try to make the peephole optimizer smarter by maintaining
7132         an association between the assembly source code and the
7133         iCodes that originated them. Put this information to use
7134         with a new peephole rule condition "notVolatile" so that
7135         the rules can be aggressive yet still safe.
7136
7137         * src/SDCCpeeph.c
7138         * src/SDCCpeeph.h
7139         * src/mcs51/gen.c
7140         * src/mcs51/peeph.def
7141
7142 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7143
7144         Fixed bug #741761
7145
7146         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7147         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7148         if the left or right operand symbols have the accuse flag set.
7149
7150 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7151
7152         Changed the type of the result of the ! (NOT) operator to char;
7153         previously it returned the same type as the source. This allows
7154         us to eliminate all the genFloatNot functions (all of its target
7155         implementations were very buggy) since !float can use the same
7156         code as !long now.
7157
7158         * src/SDCCicode.c (ast2iCode): ! returns char
7159         * src/mcs51/gen.c (genNot, genNotFloat),
7160         * src/ds390/gen.c (genNot, genNotFloat),
7161         * src/z80/gen.c (genNot, genNotFloat),
7162         * src/pic/gen.c (genNot, genNotFloat),
7163         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7164
7165 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7166
7167         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7168         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7169            during interrupts. Ensure WSAVE is located at a shared bank address.
7170         2. Fixed page selection in some places
7171         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7172            the registers name strings.
7173         4. Fixed "signed / unsigned compare" compiler warnings.
7174         5. The PIC port manages its own allocation of the general purpose
7175            registers, but makes no attempt to reuse them. As a result when
7176            compiling it soon runs out of general purpose registers. Some
7177            additional code was added to the files pcode.c and device.c to walk
7178            through the function call tree and rename the registers so that they
7179            get reused.
7180
7181         * src/pic/device.c
7182         * src/pic/gen.c
7183         * src/pic/glue.c
7184         * src/pic/pcode.c
7185         * src/pic/pcode.h
7186         * src/pic/ralloc.c
7187         * src/pic/ralloc.h
7188         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7189         genPlus() & genMinus() when the result is the same as left or right
7190
7191 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7192
7193         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7194
7195 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7196
7197         Made bitfield a distinct type from bit so that bitfields
7198         convert as per ANSI C and bits retain their traditional
7199         boolean style behaviour. Implemented bitfield support in
7200         the z80 port.
7201
7202         * src/SDCCsymt.h,
7203         * src/SDCCsymt.c,
7204         * src/SDCCast.c,
7205         * src/cdbFile.c,
7206         * src/mcs51/gen.c,
7207         * src/ds390/gen.c: bit v bitfield split
7208         * src/z80/gen.c: New support for bitfields
7209         * support/regression/tests/bitfields.c: reenabled z80,
7210         added more tests
7211
7212 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7213
7214         Rules 246.x, 247.x relate to bitfields, the others speed up
7215         access to xdata mapped I/O devices.
7216
7217         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7218
7219 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7220
7221         Cleaned up genPackBits and genUnpackBits and added two helper
7222         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7223         for literal assignments in genPackBits (thanks to Frieder for
7224         reminding me).
7225
7226         * src/mcs51/gen.c
7227         * src/ds390/gen.c
7228
7229 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7230
7231         Fixed bug #748310 (pointer to function type mishandled when the
7232         function name is omitted). Also fixed a SIGSEGV when a function
7233         attribute (reentrant, etc) is used on a non-function or on a
7234         function but misplaced before the parameter list.
7235
7236         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7237         bug #748310
7238         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7239         * support/Util/SDCCerr.h,
7240         * support/Util/SDCCerr.c: Added func attr misuse error msg
7241
7242 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7243
7244         Fixed bug #787649 by anonymous
7245         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7246         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7247
7248 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7249
7250         Fixed numerous bitfield problems.
7251
7252         * src/SDCC.y: More bitfield related error checking
7253         * src/SDCCsymt.h,
7254         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7255         * support/Util/SDCCerr.h,
7256         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7257         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7258         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7259         * support/regression/tests/bitfields.c: tests added
7260
7261 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7262
7263         Made the constant following the "interrupt" keyword optional. If
7264         omitted, the function will not automatically be given an entry
7265         in the interrupt vector table (similar to #pragma NOIV, but
7266         less syntacticly kludgy). The interrupt number is also now
7267         range checked. Also fixed a bug in the high order bit example
7268         in the manual.
7269
7270         * src/SDCC.y
7271         * src/SDCCmem.c
7272         * src/SDCCglue.c
7273         * src/SDCCsymt.h
7274         * support/Util/SDCCerr.c
7275         * support/Util/SDCCerr.h
7276         * doc/sdccman.lyx
7277
7278 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7279
7280         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7281         * src/SDCCicode.c (operandOperation): rewritten some ops
7282         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7283         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7284         other type
7285         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7286         be re-activated by defining REDUCE_LITERALS)
7287         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7288         unsigned, but are signed by default
7289         * src/SDCCval.c (constVal): rearranged
7290         * src/SDCCval.c (valMod): preliminary fix
7291         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7292         * support/regression/literalop.c: added, work in progress
7293
7294 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7295
7296         Generate warnings for useless declarations like "char data;"
7297         that don't do what new users expect.
7298
7299         * src/SDCC.y
7300         * support/Util/SDCCerr.h
7301         * support/Util/SDCCerr.c
7302
7303 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7304
7305         * src/SDCCval.c (valMult): fix overflow detection of negative int
7306
7307 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7308
7309         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7310
7311         Changes to support big endian targets:
7312
7313         * src/ports.h
7314         * src/SDCCglue.c
7315         * src/avr/main.c
7316         * src/ds390/main.c
7317         * src/izt/i186.c
7318         * src/mcs51/main.c
7319         * src/pic/main.c
7320         * src/pic16/main.c
7321         * src/xa51/main.c
7322         * src/z80/main.c
7323
7324 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7325
7326         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7327         * device/lib/time.c: fixed warning "integer overflow in expression"
7328
7329 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7330
7331         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7332         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7333         constants are unsigned; added recognition of "u" flag for unsigned
7334         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7335         * src/SDCCval.c (valDiv, valMod): fixed signdness
7336         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7337         signedness of modulo, left and right shift
7338         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7339         * support/Util/SDCCerr.h: added warning W_INT_OVL
7340         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7341         * src/SDCCast.c (ast_print): improved output of constants
7342
7343 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7344
7345         Fixed some warnings when building with MSVC:
7346
7347         * as\mcs51\asdata.c
7348         * as\z80\asdata.c
7349         * as\mcs51\asm.h
7350         * as\z80\asm.h
7351         * link\z80\aslink.h
7352         * link\z80\lkdata.c
7353         * link\z80\lkeval.c
7354         * link\z80\lkgb.c
7355         * link\z80\lkihx.c
7356         * link\z80\lks19.c
7357         * link\z80\lksym.c
7358         * support\cpp2\cpplib.c
7359         * src\ds390\gen.c
7360         * src\mcs51\gen.c
7361
7362 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7363
7364         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7365
7366 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7367
7368         * support\librarian\clean.mk: Do not remove Makefile.
7369         * support\librarian\Makefile: added.
7370
7371 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7372
7373         Added librarian to MSVC build:
7374         * all.dsp
7375         * sdcc.dsw
7376         * support\librarian\librarian.dsp
7377
7378         'configure' not needed for librarian, removed:
7379         * support\librarian\configure
7380         * support\librarian\configure.in
7381         * support\librarian\config_in.h
7382         * support\librarian\Makefile.in
7383
7384         Hopefully these ones built the librarian and the rest of sdcc properly:
7385         * Makefile
7386         * Makefile.common.in
7387
7388         Messed up 'configure', so revert to previous version:
7389         * configure
7390         * configure.in
7391
7392 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7393
7394         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7395         there, while the mantissa of a double is "only" 53 bits wide.
7396
7397 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7398
7399         Adding sdcclib to the build.  MSVC project coming soon.
7400         Files added/changed:
7401
7402         * support\librarian\clean.mk
7403         * support\librarian\configure
7404         * support\librarian\configure.in
7405         * support\librarian\config_in.h
7406         * support\librarian\Makefile.bcc
7407         * support\librarian\Makefile.in
7408         * support\librarian\sdcclib.c
7409         * Makefile.bcc
7410         * Makefile
7411         * Makefile.common.in
7412         * configure
7413         * configure.in
7414
7415 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7416
7417         Linker now complaints if linked modules have conflicting options, for
7418         example, one compiled using --model-large and another one compiled with
7419         --model-small.  The following files were modified:
7420
7421         * as\mcs51\asdata.c
7422         * as\mcs51\aslink.h
7423         * as\mcs51\asm.h
7424         * as\mcs51\asmain.c
7425         * as\mcs51\asout.c
7426         * as\mcs51\i51pst.c
7427         * as\mcs51\lkdata.c
7428         * as\mcs51\lklibr.c
7429         * as\mcs51\lkmain.c
7430         * as\z80\asdata.c
7431         * as\z80\asm.h
7432         * as\z80\asmain.c
7433         * as\z80\asout.c
7434         * as\z80\z80pst.c
7435         * link\z80\aslink.h
7436         * link\z80\lkdata.c
7437         * link\z80\lklibr.c
7438         * link\z80\lkmain.c
7439         * src\SDCCglue.c
7440
7441 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7442
7443         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7444         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7445
7446 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7447
7448         * src/z80/mappings.i: fix _mul[us][int,long] entries
7449
7450 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7451
7452         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7453
7454 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7455
7456         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7457         * support/regression/tests/bitopcse.c: added
7458         fixed warning:
7459         * src/avr/gen.c:
7460         * src/pic/gen.c:
7461         * src/pic16/gen.c:
7462         * src/z80/gen.c:
7463         * src/xa51/gen.c:
7464
7465 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7466
7467         added support for new library format to z80, gbz80 linkers:
7468         *link/z80/aslink.h
7469         *link/z80/lklex.c
7470         *link/z80/lklib.c
7471         *link/z80/lklist.c
7472
7473 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7474
7475         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7476         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7477
7478 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7479
7480         added DUMMY_READ_VOLATILE:
7481         * src/SDCC.y:
7482         * src/avr/gen.c:
7483         * src/xa51/gen.c:
7484         * src/z80/gen.c:
7485         * src/pic/gen.c:
7486         * src/pic16/gen.c:
7487         * src/mcs51/gen.c:
7488         * src/ds390/gen.c:
7489         * src/SDCCcse.c (algebraicOpts): many improvements
7490         * src/SDCCcse.h: removed algebraicOpts()
7491         * src/SDCCicode.c (picDummyRead): added
7492
7493 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7494
7495         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7496         "Insufficient space in data memory".
7497
7498 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7499
7500         * src/mcs51/gen.c: fixed bug #771358
7501         * src/z80/gen.c: fixed bug #759087
7502
7503 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7504
7505         * src/pic16/glue.c: minor cleanup by Vangelis
7506
7507 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7508
7509         * device/include/regc515c.h: fixed #758477
7510         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7511         * device/lib/_gptrput.c: saved a few bytes
7512         * my tab spacing is 8, yours too?)
7513         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7514         * device/lib/serial.c: process RX bytes earlier than TX bytes
7515         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7516
7517 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7518
7519         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7520
7521 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7522
7523     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7524
7525 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7526
7527         * device/lib/Makefile.in: bad fix, reverted to 1.43
7528
7529 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7530
7531         * device/lib/Makefile.in: added missing z80 object files
7532
7533 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7534
7535         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7536         pic16 progress by Vangelis:
7537         * src/SDCCglobl.h:
7538         * src/SDCCmain.c:
7539         * src/pic/Makefile:
7540         * src/pic:
7541         * pic/Makefile:
7542         * pic16/device.c:
7543         * pic16/device.h:
7544         * pic16/gen.c:
7545         * pic16/gen.h:
7546         * pic16/genarith.c:
7547         * pic16/glue.c:
7548         * pic16/main.c:
7549         * pic16/pcode.c:
7550         * pic16/pcode.h:
7551         * pic16/pcodepeep.c:
7552         * pic16/peeph.def:
7553
7554 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7555
7556     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7557
7558 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7559
7560     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7561     added gbz80 build to MSVC project.
7562     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7563     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7564     from 8051 stuff and setup so it links using a .lnk file.
7565
7566 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7567
7568     * support/librarian/sdcclib.c: sdcc librarian.
7569     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7570     with sdcclib.
7571
7572 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7573
7574     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7575
7576 2003-07-02  Borut Razem <borut.razem AT siol.net>
7577
7578         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7579         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7580         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7581         src/xa51/main.c, src/z80/main.c:
7582         virtualization of glue() function: each port has it's own glue function,
7583         which is accessed by do_glue function pointer in PORT.general structure
7584
7585 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7586
7587         * DS800C400 fun, improved ROM interface and tinibios.
7588
7589 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7590
7591         * More support for DS80C400. Now includes beginning of interface to ROM.
7592
7593 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7594
7595         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7596
7597 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7598
7599         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7600
7601 2003-06-19  Borut Razem <borut.razem AT siol.net>
7602
7603         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7604
7605 2003-06-19  Borut Razem <borut.razem AT siol.net>
7606
7607         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7608         fixed Z80 port - crt0.o: cannot open.
7609
7610 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7611
7612         * support/Util/MySystem.c (merge_command): revert bad fix
7613
7614 2003-06-18  Borut Razem <borut.razem AT siol.net>
7615
7616         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7617
7618 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7619
7620         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7621         option --use-stdout sends errors to stdout instead of stderr.
7622
7623 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7624
7625         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7626
7627 2003-06-15  Borut Razem <borut.razem AT siol.net>
7628
7629         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7630         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7631         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7632         fixed width array of pointers replaced with sets;
7633         multiple include and lib paths ared transferred to preprocessor and linker
7634         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7635         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7636         fixed width array of pointers
7637         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7638         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7639         fixupPath(), getPathDifference()
7640         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7641         fixed width array of pointers
7642
7643 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7644
7645         * src/pic16/ralloc.c: fix warnings
7646         * src/pic16/pcode.c: fix warning
7647
7648 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7649
7650          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7651         know all the details, but essentially this set of changes enable
7652         the pic16 port to generate movff instructions and generate assembler
7653         directives,
7654         * src/SDCCmain.c:
7655         * src/pic16/gen.c:
7656         * src/pic16/glue.c:
7657         * src/pic16/pcode.c:
7658         * src/pic16/device.c:
7659         * src/pic16/main.c:
7660         * src/pic16/pcode.h:
7661         * src/pic16/pcoderegs.c:
7662         * src/pic16/ralloc.c:
7663         * src/pic16/ralloc.h:
7664
7665 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7666
7667         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7668         added option --vc, so sdcc errors and warnings are compatible with
7669         Microsoft Visual Studio.
7670
7671 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7672
7673         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7674           device/lib/libfloat.lib: added atof function.
7675
7676 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7677
7678         * doc/sdccman.lyx: updated to Lyx 1.3
7679         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7680         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7681         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7682
7683 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7684
7685         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7686
7687 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7688
7689         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7690           additions to the "related tools/documentation" section
7691
7692 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7693
7694         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7695
7696 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7697
7698         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7699         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7700
7701 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7702
7703         * doc/sdccman.lyx: fix double dash and other minor things
7704         * doc/Makefile: fix double dash
7705
7706 2003-05-28  Karl Bongers(patches from Martin Helmling)
7707         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7708           condition and ignore commands.
7709
7710 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7711
7712         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7713           is in parts still quite out of date, I did changes as far as I felt makes sense
7714           for a non-native english speaker.
7715           Please feel free to add to the manual or to correct my changes.
7716         * doc/Makefile: undid touching the date of intermediate tex files.
7717
7718 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7719
7720         * doc/sdccman.lyx: Manual has an index now
7721
7722 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7723
7724         Finalize muluint/mulsint and mululong/mulslong merging:
7725         * device/lib/_mulint.c
7726         * device/lib/_mullong.c
7727         * device/lib/gbz80/mul.s
7728         * device/lib/gbz80/stubs.s
7729         * device/lib/z80/mul.s
7730         * device/lib/z80/stubs.s
7731         * src/SDCCsymt.c (initCSupport)
7732
7733 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7734
7735         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7736         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7737           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7738           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7739           instead of /Zm500.
7740
7741 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7742
7743         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7744           the regression tests I'm not brave enough to enable 245.b, 245.c
7745         * doc/sdccman.lyx: added latex preamble for hyperref package.
7746           Using pdflatex this will give you a hyperlinked pdf file with
7747           bookmarks. (prepend '%' before /usepackage if this breaks something)
7748
7749 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7750
7751          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7752
7753 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7754
7755         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7756
7757 2003-05-21    <johan AT balder>
7758
7759         * src/SDCCglue.c (printIval): fixed bug #739934
7760
7761 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7762
7763         Applied patch from bug 737905 (renamed yylineo to mylineno):
7764         * src/altlex.c
7765         * src/SDCCast.c
7766         * src/SDCglobl.h
7767         * src/SDCC.lex
7768         * src/SDCCsymt.c
7769         * src/SDCCval.c
7770         * src/pic16/pcode.c: Cleaned warnings
7771         * src/pic16/pcodeflow.c: Cleaned warnings
7772         * src/pic16/pcoderegs.c: Cleaned warnings
7773
7774 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7775
7776         * src/pic16/pcode.c: Cleaned warnings
7777         * src/pic16/pcodepeep.c: Cleaned warnings
7778         * src/pic16/ralloc.c: Cleaned warnings
7779
7780 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7781
7782         * doc/sdccman.lyx: fixed bug 739745
7783         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7784
7785 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7786
7787         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7788         it can be defined with CFLAGS when running configure
7789         * src/SDCCmain.c: fixed compiling + linking with object files
7790
7791 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7792
7793         * configure.in: configure for pic16 port,
7794             added --disable-pic16-port
7795         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7796         * src/SDCCmain.c: linkOptions is changed to set *,
7797             added if/endif conditional macros to remove options help
7798             messages from optionsTable when a port is not configured, added
7799             support for the PIc16 port in the ports table, when executing
7800             the compiler with no port specified on command line, a default
7801             port is selected with the new macro DEFAULT_PORT which is
7802             defined in port.h, in setDefaultOptions() linkOptions is removed
7803             from initialization assignment, since now it is a set,
7804             parseCmdLine uses setParseWithComma for linkOptions, in
7805             linkEdit() linkOptions are accessed with new function indexSet()
7806             which returns the i'th item of a set variable. See SDCCset.c, in
7807             linkEdit() when calling buildCmdLine(), added linkOptions as
7808             last argument. Now users can pass arguments to gplink via the
7809             -Wl option, main() uses pic16glue() to glue up pic16 programs
7810         * src/SDCCpeeph.c: various changes to support pic16
7811         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7812             return the i'th item of the set
7813         * src/SDCCset.h: added function prototype for indexSet()
7814         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7815         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7816         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7817             added macro DEFAULT_PORT
7818         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7819         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7820             generated
7821         * src/pic16/glue.c: commented out some error producing lines
7822         * src/pic16/main.c: __config directives are commented out to stop
7823             gpasm complaining and test the linkage with gplink, _linkCmd and
7824             _asmCmd changed to be more gplink and gpasm friendly
7825         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7826             produced an error when parsed, peep rule 12 is added to utilize
7827             movff, but it is commented out since the pCode does not support
7828             yet a command with 2 address arguments
7829
7830 2003-05-18    <johan AT balder>
7831
7832         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7833         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7834 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7835
7836         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7837   Added feature to script commands from file.
7838
7839 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7840
7841         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7842         * src/SDCCutil.c: include ctype.h for win32
7843
7844 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7845
7846         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7847
7848 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7849
7850         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7851   Fixed so you can set breakpoints prior to run, run does not stop
7852   on entry now.  Add tbreak.  Other enhancements and fixes for use
7853   with ddd.
7854
7855 2003-05-12  Borut Razem <borut.razem AT siol.net>
7856
7857         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7858
7859 2003-05-11  Borut Razem <borut.razem AT siol.net>
7860
7861         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7862         the path of bin directory, so that PATH is the only env. variable, which has to be set
7863         in case of standard installation.
7864         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7865         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7866         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7867
7868 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7869
7870         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7871         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7872         temp files are in the port dir; clean the gen/test directory when
7873         generating new test.c
7874         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7875         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7876         * support/regression/tests/zeropad.c: added
7877
7878 2003-05-09    <johan AT balder>
7879
7880         * src/SDCCglue.c: fixed bug #597940
7881
7882 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7883
7884         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7885   cache sfr, optimize next,step, fix off by one sourceline,
7886   support ddd list function.
7887         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7888
7889 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7890
7891         * support/regression/HTMLgen.py: added compare_s2f()
7892         * support/regression/Makefile: redo 1.27
7893         * support/regression/generate-cases.py: redo 1.5
7894
7895 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7896
7897         * support/regression/tests/float.c: workaround 33 bit hex constant
7898         * support/regression/tests/simplefloat.c: fix division for host
7899
7900 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7901
7902         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7903         that tame's the PIC's over-aggressive optimizer.
7904
7905 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7906
7907          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7908          support for MSVC.
7909
7910 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7911
7912         Initial support for DS80C400. "Hello world" runs on TINIm400
7913         (with polled I/O).
7914
7915 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7916
7917          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7918          * Some notes on ddd usage added in debugger/README
7919          Martin Helmling adding more features and fixes for ddd GUI debugger.
7920          Code added for nexti, stepi, up, down, and other adjustments.
7921
7922 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7923
7924         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7925         * src/pic/peeph.def Added two rules to optimize carry manipulation
7926         * src/pic/* removed debug printfs
7927
7928 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7929
7930         * debugger/mcs51/cmd.c: added header newalloc.h
7931
7932 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7933
7934         * as/Makefile: new EXEEXT
7935         * as/z80/Makefile: remove trailing slash of BUILDIR
7936         * as/z80/clean.mk: new EXEEXT
7937         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7938         * support/cpp2/Makefile.in: new EXEEXT
7939         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7940
7941 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7942
7943         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7944         EXEEXT was introduced to fix all related problems with targets
7945         "clean", "install" and "uninstall"; a couple of further flaws
7946         especially with "clean" have been fixed too
7947         * as/mcs51/Makefile.in
7948         * as/mcs51/clean.mk
7949         * as/z80/Makefile
7950         * Makefile
7951         * clean.mk
7952         * debugger/mcs51/Makefile.in
7953         * debugger/mcs51/clean.mk
7954         * link/z80/Makefile
7955         * link/z80/Makefile.in
7956         * link/z80/clean.mk
7957         * link/Makefile
7958         * packihx/Makefile.in
7959         * packihx/clean.mk
7960         * sim/ucsim/Makefile
7961         * sim/ucsim/clean.mk
7962         * sim/ucsim/avr.src/Makefile.in
7963         * sim/ucsim/avr.src/clean.mk
7964         * sim/ucsim/s51.src/Makefile.in
7965         * sim/ucsim/s51.src/clean.mk
7966         * sim/ucsim/xa.src/Makefile.in
7967         * sim/ucsim/xa.src/clean.mk
7968         * sim/ucsim/z80.src/Makefile.in
7969         * sim/ucsim/z80.src/clean.mk
7970         * sim/ucsim/main_in.mk
7971         * sim/ucsim/packages_in.mk
7972         * sim/ucsim/gui.src/Makefile.in
7973         * sim/ucsim/gui.src/serio.src/Makefile.in
7974         * sim/ucsim/gui.src/serio.src/clean.mk
7975         * src/Makefile.in
7976         * src/clean.mk
7977         * support/cpp2/Makefile.in
7978         * support/cpp2/clean.mk
7979         * support/makebin/Makefile
7980         * support/makebin/clean.mk
7981         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7982         * doc/sdccman.lyx: --program-suffix no longer needed
7983
7984 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7985
7986          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7987          Martin Helmling added support for ddd GUI debugger.
7988          Code added to display assembly, set variables, and other commands
7989          to interface to ddd.
7990
7991 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7992
7993         * as/Makefile: fix target clean
7994         * as/clean.mk: fix target clean
7995         * as/z80/clean.mk: fix target clean
7996
7997 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7998
7999         * Makefile.common.in: added  AT EXEEXT AT
8000         * configure.in: removed all mingw32 stuff
8001         * configure: rebuilt from configure.in
8002         * doc/sdccman.lyx: updated section "installation"
8003         * support/scripts/sdcc_mingw32: adapted to configure
8004         * support/scripts/sdcc_cygwin_mingw32: added
8005
8006 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8007
8008         * src/pic Added object file support for the PIC port
8009         * src/pic Applied patch from Craig Franklin (this started the object file support)
8010         * src/regression Updated the PIC regression tests for object files
8011
8012 2003-04-20  Borut Razem <borut.razem AT siol.net>
8013
8014         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8015           lklex.c: In function `getfid':
8016           lklex.c:203: warning: array subscript has type `char'
8017         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8018           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8019         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8020           stack handling macros
8021
8022 2003-04-19  Borut Razem <borut.razem AT siol.net>
8023
8024         * "handling space characters in file path" task:
8025         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8026         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8027         * support/Util/MySystem.h: make it self-sufficient
8028         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8029           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8030           handling space characters in file path
8031         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8032           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8033         * support/Util/MySystem.c: handling space characters in executable's path
8034
8035 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8036
8037         * as/z80/Makefile: fix permanent rebuild of z80
8038         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8039         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8040
8041 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8042
8043         * src/SDCCopt.c: add special case optimization to replace modulo by
8044           a power of two with a bitwise AND.
8045
8046 2003-04-18    <johan AT balder>
8047
8048         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8049
8050 2003-04-17    <johan AT balder>
8051
8052         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8053         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8054
8055 2003-04-13  Borut Razem <borut.razem AT siol.net>
8056
8057         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8058         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8059           fixed mingw problem in adl_NORMALIZE_PATH
8060
8061 2003-04-12  Borut Razem <borut.razem AT siol.net>
8062
8063         * fixed "#pragma SAVE/RESTORE can not be nested":
8064         * src/SDCC.lex: reworked pragma handling functions
8065         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8066         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8067
8068 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8069
8070         * src/SDCCutil.c (pathEquivalent): defined but not used
8071         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8072         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8073         * configure: rebuilt from configure.in
8074         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8075         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8076         * device/include/Makefile.in: replace sdcc_datadir
8077         * device/lib/Makefile.in: replace sdcc_datadir
8078         * Makefile.common.in: add LDFLAGS from configure
8079         * packihx/Makefile.in: use LDFLAGS
8080         * src/Makefile.in: use LDFLAGS
8081         * support/cpp2/Makefile.in: add LDFLAGS from configure
8082         * support/makebin/Makefile: use LDFLAGS
8083         * .version: bumped version number to 2.3.5
8084
8085 2003-04-12  Borut Razem <borut.razem AT siol.net>
8086
8087         * completed "different paths" task:
8088         * src/SDCCmacro.c: fixed bug in handling quotes
8089         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8090         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8091
8092 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8093
8094         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8095
8096 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8097
8098         * ds390/gen.c ds390/peeph.def: fix bug 706781
8099
8100 2003-04-11  Borut Razem <borut.razem AT siol.net>
8101
8102         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8103
8104 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8105
8106         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8107         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8108          set - this bit used to not be set...).
8109         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8110           bad code in PIC Port
8111         * src/regression/and2.c added to test bug 609268
8112         * src/regression/Makefile added and2.c to regression test
8113
8114
8115 2003-04-08    <johan AT CP255758-A>
8116
8117         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8118         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8119         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8120
8121 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8122
8123         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8124         fix bug #487815
8125         * support/cpp2/Makefile.in: fix bug #487815
8126         * configure: rebuilt from configure.in
8127         * Makefile.common.in: docdir changed, new path suffixes
8128         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8129         * sdcc_vc_in.h: reflect changes from sdccconf.h
8130         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8131         * src/SDCCutil.h: remove BINDIR hack
8132         * doc/sdccman.lyx: update new path hierarchy
8133
8134 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8135
8136         * src/SDCCpeeph.c: added okToRemoveSLOC test
8137
8138 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8139
8140         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8141
8142 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8143
8144         * src/SDCCpeeph.c: added labelIsReturnOnly test
8145         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8146
8147 2003-04-05    <johan AT balder>
8148
8149         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8150         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8151         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8152         * src/SDCCast.c: fixed a warning
8153         * src/SDCCast.h: fixed a warning
8154         * src/SDCCicode.c (operandFromAst): fixed a warning
8155
8156 2003-04-04    <johan AT balder>
8157
8158         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8159         * src/SDCCast.c (decorateType): fixed bug #715076
8160         * src/SDCC.y: fixed bug #702907
8161
8162 2003-04-03    <johan AT balder>
8163
8164         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8165         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8166         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8167         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8168         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8169
8170 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8171
8172         * _decdptr.c: fix return values
8173         * _gptrget.c: fix return values
8174         * _gptrgetc.c: fix return values
8175         * _gptrput.c: fix return values
8176         * _mulint.c: fix return values
8177         * as/z80/Makefile: fix 'make -j' problem
8178
8179 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8180
8181         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8182         * configure.in: big cleanup, updated to autoconf 2.5x
8183         * configure: rebuilt from configure.in
8184         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8185         * sdcc_vc_in.h: reflect changes from sdccconf.h
8186         * doc/Makefile: fixed a flaw in "make install"
8187
8188 2003-04-02    <johan AT balder>
8189
8190         * src/ds390/gen.c (genCmp): no comments
8191         * src/mcs51/gen.c (genCmp): no comments
8192         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8193         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8194
8195 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8196
8197         * support/regression/generate-cases.py: place generated file in given sub directory
8198         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8199         * support/regression/Makefile: improvements for 'make -j';
8200         side effect: it's simpler and faster now
8201
8202 2003-03-31  Borut Razem <borut.razem AT siol.net>
8203
8204         * src/z80/main.c: link-{port} and as-{port} defined without path
8205         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8206
8207 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8208
8209         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8210
8211 2003-03-30  Borut Razem <borut.razem AT siol.net>
8212
8213         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8214           changed type of list parameter to set
8215         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8216         * src/port.h: changed type of do_assemble() parameter to set
8217         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8218           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8219           definition of "cppoutfilename" macro with NULL value in preProcess()
8220         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8221         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8222         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8223           replaced with set *binPathSet
8224         * shash_add() deallocates the item, if allready exsists, before adding the new one
8225         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8226
8227 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8228
8229         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8230           a nested for loop bug in the PIC port
8231         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8232           for loops
8233
8234 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8235
8236         * support/Util/dbuf.h: remove C++ stuff to make it portable
8237
8238 2003-03-28  Borut Razem <borut.razem AT siol.net>
8239
8240         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8241           literal strings in stringLiteral()
8242         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8243         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8244           to the project
8245
8246 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8247
8248         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8249
8250 2003-03-26    <johan AT balder>
8251
8252         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8253         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8254         * src/SDCCast.c (decorateType): fixed " -v < 3"
8255
8256 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8257
8258         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8259         Added Lenny Story's debug infrastructure changes:
8260         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8261         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8262         * src/cdbFile.c: added
8263         * src/SDCCdebug.c: added
8264         * src/SDCCdebug.h: added
8265         * src/SDCCast.c (createFunction)
8266         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8267         * src/SDCCmain.c (parseCmdLine, main)
8268         * src/SDCCmem.c (redoStackOffsets)
8269         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8270         * src/SDCCsymt.h
8271         * src/common.h
8272         * src/avr/gen.c (genAVRCode)
8273         * src/ds390/gen.c (gen390Code)
8274         * src/mcs51/gen.c (gen51Code)
8275         * src/pic/gen.c (genpic14Code)
8276         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8277         * src/xa51/gen.c (genXA51Code)
8278         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8279
8280 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8281
8282         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8283         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8284
8285 2003-03-22    <johan AT balder>
8286
8287         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8288
8289 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8290
8291         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8292         * doc/cdbfileformat.lyx: added, written by Lenny Story
8293         * doc/Makefile: added cdbfileformat.lyx
8294         * doc/clean.mk: added cdbfileformat.lyx
8295
8296 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8297
8298         * src/mcs51/peeph.def: fix bug #705773
8299
8300 2003-03-20    <johan AT balder>
8301
8302         An sfr/sbit can have an "at #" AND an initializer
8303         * src/SDCCsymt.c (checkSClass):
8304         * src/SDCCmem.c (allocGlobal):
8305         * src/SDCCmem.c (allocLocal):
8306         * src/SDCCast.c (createBlock):
8307
8308 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8309
8310         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8311
8312 2003-03-16    <johan AT balder>
8313
8314         Undid the hackup of const and volatile, the problem is much bigger
8315         * src/SDCC.y:1.65
8316         * src/SDCCast.c:1.171
8317         * src/SDCCglue.c:1.138
8318         * src/SDCCicode.c:1.146
8319         * src/SDCCsymt.c:1.150
8320         * src/SDCCval.c:1.65
8321
8322 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8323
8324         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8325         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8326
8327 2003-03-13    <johan AT balder>
8328
8329         Hackup const and volatile modifiers in type chains a bit:
8330         * src/SDCC.y:1.63
8331         * src/SDCCast.c:1.169
8332         * src/SDCCglue.c:1.136
8333         * src/SDCCicode.c:1.143
8334         * src/SDCCsymt.c1.146
8335         * src/SDCCsymt.h1.59
8336         * src/SDCCval.c:1.63
8337
8338 2003-03-12    <johan AT balder>
8339
8340         * src/SDCCBBlock.h: more LRH debugging junk
8341         * src/SDCCcflow.h: more LRH debugging junk
8342         * src/SDCCloop.c: more LRH debugging junk
8343         * src/SDCC.y (struct_declaration): fixed bug #697590
8344         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8345         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8346         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8347
8348 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8349         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8350         test function names must now match exactly).
8351         * src/SDCCcse.c: added special case in findCheaperOp to allow
8352         extending a short integer. Makes less awful code for bug 700121 test case.
8353
8354 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8355
8356         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8357         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8358
8359 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8360
8361         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8362         actually called (operandsNotEqual() was called for all
8363         operandsNotEqualX tests).
8364
8365 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8366
8367         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8368         with shorter literals. Fixes bug 700121.
8369
8370 2003-03-11    <johan AT balder>
8371
8372         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8373
8374 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8375
8376         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8377         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8378
8379 2003-03-10  Borut Razem <borut.razem AT siol.net>
8380
8381         * src/SDCCmain.c: pipe preprocessor's output
8382         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8383         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8384         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8385         which closes all pipes in pipeSet set
8386         * src/SDCCset.c: free deleted item in function deleteSetItem()
8387         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8388         moved from z80 to src subproject
8389         * .version: increased version number to 2.3.4
8390
8391 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8392
8393         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8394         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8395         * support/regression/ports/xa51/spec.mk: fix typo
8396
8397 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8398
8399         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8400
8401 2003-03-09  Borut Razem <borut.razem AT siol.net>
8402
8403         * src/SDCCmain.c: pipe preprocessor's output
8404         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8405         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8406         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8407         which closes all pipes in pipeSet set
8408         * src/SDCCset.c: free deleted item in function deleteSetItem()
8409         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8410         moved from z80 to src subproject
8411
8412 2003-03-09  Borut Razem <borut.razem AT siol.net>
8413
8414         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8415         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8416         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8417         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8418         * src/SDCCglobl.h: unification of WIN32 native definitions
8419
8420 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8421
8422         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8423
8424 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8425
8426         * src/configure.in:   check for endianess (even while cross-compiling)
8427         * src/configure:      check for endianess (even while cross-compiling)
8428         * src/configure_in.h: check for endianess (even while cross-compiling)
8429         * src/avr/gen.c:        remove old endianess stuff
8430         * src/mcs51/gen.c:      remove old endianess stuff
8431         * src/ds390/gen.c:      remove old endianess stuff
8432         * src/pic/gen.c:        remove old endianess stuff
8433         * src/pic/genarith.c:   remove old endianess stuff
8434         * src/pic/glue.c:       fix endianess check
8435         * src/pic16/gen.c:      remove old endianess stuff
8436         * src/pic16/genarith.c: remove old endianess stuff
8437         * src/pic16/glue.c:     fix endianess check
8438         * src/xa51/gen.c:       remove old endianess stuff
8439         * src/z80/gen.c:        fix endianess check
8440         * src/SDCCglue.c:       fix endianess check
8441         * src/ds390/peeph.def: fix bug 700036
8442
8443 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8444
8445         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8446         * src/configure: find appropriate data-types on host for SDCC's int and long
8447         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8448         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8449         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8450
8451 2003-03-07    <johan AT balder>
8452
8453         Just a big NOOP:
8454                 some minor cleanups before the big shot
8455                 OP_DEFS and OP_USES now use Kevin's protection
8456                 new option --nolabelopt
8457
8458         * src/SDCCBBlock.c:
8459         * src/SDCCast.c,:
8460         * src/SDCCcflow.c:
8461         * src/SDCCcse.c:
8462         * src/SDCCicode.c:
8463         * src/SDCCicode.h:
8464         * src/SDCClabel.c:
8465         * src/SDCCloop.c:
8466         * src/SDCCmain.c:
8467         * src/ds390/ralloc.c:
8468         * src/mcs51/ralloc.c:
8469         * src/pic/ralloc.c:
8470         * src/xa51/ralloc.c:
8471         * src/z80/ralloc.c:
8472
8473 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8474
8475         * src/pic/pcode.c (get_op): fix 64 bit warnings
8476         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8477         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8478         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8479         * support/regression/tests/malloc.c: fix 64 bit warnings
8480
8481 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8482
8483         * src/mcs51/gen.c (genMinus): fixed bug 696436
8484
8485 2003-03-02  Borut Razem <borut.razem AT siol.net>
8486
8487         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8488
8489 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8490
8491         * configure.in: test for mkstemp
8492         * sdccconf_in.h: add HAVE_MKSTEMP
8493
8494 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8495
8496         * device/include/ctype.h: removed warning while using --stack-auto
8497         * device/include/malloc.h: removed warning while using --stack-auto
8498         * device/include/string.h: removed warning while using --stack-auto
8499
8500 2003-02-23  Borut Razem <borut.razem AT siol.net>
8501
8502         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8503         because NDEBUG is defined (see man assert)
8504         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8505
8506 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8507
8508         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8509         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8510
8511 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8512
8513         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8514         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8515
8516 2003-02-18    <johan AT balder>
8517
8518         * as/mcs51/asmain.c (asmbl): module can start with a digit
8519         * as/z80/asmain.c (asmbl): module can start with a digit
8520
8521 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8522
8523         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8524         * src/asm.c: fix pipe() for Mingw32
8525
8526 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8527
8528         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8529         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8530         make -V work again; --c1mode reads now from stdin
8531         * doc/sdccman.lyx: added --c1mode
8532         * support/Util/SDCCerr.c: new messages for c1 mode
8533         * support/Util/SDCCerr.h: new messages for c1 mode
8534         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8535
8536 2003-02-15    <johan AT balder>
8537
8538         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8539
8540 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8541
8542         * doc/sdccman.lyx: Environment variables, -o and other minor things
8543
8544 2003-02-14    <johan AT balder>
8545
8546         * src/xa51/main.c: before anyone really tries to use it :)
8547
8548         * Install doc's in share/sdcc/doc
8549         * removed some obsolete files
8550         * Do a proper make distclean and uninstall
8551         M Makefile.common.in
8552         R sdccbuild.sh
8553         M as/Makefile
8554         M device/include/Makefile.in
8555         M device/lib/Makefile.in
8556         M doc/sdccman.lyx
8557         M link/Makefile
8558         M sim/ucsim/doc/Makefile.in
8559         M src/clean.mk
8560         R src/avr/peeph.rul
8561         R src/xa51/peeph.rul
8562         M support/cpp2/Makefile.in
8563         M support/makebin/Makefile
8564
8565
8566 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8567
8568         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8569
8570 2003-02-10  Borut Razem <borut.razem AT siol.net>
8571
8572         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8573         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8574         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8575         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8576         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8577         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8578         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8579         src/z80/Makefile.bcc: Borland Makefile cleanup
8580         * as/z80/Makefile.bcc: Added Borland Makefile
8581         * support/cpp2/borland.h: Removed
8582
8583 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8584
8585         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8586         * src/SDCC.lex: new pragma NOIV
8587         * src/SDCCglobl.h: new pragma NOIV
8588         * src/SDCCmem.c: new pragma NOIV
8589
8590 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8591
8592         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8593
8594 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8595
8596         * src/SDCCmain.c: signal handling is switched off by --debug
8597         * doc/Makefile: small fix for install; use clean.mk again
8598         * doc/clean.mk: clean *.pdf and *.html too
8599
8600 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8601
8602         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8603         * device/lib/printfl.c: fix a ds390 bug by making it portable
8604         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8605         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8606         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8607         * debugger/mcs51/cmd.c: converted multi-line string literals
8608         * sim/ucsim/globals.cc: converted multi-line string literals
8609         * src/SDCCmain.c: introduced signal handler to remove temp files
8610         * doc/Makefile: small tweaks, implement clean
8611         * doc: removed generated files
8612
8613 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8614
8615         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8616         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8617         Address Record is not correctly generated for DS390."
8618
8619 2003-02-02  Borut Razem <borut.razem AT siol.net>
8620
8621         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8622         * as/mcs51/asm.h: fixed compilation with Borland C
8623         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8624         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8625         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8626         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8627         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8628         src/z80/Makefile.bcc: delete $(LIB) only if exist
8629         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8630
8631 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8632
8633         * device/include/malloc.h: introduced NULL
8634         * device/include/string.h: introduced NULL
8635         * device/include/stdlib.h: introduced NULL
8636         * device/lib/_memcpy.c: removed NULL
8637         * device/lib/_strcat.c: removed NULL
8638         * device/lib/_strchr.c: removed NULL
8639         * device/lib/_strcmp.c: removed NULL
8640         * device/lib/_strcpy.c: removed NULL
8641         * device/lib/_strcspn.c: removed NULL
8642         * device/lib/_strlen.c: removed NULL
8643         * device/lib/_strncat.c: removed NULL
8644         * device/lib/_strncmp.c: removed NULL
8645         * device/lib/_strncpy.c: removed NULL
8646         * device/lib/_strpbrk.c: removed NULL
8647         * device/lib/_strrchr.c: removed NULL
8648         * device/lib/_strspn.c: removed NULL
8649         * device/lib/_strstr.c: removed NULL
8650         * device/lib/_strtok.c: removed NULL
8651         * device/lib/malloc.c: removed NULL, include own header
8652
8653 2003-02-02    <johan AT balder>
8654
8655         * 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
8656         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8657         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8658         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8659         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8660         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8661
8662 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8663
8664         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8665         area 'DATA'"
8666
8667 2003-02-01    <johan AT balder>
8668
8669         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8670
8671 2003-01-31    <johan AT CP255758-A>
8672
8673         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8674
8675 2003-01-30    <johan AT balder>
8676
8677         * src/SDCCBBlock.c: automatic bug detection
8678         * src/SDCCicode.c: automatic bug detection
8679
8680 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8681
8682         * src/SDCCglobl.h:   now --xram-size 0 works
8683         * src/SDCCmain.c:    now --xram-size 0 works
8684
8685 2003-01-29    <johan AT balder>
8686
8687         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8688
8689 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8690
8691         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8692         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8693         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8694         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8695         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8696         * src/SDCCmain.c:    Added options --xram-size and --code-size
8697
8698 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8699
8700         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8701         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8702
8703 2003-01-27    <johan AT balder>
8704
8705         * src/SDCC.y: fixed bug #613764
8706
8707 2003-01-26    <johan AT balder>
8708
8709         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8710         * src/SDCCsymt.h: fixed bug #673374
8711         * src/SDCCglue.c: fixed bug #661910
8712         * src/SDCCast.c: fixed bug #458099 and 673374
8713
8714 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8715
8716         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8717         * as/mcs51/strcmpi.h: added
8718         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8719         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8720         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8721         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8722         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8723         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8724         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8725         * as/mcs51/Makefile.aslink: new module strcmpi
8726         * as/mcs51/Makefile.asx8051: new module strcmpi
8727         * as/mcs51/Makefil.bcc: new module strcmpi
8728         * as/mcs51/Makefile.in: new module strcmpi
8729         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8730
8731 2003-01-26    <johan AT balder>
8732
8733         * src/SDCCglue.c: reverted back to 1.124
8734         * src/SDCCast.c: reverted back to 1.156
8735         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8736
8737 2003-01-25    <johan AT balder>
8738
8739         * src/SDCCglue.c: A better fix for bug #661910
8740         * src/SDCCast.c: A better fix for bug #661910
8741         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8742
8743 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8744
8745         * src/Makefile.in: remove spawn.o
8746         * src/SDCCmain.c: remove spawn.h
8747         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8748         * src/spawn.c: removed
8749         * src/spawn.h: removed
8750         * support/regression/ports/ds390/spec.mk: link with -r
8751
8752 2003-01-24    <johan AT CP255758-A>
8753
8754         * src/ds390/gen.c (aopOp): fixed bug #667458
8755         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8756         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8757         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8758
8759 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8760
8761         * src/mcs51/peeph.def: better assembler identation by Frieder
8762         * src/mcs51/gen.c: better assembler identation by Frieder
8763
8764 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8765
8766         * as/z80/string.h: removed for gcc 3.2
8767         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8768         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8769
8770 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8771
8772         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8773         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8774         * support/regression/Makefile: separate temp files for ports
8775         * support/regression/generate-cases.py: separate temp files for ports
8776         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8777         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8778
8779 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8780
8781         * moved tinitalk to device/examples/ds390
8782
8783 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8784
8785         * as/mcs51/lkmem.c: rflag is for DS390
8786         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8787         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8788                          (linkEdit): move mem- and map-files the same way as ihx-files
8789         * src/z80/main.c (_setDefaultOptions): removed --generic
8790         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8791         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8792         * src/pic/glue.c (picglue): --c1mode works again
8793         * src/pic16/glue.c (pic16glue): --c1mode works again
8794         * src/asm.c (printCLine): fix #660034
8795
8796 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8797
8798         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8799         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8800         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8801         * as/mcs51/lkmem (summary): better fix for sp problem
8802         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8803         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8804         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8805                                               remove --stack-after-data
8806
8807 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8808
8809         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8810         * src/SDCCutil.c (join): ugly bug: missing '\0'
8811         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8812
8813 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8814
8815         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8816         * src/port.h: typo
8817         * src/pic/main.c (_asmCmd): gpasm supports -o
8818         * src/z80/main.c: more general macros
8819         * device/lib/Makefile.in: remove intermediate files
8820
8821 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8822
8823         * .version: Bumped version number to 2.3.3
8824         * src/SDCCBBlock.c: new option -o
8825         * src/SDCCglobl.h: new option -o
8826         * src/SDCCglue.c: new option -o
8827         * src/SDCCmain.c: new option -o
8828         * src/asm.c: new option -o
8829         * src/ds390/main.c: new option -o
8830         * src/pic/glue.c: new option -o
8831         * src/pic/pcode.c: new option -o
8832         * src/pic/ralloc.c: new option -o
8833         * src/pic16/glue.c: new option -o
8834         * src/pic16/pcode.c: new option -o
8835         * src/pic16/ralloc.c: new option -o
8836         * src/z80/main.c: new option -o
8837         * device/lib/Makefile.in: use -o
8838         * support/regression/ports/ds390/spec.mk: use -o
8839         * support/regression/ports/gbz80/spec.mk: use -o
8840         * support/regression/ports/mcs51/spec.mk: use -o
8841         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8842         * support/regression/ports/z80/spec.mk: use -o
8843         * support/regression/ports/ucz80/spec.mk: use -o
8844         * support/regression/ports/xa51/spec.mk: use -o
8845         * support/regression/fwk/lib/timeout.c: fix usage string
8846
8847 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8848         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8849
8850 2003-01-07    <johan AT balder>
8851
8852         * src/SDCCast.c (decorateType): fixed bug #600035
8853
8854 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8855         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8856         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8857         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8858         * src/pic/pcode.c: outcommented unused variable to remove warnings
8859         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8860
8861 2003-01-06    <karl AT turbobit.com>
8862         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8863    regression tests.
8864
8865 2003-01-06    <johan AT balder>
8866
8867         * src/SDCCicode.c: fixed array add
8868
8869 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8870         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8871         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8872
8873 2003-01-04    <johan AT balder>
8874
8875         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8876
8877 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8878         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8879
8880 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8881         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8882         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8883
8884 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8885         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8886
8887 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8888         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8889
8890 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8891         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8892
8893 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8894
8895     * in \sdcc\as\mcs51\ changed these files in order to create an
8896     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8897     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8898     following files to include the previous two files: aslink.dsp,
8899     Makefile.aslink, Makefile.bcc, and Makefile.in.
8900
8901     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8902     .adb instead of .cdb
8903
8904 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8905
8906         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8907         value from option --iram-size.
8908
8909 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8910
8911         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8912         dram[] array.
8913
8914 2002-09-18    <wiml AT hhhh.org>
8915
8916         * SDCClrange.h: exposed setFromRange() and setToRange()
8917         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8918           packRegsForAccUse() (bug 542397)
8919         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8920           multiple times and emitting the fetch operations more than once
8921           added aopGetUsesAcc() function to allow binary operators to
8922           fetch their operands in the correct order; made genMinus() emit
8923           compact code for X = LITERAL - Y
8924
8925 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8926         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8927         sprintf() in line 1267.
8928
8929 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8930         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8931         like ports.
8932
8933 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8934         Changes to aslink (All the changes are marked with 'JCF'):
8935
8936         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8937         summary().
8938
8939         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8940         area BSEG.  Also moves, if possible, the DATA area down into the internal
8941         ram so more space is available.
8942
8943         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8944         sflag.
8945
8946         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8947         not bytes.  Function summary() which creates a memory usage summary
8948         file with extension .mem.  Reports of overlaping stack and small stack
8949         size.  If the space for the stack is less than 16 bytes aslink trows a
8950         warning.
8951
8952         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8953         the 8051.  Option 'y' for memory summary output file.
8954
8955         Changes to sdcc (All the changes are marked with 'JCF'):
8956
8957         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8958
8959         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8960         overlaying area for it (uses RegBankUsed[4]).
8961
8962         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8963         bank zero as used by default.  By default aslink locates the stack
8964         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8965         the creation of the .mem file.  Delegates the allocation of data area
8966         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8967         the begining of the stack area to aslink.
8968
8969         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8970         glue() in SDCCglue.c creates an area for it.
8971
8972 2002-09-03  Borut Razem <borut.razem AT siol.net>
8973         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8974         sdcc/src/pic/glue.c:
8975         introduced atexit() handler for teporay files removal in case of
8976         errors, assertions, ...
8977
8978 2002-08-29  Borut Razem <borut.razem AT siol.net>
8979         * sdcc/support/cpp2/auto-host_vc_in.h:
8980         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8981         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8982         Maybe there is a similar problem with BORLANDC? It should be checked!
8983
8984         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8985         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8986         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8987         was not executed, and the compiler (cl) launched a warning:
8988         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8989
8990 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8991         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8992
8993 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8994         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8995
8996         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8997           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8998           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8999           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9000           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9001           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9002           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9003         - added Release configuration in VS projects
9004         - review of compiler an linker options
9005         - VC .exe files are generated in bin_vc directory, not to interfere
9006           with binaries generated from other projects (cygwin, mingw, bcc ...)
9007
9008         * sdcc/src/yacc.dsp: added
9009
9010         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9011         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9012         and insert the version number definitions from .version
9013
9014         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9015
9016         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9017         added - genarate auto-host.h using auto-host_vc_in.h as template
9018
9019         * sdcc/sdcc_vc.h,
9020         removed from CVS, generated automatically
9021
9022 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9023         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9024
9025 2002-08-11  Borut Razem <borut.razem AT siol.net>
9026         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9027
9028 2002-08-10  Borut Razem <borut.razem AT siol.net>
9029         * src/SDCCmain.c (main):
9030         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9031         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9032         The consequence was that some temporary files were not removed.
9033
9034         * src/SDCCglue.c:
9035         unification of code in functions tempfilename() and tempfile():
9036         function tempnam() is defined in Visual Studio 6.0 and .NET
9037
9038         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9039
9040         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9041           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9042         - removed compiler command line option /WX: Treats all warnings as errors
9043         - update a list of source files, included into the project
9044
9045         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9046           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9047         changed project type to Generic Project so that can be correcly converted to VS.NET project
9048
9049         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9050
9051         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9052
9053         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9054
9055         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9056         added return 0 statements after assert() to make compiler happy
9057
9058         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9059         added newline in the def file to keep MSC compiler satisfied
9060
9061         * sdcc/src/z80/gen.c:
9062         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9063           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9064         - solved MSC error in function aopDump()
9065
9066         * sdcc_vc.h: define PREFIX as "\\sdcc"
9067
9068 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9069         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9070
9071 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9072         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9073         - Rewrote the register banking algorithm.
9074         - Added pCode live-range analysis to registers (for now, only non-used and
9075         singly-used registers optimized away)
9076
9077         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9078
9079         * 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.
9080
9081 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9082         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9083
9084 2002-04-22  Michael Hope  <michaelh AT vroom>
9085
9086         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9087
9088         * configure.in (DD_COPT): Added include support required for gbdk.
9089
9090         * .version: Bumped version number just to increase it.
9091
9092         * src/SDCCmain.c: Added -nostdinc to the default options.
9093
9094 2002-04-15  Michael Hope  <michaelh AT vroom>
9095
9096         * device/lib/z80/printf.c (sprintf): Added.
9097
9098         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9099
9100         * src/z80/peeph.def: Added transpose redundent load rule.
9101
9102         * src/z80/main.c: Added force callee saves for jaune.
9103
9104         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9105
9106         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9107
9108 2002-03-28  Johan Knol  <johan AT balder>
9109
9110         * src/SDCCval.c: fixed bug #532436
9111
9112 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9113         * /src/port.h:
9114         Added "char *Processor" field to the port structure.
9115
9116         * /src/SDCCmain.c:
9117         Added -p option. Allows port dependent processor to be specified.
9118
9119         * all ports:
9120         Initialized the new field char *Processor field to NULL in all ports
9121
9122         * /src/pic/*:
9123         Compiler generated registers for interrupt context saving
9124         were not getting allocated.
9125
9126 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9127
9128         * /src/SDCCast.c:
9129         Fixed left shift. Will promote the left side of a left shift
9130         if a) left shifting more than size of operand or b) when assigned
9131         to something size > size of left side
9132
9133 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9134         * src/pic/*
9135         tons of changes. Register allocation has been
9136         rewritten. Added customization for the various PICs. Flow
9137         analysis is restructured. ...
9138
9139         * src/pic/device.h:
9140         Added
9141
9142         * src/pic/device.c:
9143         Added. device.c is a PIC port hack to accomodate variations
9144         in PIC devices.
9145
9146 2002-03-13  Michael Hope  <michaelh AT vroom>
9147
9148         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9149
9150 2002-03-04  johanknol  <johanknol AT manik>
9151
9152         * /src/SDCCval.c: fixed
9153
9154         const unsigned char arr[][2] = { { 0, 1 } };
9155         t18.c:1: error: Initializer element is not constant
9156
9157 2002-03-04  bela  <bela AT manik>
9158
9159         * /device/include/mcs51reg.h:
9160         ds89c420 register definition update
9161
9162 2002-03-03    <johan AT FRIJA>
9163
9164         * support/Util/SDCCerr.c: did something, but don't no why anymore
9165
9166         * support/regression/tests/bug-524691.c: made it a little less shy
9167
9168         * src/SDCCast.c (decorateType): fixed bug #524697
9169
9170         * src/SDCCast.c: made some lineno improvements
9171
9172         * src/SDCCval.c (getNelements): changed warning to error
9173
9174         * src/SDCCglue.c (printIvalArray): changed warning to error
9175
9176         * src/SDCCicode.c: fixed a warning for mingw
9177
9178         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9179
9180         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9181
9182 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9183
9184         * src/ds390/peeph.def:
9185         Added some more peephole rules
9186
9187         * src/ds390/gen.c: Various fixes & enhancements
9188
9189         * src/SDCClrange.c, src/SDCClrange.h:
9190         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9191
9192         * src/ds390/ralloc.c:
9193         various fixes & enhancements (ds390) specific
9194
9195         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9196         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9197         from rallocs.
9198
9199         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9200
9201 2002-03-02    <johan AT FRIJA>
9202
9203         * src/SDCCast.c (decorateType): fixed bug #524708
9204
9205         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9206
9207         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9208
9209 2002-03-01  Michael Hope  <michaelh AT vroom>
9210
9211         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9212
9213         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9214
9215 2002-03-01    <johan AT FRIJA>
9216
9217         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9218
9219         * src/SDCCast.c (decorateType): fixed bug #524209
9220
9221         * src/SDCCval.c (valNot): fixed bug #524195
9222
9223 2002-02-26    <johan AT balder>
9224
9225         * src/xa51/gen.c: fixed a warning
9226
9227         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9228
9229         * src/SDCCast.c (decorateType): fixed bug #522534
9230
9231 2002-02-23    <johan AT balder>
9232
9233         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9234
9235 2002-02-22    <johan AT balder>
9236
9237         * src/SDCCast.c: fixed bug #514865
9238
9239         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9240
9241 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9242
9243         * sdcc/src/SDCCloop.c:
9244         Previous fix was not good. basic blocks that have "break" or "return" are
9245         not really partof a loop , but live ranges used in these blocks should
9246         be live thru the entire loop, so set partOfLoop but don't add them to
9247         loop region
9248
9249 2002-02-21    <johan AT FRIJA>
9250
9251         * src/SDCCcse.c: fixed bug #514308
9252
9253 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9254
9255         * src/SDCCloop.c:
9256         Fixed BUG #519583. If a conditional block ended in a return/break
9257         statement inside a loop, it was not being considered part of the loop.
9258
9259         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9260
9261 2002-02-10  Karl Bongers <karl AT turbobit.com>
9262
9263         * debugger/*:
9264         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9265         with lots of comments and notes.
9266
9267         * device/examples/test2.c:
9268         Fix bug, "red" variable not being initialized(compiler complained).
9269
9270         * device/examples/Makefile, examples/test3.c:
9271         Add Makefile in device/examples folder, compiles test3.c
9272         for use as a multiple module SDCDB test case.
9273
9274         * sim/ucsim/cmd.src/cmdset.cc:
9275         Took out debug printfs in ucsim "next" command.
9276
9277         * sim/ucsim/xa.src:
9278         Karl and Johan start ucsim XA support.  Most dissassembly working,
9279         about 75% emulation done(plenty of work remaining).
9280
9281         * sim/ucsim/z80.src:
9282         Add Z80 support to ucsim, add test-ucz80 regression test,
9283         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9284         Notice z80 compiler fails on examples/test3.c/crc code.
9285
9286 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9287
9288         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9289         Added support for --parms-in-bank1
9290
9291         * src/ds390/peeph.def:
9292         added a few more peephole optimzations
9293
9294         * src/ds390/main.c:
9295         1) added __builtin_inp & __builtin_outp used to read in data of given length
9296            from a memory mapped port
9297         2) added __builtin_memcmp
9298         3) added __builtin_swapw swap bytes of a short
9299
9300         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9301         1) handle multiple send & receives from register bank1
9302         2) ralloc can now allocate DPTR1 to some liveRanges
9303
9304         * src/SDCCsymt.c, src/SDCCsymt.h:
9305         changes to handle multiple sends & receives
9306
9307         * src/SDCCptropt.h:
9308         added some pointer arithmetic optimization
9309
9310         * src/SDCCptropt.c:
9311         added some pointer arithmetic optimizations but not stable yet so not
9312         called from anywhere (will get this working shortly)
9313
9314         * src/SDCCopt.c: fixed for multiple sends & receives
9315
9316         * src/SDCCmain.c:
9317         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9318         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9319            set preprocessor defines (depending on options)
9320
9321         * src/SDCCicode.c, src/SDCCicode.h:
9322         changes made to handle multiple sends & receives
9323
9324         * src/SDCCglobl.h:
9325         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9326
9327         * src/SDCCcse.c, src/SDCCcse.h:
9328         added function findbackward def (to be used in upcoming optimization)
9329
9330         * src/SDCCcflow.c, src/SDCCcflow.h:
9331         added function returnAtEnd - to determine if a basic block terminates with
9332         a RETURN iCode
9333
9334         * src/SDCCast.c, src/SDCCast.h:
9335         added option parms-in-bank1
9336
9337         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9338         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9339         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9340         adjusted for --parms-in-bank1 option
9341
9342         * device/include/string.h:
9343         donot redefine "reentrant" keyword
9344
9345         * device/include/ds80c390.h: Added some more SFRs
9346
9347 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9348
9349         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9350
9351 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9352
9353         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9354
9355 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9356
9357         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9358
9359 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9360
9361         * Added --xram-movc option
9362
9363 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9364
9365         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9366
9367 2002-01-11  Johan Knol
9368
9369         * Added math lib of Jesus Calvino-Fraga
9370
9371 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9372
9373         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9374         * support/regression/Makefile: new target test-mcs51-stack-auto
9375         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9376
9377 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9378
9379         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9380
9381 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9382
9383         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9384
9385 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9386
9387         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9388
9389         * src/SDCCglue.h: add definition for printIvalChar()
9390
9391 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9392
9393         * src/SDCCast.c: fix #498138 by Johan
9394
9395         * src/SDCCglue.c: fix #498138 by Johan
9396
9397 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9398
9399         * support/regression/Makefile: fix clean
9400
9401         * support/regression/ports/ds390/support.c: fix transmission of last character
9402
9403 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9404
9405         * /sdcc/src/ds390/gen.c:
9406         a) improved computing address of stack variable
9407         b) took out some #if 0 code
9408         c) improved parmBytes adjustment
9409         d) improved genPlusIncr & genMinusIncr
9410         e) genCmp could generate bad code (when left assigned to DPTR)
9411         f) Fixed bug in hasInc
9412
9413         * /sdcc/src/ds390/ralloc.c:
9414         a) packRegsForSupport could mess up live information (Fixed)
9415         b) packRegsDPTRuse could be incorrect for left & right shift
9416
9417         * /sdcc/src/mcs51/ralloc.c:
9418         packRegsForSupport could mess up the live information (Fixed)
9419
9420         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9421
9422         * /sdcc/src/SDCCast.c:
9423         can reverse a loop even if function call is present as long
9424         as the loop control variable is local & is not passed as parameter
9425
9426 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9427
9428         * /sdcc/ChangeLog: *** empty log message ***
9429
9430         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9431         More builtin function additions for TININative
9432
9433         * /sdcc/src/ds390/ralloc.c:
9434         Had broken the regression testsuite
9435
9436         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9437
9438         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9439         Added funcattr hasStackParms will be set for reentrant functions when there
9440         are paramteres on the stack, this helps in minimizing frame pointer generation
9441         typeFromStr can handle function pointers now
9442
9443         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9444         *** empty log message ***
9445
9446 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9447
9448         * /src/ds390/gen.c, /src/ds390/main.c:
9449         More builtin function additions for TININative
9450
9451         * /src/ds390/ralloc.c:
9452         Had broken the regression testsuite
9453
9454         * /src/SDCCast.c: Fixed a bug in dumptree
9455
9456         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9457         Added funcattr hasStackParms will be set for reentrant functions when there
9458         are paramteres on the stack, this helps in minimizing frame pointer generation
9459         typeFromStr can handle function pointers now
9460
9461         * /doc/builtins.txt, /doc/TININative.txt:
9462         *** empty log message ***
9463
9464
9465 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9466
9467         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9468         ALPHA version for -mTININative
9469
9470         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9471         updated to reflect changes in the port structure
9472
9473         * /src/port.h:
9474         added function do_assemble (similar to do_link) if non-null this function
9475         will be called to do assembly (-mTININative) requires a multi command
9476         assembly
9477         added function genAssemblerEnd will be called to generate assembler Epilogue
9478
9479         * /src/SDCCsymt.c:
9480         added _JavaNative to debug info printing
9481
9482         * /src/SDCCmain.c: added option --tini-libid
9483         added port->do_assemble function (-mTININative) has a multi command assemble
9484
9485         * /src/SDCCglue.c: Disabled "constExpr" check
9486         added port->genAssemblerEnd function
9487
9488         * /src/SDCCglobl.h: Added option --tini-libid value
9489
9490         * /src/SDCCast.h:
9491         tookout optimizeCompare from the header (has no external references)
9492
9493         * /src/SDCCast.c: made one more function "static"
9494
9495 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9496
9497         * src/z80/mappings.i: Added z80asm support.
9498
9499         * src/z80/main.c: Added z80asm support on --asm=z80asm
9500
9501         * src/z80/gen.c: Fixed asm portability issues.
9502
9503         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9504
9505         * src/SDCCglue.c (printExterns): Added global/extern split.
9506
9507 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9508
9509         * support/regression/Makefile: added test for mcs51 model large
9510
9511         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9512
9513         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9514
9515 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9516
9517         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9518
9519 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9520
9521         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9522
9523         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9524
9525 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9526
9527         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9528
9529         * support/regression/tests/simplefloat.c: Port to mcs51.
9530
9531 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9532         * support/regression/tests/bug-485362.c: Added.
9533
9534         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9535
9536         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9537
9538         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9539
9540         * src/z80/gen.c (aopDump): Added a dump function.
9541
9542 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9543         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9544
9545         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9546
9547         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9548
9549         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9550
9551         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9552
9553         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9554
9555         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9556
9557         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9558
9559         * support/regression/ports/ds390/support.c: Use tinibios.
9560
9561         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9562
9563 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9564
9565         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9566         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9567
9568         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9569
9570         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9571
9572 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9573
9574         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9575
9576         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9577         (packRegsForIYUse): Created and optimised.
9578
9579 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9580
9581         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9582 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9583
9584         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9585
9586         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9587
9588         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9589
9590 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9591
9592         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9593
9594         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9595
9596 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9597
9598         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9599
9600         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9601
9602         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9603
9604 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9605
9606         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9607         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9608         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9609
9610         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9611
9612         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9613         (genNotFloat): Added.
9614         (genUminusFloat): Added.
9615
9616         * device/lib/z80/Makefile: Added floating pt stubs.
9617
9618         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9619
9620         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9621
9622         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9623
9624 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9625
9626         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9627
9628         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9629
9630         * sdcc/support/regression/Makefile: Add port ds390.
9631
9632         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9633
9634         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9635
9636         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9637
9638         * sdcc/support/regression/ports/ds390/support.c: Added.
9639
9640         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9641
9642         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9643
9644         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9645
9646 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9647
9648         * device/include/malloc.h: Added z80 and gbz80 support.
9649
9650         * device/lib/gbz80/heap.s: Added.
9651
9652         * device/lib/z80/heap.s: Added.
9653
9654         * device/lib/malloc.c: Added z80 and gbz80 support.
9655
9656         * support/regression/tests/malloc.c (testMalloc): Added.
9657
9658         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9659
9660         * support/regression/tests/bug-478094.c: Added.
9661
9662         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9663
9664 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9665
9666         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9667
9668         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9669
9670         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9671
9672         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9673
9674         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9675
9676 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9677
9678         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9679
9680 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9681
9682         * support/regression/tests/bug-477927.c: Added.
9683
9684         * src/z80/peeph.def: Added minor rules.
9685
9686         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9687
9688         * src/z80/peeph.def: Added jump optimisation modification.
9689
9690 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9691
9692         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9693
9694 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9695
9696         * support/regression/tests/funptrs.c: Added.
9697
9698 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9699
9700         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9701
9702 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9703
9704         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9705
9706         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9707
9708         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9709         (movLeft2ResultLong): Created.
9710
9711         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9712         (joinPushes): Added.  Joins two char pushes into a word push.
9713
9714 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9715
9716         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9717
9718         * support/makebin/Makefile (install): Added creation of dest dir.
9719
9720 2001-10-24 Karl Bongers <karl AT turbobit.com>
9721
9722         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9723
9724 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9725
9726         * src/z80/ralloc.c: Turned off faulty pack for one use.
9727
9728         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9729
9730         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9731
9732 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9733
9734         * support/regression/Makefile: Improved clean
9735
9736         * support/regression/ports/gbz80/spec.mk: Added clean
9737
9738         * support/regression/ports/host/spec.mk: Added clean
9739
9740         * support/regression/ports/z80/spec.mk: Added clean
9741
9742         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9743
9744         * support/regression/ports/mcs51/timeout.c: little improvements
9745
9746 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9747
9748         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9749
9750         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9751
9752         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9753
9754 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9755
9756         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9757
9758         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9759
9760 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9761         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9762
9763         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9764
9765         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9766
9767         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9768
9769         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9770
9771         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9772
9773         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9774
9775         * support/regression/tests/longor.c: Added.
9776
9777 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9778
9779         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9780
9781         * as/mcs51/aslink.h: define PATH_MAX
9782
9783         * as/mcs51/asm.h: define PATH_MAX
9784
9785         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9786
9787         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9788
9789         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9790
9791         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9792
9793         * src/SDCCglobl.h: define PATH_MAX
9794
9795         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9796
9797         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9798
9799 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9800
9801         * src/z80/gen.c (gencjneshort): Fixed
9802
9803         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9804
9805 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9806
9807         * support/regression/tests/bug-469671.c: Added.
9808
9809         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9810
9811 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9812
9813         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9814
9815         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9816
9817 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9818
9819         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9820
9821         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9822
9823         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9824
9825         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9826
9827         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9828
9829         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9830
9831         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9832
9833 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9834
9835         * 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.
9836
9837         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9838
9839         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9840
9841 2001-10-07    <johan AT FRIJA>
9842
9843         * device/lib/gets.c (gets): fixed the return value.
9844
9845 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9846         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9847
9848         * 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.
9849
9850         * 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.
9851
9852         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9853
9854         * src/pic/gen.c: Removed Safe_strdup.
9855
9856         * configure.in: Added option to enable libgc support.
9857
9858         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9859         (bitVectUnion): Optimised.
9860         (bitVectIntersect): Optimised.
9861         (bitVectBitsInCommon): Optimised.
9862         (bitVectCplAnd): Optimised.
9863
9864         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9865
9866 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9867
9868         * src/SDCCmain.c: distinguish between assembler debug and plain options
9869
9870         * src/avr/main.c:   remove standard assembler options
9871
9872         * src/ds390/main.c: remove standard assembler options
9873
9874         * src/mcs51/main.c: remove standard assembler options
9875
9876         * src/port.h: removed "PENDING" comment
9877
9878 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9879
9880         * src/device/lib/_mulint.c  : new, with assember functions
9881
9882         * src/device/lib/_mullong.c : new, with assember functions
9883
9884         * src/device/lib/_divuint.c : with assember functions
9885
9886         * src/device/lib/_divsint.c : with assember functions
9887
9888         * src/device/lib/_divulong.c: with assember functions
9889
9890         * src/device/lib/_divslong.c: with assember functions
9891
9892         * src/device/lib/_moduint.c : with assember functions
9893
9894         * src/device/lib/_modsint.c : with assember functions
9895
9896         * src/device/lib/_modulong.c: with assember functions
9897
9898         * src/device/lib/_modslong.c: with assember functions
9899
9900         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9901
9902         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9903
9904         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9905                                       replaced _mululong.c and _mulslong.c by _mullong.c
9906
9907 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9908
9909         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9910
9911 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9912
9913         * src/SDCCglue.c: test, if win32api is available for MINGW
9914
9915 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9916
9917         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9918         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9919         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9920         * support/regression/ports/host/spec.mk: removed GENERIC
9921         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9922         * support/regression/ports/z80/spec.mk: removed GENERIC
9923
9924 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9925
9926         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9927
9928         * support/regression/tests/bug-467035.c: Created.
9929
9930 2001-10-01    <johan AT FRIJA>
9931
9932         * src/SDCC.y: fixed bug #466586 part 1
9933
9934 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9935
9936         * SDCCicode.c: z80 has no generic pointers
9937         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9938
9939 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9940
9941         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9942
9943 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9944
9945         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9946
9947         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9948
9949 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9950
9951         * configure.in: Fixed up so that ucsim is only configured once.
9952
9953         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9954
9955         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9956         (getPathDifference): As above.
9957
9958         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9959
9960         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9961
9962 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9963         * .version: Updated to 2.3.1
9964
9965         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9966         Added copyright header.
9967
9968         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9969         (assemble): Added support for macro based assembler commands.
9970         (linkEdit): Added support for macro based linker commands.
9971         (preProcess): Changed the pre-processor to use macros.
9972         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9973         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9974
9975         * device/lib/z80/crt0.s: Added module name for debugging.
9976
9977 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9978
9979         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9980
9981         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9982
9983         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9984
9985         * src/Makefile.in: Added SDCCmacro and SDCCutil
9986
9987 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9988
9989         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9990
9991 2001-09-16    <johan AT FRIJA>
9992
9993         * 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.
9994
9995 2001-09-15    <johan AT FRIJA>
9996
9997         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9998         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9999
10000 2001-09-11    <johan AT FRIJA>
10001
10002         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10003
10004 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10005
10006         * support/regression/tests/bug-460444.c: Added test case.
10007
10008         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10009         (genCast): Added justification for all of the asserts.
10010
10011 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10012
10013         * support/regression/support.c: _xdata replaced by xdata
10014
10015         * support/regression/spec.mk: removed _generic
10016
10017 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10018
10019         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10020
10021         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10022         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10023
10024         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10025
10026         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10027
10028         * support/regression/tests/bug-460010.c: Added test case.
10029
10030         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10031
10032 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10033
10034         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10035
10036         * support/regression/testfwk.c: removed workaround for bug #436344
10037
10038         * support/regression/tests/bp.c: use less memory with mcs51
10039
10040         * support/regression/tests/bug-441448.c: use less memory
10041
10042         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10043
10044         * support/regression/collate-results.py: typo
10045
10046 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10047
10048         * support/regression/tests/fetchoverlap.c: Added new test case.
10049
10050         * support/regression/tests/bp.c: Added new test case.
10051
10052         * support/regression/tests/bug-448984.c: Added new test case.
10053
10054         * support/regression/tests/pow2shifts.c: Added new test case.
10055
10056         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10057         (genlshTwo): Fixed right shift for count > 8.
10058
10059         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10060
10061 2001-09-08    <johan AT FRIJA>
10062
10063         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10064
10065 2001-09-07    <johan AT FRIJA>
10066
10067         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10068
10069         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10070
10071 2001-09-06    <johan AT FRIJA>
10072
10073         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10074         * bernhard noted me at this: "() equals to (void)" (1.38)
10075
10076 2001-09-05    <johan AT FRIJA>
10077
10078         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10079
10080 2001-09-04    <johan AT FRIJA>
10081
10082         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10083
10084
10085 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10086
10087         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10088
10089 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10090
10091         * link/z80/aslink.h: Fixed path for PATH_MAX
10092
10093 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10094
10095         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10096
10097         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10098
10099         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10100
10101         * 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.
10102
10103 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10104
10105         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10106         (genCmp): Fixed up genCmp for the GB with longs.
10107
10108         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10109
10110         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10111
10112         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10113
10114         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10115
10116 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10117
10118         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10119
10120 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10121
10122         * 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.
10123
10124         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10125
10126 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10127
10128         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10129
10130         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10131
10132 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10133
10134   * sim/ucsim/configure:    little improvement of Cygwin-detection
10135   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10136   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10137   * support/regression/tests/bug-221100.c: small changes for mcs51
10138   * support/regression/tests/bug-221168.c: small changes for mcs51
10139   * support/regression/tests/bug-227710.c: small changes for mcs51
10140   * support/regression/tests/staticinit.c: small changes for mcs51
10141   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10142   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10143   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10144
10145 $Revision$