* src/SDCCval.c (valUnaryPM): fixed bug 1350699
[fw/sdcc] / ChangeLog
1 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
4
5 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
6
7         * support/regression/tests/bug1348008.c: added
8         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
9         * support/regression/tests/bug1337835.c: updated comment
10
11 2005-11-06 Borut Razem <borut.razem AT siol.net>
12
13         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
14           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
15           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
16           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
17           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
18           dynamic construction of cl_error_class and derivates - 2.nd try
19
20 2005-11-05 Borut Razem <borut.razem AT siol.net>
21
22         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
23           bug, which caused Bus Errors on sparc solaris
24
25 2005-11-04 Borut Razem <borut.razem AT siol.net>
26
27         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
28           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
29           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
30           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
31           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
32           and derivates to resolve the initialization problem on OSX
33
34 2005-11-02 Borut Razem <borut.razem AT siol.net>
35
36         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
37           corrected typo - #include <winsock2.h>
38
39 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
40
41         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
42           (_asxxxx_mapping): added org directive for future enhancements
43
44 2005-11-01 Borut Razem <borut.razem AT siol.net>
45
46         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
47           enabled sockets on WIN32
48         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
49
50 2005-10-31 Borut Razem <borut.razem AT siol.net>
51
52         * support/regression/generate-cases.py: escape backslashes in {testcase}:
53           WIN32 backslash path delimiters should be escaped when used in C strings
54         * support/regression/tests/bitfields.c: exclude failing assertions for
55           __CYGWIN32__ and __MINGW32__ hosts
56
57 2005-10-30 Borut Razem <borut.razem AT siol.net>
58
59         * src/SDCCutil.c: corrected double comparison typo
60
61 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
62
63         * device/lib/medium/Makefile: added for new memory model medium
64         * device/include/asm/mcs51/features.h: updated for medium/pdata
65         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
66           added Multiply & Accumulate sbit's and MAC0_PAGE define
67         * device/include/mcs51/c8051f300.h: added sfr16 definitions
68         * device/include/mcs51/c8051f310.h: added sfr16 definitions
69         * device/lib/_mullong.c: update for medium model
70         * device/lib/incl.mk: added medium model
71         * doc/sdccman.lyx: documented medium model
72         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
73         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
74         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
75         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
76           (allocParms): set SCLS and OCLS to pdata for medium model
77         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
78           for pdata,
79           (powof2): return <0 if not power of 2
80         * src/avr/gen.c (genBitWise): use updated powof2
81         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
82           (shiftR2Left2Result): small optimization in setup, save acc when storing,
83           (shiftLLeftOrResult): use B if necessary
84         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
85         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
86         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
87         * support/regression/Makefile.in: added test-mcs51-medium
88         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
89
90 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
91
92         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
93         specifier unsigned
94         * device/lib/time.c (mktime): fixed bug 1334315
95
96 2005-10-28 Raphael Neider <rneider AT web.de>
97
98         * device/include/pic/p16f_common.inc: added common declarations
99         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
100
101 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
102
103         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
104           (aopPutUsesAcc): added to predict accumulator use,
105           (assignResultValue): save acc if necessary,
106           (genMinusDec): store result if indirectly addressed,
107           (genDivOneByte):  save acc if necessary,
108           (movLeft2Result): bugfix if left already in acc,
109           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
110             attention to accumulator use (esp. pdata),
111           (genReceive): receive pdata correctly
112         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
113         * src/SDCCicode.h: added isOperandInPagedSpace prototype
114
115 2005-10-27 Raphael Neider <rneider AT web.de>
116
117         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
118
119 2005-10-27 Raphael Neider <rneider AT web.de>
120
121         * .version: changed version to 2.5.4
122         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
123         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
124           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
125             arithmetics support routines
126         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
127         * device/lib/Makefile.in: also create installdir for pic
128
129         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
130           pic14 port as well
131         * src/pic/device.c (dump_sfr): rewritten to delegate register
132           placement to the linker (use `extern sym' rather than sym EQU addr),
133           (validAddress): fixed to check last specified address
134         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
135           (popGetLit): truncate literal value to 8 bit,
136           (popGet): moved assert to more appropriate place
137           (popGetExternal): create pCode operand from and mark the according
138             symbol as being `extern'
139           (popGetAddr): added sanity check on immediate's offset, provide
140             GPOINTER tag on demand
141           (aopPut): fixed for immediates,
142           (mov2w_op): move operand's address or contents to WREG (depending on
143             operand type), safer variant of mov2w,
144           (movwf,call_libraryfunc): NEW, handy abbreviations,
145           (get_argument_pcop,get_return_val_pcop,pass_argument,
146           get_returnvalue): interface for accessing function parameters and
147             return values,
148           (assignResultValuei,genRet): use new parameter/return value interface
149           (pic14_getDataSize): back to old version handling generic pointers,
150           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
151             provided implementation and/or fixed old one,
152           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
153             calls, removed legacy 8051 reference code
154           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
155           (loadSignToC): NEW, move the operands sign bit to CARRY,
156           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
157             genRightShiftSigned, accepts negative shift counts,
158           (setup_fsr): load FSR and adjust IRP (indirect memory access),
159           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
160             generic pointers, __data pointers and __code pointers,
161           (genUnpackBits,genPackBits): rewritten to work with generic pointers
162             and signed bitfields, limit bitfields to 8 bit,
163           (genDataPointerGet): fixed number of bytes read,
164           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
165           (genPointerGet,genPointerSet): fixed handling of __code pointers,
166             pointers to constant data are no longer assumed to point to __code
167             space, removed invalid pointer types,
168           (bitpatternFromVal): retrieve the PICs representation of an integer
169             or float literal,
170           (genDataPointerSet): fixed assigning to po_immediate operands,
171           (genGenPointerSet): implemented as library call,
172           (genIfx): fixed incorrect condition,
173           (genAddrOf): limit generic pointers' addresses to 2 bytes,
174             provide GPOINTER tag according to destination's storage class,
175           (genCast): added code to handle casting to generic pointers, added
176             sign-/zero extension of the result
177           (aop_isLitLike,op_isLitLike): fixed handling of immediates
178         * src/pic/gen.h: added macros to access IRP bit in STATUS register
179         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
180           extend the result
181         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
182           address/register resides in the shared banks
183           (emitSymbolToFile): improved to handle global and `pinned' symbols,
184             put all variables into separate sections (have the linker arrange
185             them)
186           (picglue): put init code and interrupt handlers in separate sections
187         * src/pic/main.c: added port specific options table, modified to PORT
188           structure to make GPOINTERs 3 byte, added pic14_options
189           (_pic14_do_link): private linking routine (update paths to libraries,
190             add libsdcc.lib by default)
191         * src/pic/main.h: declare pic14_options
192         * src/pic/pcode.c: fixed instructions i/o relations,
193           (RegCond): reverted to correct version,
194           (newpCodeOpLit): truncate literals to 8 bit,
195           (genericPrint): added debug output,
196           (getRegFromInstruction): fixed for various operand types, simplified
197           (BuildFlow): fixed broken handling of isntructions with labels
198           (LinkFlow): start at last instruction in flow (skip trailing comments),
199             pass the flow on to the next instruction after CALL
200           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
201           (insertPCodeInstruction): fixed inserting after a skip instruction,
202           (DoBankSelect): fixed for labeled instructions
203           (OptimizepBlock): honor --nopeep switch
204           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
205         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
206         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
207           (pCodeOptime2pCodes): allow disabling this optimization via
208             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
209             but is still buggy), started implementation of a dataflow based
210             pCode optimization (CSE + dead code elimination)
211           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
212         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
213           names are independant of the stack location and therefore portable across
214           devices
215
216 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
217
218         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
219           (selectSpil): fixed bug 1337835 by not spilling bit variables
220         * support/regression/tests/bug1337835.c: added test for this bug
221         * src/mcs51/peeph.def: restart after rule 3.c,
222           addded rules 263.x to optimize loading constants
223
224 2005-10-26 Raphael Neider <rneider AT web.de>
225
226         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
227         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
228           (genAssign): emit warning when casting literals to generic pointer
229             type, also applies when taking the address of a fixed variable,
230           (genCast): improved casting to generic pointers
231         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
232           extern variables, added verbose error message
233         * device/include/pic16/{string.h,errno.h}: added #pragma library c
234
235 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
236
237         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
238         carry must be complemented too
239         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
240         could be emitted by genMinus
241         * src/SDCCval.c (constVal): fixed bug 1305065
242
243 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
244
245         * src/SDCCast.c (addCast): added promotion for bit variables
246         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
247         promotion casts + optimisation
248         (optimizeGetWord): fix warning 'i' might be used uninitialized
249         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
250         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
251
252 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
253
254         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
255         all chars are promoted to int; promotion should be handled in SDCCast.c
256
257 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
258
259         * device/lib/_strcmp.c: Fixed bug 1326457
260
261 2005-10-11 Raphael Neider <rneider AT web.de>
262
263         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
264         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
265
266 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
267
268         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
269         * support/regression/tests/sfr16.c: added test for the sfr32 bug
270
271 2005-10-04 Raphael Neider <rneider AT web.de>
272
273         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
274           device/lib/pic16/pics.all: added pic18f1320
275         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
276
277 2005-09-30 Raphael Neider <rneider AT web.de>
278
279         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
280         * src/pic16/devices.inc: NEW, provides device descriptions
281         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
282
283 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
284
285         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
286           GETHBIT
287
288 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
289
290         * doc/sdccman.lyx: updated Highest Order Bit documentation,
291           documented Any Order Bit, Higher Order Byte and Higher Order Word
292         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
293         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
294           (optimizeGetAbit): new, to get any bit, not only the high bit,
295           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
296           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
297           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
298           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
299             RIGHT_OP: also try GETBYTE, GETWORD optimization,
300             GETABIT, GETBYTE, GETWORD: decorate them,
301           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
302           (ast_print): added GETABIT, GETBYTE, GETWORD
303         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
304         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
305           (geniCodeBinary): new generic binary icode,
306           (ast2iCode): added GETABIT, GETBYTE, GETWORD
307         * src/port.h: updated comment for PORT.hasExtBitOp
308         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
309           (genGetByte): new, to get a single byte,
310           (genGetWord): new, to get a word from a long,
311           (gen51Code): added GETABIT, GETBYTE, GETWORD
312         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
313
314 2005-09-23 Raphael Neider <rneider AT web.de>
315
316         * configure.in, configure: have device/lib/pic configured
317         * device/lib/Makefile.in: added model-pic14
318         * device/lib/clean.mk: added pic/ to clean rule
319         * device/lib/pic: added rudimentary pic14 library providing support
320           functions for multiplication/division/generic pointer access
321         * src/SDCCopt.c (convilong): mark support functions as extern
322           for pic14 port as well
323         * src/pic/gen.c (genMult): added assertions,
324           (genpic14Code): emit warning on unhandled iCodes
325         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
326         * src/pic/pcode.c (pCodeOpCopy),
327         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
328           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
329           SFR_REGISTER}), made safe for future extensions
330         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
331           instructions even if preceeded by SKIP instructions (also remove
332           them); removed unused code
333         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
334           prevents leaving parts of the structure uninitialized after copying
335
336 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
337
338         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
339           ago by me
340         * support/regression/tests/addsub.c: added test for the bug
341
342 2005-09-21 Raphael Neider <rneider AT web.de>
343
344         * device/include/pic16/pic18f1220.h,
345           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
346         * device/lib/pic16/Makefile.rules: added missing opening paren
347         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
348           are provided in genutils.c,
349           (genUminusFloat,genUminus,genCmpEq): added asserts on different
350           operand/result sizes,
351           (genCmp): assert on NULL pointers first, then check deref'ed values
352         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
353           result size
354
355 2005-09-18 Raphael Neider <rneider AT web.de>
356
357         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
358           as these are now unused,
359           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
360         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
361           local, avoids uninitialized pointer dereference on r->name
362         * src/pic16/ralloc.c (newReg): fixed indentation
363
364 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
365
366         * src/SDCCval.c (constVal): fixed bug 730366
367         * support/Util/SDCCerr.c,
368         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
369
370 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
371
372         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
373
374 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
375
376         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
377
378 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
379
380         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
381           (hex2dec): made hex_digit unsigned char, removed ascii dependance
382         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
383           (hex2dec): made hex_digit unsigned char, removed ascii dependance
384         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
385         * packihx/packihx.c (hexDigit): made c unsigned char
386         * as/mcs51/lklibr.c (fndsym),
387         * link/z80/lkgb.c (gb),
388         * link/z80/lklibr.c (fndsym),
389         * link/z80/lkrloc.c (relr),
390         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
391         * src/SDCC.lex (checkCurrFile, process_pragma),
392         * src/SDCCglue.c (spacesToUnderscores),
393         * src/SDCCmain.c (setParseWithComma, processFile),
394         * src/asm.c (tvsprintf, printCLine),
395         * src/avr/gen.c (emitcode, aopPut),
396         * src/ds390/gen.c (emitcode),
397         * src/hc08/gen.c (emitcode, emitinline),
398         * src/mcs51/gen.c (emitcode, genInline),
399         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
400           tokenizeLineNode),
401         * src/pic/ralloc.c (debugLog),
402         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
403           tokenizeLineNode),
404         * src/pic16/ralloc.c (debugLog),
405         * src/z80/main.c (_process_pragma):
406            made all ctype.h function calls safe
407         * src/SDCCopt.c: include math.h for fabs
408         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
409           and used them throughout the code to make ctype.h function calls safe
410         * src/ds390/main.c (asmLineNodeFromLineNode),
411         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
412         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
413            unsigned char*
414         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
415           (newpCodeAsmDir): made ctype.h function calls safe
416         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
417           pic16_emitcode):  made lbp unsigned char*
418         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
419           (pic16_newpCodeAsmDir): made ctype.h function calls safe
420         * src/xa51/gen.c (emitcode),
421         * src/z80/gen.c (_emit2): made lbp unsigned char*
422         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
423            char*
424
425 2005-09-05 Raphael Neider <rneider AT web.de>
426
427         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
428           access bank splitpoint
429
430 2005-09-05 Raphael Neider <rneider AT web.de>
431
432         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
433
434 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
435
436         * .version: changed to version 2.5.3
437         * doc/sdccman.lyx: changed version to 2.5.3,
438           documented --codeseg and --constseg and pragma codeseg and constseg,
439           documented bit parameters (reentrant) and bit returning
440         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
441            currFunc->recvSize, but is this ok for all ports?
442           (ast2iCode): result of ~ on unsigned char must be cast to int for
443            bool to work
444         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
445           function pointers in bit space
446         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
447           (processFuncArgs): call port.reg_parm() with reentrancy info
448         * src/port.h,
449         * src/avr/main.c,
450         * src/ds390/main.c,
451         * src/hc08/main.c,
452         * src/pic/main.c,
453         * src/pic16/main.c,
454         * src/xa51/main.c,
455         * src/z80/main.c: port.reg_parm prototype extended with
456           "bool reentrant" parameter
457         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
458           options.stackAuto for allocating bit register parameters
459         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
460           (genSend): set BitBankUsed if it is,
461           (selectRegBank): factored out of genCall for use in genPcall,
462           (genCall): removed redundant dtype assignmen, use selectRegBank,
463           (genPcall): handle returning in Carry properly, save in F0 if needed,
464           (genReceive): handle bit register parameters
465         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
466           (mcs51_assignRegisters): enable bit registers for all reentrant
467            functions and don't set BitBankUsed unconditionally
468         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
469         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
470         * support/regression/tests/funptrs.c: added tests for BOOL and for return
471
472 2005-08-27 Borut Razem <borut.razem AT siol.net>
473
474         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
475         ppc-osx (Darwin) does not support -u option. It seems that it is
476         supported only on Linux - GNU cp
477
478 2005-08-25 Borut Razem <borut.razem AT siol.net>
479
480         * sim/ucsim/gui.src/serio.src/Makefile.in,
481           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
482           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
483           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
484           install and strip, since the strip at /usr/ccs/bin should be used
485           on solaris
486
487 2005-08-24 Borut Razem <borut.razem AT siol.net>
488
489         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
490
491 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
492
493         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
494         ffffffffu
495
496 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
497
498         * as/mcs51/aslink.h: completed lkrloc.c prototypes
499         * as/mcs51/lkmain.c (link_main): fixed warning
500         * device/include/stdbool.h: ds390 has no advanced bit support yet
501         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
502         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
503         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
504           and updated their macros
505         * src/SDCCval.c (constVal): updated comment for renamed b_long
506
507 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
508
509         * as/mcs51/asdata.c: changed ctype['['] to BINOP
510         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
511           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
512           (oprio): set priority for '['
513         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
514            and adb_24_bit
515         * as/mcs51/asm.h: added defines R_BIT and S_BIT
516         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
517         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
518         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
519           added overlayable BIT_BANK area
520         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
521           (summary2): explain 'T' in legenda
522         * as/mcs51/lkrloc.c: replaced old K&R style,
523           (relr): added R_BIT processing,
524           (errmsg): added "Bit-addressable relocation error",
525           (adb_bit): added for converting from byte- to bit-addressable space,
526           (adb_24_bit): added for converting from byte- to bit-addressable space
527         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
528            used in reentrant functions now even as return value
529         * device/lib/_gptrput.c (_gptrput): removed obsolete code
530         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
531           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
532         * src/SDCCglobl.h: added indicator BitBankUsed
533         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
534            the bit registers b0-b7
535         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
536           (geniCodeCast): fixed bug 1263853,
537           (geniCodeLogicAndOr): put result in bool or char,
538           (geniCodeReceive): added parameter func for accessing the return type,
539           (geniCodeFunctionBody): pass func to geniCodeReceive
540         * src/SDCCmain.c: added indicator BitBankUsed
541         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
542         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
543           (checkSClass): don't put automatic bool/bit on stack,
544           (checkFunction): removed check on function cannot return bit
545         * src/SDCCsymt.h: added newBoolLink prototype
546         * src/mcs51/gen.c (rb1regs): added bit registers,
547           (movc): created for assigning to carry,
548           (pushReg, popReg): created for pushing registers,
549           (sameRegs): check both AOP_REG and AOP_CRY types,
550           (aopOp): handle bit registers,
551           (aopPut): optimization no self-assign,
552           (saveRegisters): push reg->base (bits) only once for bit registers,
553            and use pushReg,
554           (unsaveRegisters): pop reg->base only once and use popReg,
555           (assignResultValue): added parameter func and return in carry for bits,
556           (genIpush): optimization no reload in A if not changed,
557           (genSend): bit parameters in reentrant functions are passed in bit
558            registers by first assigning to bits in B, then save registers and
559            copy B to bits,
560           (genCall): handle returning in Carry properly, save it in F0 if needed,
561           (genPcall): updated assignResultValue call, this is not safe yet for bit
562            returning function !!!
563           (genFunction): don't generate equ's for bit registers and use pushReg,
564           (genEndFunction): take care of bit returning functions and use popReg,
565           (genRet): return bit in Carry,
566           (genIfx): optimize bit registers and other directly addressable bits,
567           (genReceive): updated assignResultValue call
568         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
569           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
570            registers when using stack-auto
571         * src/mcs51/ralloc.c (_G): added allBitregs,
572           (regs8051): added the bit registers,
573           (createStackSpil): use macro IS_BIT,
574           (getRegBit): added to allocate a bit register, else spill,
575           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
576           (updateRegUsage): factored out to ease stepping while debugging,
577           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
578            also allocate bit registers,
579           (fillGaps): handle bit registers,
580           (findAllBitregs): added to create bit vector with all bit registers,
581           (mcs51_allBitregs): returns this bit vector,
582           (mcs51_assignRegisters): when using stack-auto use bit registers for
583            passing parameters and creating local variables
584         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
585
586 2005-08-22 Borut Razem <borut.razem AT siol.net>
587
588         * device/lib/Makefile.in: replaced find option -or with -o
589           to make it run on solaris
590
591 2005-08-22 Raphael Neider <rneider AT web.de>
592
593         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
594           fixes #1265442 (crash on Solaris)
595
596 2005-08-20 Borut Razem <borut.razem AT siol.net>
597
598         * configure, configure.in: added tests for libsocket and libnsl libraries,
599           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
600           from support/regression/Makefile.in
601         * support/regression/Makefile.in: added
602         * device/lib/pic16/Makefile.common.in: force make to use bash shell
603         * sim/ucsim/libtool: regenerated on sparc-solaris
604         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
605           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
606           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
607           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
608           sparc-solaris, which doesn't use GNU ld linker
609         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
610         * as/Makefile: find on sparc-solaris does not support -maxdepth option
611
612 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
613
614         * src/mcs51/peeph.def: updated comments
615
616 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
617
618         * device/lib/_gptrget.c,
619         * device/lib/_gptrput.c: slightly shorter
620         * doc/sdccman.lyx: incremented version
621         * src/mcs51/peeph.def: moved peephole comments to the line of first
622           change to better keep line correlation, reanimated 186.e
623         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
624
625 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
626
627         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
628           David Saxton with quotes around file name.
629
630 2005-08-15 Borut Razem <borut.razem AT siol.net>
631
632         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
633           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
634           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
635           make tests run on x86_64 platform
636
637 2005-08-13 Raphael Neider <rneider AT web.de>
638
639         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
640           as it might be executed DURING a build (parallel make is wonderful)
641
642 2005-08-13 Raphael Neider <rneider AT web.de>
643
644         * device/lib/Makefile.in (port-specific-objects-pic16):
645           revert to cp $(PORT)/bin/*.* $(PORTDIR)
646         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
647           dependency
648         * device/lib/pic16/Makefile.rules: build subdirs before creating
649           the library, removed builddir rule, create $(builddir) early in
650           recurse rule, use empty recurse rule for leaf directories
651         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
652           mkdir errors (race condition), removed duplicate suffix "hex"
653           from clean rules
654         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
655         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
656           prevents mkdir -p from aborting on Alpha
657
658 2005-08-12 Raphael Neider <rneider AT web.de>
659
660         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
661           db-statements in order to allow for arrays of pointers in code
662           sections to be placed without interspersed 0-padding, fixes
663           bug #1256215
664         * (emitStatistics): fixed division by zero for pic18f1220
665         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
666           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
667         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
668         * (pic16_pCodeConstString): keep track of already emitted string
669           literals to prevent "duplicate definitions of symbol _str_NR"
670         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
671           debug message
672         * device/lib/Makefile.in: ignore failing PIC16 library builds
673         * device/lib/pic16/Makefile: do not build if gputils are missing
674         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
675
676 2005-08-10 Raphael Neider <rneider AT web.de>
677
678         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
679           my last commit)
680
681 2005-08-10 Raphael Neider <rneider AT web.de>
682
683         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
684           Rokas' patch to add the new fixed point type "__fixed16x16"
685         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
686           functions for __fixed16x16 arithmetics
687         * device/lib/pic16: reimplemented the build system to support
688           a separate build directory, better handling of libio (create
689           the library in a separate subdir for each architecture) and
690           easier configuration (centralized in Makefile.common)
691
692 2005-08-07 Raphael Neider <rneider AT web.de>
693
694         * src/pic16/gen.c (genrshTwo): fixed sign extension
695         * src/pic16/device.c: added pic18f2320, 4220 and 4320
696         * device/include/pic16/pic18f2220.h: changed some bit definitions,
697           added T0CONbits
698         * device/include/pic16/pic18f4220.h: NEW, header for
699           pic18f4220 and pic18f4320
700         * device/include/pic16/pic18fregs.h: added new devices,
701           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
702         * device/include/pic16/signal.h: resolved name clashes
703           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
704           to also allow testing for interrupt enable bits, added
705           comments on how to use the macros
706         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
707         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
708           register definitions for the devices
709         * device/lib/pic16/pics.all: added new devices
710         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
711           allocated memory
712         * device/lib/pic16/libc/stdlib/memfree: do not count
713           the block header as free memory
714         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
715           simplified and added missing end-of-blocklist-marker
716           (reported by Peter Onion, fixes #1252814)
717         * (_mergeHeapBlock): fixed loop condition
718         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
719           len==0, restructured code
720         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
721           up a bit, reduced bitfield accesses, prevent endless loops
722           in case of heap corruption
723         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
724           "unreferenced arguments/must return a value" warnings
725         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
726           replaced BAUDREG with SPBRG
727         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
728           device/lib/pic16/debug/gstack/gstack.c: replaced
729           _naked, _asm, _endasm with __naked, __asm, __endasm
730
731 2005-08-05 Raphael Neider <rneider AT web.de>
732
733         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
734           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
735
736 2005-08-05 Borut Razem <borut.razem AT siol.net>
737
738         * device/lib/Makefile.in: added missing ';'
739         * configure: removed ^M characters
740
741 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
742
743         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
744           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
745           License
746
747 2005-08-04 Borut Razem <borut.razem AT siol.net>
748
749         * configure.in: pic16 libraries build 2nd try - enable running
750           configure in device/lib/pic16
751         * configure: regenerated from configure.in
752         * device/lib/Makefile.in: create $(PORT)/bin directory
753
754 2005-08-03 Raphael Neider <rneider AT web.de>
755
756         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
757           to get/set values via pointers
758         * (genUnpackBits,genPackBits): changed detection of
759           ptr->bitfield vs. sym.bitfield, fixed access via generic
760           pointers, removed dead (wrong) code for multibyte bitfields
761         * (genNearPointerGet, genGenPointerGet): removed useless code,
762           fixed bitfield detection, fixes #1250594
763         * (genNearPointerSet): removed useless code
764         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
765           and introduced macro pic16_emitpcode that conditionally emits
766           the origin of the following pCode (useful for debugging SDCC)
767         * src/pic16/pcode.c: changed (and disabled) some debug outputs
768         * (createDefmap): fixed handling of LFSR for --optimize-df
769
770 2005-08-02 Borut Razem <borut.razem AT siol.net>
771
772         * device/lib/Makefile.in: pic16 libraries build enabled since
773           gputils-0.13.2 are now localy installed at sourceforge's compile farm
774
775 2005-08-02 Raphael Neider <rneider AT web.de>
776
777         * src/pic16/gen.c (genPackBits): removed deprecated warning
778         * (genGenPointerSet): fixed bitfield detection
779
780 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
781
782         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
783
784 2005-07-31 Raphael Neider <rneider AT web.de>
785
786         * device/lib/pic16/libdev/pic18f458.c,
787           device/include/pic16/pic18f458.h: added missing T0CONbits
788
789 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
790
791         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
792
793 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
794
795         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
796
797 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
798
799         * device/include/mcs51/at89c51ed2.h: added.
800
801 2005-07-23 Raphael Neider <rneider AT web.de>
802
803         * src/pic/gen.h: added emitpcode macro for debugging
804         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
805           and replace by macro adding debug information on demand
806         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
807         * (gencjne): tried to fix; replaced with correct (slower) code
808         * (gen{Unp,P}ackBits): fixed single bit access
809         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
810         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
811           previous instruction
812         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
813           register has to be handled with care (forbidding movement
814           of assignments/uses, removing assignments completely, ...)
815         * (pCodeOptime2pCodes): make use of regIsSpecial
816         * added lots of debugging output (commented out)
817         * src/pic/rallloc.c (deassignLRs): prevent operand registers
818           from being reused as result UNLESS it is known to work
819
820 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
821
822         * support/Util/dbuf.h: include <stddef.h> for size_t
823         * .version: changed to version 2.5.2
824
825 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
826
827         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
828
829 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
830
831         * src/hc08/gen.c (genMinus): fixed bug #1241835,
832           (genModOneByte): removed needless psha/pula
833
834 2005-07-22 Raphael Neider <rneider AT web.de>
835
836         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
837           have PIC14 handled like PIC16, fixes broken pic14 linker calls
838         * src/pic/gen.c (resolveIfx): do not "invent" labels
839         * (genSkipc): changed to positive logic
840         * (genSkipCond): removed as no longer needed
841         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
842           backport from PIC16
843         * (genLeftShift): check operands are in different registers
844         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
845           INCF does not update CARRY...
846         * src/pic/main.c: fixed _linkCmd
847         * src/pic/pcode.c (unlinkpCode): added inactive code
848         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
849           alive (do not assign result and operand overlapping registers)
850
851 2005-07-22 Raphael Neider <rneider AT web.de>
852
853         * src/pic/device.c (dump_sfr): replaced register declaration with
854           call to emitSymbolToFile() to avoid duplicate symbols
855         * (assignRelocatableRegisters): do not declare external symbols
856         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
857           right (take size of type, not etype)
858         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
859         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
860         * (packRegsForAccUse): disabled assignment of WREG as
861           the result reg to prevent occurence of just fixed #1235003,
862           fixes #1242954
863         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
864           symbols (avoids duplicate symbols in .asm file)
865         * (pic14emitRegularMap): use emitSymbolToFile()
866         * src/pic/gen.c (aopOp): fixed spillLocation handling
867         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
868         * (genDataPointerSet): removed unneccessary variables/output
869
870 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
871
872         * as/mcs51/lkarea.c: enlarged codemap for banked memory
873         * device/lib/mcs51/crtbank.asm: added # to 0x0F
874
875 2005-07-21 Raphael Neider <rneider AT web.de>
876
877         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
878           architecture cannot handle them efficiently, fixes bug #1235003
879         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
880           check for empty sets before using them (fixes bug #1232190)
881
882 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
883
884         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
885           (lnksect2): generate warnings for memory overlap
886         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
887           constseg to set the name of these segments so you can instruct the linker
888           to place them in banks
889         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
890         * src/SDCCglobl.h: added MODEL_HUGE to enum,
891           added code_seg and const_seg to options
892         * src/SDCCglue.c (emitMaps): use options.const_seg,
893           (createInterruptVect): put interrupt vectors in segment HOME,
894           (glue): put HOME before static segment and put the main glue in HOME,
895           (glue): use options.code_seg
896         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
897         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
898           these segments so you can instruct the linker to place them in banks
899           (linkEdit): use code_loc for HOME segment which should be the first
900           segment in code memory now
901         * src/SDCCmem.c: fixed more stuff like bug 1238386
902         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
903           (changePointer): don't change function pointers to code pointers for
904           banked functions,
905           (compareType): added exceptional check for banked function pointers
906         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
907         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
908           after static in code memory
909         * src/mcs51/gen.c: added aopLiteralLong prototype,
910           (aopForSym): use getSize for functions,
911           (genCall): generate banked calls over one trampoline __sdcc_banked_call
912           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
913           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
914           the segment,
915           (genPcall): use call for literal function pointers and generate banked
916           calls over the one trampoline so there's only one place for the user to
917           modify according to his/hers hardware,
918           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
919           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
920         * src/mcs51/main.c: added keyword banked,
921           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
922         * support/Util/SDCCerr.c,
923         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
924           needed for passing the bank and address to the trampoline
925         * device/lib/mcs51/crtbank.asm: added for bankswitching
926         * device/lib/mcs51/Makefile: added crtbank
927
928 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
929
930         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
931           for fields at offset 0 of a struct or union as reported
932           on 2005-07-07 in the developer mailing list.
933
934 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
935
936         * src/SDCCmem.c: fixed bug 1238386
937
938 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
939
940         * src/mcs51/peeph.def: added labelrefcounting for peepholes
941           (patch #1144962), added peephole 300, enabled 259.x
942         * doc/sdccman.lyx: removed screenshot and provided link instead
943
944 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
945
946         * doc/sdccman.lyx: added section about debugging with ddd
947         * doc/figures/ddd_example.eps: screenshot of debugging session
948
949 2005-07-04 Raphael Neider <rneider AT web.de>
950
951         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
952           like CODE pointers, fixes #1115683
953         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
954           call, fixes bugs #1232211, #1228110,
955           fixed wrong casts to pCodeFlow from pCodeInstructions
956
957 2005-07-04 Raphael Neider <rneider AT web.de>
958
959         * src/pic/gen.c (popGet): changed assert to allow for
960           bit operands
961         * (popGetAddr): changed signature to provide
962           an additional index, patched all call sites
963         * (genCmpEq): handle literal-like operands correctly
964         * (genAddrOf): added sanity checks on __code/__data pointers
965         * (genAssign): added handling of symbols from __code section
966         * (gencjne): do not generate code for comparisons whose result
967           is neither stored nor used, fixes bug #1171114
968         * (AccLsh, AccRsh): operate on operand instead of WREG
969         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
970           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
971           by known count
972         * rewrote complete shift-by-literal logic, commented unused
973           functions out
974         * (genConstPointerGet): get multiple bytes (if result size > 1),
975           fixed handling of non-immediate addresses
976         * (genPointerGet): handle CODE pointers like CONST pointers
977         * (genpic14Code): insert C-SRC lines as Cource-pCodes
978         * ({aop,op}_isLitLike): NEW, single place to decide whether an
979           operand is to be treated as a literal or not
980         * (mov2w,genPcall,genCmpEq),
981           src/pic/genarith.c: use aop_isLitLike() to decide between
982           literal/register contents
983         * (addSign): added missing offset
984         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
985           only emit comment in debug-mode,
986           use {aop,op}_isLitLike throughout the file
987         * src/pic/glue.c: fix initializers for pointers (work in progress)
988         * src/pic/pcode.c (get_op): honor index on _const symbols
989         * ({reset,dump}pCodeStatistics): NEW, estimate code size
990         * (dumppBlock): added pCode size estimation
991         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
992           check for IS_SYMOP before OP_SYMBOL'ing
993         * fixed indentation, compacted switch-statements
994         * (allocReg): find free register and allocate it instead of
995           allocating new registers all the time
996         * (deassignLRs): prevent POINTER_GET's from being assigned the same
997           registers as its operands (necessary only for multibyte GETs)
998
999 2005-07-01 Raphael Neider <rneider AT web.de>
1000
1001         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1002           debugging .asm-output macros FENTRY + FEXIT
1003         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1004           way... I wonder...
1005         * (emitpComment): NEW, printf to pCode
1006         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1007           offset handling
1008         * (popGetAddr): NEW, variant of popGet to access an immediates
1009           high(er) bytes instead of the n'th byte of memory they reference,
1010           replaced popGet with popGetAddr where neccessary
1011         * (genDataPointerGet): reactivated and fixed implementation
1012         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1013           accesses
1014         * (genDataPointerSet): fixed multibyte assignments
1015         * (genpic14Code): fixed --i-code-in-asm handling
1016         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1017         * (genPlus): fixed index-out-of-bounds error
1018         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1019         * src/pic/ralloc.c: added debugging output macro FENTRY2
1020         * (spillThis): fixed indentation, enbraced for-body for clarity
1021         * (rematStr): commented out as now unused
1022         * (regTypeNum): commented out special spill case (overwrites
1023           arbitrary values)
1024         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1025
1026 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1027
1028         * doc/sdccman.lyx: documented sfr16/sfr32,
1029           added example for using storage class with function pointers
1030         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1031
1032 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1033
1034         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1035         * device/lib/_itoa.c,
1036         * device/lib/_ltoa.c: optimized codesize
1037         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1038           but don't know how to suppress the double warning.
1039         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1040         * support/Util/SDCCerr.c,
1041         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1042
1043 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1044
1045         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1046           fixed old K&R prototypes
1047         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1048         * device/lib/_gptrget.c,
1049         * device/lib/_gptrgetc.c,
1050         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1051           also new versions for small generic pointers and banked generic pointers
1052         * src/port.h: added const_name
1053         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1054         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1055         * src/SDCCcse.c (findPrevIc): check all associative operators
1056         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1057         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1058         * src/SDCCmem.c: updated comments,
1059           set far-space to 0 for pdata, results in optimized code
1060         * src/SDCCmem.h: added macro CONST_NAME
1061         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1062           moving the info into the highest bits, see also gptrget/gptrput
1063         * src/src.dsp: added sdcc.ico to project files
1064         * src/avr/gen.c (genCast): fixed bug 0x%d
1065         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1066         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1067           relation between ptr_type and DCL_TYPE,
1068           (genCast): fixed bug 0x%d
1069         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1070           (CODE)" for const_name
1071         * src/hc08/gen.c (genCast): fixed bug 0x%d
1072         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1073           (hc08_port): added "CONST (CODE)" for const_name
1074         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1075           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1076           between ptr_type and DCL_TYPE,
1077           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1078           operand* and took AOP() inside function so sfr-ness can be checked,
1079           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1080           new prototype,
1081           (genFunction, genEndFunction): optimized stack setup,
1082           (genMinus): optimized for literals with ending zeroes (in bytes),
1083           (genCast): fixed bug 0x%d
1084         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1085           (mcs51_port): added "CONST (CODE)" for const_name
1086         * src/mcs51/peeph.def: made rule 226 more generic
1087         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1088         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1089         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1090         * src/z80/main.c (z80_port): added NULL for const_name,
1091           (gbz80_port): added NULL for const_name
1092         * support/regression/tests/bug663539.c,
1093         * support/regression/tests/sfr16.c: new tests
1094
1095 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1096
1097         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1098
1099 2005-06-24 Raphael Neider <rneider AT web.de>
1100
1101         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1102           corrected typos...
1103         * device/include/pic16/signal.h: added USBIF
1104           and SIG_USB
1105
1106 2005-06-24 Raphael Neider <rneider AT web.de>
1107
1108         * device/lib/pic16/libdev/pic18f2455.c,
1109           device/include/pic16/pic18f2455.h: NEW
1110         * device/include/pic16/pic18fregs.h,
1111           device/lib/pic16/pics.all,
1112           src/pic16/device.c: added 18f2455
1113         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1114           device/include/pic16/{pic18f[68][567].h,usart.h}:
1115           replaced MULTIPLE_USARTS define with more relaible
1116           compatibility sfrs (for USART access)
1117
1118 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1119
1120         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1121           and the output asm file line is printed on two lines.
1122
1123 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1124
1125         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1126           BGT, BLE, BHI, and BLS instructions
1127         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1128           genCmpEq): removed
1129         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1130           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1131           fixes bug #1216342
1132         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1133
1134 2005-06-15 Raphael Neider <rneider AT web.de>
1135
1136         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1137         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1138         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1139           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1140           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1141
1142 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1143
1144         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1145           Marcel Telka in bug #1215704
1146
1147 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1148
1149         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1150           located in shared memory bank.
1151
1152 2005-05-31 Raphael Neider <rneider AT web.de>
1153
1154         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1155           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1156           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1157
1158 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1159
1160         * device/lib/_strncpy.c: fixed the fix
1161
1162 2005-05-26 Raphael Neider <rneider AT web.de>
1163
1164         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1165           initializers with \0, bug #1208187
1166         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1167           intializers with \0, bug #1208187
1168
1169 2005-05-26 Raphael Neider <rneider AT web.de>
1170
1171         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1172           initializers with \0, bug #1208187
1173         * src/pic16/main.c (_process_pragma): added sanity checks
1174           for stack position and size, emit warnings when appropriate
1175
1176 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1177
1178         * device/lib/_strncpy.c: fixed not filling with \0
1179
1180 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1181
1182         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1183           createFunction),
1184         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1185           compound_statement),
1186         * src/SDCCsymt.h,
1187         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1188
1189 2005-05-24 Raphael Neider <rneider AT web.de>
1190
1191         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1192
1193 2005-05-24 Raphael Neider <rneider AT web.de>
1194
1195         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1196           TRISE definitions, closes bug #1162453
1197
1198 2005-05-22 Raphael Neider <rneider AT web.de>
1199
1200         * src/pic16/main.c (_process_pragma): check for missing
1201           arguments to pragmas code and udata
1202         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1203           consistency fixes to match other headers (thanks to Jim Paris)
1204         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1205
1206 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1207
1208         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1209
1210 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1211
1212         * support/regression/tests/bug1198642.c: new test
1213         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1214         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1215         * support/scripts/resource.h,
1216         * support/scripts/resource.rc,
1217         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1218         * support/scripts/sdcc.ico: added 32x32 icon
1219
1220 2005-05-18 Raphael Neider <rneider AT web.de>
1221
1222         * device/lib/pic16/libdev/pic18f*.c,
1223         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1224           keywords to "__sfr" and "__at (X)"
1225         * device/include/pic16/pic18fregs.h: added pic18f4520
1226         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1227           #1203088 (MPLAB compatibility)
1228
1229 2005-05-17 Raphael Neider <rneider AT web.de>
1230
1231         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1232         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1233         * device/lib/pic16/pics.all: added new devices
1234         * src/pic16/device.c: added support for pic18f4520
1235
1236 2005-05-16 Raphael Neider <rneider AT web.de>
1237         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1238         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1239         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1240           convenience function for bit access
1241
1242 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1243
1244         * device/lib/printf_large.c: fixed bug 1193299
1245         * support/regression/tests/bug1057979.c: added test %3.3s
1246
1247 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1248
1249         * device/include/mcs51/8051.h,
1250         * device/include/mcs51/8052.h: made parseable with lint
1251         * device/include/mcs51/lint.h: added include file for (sp)lint
1252         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1253         * doc/cdbfileformat.lyx,
1254         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1255
1256 2005-05-14 Raphael Neider <rneider AT web.de>
1257
1258         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1259         * device/lib/pic16/libc/stdlib/itoa.c (new)
1260         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1261         * device/lib/pic16/libio/Makefile: exclude subdir according to
1262           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1263         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1264         * src/pic16/gen.c (genFunction): prevent annoying warning
1265         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1266           nameclashes on BeOS
1267         * support/cpp2/cppmain.c (cpp_output_string): new
1268         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1269           fixes bug 1116802
1270
1271 2005-05-13 Borut Razem <borut.razem AT siol.net>
1272
1273         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1274
1275 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1276
1277         * .version: changed to version 2.5.1; back to bleeding edge development
1278
1279 2005-05-11 Borut Razem <borut.razem AT siol.net>
1280
1281         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1282           generate PDF version 1.3 documents
1283
1284 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1285
1286         * .version: changed to version 2.5.0
1287
1288 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1289
1290         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1291
1292 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1293
1294         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1295         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1296         well as many smaller updates.
1297         * .version: changed to version 2.5.0-pre1
1298
1299 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1300
1301         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1302
1303 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1304
1305         * support/regression/tests/bug1185672.c: added
1306         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1307           bug 1185672
1308         * src/mcs51/gen.c (genCall): added comments, made it look safer
1309         * src/mcs51/gen.c (genEndFunction): simplified
1310
1311 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1312
1313         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1314
1315 2005-04-14 Borut Razem <borut.razem AT siol.net>
1316
1317         * fixed bug 1045046 - SIGSEGV with really simple code?:
1318           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1319           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1320
1321 2005-04-14 Borut Razem <borut.razem AT siol.net>
1322
1323         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1324           src/pic16/device.h: temporarily disabled experimental #inline pragma
1325           for 2.5.0 release
1326
1327 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1328
1329         * device/include/z80/stdio.h,
1330         * device/include/z80/string.h: removed these highly incomplete files so
1331           SDCC can use the default ones in device/include/
1332
1333 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1334
1335         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1336         gcc warning.
1337         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1338         fix sdcpp warnings.
1339
1340 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1341
1342         * device/include/malloc.h: removed redundant __reentrant prototypes
1343         * device/lib/_mullong.c: added working xstack variant in asm (C version
1344           doesn't pass regression tests)
1345         * device/lib/bpx.c: used __data and made bpx char for mcs51
1346         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1347           (createFunction): fixed bug with xstackPtr
1348         * src/SDCCcse.c: corrected comments
1349         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1350           (killDeadCode, eBBlockFromiCode): removed unused code
1351         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1352           corrected comments
1353         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1354           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1355           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1356           (genModOneByte): fixed warning in MSVC
1357         * src/mcs51/main.c (): added comments
1358         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1359
1360 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1361
1362         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1363
1364 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1365
1366         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1367
1368 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1369
1370         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1371         characters arrays of larger size than the declared one.
1372
1373 2005-04-10 Borut Razem <borut.razem AT siol.net>
1374
1375         * src/pic/gen.c (genInline),
1376           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1377           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1378           (findNextInstruction), (findPrevInstruction),
1379           (findInstructionUsingLabel),
1380           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1381         * src/pic/pcode.c (findLabel): added missing '\n'
1382         * src/src.dsp: added SDCCdwarf2.c to the project
1383
1384 2005-04-09 Borut Razem <borut.razem AT siol.net>
1385
1386         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1387
1388 2005-04-08 Raphael Neider <rneider AT web.de>
1389
1390         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1391           into the chain after a given one) and mergeDefmapSymbols (combine
1392           defmap entries for each symbol per pcode)
1393         * (createDefmap): have defmap entries merged in the end
1394         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1395           a symbol before replacing one access type's symbol, merge symbols in
1396           the end (replacement symbol might already have an entry)
1397         * (assignValnums): keep reference to written WREG intact
1398
1399 2005-04-08 Raphael Neider <rneider AT web.de>
1400
1401         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1402           Alpha)
1403
1404 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1405
1406         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1407         bytes
1408
1409 2005-04-07 Raphael Neider <rneider AT web.de>
1410
1411         * device/include/pic16/usart.h: added compatibility defines for
1412           devices with more than one USART
1413         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1414
1415 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1416
1417         * device/lib/Makefile.in: updated for port specific include
1418
1419 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1420
1421         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1422
1423 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1424
1425         * device/include/8051.h,
1426         * device/include/8052.h,
1427         * device/include/at89S8252.h,
1428         * device/include/at89c55.h,
1429         * device/include/at89x051.h,
1430         * device/include/at89x51.h,
1431         * device/include/at89x52.h,
1432         * device/include/mcs51reg.h,
1433         * device/include/reg51.h,
1434         * device/include/reg764.h,
1435         * device/include/regc515c.h,
1436         * device/include/sab80515.h: (re)moved these 12 files
1437         * device/include/mcs51/8051.h,
1438         * device/include/mcs51/8052.h,
1439         * device/include/mcs51/at89S8252.h,
1440         * device/include/mcs51/at89c55.h,
1441         * device/include/mcs51/at89x051.h,
1442         * device/include/mcs51/at89x51.h,
1443         * device/include/mcs51/at89x52.h,
1444         * device/include/mcs51/mcs51reg.h,
1445         * device/include/mcs51/reg51.h,
1446         * device/include/mcs51/reg764.h,
1447         * device/include/mcs51/regc515c.h,
1448         * device/include/mcs51/sab80515.h: and added them here
1449
1450 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1451
1452         * device/include/stdarg.h: changed SDCC specific keywords to double
1453           underlined form.
1454         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1455           mcs51 and ds390.
1456         * device/include/hc08/mc68hc908gp32.h,
1457         * device/include/hc08/mc68hc908jb8.h,
1458         * device/include/hc08/mc68hc908jkjl.h,
1459         * device/include/hc08/mc68hc908qy.h: fixed comments
1460         * device/include/mcs51/README: updated
1461         * device/include/mcs51/c8051f120.h: added PINRSF
1462         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1463         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1464           amidst code. Also inline is not supported.
1465
1466 2005-04-06 Raphael Neider <rneider AT web.de>
1467
1468         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1469         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1470           callers stack/frame pointers
1471
1472 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1473
1474         * device/include/pic16/usart.h: added, missing in previous commit,
1475         * device/include/pic16/adc.h: fixed typo,
1476         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1477         commit,
1478         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1479         <p18fxxx.inc>
1480         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1481         uninitialized because a bug appears with gplink
1482         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1483         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1484         complains for unrecognised option
1485
1486 2005-04-05 Raphael Neider <rneider AT web.de>
1487
1488         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1489           structs as well (using memcpy)
1490         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1491           on ISRs (GOTO has no label)
1492         * src/pic16/device.h: added OF_OPTIMIZE_DF
1493         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1494           new data flow analysis/optimization
1495         * src/pic16/pcode.c: added (prototypes for and implementation of)
1496           dataflow analysis functions, fixed pCodeInstructions' inCond and
1497           outCond values, made RCALL a branch instruction
1498         * (pic16_unlinkpCode): keep C line if possible
1499         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1500           C line moved if possible
1501         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1502         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1503           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1504         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1505           new flow)
1506         * (pic16_getJumptabpCode): NEW, needed in...
1507         * (LinkFlow): fixed handling of jumptables, calls and conditional
1508           branches
1509         * (pic16_InsertCommentAfter): NEW
1510         * (pic16_pCodeReplace): made verbose and flow preserving
1511         * (AnalyzeFlow): added call to data flow analysis
1512         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1513         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1514         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1515
1516 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1517
1518         * src/SDCCast.c (decorateType): fixed bug #1105626
1519
1520 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1521
1522         * device/include/asm/pic16/features.h,
1523         * pic18f*.h headers,
1524         * device/include/pic16/adc.h,
1525         * device/include/pic16/delay.h,
1526         * device/include/pic16/i2c.h,
1527         * device/include/pic16/malloc.h,
1528         * device/include/pic16/stdio.h,
1529         * device/include/pic16/stdlib.h,
1530         * device/include/pic16/string.h,
1531         * device/lib/pic16/libc/stdio/printf_tiny.c,
1532         * device/lib/pic16/libc/stdio/printf_small.c,
1533         * device/lib/pic16/libc/stdio/strmgpsim.c,
1534         * device/lib/pic16/libc/stdio/strmmssp.c,
1535         * device/lib/pic16/libc/stdio/strmusart.c,
1536         * device/lib/pic16/libc/stdio/vfprintf.c,
1537         * device/lib/pic16/libc/stdlib/ltoa.c,
1538         * device/lib/pic16/libc/stdlib/putchar.c,
1539         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1540         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1541         * device/lib/pic16/libc/stdlib/memchrram.c,
1542         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1543         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1544         * device/lib/pic16/libio/adc/adcbusy.c,
1545         * device/lib/pic16/libio/adc/adcread.c,
1546         * device/lib/pic16/libio/adc/adcsetch.c,
1547         * device/lib/pic16/libio/usart/ubaud.c,
1548         * device/lib/pic16/libio/usart/ubusy.c,
1549         * device/lib/pic16/libio/usart/udrdy.c,
1550         * device/lib/pic16/libio/usart/uopen.c,
1551         * device/lib/pic16/libio/usart/uputc.c,
1552         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1553         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1554         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1555         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1556         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1557         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1558         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1559         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1560         specific keywords to double underlined form,
1561         * device/lib/pic16/libc/Makefile.rules,
1562         * device/lib/pic16/libsdcc/Makefile.rules,
1563         * device/lib/pic16/libm/Makefile,
1564         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1565         to compile with C standard set in Makefile.common
1566         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1567         rand.c and crc.c in compilation process,
1568         * device/lib/pic16/libsdcc/int/divuint.c,
1569         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1570         `c' from signed to unsigned,
1571         * device/lib/pic16/startup/crt0.c,
1572         * device/lib/pic16/startup/crt0i.c,
1573         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1574         keywords to double underlined form, bug fixes in _do_cinit function
1575         which prevented the correct initialization of the .idata segment,
1576         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1577         core to enter a infinite loop
1578         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1579
1580 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1581
1582         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1583
1584 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1585
1586         * device/include/Makefile.in: add support for hc08 subdirectory
1587         * device/include/hc08/: new subdirectory
1588         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1589         Lucas Loizaga, thanks!
1590         * device/include/hc08/mc68hc908qy.h,
1591         * device/include/hc08/mc68hc908gp32.h,
1592         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1593         their own directory. Changed internal macro names to use the compiler
1594         reserved namespace. Changed SDCC specific keywords to double
1595         underlined form.
1596         * device/include/math.h,
1597         * device/include/malloc.h,
1598         * device/include/stdarg.h,
1599         * device/include/stdbool.h
1600         * device/include/string.h,
1601         * device/include/tinibios.h,
1602         * device/include/ds400rom.h,
1603         * device/include/8051.h,
1604         * device/include/8052.h,
1605         * device/include/80c51xa.h,
1606         * device/include/at89c55.h,
1607         * device/include/at89S8252.h,
1608         * device/include/at89x51.h,
1609         * device/include/at89x52.h,
1610         * device/include/ds80c390.h,
1611         * device/include/reg764.h,
1612         * device/include/regc515c.h,
1613         * device/include/sab80515.h,
1614         * device/include/mcs51/c8051f000.h,
1615         * device/include/mcs51/c8051f018.h,
1616         * device/include/mcs51/c8051f020.h,
1617         * device/include/mcs51/c8051f040.h,
1618         * device/include/mcs51/c8051f060.h,
1619         * device/include/mcs51/c8051f120.h,
1620         * device/include/mcs51/c8051f300.h,
1621         * device/include/mcs51/c8051f310.h,
1622         * device/include/mcs51/c8051f320.h,
1623         * device/include/mcs51/c8051f330.h,
1624         * device/include/mcs51/c8051f350.h,
1625         * device/include/z180.h: Changed SDCC specific keywords to double
1626         underlined form.
1627
1628 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1629
1630         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1631         18F4455,
1632         * (pic16_assignConfigWordValue): disable testing of configuration
1633         register value with config mask,
1634         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1635         function with port->fun_prefix,
1636         * (genFunction): when generating a naked interrupt function never
1637         create an absolute segment placed in interrupt vector address, place
1638         the actual interrupt function at IVA instead, when an interrupt
1639         function is generated with unspecified interrupt then do not create
1640         the absolute section,
1641         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1642         code for generating a call to generic pointer get/put function with
1643         a call to function pic16_callGenericPointer(),
1644         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1645         the call to the generic pointer get/put functions with prefixing the
1646         function name with port->fun_prefix,
1647         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1648         * src/pic16/main.c (_process_pragma): prefix function with
1649         port->fun_prefix,
1650         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1651         calling assembler, old 18Fxxxx macro is deprecated,
1652         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1653         PC_ASMDIR in while condition,
1654         * (findInstruction): add PC_ASMDIR in while condition,
1655         * (buildCallTree): prefix main with port->fun_prefix,
1656         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1657         identifier for variable with banked access in instructions BTFSS,
1658         BTFSC, BCF, BSF, BTG
1659         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1660         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1661         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1662         perform optimization when enviroment variable NO_REG_OPT is set,
1663         * (insideLRBlock): NEW, return 1 if register is inside an
1664         INF_LOCALREGS block,
1665         * (RemoveRegFromLRBlock): remove a register that is completely
1666         eliminated by register optimization, but it is still left in local
1667         register store/restore in/from stack block,
1668         * (Remove2pcodes): after removing register, check to see if it
1669         should be removed from local register store/restore in/from stack
1670         block,
1671         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1672         DUMMY_READ_VOLATILE,
1673
1674         * device/include/pic16/adc.h: minor prototype modifications and
1675         update,
1676         * device/include/pic16/malloc.h: added GPL notice various
1677         modifications,
1678         * device/include/pic16/stdint.h: NEW, standard header for ints
1679         * device/include/pic16/delay.h: NEW, header for delay functions,
1680         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1681         delay1mtcy,
1682         * device/include/pic16/signal.h: NEW, header providing helper macros
1683         for implementing signal handlers,
1684         * device/include/pic16/stdio.h: added prototypes for functions,
1685         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1686         prototypes for stdin and stdout, added macro PUTCHAR to
1687         automatically implement putchar function prototype,
1688         * device/include/pic16/usart.h: modified and updated USART library,
1689         * device/lib/pic16/libio/adc/,
1690         * device/lib/pic16/libio/i2c: some modifications to improve library
1691         performance,
1692         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1693         family of functions,
1694         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1695         family of functions and other sources,
1696         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1697         of the PIC18Fxx[28] devices,
1698         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1699         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1700         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1701         _do_cinit function, because the previous failed when local variables
1702         where not placed in the same memory bank,
1703         * device/lib/pic16/libsdcc/char/: various modifications to improve
1704         library performance,
1705         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1706         information on the new functions of the c library and more...
1707
1708 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1709
1710         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1711
1712 2005-03-26 Raphael Neider <rneider AT web.de>
1713
1714         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1715           if condition == CARRY)
1716         * (genCmp): adapted to new genSkipc semantics
1717         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1718           on rIfx (genCmp was broken)
1719
1720 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1721
1722         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1723         * src/z80/main.c (_keywords[]),
1724         * src/SDCCglobal.h (struct options),
1725         * src/SDCC.y,
1726         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1727         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1728         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1729         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1730         always available in leading double underscore form. The C99 support is
1731         mostly missing, but it's a start.
1732         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1733         reserved identifier "__data".
1734
1735 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1736
1737         * src/mcs51/peeph.def: fixed bug 1170013
1738
1739 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1740
1741         * device/include/mcs51reg.h: fixed bug 842007
1742
1743 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1744
1745         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1746         last time.
1747
1748 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1749
1750         * src/port.h (struct PORT),
1751         * src/avr/ralloc.c (avr_assignRegisters),
1752         * src/avr/main.c,
1753         * src/ds390/ralloc.c (ds390_assignRegisters),
1754         * src/ds390/main.c,
1755         * src/hc08/ralloc.c (hc08_assignRegisters),
1756         * src/hc08/main.c,
1757         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1758         * src/mcs51/main.c,
1759         * src/pic/ralloc.c (pic14_assignRegisters),
1760         * src/pic/main.c,
1761         * src/pic16/ralloc.c (pic16_assignRegisters),
1762         * src/pic16/main.c,
1763         * src/xa51/ralloc.c (xa51_assignRegisters),
1764         * src/xa51/main.c,
1765         * src/z80/ralloc.c (z80_assignRegisters),
1766         * src/z80/ralloc.h,
1767         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1768         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1769         * src/SDCCcse.h,
1770         * src/SDCCdflow.c (computeDataFlow),
1771         * src/SDCCdflow.h,
1772         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1773         * src/SDCCloop.h,
1774         * src/SDCCcflow.c (*),
1775         * src/SDCCcflow.h,
1776         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1777         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1778         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1779         immedDom() returning wrong block; probably fixes bug #1160833)
1780
1781 2005-03-20 Borut Razem <borut.razem AT siol.net>
1782
1783         * support/scripts/inc2h.pl: WIN32 port
1784
1785 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1786
1787         * device/lib/makefile.in: added abs.c and labs.c
1788
1789 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1790
1791         * device/include/stdint.h: added
1792         * device/lib/abs.c: added
1793         * device/lib/labs.c: added
1794         * device/include/stdlib.h: added abs() and labs() prototypes
1795         * device/lib/libsdcc.lib: added abs and labs
1796         * device/include/float.h,
1797         * device/lib/_fsmul.c,
1798         * device/lib/printf_fast.c,
1799         * device/lib/printf_tiny.c: updated comments
1800
1801 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1802
1803         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1804         bug #1164313
1805
1806 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1807
1808         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1809         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1810
1811 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1812
1813         * device/lib/printf_large.c: removed inline assembly for portability and
1814           readability. Use printf_fast if speed or size are more important.
1815         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1816         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1817
1818 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1819
1820         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1821         prevent compiler warning
1822
1823 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1824
1825         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1826         moved to level 0 and declared as static. Also they are explicit
1827         placed in access bank. This was necessery because some times they
1828         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1829         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1830         optimizations. Currently only compare to unsigned char is implemented,
1831         * src/pic16/gen.c: added fReturnIdx array,
1832         * (struct resolvedIfx) is moved to gen.h and made public,
1833         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1834         * (aopForSym): added an optimization to directly store in stack of
1835         the operand of a SEND iCode,
1836         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1837         but as registers instead (AOP_REG) using the fReturnIdx array,
1838         * (pic16_freeAsmop): remove the freed register from the
1839         _G.sregsAlloc field,
1840         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1841         a compare of 'WREG',
1842         * (pic16_popGetTempRegCond): changed function prototype, now
1843         function takes also a bitVector argument v which holds the current
1844         set of registers that are allocated for stack access by aopForSym,
1845         registers allocated in aopForSym for accessing stack symbols are not
1846         any more part of the functions usedRegs field,
1847         * (genCall): some times aopOp is called for a stack variable to be
1848         send, aopForSym might perform the push, if this is true make sure
1849         that genCall doesn't push the variable twice by testing _G.resDirect,
1850         * (genFunction): changed testing for unspecified interrupt number
1851         from 256 to INTNO_UNSPEC,
1852         * modified selection scheme of frame pointer generation. Previously
1853         if function did use local registers a frame pointer was generated,
1854         now a frame pointer is generated only if function has arguments
1855         (that need PLUSW2 register access), or has stack arguments, or the
1856         compiler is not instructed to omit the frame pointer,
1857         * (genEndFunction): before restoring local registers that were saved
1858         in the function preamble, also restore the registers that *might*
1859         have been allocated for stack access,
1860         * (genRet): removed some old comments,
1861         * (genCmp, the active (RN's) version): added a call to the
1862         pic16_genCmp_special function to perform the compare with a more
1863         robust and optimized way,
1864         * (genInline): a feature has been added in inline code generation,
1865         which allows a wildcard variable substitution when writing inline
1866         assembly. Code is incomplete and experimental therefore undocumented,
1867         * (genCast): changed order of aopOp for result and right to allow
1868         aopForSym to directly load the result if possible,
1869         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1870         perform an optimized compare on some selected special occasions,
1871         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1872         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1873         generate an IVT any more,
1874         * src/pic16/main.c (pic16_optionsTable): added command line option
1875         --optimize-cmp,
1876         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1877         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1878         macros,
1879         * src/pic16/NOTES: Raphael Neider added in list of active developers
1880         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1881         jumptable_end to prevent bug #,
1882         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1883         inCond and outCond fields,
1884         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1885         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1886         turn off register spilling,
1887         * (packRegsForOneUse): synced with other ports' versions although it
1888         is not used currently,
1889         * (pic16_packRegisters): added an optimization while reading
1890         structure bitfields, some registers may be saved (malloc code is
1891         decreased by 80 bytes)
1892
1893 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1894
1895         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1896         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1897         this can be optimized more?
1898
1899 2005-03-10 Raphael Neider <rneider AT web.de>
1900
1901         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1902           genNearPointerGet): (hopefully) fixed access to bitfields via
1903           pointers (p->bitN = x; and x = p->bitN; failed)
1904
1905 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1906
1907         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1908
1909 2005-03-09 Raphael Neider <rneider AT web.de>
1910
1911         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1912
1913 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1914
1915         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1916         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1917           (regTypeNum): set REG_BIT type if necessary
1918         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1919         * support/regression/tests/critical.c: check bug 1144613
1920
1921 2005-03-02 Raphael Neider <rneider AT web.de>
1922
1923         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1924
1925 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1926
1927         * src/avr/ralloc.c (serialRegAssign),
1928         * src/ds390/ralloc.c (serialRegAssign),
1929         * src/hc08/ralloc.c (serialRegAssign),
1930         * src/mcs51/ralloc.c (serialRegAssign),
1931         * src/pic/ralloc.c (serialRegAssign),
1932         * src/pic16/ralloc.c (serialRegAssign),
1933         * src/xa51/ralloc.c (serialRegAssign),
1934         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1935
1936 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1937
1938         * src/SDCCast.c (decorateType): fixed bug 1124787
1939
1940 2005-02-20 Hubert Sack <sack AT digiplan.de>
1941         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1942
1943         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
1944         patch #1121755
1945
1946 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1947
1948         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
1949         to keep the correct label reference count when adding/removing references
1950         to labels. A peephole file using this is appended to patch #1144962.
1951
1952 2005-02-14 Raphael Neider <rneider AT web.de>
1953
1954         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
1955         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
1956         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
1957           retrievals of result operand's value on assignment
1958
1959 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
1960
1961         * device/include/pic16/string.h: modified prototype for memccpy()
1962         to memccpy(void *, void *, char, size_t)
1963         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
1964         check whether to omit frame pointer or not,
1965         * (genInline): convert all occurences of "\n" to LF in inline
1966         assembler blocks, this helps formatting the inline text,
1967         * (pic16_loadFSR0): modified prototype,
1968         * (genNearPointerGet, genNearPointerSet): reorganization of code,
1969         removed some 8051 legacy code,
1970         * (genPackBits): enabled handling bitfields exceeding one byte in size,
1971         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
1972         before allocating temporary registers in functions,
1973
1974 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1975
1976         * support/regression/tests/bitvars.c: corrected the "fix"
1977
1978 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1979
1980         * support/regression/tests/bitvars.c,
1981         * support/regression/tests/bitwise.c,
1982         * support/regression/tests/rotate.c: "fixed" problems on Alpha
1983
1984 2005-02-10 Raphael Neider <rneider AT web.de>
1985
1986         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
1987           different size for Alpha
1988         * src/pic16/gen.c (genCmpEq) : improved compare with 0
1989
1990 2005-02-09 Raphael Neider <rneider AT web.de>
1991
1992         * src/SDCC.lex(doPragma) : save and restore warning options as well
1993           (also added new stack plus clone- and copyAndFreeSDCCERRG())
1994         * have #pragma less_pedantic set the errorlevel to WARNING
1995           (fixes #1117001)
1996         * (cloneOptimize) : fixed wrong malloc's size
1997         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
1998           facilitate correct handling of #pragma (save|restore)
1999
2000 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2001
2002         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2003
2004 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2005
2006         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2007
2008 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2009
2010         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2011
2012 2005-02-02 Raphael Neider <rneider AT web.de>
2013
2014         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2015         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2016         * (pic16_storeForReturn): fixed to allow returning function pointers
2017         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2018         * device/include/pic16/{stddef.h,stdbool.h}: added
2019
2020 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2021
2022         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2023
2024 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2025
2026         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2027         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2028          appeared to be required
2029
2030 2005-01-31 Borut Razem <borut.razem AT siol.net>
2031
2032         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2033           include/mcs51 and include/z80 directories to the package
2034
2035 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2036
2037         * src/hc08/gen.c (genFunction): fixed bug #1112752
2038
2039 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2040
2041         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2042
2043 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2044
2045         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2046
2047 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2048
2049         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2050
2051 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2052
2053         * device/include/c8051fxxx.h: removed these 6 files
2054         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2055
2056 2005-01-26 Raphael Neider <rneider AT web.de>
2057
2058         * src/pic16/gen.c (genAssign): fixed assignment from longs
2059           in codespace (were cut to three bytes)
2060         * (genDummyRead): implemented (except for CODESPACE...),
2061           fixed bug #1108575
2062         * src/pic16/glue.c (emitStatistics): beautified
2063         * device/lib/pic16/libm/Makefile: added include path
2064
2065 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2066
2067         * src/z80/gen.c (aopPut): fixed bug #1103902
2068
2069 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2070
2071         * device/lib/expf.c: fixed bug #1095792
2072
2073 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2074
2075         * device/lib/pic16/libm: added Math library sources
2076
2077 2005-01-24 Raphael Neider <rneider AT web.de>
2078
2079         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2080           to enable upcast to pCodeOpReg2 (there is no type tag to
2081           differenciate the two and pic16_popGet2p cast into PCOR2)
2082         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2083           (sizeof(sectNames) changed to sizeof(sectName))
2084           Both patches fix segfaults under MinGW.
2085
2086 2005-01-23 Raphael Neider <rneider AT web.de>
2087
2088         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2089           Safe_[mc]?alloc()'ed variables
2090         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2091           of (byte sized) temporaries (assign them to WREG for now)
2092         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2093           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2094           this might fix SIGSEGVs on MinGW...
2095         * src/SDCCopt.c (killDeadCode): restored original behaviour
2096           (volatile operands might get thrown away though)
2097
2098 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2099
2100         * src/pic16/gen.c: fixed bug #1106975,
2101         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2102         pointer update, INTCON is saved, global interrupts are disabled and
2103         restored after updateing TOS.
2104         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2105         * added function attribute 'shadowregs' to take advantage of shadow
2106         registers,
2107         * added function attribute 'wparam' as an alternative to the wparam
2108         pragma,
2109         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2110         user declares a non-ISR function as 'shadowregs',
2111         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2112
2113 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2114
2115         * .version: bumped version number to 2.4.8
2116         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2117         pic16 port,
2118         * device/lib/pic16/libio/i2c/: I2C module support library,
2119         * device/include/pic16/i2c.h: I2C support library header,
2120         * device/lib/pic16/libc/stdio/: standard IO support sources,
2121         * (printf_small.c): printf_small() source, supports float print,
2122         * (printf_tiny.c): printf_tiny() source, does not support floats,
2123         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2124         enable global optimizations for entire library source, other
2125         Makefiles in the source tree are also modified to reflect this,
2126         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2127         function,
2128         * doc/sdccman.lyx: updated to reflect new changes,
2129         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2130         sym->onStack if-case,
2131         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2132         sbit, idata, _idata, xdata, _xdata,
2133         * added pragma library, to link an external library, (see doc),
2134         * removed command line options, --pomit-config-words, --pomit-ivt,
2135         --pleave-reset-vector,
2136         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2137         when calling assembler to reflect memory model used, also define
2138         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2139         reflect stack model used,
2140         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2141         on stack return NULL,
2142
2143 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2144
2145         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2146           of the operands is volatile. Fixes #1020220
2147
2148 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2149
2150         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2151         * (OptimizeRegUsage): make sure that there is really no other flow where
2152           the first pCode is used
2153
2154 2005-01-22 Raphael Neider <rneider AT web.de>
2155
2156         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2157           to fix #1106967 (pCode->seq are not set up correctly)
2158
2159 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2160
2161         * src/SDCCglue.c (glue): make sure code area is declared before the
2162         static initialization area.
2163
2164 2005-01-21 Raphael Neider <rneider AT web.de>
2165
2166         * device/lib/Makefile.in: fixed test for pic16 install dir
2167         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2168           optimizations
2169         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2170           added --optimize-goto compiler switch and pragma wparam documentation
2171         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2172         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2173           and PRODH closing bug #1071770 (peephole optimizer)
2174
2175 2005-01-19 Raphael Neider <rneider AT web.de>
2176
2177         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2178           cmdLine buffers (used when calling sdcpp...) are large enough
2179           (MAX_PATH=256 truncates arguments leading to system halts when
2180           used in MinGW...)
2181         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2182         * (genUminus): rewritten to for efficiency
2183         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2184           used uninitialized in some cases)
2185         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2186           copy the third byte from the int -- now assumes 0x80 (data memory)
2187         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2188           operands (genAddLit expects the iCode's operands to swapped as
2189           well), fixed leftover bytes (crashed for short left operands)
2190         * (pic16_genMinusDec): performance improvements, removed false
2191           PIC14 emitSKPNCs
2192         * (pic16_genMinus): fixed to cope with differently sized operands
2193         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2194           for --obanksel > 1
2195         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2196         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2197           new banksel optimization
2198         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2199           analysis for temporary registers (segfaults...)
2200         * src/pic16/peeph.def: added rule
2201
2202 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2203
2204         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2205         which converts a float number to its ASCII representation
2206         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2207         functions to convert the fractional and integer part of a float to ASCII,
2208         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2209         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2210         ram
2211         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2212         _STATMEM macros,
2213         * device/include/pic16/adc.h: added GPL info,
2214         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2215         a pCodeOp as tested operand,
2216         * (genNearPointerGet): optimized bit testing, does not use
2217         intermediate register for bit value, test directly instead with
2218         BTFSS, BTFSC, works only for single bits,
2219         * (genpic16Code): dump the name of the iCode in the asm,
2220         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2221         renamed to pic16_decodeOp,
2222         * (serialRegAssign): do not allocate a temporary register for iCode
2223         sequences that test a single bit for 1/0
2224
2225 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2226
2227         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2228         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2229         access stack and frame pointers. They are initially assigned to
2230         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2231         accessing SFRs. Updated all occurences of modification of stack or
2232         frame pointer in gen.c and pcode.c,
2233         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2234         assigning of a literal value to pointers,
2235         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2236         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2237         selected
2238
2239 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2240
2241         * doc/sdccman.lyx: update documentation about stack pragma, added
2242         some info for stack memory models
2243
2244 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2245
2246         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2247
2248 2005-01-08 Raphael Neider <rneider AT web.de>
2249
2250         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2251           udata sections to fix bug #1097823
2252
2253 2005-01-05 Raphael Neider <rneider AT web.de>
2254
2255         * src/pic16/gen.c (genGenericShift): added handling of differently
2256           sized left operand and result
2257
2258 2005-01-04 Raphael Neider <rneider AT web.de>
2259
2260         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2261         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2262           to hold the condition bit)
2263         * added new version of genCmp (old code available via #define)
2264         * added new version of genShiftLeft/genShiftRight in a generic
2265           way, now supports shifting by negative values
2266         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2267           shiftCount (expected by genGenericShift)
2268         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2269         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2270           dump
2271         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2272           is an invalid literal too...)
2273
2274 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2275
2276         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2277         from Raphael Neider,
2278         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2279         for 8-bit literals. This fixes some literal operands which are sign
2280         extended to 16-bits ints when instruction needs only 8-bits.
2281
2282 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2283
2284         * device/lib/logf.c: added mcs51 assembly version
2285         * device/lib/expf.c: added mcs51 assembly version
2286         * device/lib/_logexpf.c: new shared asm code for expf and logf
2287         * device/include/math.h: add defines for assembly math library
2288         * device/lib/Makefile.in: build new _logexpf.c
2289         * device/lib/libfloat.lib: use new _logexpf.c
2290
2291 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2292
2293         * src/pic/device.c
2294         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2295           device types which have less than 0x7f registers.
2296
2297 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2298
2299         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2300
2301 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2302
2303         * device/lib/printf_fast.c: only build on supported arch.
2304         * device/lib/printf_tiny.c: only build on supported arch.
2305         * device/lib/printf_fast_f.c: only build if asm float lib
2306         * device/lib/_fsget1arg.c: only build if asm float lib
2307         * device/lib/_fsget2args.c: only build if asm float lib
2308         * device/lib/_fsnormalize.c: only build if asm float lib
2309         * device/lib/_fsreturnval.c: only build if asm float lib
2310         * device/lib/_fsrshift.c: only build if asm float lib
2311         * device/lib/_fsswapargs.c: only build if asm float lib
2312         * device/include/stdio.h: don't provide print_fast,
2313           print_fast_f, print_tiny prototypes if --xstack used
2314
2315 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2316
2317         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2318         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2319           to the SOURCES
2320
2321 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2322
2323         * device/lib/printf_fast_f.c: same as printf_fast, but
2324           with floating point enabled
2325         * device/lib/printf_fast.c: minor tweaks
2326         * device/include/stdio.h: add printf_fast_f
2327
2328 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2329
2330         * src/SDCCmain.c: make --float-reent default for mcs51
2331         * device/lib/_fsadd.c: added mcs51 assembly version
2332         * device/lib/_fssub.c: added mcs51 assembly version
2333         * device/lib/_fsmul.c: added mcs51 assembly version
2334         * device/lib/_fsdiv.c: added mcs51 assembly version
2335         * device/lib/_fseq.c: added mcs51 assembly version
2336         * device/lib/_fsneq.c: added mcs51 assembly version
2337         * device/lib/_fsgt.c: added mcs51 assembly version
2338         * device/lib/_fslt.c: added mcs51 assembly version
2339         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2340         * device/lib/Makefile.in: add _fscmp to build
2341         * device/lib/libfloat.lib: add _fscmp to build
2342
2343 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2344
2345         * device/lib/_fs2slong.c: added mcs51 assembly version
2346         * device/lib/_fs2sint.c: added mcs51 assembly version
2347         * device/lib/_fs2schar.c: added mcs51 assembly version
2348         * device/lib/_fs2ulong.c: added mcs51 assembly version
2349         * device/lib/_fs2uint.c: added mcs51 assembly version
2350         * device/lib/_fs2uchar.c: added mcs51 assembly version
2351         * device/lib/_slong2fs.c: added mcs51 assembly version
2352         * device/lib/_sint2fs.c: added mcs51 assembly version
2353         * device/lib/_schar2fs.c: added mcs51 assembly version
2354         * device/lib/_ulong2fs.c: added mcs51 assembly version
2355         * device/lib/_uint2fs.c: added mcs51 assembly version
2356         * device/lib/_uchar2fs.c: added mcs51 assembly version
2357         * device/include/float.h: added #define to select asm vs c
2358
2359 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2360
2361         * device/lib/printf_fast.c: improvements to float output
2362         * device/include/float.h: add defines for assembly float library
2363         * device/lib/_fsget1arg.c: receive 1 float arg
2364         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2365         * device/lib/_fsnormalize.c: normalize a float
2366         * device/lib/_fsreturnval.c: return float, various helper routines
2367         * device/lib/_fsrshift.c: right shift a float's mantissa
2368         * device/lib/_fsswapargs.c: swap 2 floats
2369         * device/lib/Makefile.in: build these 6 new files for mcs51
2370         * device/lib/libfloat.lib: add these 6 files to the library
2371
2372 2004-12-26 Borut Razem <borut.razem AT siol.net>
2373
2374         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2375           built by gcc 3.4.2
2376
2377 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2378
2379         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2380           and fully reentrant and register bank neutral.
2381         * device/lib/printf_fast.c: added float (not enabled by default),
2382           added compact/slower integer (also not enabled by default),
2383           improved size/speed of fast integer code, other minor changes
2384         * device/include/stdio.h, device/lib/Makefile.in,
2385           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2386
2387 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2388
2389         * src/pic16/pcode.c: declaring variables other than at the start of a
2390           block is not supported in C by VC6.
2391
2392 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2393
2394         * applied a previous patch from Raphael Neider that wasn't included
2395         in the previous commits, which fixes infinite loops within jumptable
2396         improvements,
2397         * made some fixes that previous patches introduced
2398
2399 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2400
2401         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2402         that fixes an issue with AOP_PCODE asmop's offset,
2403         * (pic16_popCopyReg): update instance field too,
2404         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2405         function of pic port,
2406         * (genCmp, genAnd, genAssign),
2407         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2408
2409 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2410
2411         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2412         variables initial values to idata section,
2413         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2414         variables in some functions. This utilizes parmBytes field of iCode
2415         structure to hold the offset of the variable in stack. (might be
2416         able to use the stack field too?)
2417         * applied patch from Raphael Neider # ### , # ###
2418         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2419         variable initial values in idata section,
2420         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2421         for static variables with initial value
2422         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2423         applied fix in while loop from Raphael Neider.
2424
2425 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2426
2427         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2428         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2429         * src/ds390/ralloc.c (serialRegAssign): spill bits
2430         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2431         * support/Util/SDCCerr.c,
2432         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2433         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2434         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2435
2436 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2437
2438         * device/include/sdcc-lib.h: inserted LGPL, added includes
2439           asm/ds390/features.h and asm/mcs51/features.h
2440         * device/include/asm/default/features.h,
2441         * device/include/asm/gbz80/features.h,
2442         * device/include/asm/z80/features.h: added empty _AUTOMEM
2443           and _STATMEM
2444         * device/include/asm/ds390/features.h,
2445         * device/include/asm/mcs51/features.h: added files with defines for
2446           _AUTOMEM and _STATMEM indicating automatic and static storage class
2447         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2448         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2449         * src/SDCCicode.c (geniCodeCast),
2450         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2451         * src/SDCCloop.c (loopInduction): removed unused variable lr
2452         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2453           to convertToFcall to include char modulo (RFE 1065037), added check
2454           if left operand is unsigned and use abs of literal value
2455         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2456           as it doesn't work after conversion from peephole.def to peephole.rul
2457         * src/mcs51/gen.c (toBoolean): added check for size,
2458           (genModOneByte): optimized code for signed char modulo a literal
2459           power of 2 (thanks to Hubert Sack),
2460           (genRRC): removed unnecessary "clr c",
2461           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2462         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2463           jump optimization,
2464           swapped rules 256.c and 256.d,
2465           extended 256.d by using new multiple checks (thanks Erik),
2466           added rules 256.e and 256.f,
2467           updated rule 261.a and 261.b to new generated code
2468         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2469
2470 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2471
2472         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2473           induction related bugs, including first part of bug #1074377
2474
2475 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2476
2477         * applied patch from bug-report #1076292,
2478         * applied patches for genAnd and Goto-optimizations for Raphael
2479         Neider,
2480         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2481         dump a less iCode information,
2482         * src/pic16/device.h (pic16_options_t): added field debgen,
2483         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2484         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2485         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2486         puclic,
2487         * (various functions): added macros FENTRY and FENTRY2 to functions,
2488         to emit function prologue,
2489         * (various functions): fixed indentation,
2490         * (genNearPointerGet): fixed loading of FSR0,
2491         * (genPackBits): applied patch from Raphael Neider to fix updating
2492         of FSR0 and touching only the modified bits,
2493         * src/pic16/genarith.c (various functions): added macros FENTRY to
2494         emit function prologue in comments,
2495         * src/pic16/pcode.h: added functions debugf2, debugf3,
2496         * src/pic16/ralloc.c: partial fix for packForPush caused
2497         segmentation fault,
2498
2499 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2500
2501         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2502           <stsp AT users.sourceforge.net> with reversed byte order
2503         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2504
2505 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2506
2507         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2508           bug #1074377
2509         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2510         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2511
2512 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2513
2514         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2515
2516 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2517
2518         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2519           conditions,
2520           (setFromConditionArgs): friendly operand parser for peephole rules,
2521           (operandBaseName, operandsNotRelated): new peephole condition
2522           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2523           architecture specific register naming into account, handles n-way
2524           comparisons, and supports quoted literals
2525         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2526
2527 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2528
2529         * src/mcs51/peeph.def: fixed bug #1076940
2530
2531 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2532
2533         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2534
2535 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2536
2537         Adding support for replacing ljmps with sjmps in jumptables
2538         generated for switch statements. For now you need to set the
2539         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2540         Now 4 algorithms for mcs51 jumptable generation are used:
2541         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2542         addresses loaded pc-relative for up to 112 cases and stack-pushing
2543         target addresses loaded with offset from dptr for up to 256 cases.
2544
2545         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2546         * src/mcs51/main.c: adapted constants for switch table generation
2547         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2548
2549 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2550
2551         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2552         * support/regression/tests/bug1057979.c: added test for bug 1073386
2553
2554 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2555
2556         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2557         compilers
2558
2559 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2560
2561         * src/pic16/device.h,
2562         * src/pic16/genarith.c,
2563         * src/pic16/glue.c,
2564         * src/pic16/main.c,
2565         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2566
2567 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2568
2569         Large cummulative patch for pic16 port.
2570         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2571         to call when a stack overflow occurs,
2572         * (malloc.h): added CVS Id tag,
2573         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2574         variable,
2575         * added libc directory. The current version of LibC contains string
2576         functions, ctype functions and macros and some functions of the
2577         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2578         be extensively tested in the future. Standard disclaimer here.
2579         Library is not automatically build yet. But one can build it by
2580         invoking 'make' inside the libc directory.
2581         * added ADC library under libio. Preliminary version yet.
2582
2583         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2584         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2585         aopForRemat() now and not by pic16_aopOp(),
2586         * (pic16_popGetTempReg): removed warning messgae when allocating
2587         temporary registers, its a buggy feature and will be removed,
2588         * (pic16_popGet): set register instance field in AOP_CRY,
2589         * (pic16_outBitC): fixed for results in size greater than 1,
2590         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2591         * (pic16_storeForReturn): optimized return of 0,
2592         * (genCmp): experimental code for new genCmp which uses PIC18's
2593         special compare&skip instructions. Initial tests fail some times
2594         with variables grater than 1 byte in size, so new code is disabled,
2595         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2596         a single bit,
2597         * (genCast): began a fix to optimize the casting of a bit to another
2598         bit, now assigning a bitfield to another bitfield will fail, sorry,
2599         * src/pic16/main.c: disabled the use of lr-support feature,
2600         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2601         * added some function prototypes, added function _debugf prototype,
2602         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2603         bits with offset (case PO_GPR_BIT),
2604         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2605         command line,
2606         * (isBankInstruction): modified to return 0 for no banking instruction,
2607         and 1 for banking instruction,
2608         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2609         caused stop processing pCodes after a inline assembly block,
2610         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2611         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2612         registers when it shouldn't,
2613         * src/pic16/ralloc.c (allocReg): add preliminary support for
2614         supporting a limited set of temporary registers,
2615
2616 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2617
2618         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2619           genDataPointerSet): ensure assignments always copy in MSB to LSB
2620           order,
2621           (loadRegFromAop): recognize CLRH optimization,
2622           (genFunction): optimize RECEIVE iCodes in reentrant functions
2623
2624 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2625
2626         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2627           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2628           selected.
2629         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2630         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2631           contiguous with data
2632
2633 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2634
2635         * device/lib/_gptrget.c (_gptrget),
2636         * device/lib/_gptrgetc.c (_gptrgetc),
2637         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2638           instead of sjmp to ret
2639         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2640           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2641
2642 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2643
2644         * .version: bumped version to 2.4.7
2645         * device/lib/_gptrget.c (_gptrget): is now _naked
2646         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2647         * device/lib/_gptrput.c (_gptrput): is now _naked
2648         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2649           (createFunction): fixed xstack
2650         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2651         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2652           or bit either,
2653           (geniCodeCritical): store original interrupt state in an iTemp bit
2654           var unless stack-auto
2655         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2656         * src/SDCCmain.c (setIncludePath): added include/target to search path
2657         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2658         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2659           prototype,
2660           (processFuncArgs): put bit vars in bit area
2661         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2662           unsaveRBank): fixed xstack,
2663           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2664           (genFunction, genEndFunction): fixed xstack,
2665           (genAssign): optimization don't walk backwards through mem
2666         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2667         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2668         * support/regression/Makefile: also make library (for stack-auto) when
2669           making "all" and added "test-mcs51-xstack-auto"
2670         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2671         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2672         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2673         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2674         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2675           make-library by MAKE_LIBRARY
2676         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2677           regression tests for xstack
2678         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2679         * support/regression/tests/critical.c: test for critical on mcs51
2680
2681 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2682
2683         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2684           built version of sdcc instead of installed version
2685
2686 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2687
2688         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2689         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2690           vprintf.c now
2691         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2692         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2693           WARNING: remove device/lib/build/z80/printf.o by hand when
2694           updating from previous build!
2695         * device/lib/z80/printf.c: updated comment
2696         * support/regression/tests/bug1057979.c: test all ports now
2697         * support/regression/tests/bug1065458.c: file added
2698
2699 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2700
2701         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2702           *_start and *_end symbols for static functions
2703
2704 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2705
2706         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2707           and search crt0.o in all library paths,
2708           (setIncludePath): proper handling of --nostdinc,
2709           (setLibPath): proper handling of --nostdlib
2710         * support/regression/Makefile,
2711         * support/regression/ports/ds390/spec.mk,
2712         * support/regression/ports/gbz80/spec.mk,
2713         * support/regression/ports/hc08/spec.mk,
2714         * support/regression/ports/mcs51/spec.mk,
2715         * support/regression/ports/mcs51-large/spec.mk,
2716         * support/regression/ports/mcs51-stack-auto/spec.mk,
2717         * support/regression/ports/z80/spec.mk: use include and lib files from
2718           built version of sdcc instead of installed version
2719         * doc/sdccman.lyx: fixed typo in --nostdinc
2720
2721 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2722
2723         * src/pic/pcode.c,
2724         * src/pic/device.c,
2725         * src/pic/ralloc.c,
2726         * src/pic/gen.c : added support to generate code for struct bit fields.
2727
2728 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2729
2730         * as/xa51/xa_version.h,
2731         * device/include/errno.h,
2732         * device/include/regc515c.h,
2733         * device/lib/_itoa.c,
2734         * device/lib/_ltoa.c,
2735         * device/lib/ser_ir_cts_rts.c,
2736         * sim/ucsim/xa.src/glob.cc,
2737         * sim/ucsim/xa.src/inst_gen.cc,
2738         * sim/ucsim/xa.src/xa_bit.cc,
2739         * sim/ucsim/xa.src/xa_sfr.cc,
2740         * sim/ucsim/z80.src/inst_dd.cc,
2741         * sim/ucsim/z80.src/inst_fdcb.cc,
2742         * support/scripts/keil2sdcc.pl,
2743         * src/pic16/pic16.dsp,
2744         * src/pic16/pic16a.dsp: corrected cvs line endings
2745         * device/lib/printf_large.c: fixed bug 1057979
2746         * src/pic16/gen.c: fixed non-C standard code
2747         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2748         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2749         * support/regression/ports/mcs51/support.c: reload T1 asap
2750         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2751           pdata use and clear idata startup behaviour
2752         * support/regression/tests/bug1057979.c: added
2753
2754 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2755
2756         * device/examples/ds390/ow390/ad26.h,
2757         * device/examples/ds390/ow390/cnt1d.h,
2758         * device/examples/ds390/ow390/crcutil.c,
2759         * device/examples/ds390/ow390/ownet.h,
2760         * device/examples/ds390/ow390/owsesu.c,
2761         * device/examples/ds390/ow390/swt12.h,
2762         * device/examples/ds390/ow390/swtoper.c,
2763         * device/examples/ds390/ow390/temp10.h,
2764         * device/examples/ds390/ow390/thermodl.c,
2765         * device/examples/ds390/tinitalk/tinitalk.dsp,
2766         * device/examples/ds390/tinitalk/tinitalk.dsw,
2767         * device/examples/mcs51/clock/hw.h,
2768         * device/examples/mcs51/simple2/go.bat,
2769         * device/examples/serialcomm/windows/serial.h,
2770         * device/examples/xa51/dummy.c,
2771         * device/examples/xa51/hello.c,
2772         * device/include/80c51xa.h,
2773         * device/include/at89x051.h: corrected cvs line endings
2774
2775 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2776
2777         * src/pic16/main.c (options): added command line --gstack, to trace
2778         stack over/under flows,
2779         * added pragma 'wparam' to allow passing first byte of function
2780         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2781         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2782         call to __gstack_test function and sets up the symbol as extern,
2783         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2784         * popaop): added call to pic16_testStackOverflow,
2785         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2786         wparamList list,
2787         * (genCall, genPcall): now all parameters are passed via stack
2788         except in functions that are pass to wparam pragma in which WREG is
2789         used too,
2790         * (genPcall): REENTRANT flag is checked to see if variable prototype
2791         contains reentrant keyword, don't call a non-reentrant function, via
2792         a reentrant function pointer or vice versa, functions are never
2793         passed via WREG,
2794         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2795         D.Winkler,
2796         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2797         SIGSEGV when accessing a NULL register stucture,
2798         * (pic16_printGPointerType): modified to handle UPPER modifier for
2799         function initializers, changed prototype of function to simpler one,
2800         * (pic16_printIvalFuncPtr): check to see if function is already
2801         added in externs list,
2802         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2803         optimized a move from W to SFR with a move to the same register
2804         later after a CALL,
2805         * device/lib/pic16/debug: NEW directory, contains debug features
2806         which are enabled when linking with libdebug.lib, currently command
2807         line option --gstack enables stack pointer tracing for over/under
2808         flow, corresponding sources are in debug/gstack
2809
2810 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2811
2812         * doc/sdccman.lyx: updated SDCC version,
2813         * (PIC16 port): update list of command line options,
2814         * src/pic16/device.h (structure pic16_options_t): added field gstack
2815         to enable stack overflow tracing on push/pops,
2816         * src/pic16/device.c (statistics structure): added statistics
2817         structure,
2818         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2819         pic16_dump_int_registers): increase statistics counters for each
2820         * variable which is encountered
2821         * (pic16_dump_usection): emit each .udata variable to its own udata
2822         section,
2823         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2824         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2825         parameters via stack, otherwise use old scheme,
2826         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2827         assembler output file,
2828         * src/pic16/main.c: added command line options --gstack to enable
2829         push/pop tracing for stack overflow,
2830         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2831         instructions): added size of each instruction,
2832         * (pic16_countInstruction): estimate size of instructions in
2833         the_pFile list, inline assembly blocks are not counted,
2834         * (pic16_FixRegisterBanking): trace previous register usage, when
2835         banksel optimizations is greater than 0, don't emit a redudant
2836         banksel directive,
2837
2838 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2839
2840         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2841         * src/pic16/ralloc.c : applied same fix for pic16.
2842         * src/pic/gen.c : tidied it up a little.
2843
2844 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2845
2846         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2847         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2848
2849 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2850
2851         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2852
2853 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2854
2855         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2856         non-reentrant function __modsint in the interrupt function (thus
2857         corrupting math operations during serial I/O)
2858         * device/lib/ser_ir.c: as above, changed buffersize
2859         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2860         256.c,d for zeroing
2861         * doc/Makefile: added option -t for rsync
2862
2863 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2864
2865         * src/SDCCast.h (struct ast),
2866         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2867
2868 2004-10-20 Borut Razem <borut.razem AT siol.net>
2869
2870         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2871         package
2872
2873 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2874
2875         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2876         makefile targets,
2877         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2878         support functions to replace long sequences of MOVFF's from access
2879         bank registers to stack and vice versa,
2880         * src/pic16/device.h: added new field opt_flags, where optimization
2881         flags can be set to enable certain features,
2882         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2883         * pBlock, (genFunction, genEndFunction): surroung loop for
2884         saving/loading used registers in stack with PC_INFO pCodes,
2885         INF_LREGS. Code in between can then be optimized by pCode optimizer
2886         to support function calls,
2887         * (genDataPointerSet): fixed bug which loaded float fields in
2888         structures with corrupt data,
2889         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2890         in a standard way debug info on stderr. Feature used for developing
2891         and debugging only,
2892         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2893         obsolete chunks of code,
2894         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2895         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2896         * pic16/src/pcode.c (pic16_newpCodeInfo,
2897         * (pic16_newpCodeOpLocalRegs),
2898         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2899         feature,
2900         * (pic16_pCodeConstString): printing of the initial value of a
2901         symbol as a comment is inhibited since parsing was already done by
2902         copyStr and output is corrupt,
2903         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2904
2905 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2906
2907         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2908
2909 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2910
2911         * as/mcs51/lkarea.c: removed old K&R style,
2912           (lnksect): changed check on boundary error,
2913           (lnksect2): changed check on boundary error,
2914           (lnksect2): extend XSTK to end of page if size = 1
2915         * as/mcs51/lkmain.c: removed old K&R style,
2916           (Areas51): create l_IRAM symbol
2917         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2918         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2919           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2920         * device/lib/_mullong.c: added version to be compiled with xstack
2921         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2922         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2923         * device/lib/mcs51/crtxstack.asm: fixed comment
2924         * src/SDCCglue.c: maxInterrupts defaults to 0,
2925           (emitMaps): added pdata,
2926           (createInterruptVect): (re)moved default,
2927           (glue): added pdata,
2928           (glue): moved __start__xstack to XSTK with default size 1
2929         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2930           and options.float_rent when options.stackAuto is set,
2931           (linkEdit): only write XDATA_NAME if provided on command line
2932         * src/SDCCmem.h,
2933         * src/SDCCmem.c: added pdata
2934         * src/port.h: added pdata_name to PORT
2935         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2936           (saveRegisters, unsaveRegisters): removed usage of B,
2937           (genMinus): fixed accumulator clash,
2938           (genJumpTab): added comment, this needs another look
2939         * src/mcs51/gen.c: added check for "B in use" paranoia,
2940           added pushB() and popB()
2941         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
2942           chance
2943         * src/avr/main.c,
2944         * src/ds390/main.c,
2945         * src/hc08/main.c,
2946         * src/mcs51/main.c,
2947         * src/pic/main.c,
2948         * src/pic16/main.c,
2949         * src/xa51/main.c,
2950         * src/z80/main.c: (reset_regparms) made void parameter explicit and
2951           added PSEG (PAG,XDATA) or NULL to port specifier
2952         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
2953         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
2954           (_mcs51_genInitStartup): removed __start__xstack equ,
2955           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
2956         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
2957         * src/z80/gen.c (_rleAppend): fixed warnings
2958         * support/regression/tests/zeropad.c: added pdata test
2959         * .version: bumped to 2.4.6
2960
2961 2004-10-17 Borut Razem <borut.razem AT siol.net>
2962
2963         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
2964         as a part of nightly build
2965
2966 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
2967
2968         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
2969         WREG holds the first byte function parameters,
2970         * (aopForSym): take special case for symbols which are in FARSPACE
2971         but in CODESPACE too,
2972         * (assignResultValue): modified to take into account _G.useWreg,
2973         * (genCall): don't use wreg for parameter passing when function is
2974         declared as reentrant, too, added optimization INCF to stack
2975         pointer when stack parameter count is 1,
2976         * (genFunction, genEndFunction): refurnished and fixed to not using
2977         wreg for passing parameters when function has varargs or is
2978         reentrant, fixed bug with symbol name compare for generating
2979         functions in absolute address,
2980         * (pic16_storeForReturn): refurnished,
2981         * (genCmp): began writing a new version of the function, not ready
2982         yet, therefore it is disabled,
2983         * (genAssign): do not read code memory when assigning a function to
2984         a pointer function,
2985         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
2986         array of characters, not pointer,
2987         * (pic16initialComments): in debug mode emit an .ident directive for
2988         the assembler,
2989         * (_process_pragma): emit a new warning type (internal to pic16)
2990         when setting stack to default length, emit a similar warning when
2991         placing a function at absolute address and address is not word aligned
2992         * (_pic16_parseOptions): added 'return TRUE' statement,
2993         * (_pic16_linkEdit): if compiling a source, then add the source's
2994         file object, first in the list of objects to link,
2995
2996 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
2997
2998         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
2999         * src/pic/main.c : removed VC warning.
3000         * src/pic/gen.c : changed comment.
3001
3002 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3003
3004         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3005         reference to a deprecated symbol _GPTRREG was causing failure to
3006         link. Thanks G. M. Gallant for the info.
3007
3008 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3009
3010         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3011         comments for Bugs item #954788.
3012
3013 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3014
3015         * src/pic16/device.c (pic16_dump_gsection,
3016         * pic16_groupRegistersInSection): handle symbols declared to be in
3017         access bank differently,
3018         * src/pic16/gen.c (struct _G): added field resDirect,
3019         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3020         send values read from stack directly to result and don't allocate
3021         temporary values,
3022         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3023         same registers,
3024         * (pic16_sameRegsOfs): NEW,
3025         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3026         free because they were not allocated from temporary pool,
3027         * pic16_popRegFromString): workaround to fix a problem with
3028         allocating variables twice or never,
3029         * (genGenPointerGet): using PRODL instead of FSR0H,
3030         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3031         instead of FSR0H,
3032         * (genAssign): take advantage of the _G.resDirect flag,
3033         * (genCast): around line 11844, use mov2f instead of directly
3034         MOVFF'ing between operands to account for literal values,
3035         * src/pic16/genutils.c: some new debug functions for gpsim have been
3036         added,
3037         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3038         float with integer part only,
3039         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3040         place variables in access bank
3041         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3042         updated sources to reflect recent changes in gen.c
3043
3044 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3045
3046         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3047         sources that searched for headers in installation path, now the
3048         device/include/pic16 is used,
3049         * src/pic16/glue.c (pic16glue),
3050         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3051         .line directives if not in debug mode, this suppresses assembler's
3052         warnings for ignored directives
3053
3054 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3055
3056         * src/port.h: made reset_regparms prototype void parameter explicit.
3057         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3058         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3059         * doc/sdccman.lyx: documented warning disabling and how to use
3060           printf_large to make it print floats.
3061         * device/include/stdbool.h: NEW
3062         * device/lib/_atof.c,
3063         * device/lib/_divuint.c,
3064         * device/lib/_divulong.c,
3065         * device/lib/expf.c,
3066         * device/lib/printf_large.c,
3067         * device/lib/sincosf.c,
3068         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3069         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3070           a completely reentrant lib.
3071
3072 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3073
3074         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3075         * device/include/pic16/stdio.h: fixed bug with colon
3076
3077 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3078
3079         * device/include/pic16/stdio.h,
3080         * device/include/pic16/stdlib.h,
3081         * device/include/pic16/math.h: NEW
3082         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3083         declared as _naked to reduce overhead
3084         * device/lib/Makefile.in (target port-specific-objects-pic16):
3085         changed * to *.* so to ignore the CVS directory,
3086         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3087         stacked variables back in stack,
3088         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3089         corruption
3090
3091 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3092
3093         * .version: bumped version number to 2.4.5
3094         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3095         * support/Util/SDCCerr.c (messages structure): added entry for
3096         W_POSSBUG2
3097
3098         Large cumulative patch for pic16 port and libraries.
3099         * device/include/pic16/sdcc-lib.h,
3100         * device/include/pic16/stdarg.h,
3101         * device/include/asm/pic16/features.h,
3102         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3103         * device/include/pic16/float.h: changes reentrant keyword with
3104         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3105         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3106         updated target build-libraries to include objects from gptr,
3107         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3108         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3109         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3110         all function headings,
3111         * src/SDCCmain.c: added global parameter userIncDirsSet,
3112         * (parseCmdLine): when option -I is encountered add directory to
3113         userIncDirsSet too,
3114         * src/version.awk: added space between control and long,
3115         * src/pic16/NOTES: added some notes for the port,
3116         * src/pic16/gen.c: added prototype for mov2fp function,
3117         * (fReturnpic16[]): properly named return value registers,
3118         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3119         * (aopForSym): added code to handle symbols with onStack flag set,
3120         symbols onStack are allocated PTRSIZE bytes,
3121         * (aopFreeAsmop): handles special case where asmops are stack objects,
3122         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3123         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3124         added argument lock to trace flaws in allocating temporary registers
3125         when developing port,
3126         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3127         * (pic16_popRegFromString): reenabled allocating a direct register
3128         from string,
3129         * (assignResultValue): various beautifications,
3130         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3131         referenced function argument,
3132         * (genIpush): reenabled to allow stacked arguments, handles only
3133         ic->parmPush iCodes,
3134         * (genCall, genPcall): major changes to allow for variable argument
3135         functions, fixed a bug with falsely restoring stack pointer after
3136         returning from call,
3137         * (genFunction): pending code for critical function,
3138         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3139         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3140         * (genNearPointerGet): fixed bug with indirect reading, was always
3141         reading from INDF0
3142         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3143         pointers,
3144         * (genAddrOf): rewrote code to take address of a stacked function parameter
3145         * (genCast): fixed casting to generic pointer type,
3146         * src/pic16/gen.h: added AOP_STA,
3147         * (struct asmop): added field stk,
3148         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3149         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3150         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3151         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3152         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3153         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3154         generic pointers,
3155         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3156         and library paths,
3157         * (pic16_port structure): generic pointer size is set to 3,
3158         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3159         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3160         compiler warning,
3161         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3162         operand is an iTemp,
3163
3164 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3165
3166         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3167         * debugger/mcs51/simi.c: addapt new syntax of s51
3168
3169 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3170
3171         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3172         * src/pic16/pcode.c: commented out some calls to free() in order to
3173         fix bug #989576,
3174
3175 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3176
3177         * src/SDCCicode.h,
3178         * src/SDCCicode.c (isiCodeInFunctionCall),
3179         * src/avr/ralloc.c (selectSpil),
3180         * src/pic/ralloc.c (selectSpil),
3181         * src/pic16/ralloc.c (selectSpil),
3182         * src/ds390/ralloc.c (selectSpil),
3183         * src/hc08/ralloc.c (selectSpil),
3184         * src/xa51/ralloc.c (selectSpil),
3185         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3186         stack in the middle of a function call sequence (fixes bug #1020268)
3187         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3188         costs associated with the minimum switch case.
3189
3190 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3191
3192         * src/SDCC.lex: fixed bug #1030549
3193
3194 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3195
3196         * src/SDCCcse.h (struct cseDef),
3197         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3198         over a function call if the CSE is derived from a symbol whose
3199         address has been taken (fixes bug #1029883)
3200         * support/regression/tests/bug-1029883: a new regression test for
3201         this bug
3202
3203 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3204
3205         * src/hc08/gen.c (emitinline): fixed bug #1029778
3206         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3207         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3208         and starts toward RFE #905167)
3209
3210 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3211
3212         * src/pic16/gen.c (mov2f): New function to move an operand to
3213         another without considering if it is a literal or a register,
3214         * (pic16_sameRegs): don't check if they are both AOP_REG,
3215         * (AccRsh): removed andmask=0 lines,
3216         * (genLeftShift): duplicated to be improved in future versions,
3217         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3218         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3219         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3220         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3221         * (insertBankSwitch): fixed inserting banksel directives algorithm
3222         for instructions that follow a skip instruction, this fixes a report
3223         for broken subtraction code generation,
3224         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3225         iCode is a left op, just in case result and right share the same
3226         registers
3227
3228 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3229
3230         * src/hc08/main.c,
3231         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3232         preservation of HX
3233         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3234         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3235         on 2004-09-12; it was buggy
3236
3237 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3238
3239         * src/SDCCsymt.h: removed RESULT_CHECK
3240         * src/SDCCast.c,
3241         * src/SDCCglue.c,
3242         * src/SDCCval.c,
3243         * src/pic/glue.c,
3244         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3245
3246 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3247
3248         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3249         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3250         configuration values no more rejected by compiler, they are assigned
3251         to configuration registers with a warning message instead,
3252         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3253         the for-loop so last conf register is emitted too,
3254         * (_pic16_initPaths): link library libsdcc.lib by default,
3255         * (_hasNativeMulFor): modified test for multiplication according to
3256         Raphael Neider's remarks. Integer multiplication is also done with
3257         support functions,
3258         * device/include/pic16/pic18fregs.h: corrected type error in while
3259         testing and including 18f6720 header file
3260
3261 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3262
3263         * src/pic16/device.h (pic16_options): removed field use_crt,
3264         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3265         until an optimization to handle single bits is added,
3266         * (pic16_loadFSR0): moved before genUnpackBits,
3267         * (genAnd): some white lines removed,
3268         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3269         leave_reset flags in pic16_options when using crt modules,
3270
3271 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3272
3273         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3274           for bugs 898889 & 979599. Also used some safer print instructions.
3275
3276 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3277
3278         * src/pic16/device.h (pic16_options_t): added field use_crt,
3279         crt_name, no_crt,
3280         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3281         catch a probable future bug,
3282         * src/pic16/gen.c: aopIdx function commented out,
3283         * (genAssign): commented out old code which used aopIdx,
3284         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3285         code, added if conditionals to take into account the --use-crt
3286         command line options,
3287         * src/pic16/main.c (pic16_optionsTable): added new command line
3288         options, --use-crt= and --no-crt,
3289         * (_pic16_linkEdit): now the proper crt object is added in the
3290         linker command line except than when --no-crt is specified,
3291         * src/pic16/pcode.c,
3292         * src/pic16/pcode.h: added some structures and functions for a new
3293         optimization scheme to compansate for instruction overhead between
3294         same iCodes, this scheme is currently under development and is not
3295         working in any way,
3296         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3297         to && operator,
3298         * device/lib/pic16/startup/crt0i.c,
3299         * device/lib/pic16/startup/crt0iz.c: added global char variable
3300         __uflags to force the generation of an idata section
3301
3302 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3303
3304         * doc/Makefile,
3305         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3306         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3307
3308 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3309
3310         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3311         Frieder) and clarified the default code optimization mode
3312
3313 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3314
3315         * src/SDCC.lex (doPragma, process_pragma),
3316         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3317         "opt_code_size", and "opt_code_balanced"
3318         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3319         regrouped options by category, added support for category headers
3320         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3321         and "--opt-code-size"
3322         * doc/sdccman.lyx: documented these new options and pragmas
3323         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3324         preference into account
3325
3326 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3327
3328         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3329           geniCodePreDec): Fixed bug 904237 by generating a warning
3330         * src/SDCCerr.h,
3331         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3332
3333 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3334
3335         * src/pic/device.c : When no max ram set validate full memory range.
3336         * src/pic/pcode.c,
3337         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3338
3339 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3340
3341         * device/lib/_gptrget.c,
3342         * device/lib/_gptrput.c: updated comment
3343         * device/lib/calloc.c,
3344         * device/lib/free.c,
3345         * device/lib/malloc.c,
3346         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3347         * src/SDCCcse.c (cseBBlock),
3348         * src/SDCCicode.c (printOperand, geniCodeArray),
3349         * src/SDCCicode.h (struct operand): fixed bug 868103
3350         * support/regression/tests/bug-868103.c: added
3351         * src/SDCCast.c (searchLitOp),
3352         * src/SDCCcse.h (struct cseDef),
3353         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3354         * src/SDCCicode.h (struct operand),
3355         * src/SDCCsymt.h (struct sym_link),
3356         * src/avr/gen.c (hasInc),
3357         * src/ds390/gen.c (hasInc),
3358         * src/hc08/gen.c (genPlusIncr, hasInc),
3359         * src/mcs51/gen.c (hasInc),
3360         * src/pic16/glue.c (pic16_printIvalChar),
3361         * src/pic16/ralloc.c (regWithIdx),
3362         * src/xa51/gen.c (hasInc) : removed warnings
3363         * src/SDCCast.c (createBlock): added comment ???
3364         * src/hc08/ralloc.c: updated comments
3365
3366 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3367
3368         * doc/sdccman.lyx: updated section on switch statements, added
3369         section about semaphore locking
3370         * doc/Makefile: added option -info for latex2html
3371         * device/lib/_gptrget.c,
3372         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3373
3374 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3375
3376         * src/pic/device.h,
3377         * src/pic/device.c,
3378         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3379          maxram is less than 0x100.
3380
3381 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3382
3383         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3384
3385 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3386
3387         * src/port.h,
3388         * src/mcs51/main.c,
3389         * src/ds390/main.c,
3390         * src/z80/main.c,
3391         * src/hc08/main.c,
3392         * src/pic/main.c,
3393         * src/pic16/main.c,
3394         * src/avr/main.c,
3395         * src/xa51/main.c
3396         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3397         a jump table is the best form for a switch statement, including
3398         automatic insertion of missing cases to make the case range
3399         continuous. Developed in collaboration with Frieder Ferlemann.
3400
3401 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3402
3403         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3404         accumulator result if it needs sign extension
3405
3406 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3407
3408         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3409
3410 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3411
3412         * device/lib/gbz80/printf.c,
3413         * device/lib/z80/printf.c: removed define for NULL
3414
3415 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3416
3417         * as/xa51/xa_link.c,
3418         * device/examples/ds390/ow390/ad26.c,
3419         * device/examples/ds390/ow390/cnt1d.c,
3420         * device/examples/ds390/ow390/counter.c,
3421         * device/examples/ds390/ow390/ds2480.h,
3422         * device/examples/ds390/ow390/ds2480ut.c,
3423         * device/examples/ds390/ow390/findtype.c,
3424         * device/examples/ds390/ow390/gethumd.c,
3425         * device/examples/ds390/ow390/owllu.c,
3426         * device/examples/ds390/ow390/ownetu.c,
3427         * device/examples/ds390/ow390/swt12.c,
3428         * device/examples/ds390/ow390/swtloop.c,
3429         * device/examples/ds390/ow390/temp.c,
3430         * device/examples/ds390/ow390/temp10.c,
3431         * device/examples/ds390/ow390/thermo21.c,
3432         * device/examples/ds390/ow390/tinilnk.c,
3433         * device/examples/ds390/ow390/tstfind.c,
3434         * device/examples/serialcomm/windows/serial.cpp,
3435         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3436         * device/include/reg51.h: fixed line endings for cvs
3437
3438 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3439
3440         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3441         packRegsForAccUse, packRegisters): new accumulator register
3442         packing algorithm
3443         * support/regression/ports/hc08/support.c (_putchar): suppress
3444         warning of unused variable
3445         * src/SDCCicode.c: added SWAP entry to codeTable
3446
3447 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3448
3449         * device/lib/sprintf.c: forgot to add this file before previous commit
3450
3451 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3452
3453         * src/pic16/gen.c (genPackBits): added operand right in function
3454         parameters, load result directly if p_type is POINTER (that is
3455         called by genNearPointerSet)
3456         * (genUnPackBits): added operand left in function parameters,
3457         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3458         FSR0 if accessing bitfields,
3459
3460 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3461
3462         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3463           _print_format; updated printf, sprintf, vsprintf
3464         * device/include/asm/default/features.h: corrected comment/define
3465         * device/lib/Makefile.in: added sprintf.c
3466         * device/lib/libsdcc.lib: added sprintf module
3467         * device/lib/printf_large.c,
3468         * device/lib/vprintf.c,
3469         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3470           into these 3 files
3471         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3472         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3473         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3474           hc08 test
3475         * support/regression/tests/zeropad.c: define idata as data for hc08
3476
3477 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3478
3479         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3480         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3481         labels are referenced at least once (even if a reference is not found)
3482         * src/hc08/gen.c (emitcode): set isComment flag for comments
3483         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3484         loads), rules 6a..6b (optimize jumps to return)
3485
3486 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3487
3488         * device/lib/acosf.c (acosf),
3489         * device/lib/asinf.c (asinf),
3490         * device/lib/atanf.c (atanf),
3491         * device/lib/ceilf.c (ceilf),
3492         * device/lib/cosf.c (cosf),
3493         * device/lib/coshf.c (coshf),
3494         * device/lib/cotf.c (cotf),
3495         * device/lib/fabsf.c (fabsf),
3496         * device/lib/floorf.c (floorf),
3497         * device/lib/log10f.c (log10f),
3498         * device/lib/logf.c (logf),
3499         * device/lib/sinf.c (sinf),
3500         * device/lib/sinhf.c (sinhf),
3501         * device/lib/sqrtf.c (sqrtf),
3502         * device/lib/tanf.c (tanf),
3503         * device/lib/tanhf.c (tanhf),
3504         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3505         replaced all instances of "reentrant" in the library functions
3506         defined in math.h with this macro.
3507         * support/regression/tests/float_trans.c: reenabled test for hc08
3508
3509 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3510
3511         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3512         erroneously deleted
3513
3514 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3515
3516         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3517         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3518         multi-byte volatile operands are used
3519         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3520         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3521         initialization to area GSINIT0 so that it would always precede
3522         any static initializers in GSINIT
3523         * support/regression/tests/zeropad.c: fixed idata define for hc08
3524         * support/regression/tests/bug-927659.c,
3525         * support/regression/tests/float_trans.c: disabled tests for hc08
3526         pending missing library routines
3527         * .version: increased version number to 2.4.4 - hc08 port now passes
3528         regression tests
3529
3530
3531 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3532
3533         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3534         * Makefile.common.in,
3535         * as/Makefile,
3536         * as/hc08/Makefile.in,
3537         * as/mcs51/Makefile.in,
3538         * as/z80/Makefile.in,
3539         * debugger/mcs51/Makefile.in,
3540         * device/include/Makefile.in,
3541         * device/lib/Makefile.in,
3542         * doc/Makefile,
3543         * link/Makefile,
3544         * link/z80/Makefile.in,
3545         * packihx/Makefile.in,
3546         * sim/ucsim/main_in.mk,
3547         * sim/ucsim/avr.src/Makefile.in,
3548         * sim/ucsim/doc/Makefile.in,
3549         * sim/ucsim/gui.src/serio.src/Makefile.in,
3550         * sim/ucsim/hc08.src/Makefile.in,
3551         * sim/ucsim/s51.src/Makefile.in,
3552         * sim/ucsim/xa.src/Makefile.in,
3553         * sim/ucsim/z80.src/Makefile.in,
3554         * src/Makefile.in,
3555         * support/cpp2/Makefile.in,
3556         * support/librarian/Makefile,
3557         * support/makebin/Makefile: added DESTDIR to the install path proposed
3558         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3559         * doc/sdccman.lyx: added DESTDIR documentation
3560
3561 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3562
3563         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3564         instruction for interrupt handlers, use fast returns when returning
3565         from high priority interrupts
3566
3567 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3568
3569         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3570         code generation
3571         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3572         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3573         bugs, ported much of Bernhard's code from mcs51
3574         * src/mcs51/gen.c (genSend),
3575         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3576         than one when calling a reentrant function
3577         * device/lib/_mullong.c: defined an alternate struct layout for big
3578         endian ports (hc08)
3579
3580 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3581
3582         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3583         test
3584
3585 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3586
3587         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3588         are sane and complete before asking the port its prefered parameter
3589         passing method (fixes bug #1017633)
3590         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3591         and _ret3
3592
3593 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3594
3595         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3596         problem in bitfields >= 8 bits.
3597
3598 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3599
3600         * src/SDCCsymt.c: undid changes that were not meant to be committed
3601
3602 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3603
3604         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3605
3606 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3607
3608         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3609           copied and wrong bit got inverted
3610
3611 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3612
3613         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3614         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3615         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3616         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3617         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3618         assignments to bitfields at known addresses
3619         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3620         reads from bitfields at known addresses
3621         * src/hc08/ralloc.c (packRegisters),
3622         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3623         genhc08Code): optimize pointer get values used as conditionals
3624         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3625         and branch
3626
3627 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3628
3629         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3630         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3631         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3632         as conditionals
3633
3634 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3635
3636         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3637
3638 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3639
3640         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3641         related problems
3642
3643 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3644
3645         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3646
3647 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3648
3649         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3650         mcs51 port
3651
3652 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3653
3654         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3655
3656 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3657
3658         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3659         cases use more compact code.
3660
3661 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3662
3663         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3664
3665 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3666
3667         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3668
3669 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3670
3671         * src/SDCCsymt.h,
3672         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3673         parameter of changePointer() from symbol* to sym_link*
3674         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3675         * src/SDCCsymt.c (compareType): void* type is castable to other
3676         pointers, but not necesarily an exact match.
3677         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3678         is no longer blindly treated as an exact match.
3679         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3680
3681 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3682
3683         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3684
3685 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3686
3687         * src/pic/gen.c,
3688         * src/pic/pcode.c,
3689         * src/pic/ralloc.h,
3690         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3691
3692 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3693
3694         * src/pic/device.c,
3695         * src/pic/device.h,
3696         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3697
3698 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3699
3700         * src/mcs51/gen.c (emitcode): fixed bug #992819
3701
3702 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3703
3704         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3705           there's no need to make it worse
3706
3707 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3708
3709         * src/mcs51/ralloc.c (deassignLR),
3710         * src/ds390/ralloc.c (deassignLR),
3711         * src/hc08/ralloc.c (deassignLR),
3712         * src/z80/ralloc.c (deassignLR),
3713         * src/pic/ralloc.c (deassignLR),
3714         * src/pic16/ralloc.c (deassignLR),
3715         * src/avr/ralloc.c (deassignLR),
3716         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3717         rlivePoint): fixed another part of bug #971834
3718
3719 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3720
3721         * src/z80/main.c: enabled "critical" keyword
3722         * src/z80/mappings.i,
3723         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3724         functions (fixes bug #979646)
3725         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3726
3727 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3728
3729         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3730           such as c:\mydir.
3731
3732 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3733
3734         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3735           doesn't disable too much optimizations
3736
3737 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3738
3739         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3740
3741 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3742
3743         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3744
3745 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3746
3747         * src/pic/gen.c tidied up tabs
3748         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3749         * src/pic/main.c tidied up tabs
3750         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3751         * src/pic/pcoderegs.c tidied up tabs
3752         * src/pic/ralloc.c tidied up tabs
3753
3754 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3755
3756         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3757         to S_FIXED for pic16 port and when symbol is not in level 0,
3758         allocate for S_REGISTER storage class and pic16 port, too,
3759         * src/pic16/device.h: prototype for checkSym,
3760         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3761         * (pic16_assignConfigWordValue): test the value and the mask to
3762         validate that the value is suitable for the configuration word,
3763         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3764         collect extern declared symbols, don't emit symbol twice, check
3765         first if symbol is in publics set first,
3766         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3767         * added command line '--fstack' which enables an experimental
3768         feature for stack access, too buggy to be used yet...
3769         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3770         * (pic16_allocDirReg): when register has storage class S_REGISTER
3771         allocate in pic16_dynAccessRegs,
3772         * device/include/pic16/pic18f????.h: modified configuration word
3773         naming convention, words started as CONFIG0H but should be CONFIG1H
3774
3775 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3776
3777         * device/include/mcs51reg.h: fixed bug 970993
3778
3779 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3780
3781         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3782         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3783         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3784         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3785         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3786         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3787           error/warning numbers,
3788           added function setWarningDisabled()
3789         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3790         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3791           _memcmp.c _memmove.c calloc.c realloc.c free.c
3792         * support/regression/tests/malloc.c: added tests for new functionality
3793         * support/regression/tests/zeropad.c: added tests for truncated initializers
3794           and initialized char arrays starting with '\x0'
3795         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3796
3797 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3798
3799         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3800
3801 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3802
3803         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3804         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3805         peephole 177.e. Thanks to anonymous
3806
3807 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3808
3809         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3810         function isn't used in the source but referenced as a
3811         variable initializer then declare it as extern in .asm file
3812
3813 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3814
3815         * .version: increased version number to 2.4.3
3816
3817         Adding version extension according to ChangeLog CVS revision
3818         * src/Makefile.in (target all): added dependency 'version.h'
3819         * (rule version.h): added rule to create version.h from ChangeLog,
3820         * (rule dep): added dependency version.h,
3821         * src/version.awk: AWK script to create version.h
3822         * src/SDCCdwarf2.c (dwWriteModule),
3823         * src/SDCCglue.c (initialComments),
3824         * src/SDCCmain.c (printVersionInfo): modified to write after
3825         version string the version extension number,
3826         * src/SDCCutil.c: included "version.h"
3827         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3828         number,
3829         * src/SDCCutil.h: added prototype for getBuildNumber
3830
3831         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3832         includeDirsSet, too,
3833         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3834         const char [] is found in function prototype...
3835
3836         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3837         moving to WREG with source is already in WREG,
3838         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3839         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3840         * (aopForSym): stack'ed symbols are partially supported, added
3841         if-clause to support symbols in FARSPACE,
3842         * (sameRegs): added test for AOP_ACC to see if registers are same,
3843         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3844         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3845         * (pic16_popRegFromString): will not allocate a new register if it
3846         doesn't find one by name, bug may have introduced...
3847         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3848         * (genIpush): revived to use pic16 port's stack,
3849         * (genAddrOf): added incomplete case for stack'ed operand,
3850         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3851         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3852         can handle multibyte operands,
3853         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3854         * (pic16initialComments): added message for MPLAB compatibility
3855         mode enabled,
3856         * src/pic16/main.h: prototype for pic16_mplab_comp,
3857         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3858         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3859         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3860         because of increased complexity of procedure,
3861         * (_process_pragma): stack pragma changed to format 'stack pos len',
3862         emit symbol '_stack_end' to conform with gplink,
3863         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3864         to search for register,
3865         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3866         PO_GPR_REGISTER,
3867         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3868         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3869         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3870         case for PO_GPR_REGISTER,
3871         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3872         dies, the new era is ahead !...
3873         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3874         pic16_dynInternalRegs,
3875         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3876         * (pic16_allocDirReg): minor optimizations and bug fixes,
3877         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3878
3879         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3880         load stack and frame pointer with address of 'stack_end' symbol
3881
3882 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3883
3884         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3885         without source code but only variable initializers
3886
3887 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3888
3889         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3890         external are not declared as extern to reduce overhead while linking
3891
3892 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3893
3894         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3895
3896 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3897
3898         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3899           Yee Keat for the patch
3900         * src/SDCCast.c (decorateType): fixed bug #979599
3901         * src/ds390/gen.h: removed local fReturnSizeDS390
3902         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3903         * src/ds390/gen.c (genAnd, genOr, genXor),
3904         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3905
3906 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3907
3908         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3909         add relFilesSet to $3, manipulate $2 to handle linking of object
3910         files without source files in command line,
3911         * device/include/pic16 (all headers): added ID location macros,
3912         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3913         entries for ID location bytes,
3914         * (pic16_assignIdByteValue): NEW,
3915         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3916         added field dumpcalltree to pic16_options_t,
3917         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3918         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3919         emitting rFalseIfx label after check_carry label,
3920         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3921         pic16_emitDIRegs), NEW
3922         * (pic16glue): dump .calltree file when option --calltree found,
3923         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3924         * (_pic16_genAssemblerPreamble): emit ID locations after
3925         configuration registers,
3926         * (pic16_linkCmd): modifications of the link command,
3927         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3928         * (pic16_pCodeInitRegisters): don't init stack registers,
3929         * (pic16_findPrevInstruction): fixed bug,
3930         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3931         bug with immediate registers,
3932         * (buildCallTree): traces stack push and pop,
3933         * (pct2): dump also stack usage for each function,
3934         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3935         * (pic16_allocDirReg): various modifications,
3936         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3937         fixed to 1,
3938
3939 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3940
3941         * src/pic16/pcode.c: removed buggy double colon
3942
3943 2004-07-01 Borut Razem <borut.razem AT siol.net>
3944
3945         * support/scripts/sdcc.nsi: added include/pic16 to setup
3946
3947 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
3948
3949         * device/lib/Makefile.in: fixed bug in target objects-pic16,
3950         * device/lib/pic16/Makefile: prefixed with dash (-) command under
3951         target 'clean',
3952         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
3953         specific command line arguments. Also added sample lkr script
3954         for placing a variable at a specific memory bank.
3955         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
3956         at a specific memory bank,
3957         * (pic16_dump_isection): fixed bug which caused string literals to
3958         be omitted when dumping idata section,
3959         * (pic16_groupRegistersInSection): added code to handle registers
3960         in specific memory banks,
3961         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
3962         public, all references are renamed too,
3963         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
3964         AOP_DPTR2,
3965         * (pic16_storeForReturn): added case to handle when dest is WREG,
3966         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
3967         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
3968         pic16_rel_udata, check to see if that register is marked as being
3969         a member of a specific memory bank,
3970         * (pic16_printIvalCharPtr): added code to add string literals either
3971         to code or the idata sections,
3972         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
3973         also accept the 'udata' pragma,
3974         * src/pic16/main.h: new structure types sectName and sectSym
3975         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
3976         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
3977         * (pic16_findPrevInstruction): fixed, it returned nothing,
3978         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
3979         instruction combinations,
3980         * (pic16_FixRegisterBanking): heavily reorganised,
3981         * (pic16_AnalyzeBanking): if generating banksel directives is
3982         disabled, then don't call FixRegisterBanking at all,
3983         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
3984         completely removed,
3985         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
3986
3987 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
3988
3989         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
3990         Phuah Yee Keat <yk.phuah AT nestac.com>
3991
3992 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3993
3994         * src/pic16/glue.c (pic16createInterruptVect): function now emits
3995         correctly the IVT even if it is relocated to some other location
3996
3997 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
3998
3999         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4000         * device/include/pic16/pic18f2220.h: NEW,
4001         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4002         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4003         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4004         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4005         nodefaultlibs, ivt_loc is the location of the interrupt vector
4006         table, and nodefaultlibs signs that default libraries should not be
4007         linked in link stage,
4008         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4009         according to --ivt-loc argument,
4010         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4011         when pragma stack is found,
4012
4013 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4014
4015         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4016         256 (range check), 257 (do while), 258.a-f (bit banging
4017         f.e. on 3-wire SPI bus)
4018
4019 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4020
4021         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4022         variables used exclusively within a loop
4023
4024 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4025
4026         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4027
4028 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4029
4030         * src/SDCClrange.c (computeClash): fixed bug #971834
4031
4032 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4033
4034         * src/mcs51/gen.c (genCmp): fixed bug #975903
4035         * src/hc08/gen.c (operandsEqu),
4036         * src/ds390/gen.c (operandsEqu),
4037         * src/z80/gen.c (operandsEqu),
4038         * src/pic/gen.c (operandsEqu),
4039         * src/pic16/gen.c (operandsEqu),
4040         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4041         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4042
4043 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4044
4045         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4046
4047 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4048
4049         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4050         default case in switch statement,
4051         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4052         to eliminate problem with initialisation of pointers, but problem
4053         still exists,
4054         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4055         * (emitStaticSegment): removed various lines emitting debug info,
4056         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4057         added processor registers for utilizing EEPROM,
4058         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4059         configurable and set 8
4060
4061 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4062
4063         * .version: increased version number to 2.4.2,
4064
4065         Cumulative patch for pic16 port
4066         * src/pic16/device.c: changed scheme to dump initial values for
4067         variables in idata segment, all print_idata* functions were removed,
4068         now the pic16_printIval* will be called,
4069         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4070         * _pic16_printPointerType, pic16_printPointerType,
4071         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4072         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4073         NEW, similar to the respective functions in SDCCglue.c,
4074         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4075         way, emitting hex bytes,
4076         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4077
4078 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4079
4080         * src/avr/ralloc.c (serialRegAssign),
4081         * src/xa51/ralloc.c (serialRegAssign),
4082         * src/pic/ralloc.c (serialRegAssign),
4083         * src/pic16/ralloc.c (serialRegAssign),
4084         * src/hc08/ralloc.c (serialRegAssign),
4085         * src/z80/ralloc.c (serialRegAssign),
4086         * src/ds390/ralloc.c (serialRegAssign),
4087         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4088
4089 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4090
4091         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4092         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4093
4094 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4095
4096         Cumulative patch for pic16 port:
4097         * src/pic16/device.h (typedef PIC16_device) modified fields for
4098         defining microcontrollers,
4099         * src/pic16/device.c: added new info for all devices in Pics16 array,
4100         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4101         to be optimised out by the pCode optimiser,
4102         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4103         specially, bug reported by G.M. Gallant,
4104         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4105         as force'd so that cannot be optimised out by pCode optimiser,
4106         * src/pic16/pcode.c,
4107         * src/pic16/pcodepeeph.c,
4108         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4109         they are disabled by default, but can be enabled explicit with
4110         command argument --denable-peeps, for testing,
4111         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4112         --pomit-ivt in COMPILE_FLAGS
4113
4114 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4115
4116         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4117           compilation on MSVC
4118
4119 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4120
4121         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4122
4123 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4124
4125         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4126         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4127
4128 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4129
4130         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4131         would only assign 0x300001 register.
4132
4133 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4134
4135         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4136         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4137
4138 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4139
4140         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4141         for ds80c400
4142         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4143         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4144         added peephole 254 (left shift), 255 (jump table)
4145
4146 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4147
4148         * device/lib/Makefile.in: removed comment line with model-pic16,
4149         * (target port-specific-objects-pic16): the libraries and objects
4150         are copied to the build directory form the device/lib/pic16/bin
4151         directory
4152
4153         Cumulative patch concerning pic16 port:
4154         * library directory has been re-organized,
4155         * added support for PIC18F1220,
4156         * added headers and library sources for chips 18f1220,18f6520,
4157         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4158
4159         * configuration registers setting has changed, now each supported
4160         device has a complete description of the registers it uses,
4161         * all initialisations are moved to idata sections, these section
4162         can be absolute or relocatable,
4163         * fixed initialisation of codespace variables,
4164         * fixed warning about PCLATU and gpsim,
4165         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4166         * (genAssign): use table reads when assigning from variables in codespace,
4167         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4168         char/int variables placed in codespace,
4169         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4170         registers set in .asm file, no need for --pomit-config-words anymore,
4171         * (pic16glue): some 8051 legacy segments are commented out
4172         (to be removed completely),
4173         * added support for alternative assembler and linker with --asm=
4174         and --link= command line arguments,
4175         * peepholes are disabled automatically in the port, no need to
4176         specify on command line,
4177         * port supports natively char/int/long multiplication, but converts
4178         all divisions to support functions,
4179         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4180         to the file set in variable $2,
4181         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4182         strings in ASCII format and not in hex,
4183         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4184         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4185         allocate proper register if iCodes aren't temporary,
4186
4187 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4188
4189         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4190
4191 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4192
4193         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4194         is commented out
4195
4196 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4197
4198         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4199         computed address is reused
4200         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4201         multi-byte bitfields
4202
4203 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4204
4205         * src/z80/gen.c: (genArrayInit): must check for pointers too
4206
4207 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4208
4209         * support/regression/tests/zeropad.c: never meant to commit the
4210           nestedstruct test: removed, added check for GCC version
4211
4212 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4213
4214         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4215         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4216         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4217           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4218           bugs 928906 and 954082 half-empty initializers
4219         * src/SDCCsymt.h,
4220         * src/SDCCsymt.c (getAllocSize): added for above fix
4221         * src/z80/gen.c (genArrayInit): fixed bug 741044
4222         * support/regression/tests/zeropad.c: added tests
4223
4224 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4225
4226         * src/pic16/device.c (pic16_dump_section): corrected bug which
4227         caused some symbols of the libraries to be misplaced
4228
4229 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4230
4231         * src/pic16/glue.c,
4232         * src/pic16/ralloc.h,
4233         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4234         to fix conflict with pic port
4235
4236 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4237
4238         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4239         externs configuration variables,
4240         * src/pic16/ralloc.h,
4241         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4242         prototype in header, commented out some debug messages
4243
4244 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4245
4246         * src/pic16/glue.c,
4247         * src/pic16/main.c,
4248         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4249         for gpasm COFF object generation. Thanks to D. Hawkins for
4250         his patch info
4251
4252 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4253
4254         * src/ds390/main.c,
4255         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4256         Brock for spotting this)
4257         * src/ds390/gen.c (genEndFunction),
4258         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4259         interrupt handler and critical. Disable push/pop optimizations when
4260         peephole optimizations disabled.
4261
4262 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4263
4264         Updated pic16 library sources and headers.
4265         * device/lib/pic16/pic18f*/ ,
4266         * device/include/pic16/*.h: modified to handle structured SFR
4267         definitions
4268
4269 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4270
4271         * src/port.h (PORT structure): added hook initPaths, now each
4272         port can declare its own default search paths,
4273         which can been seen with the --print-search-dirs option,
4274         see pic16 port for example,
4275         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4276         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4277         * (doPrintSearchDirs): NEW, replaces in a central manner the
4278         printing of search dirs which was split in set*Paths functions,
4279         * (main): added call to port->initPaths and doPrintSearchDirs,
4280         * src/avr/main.c,
4281         * src/ds390/main.c,
4282         * src/hc08/main.c,
4283         * src/izt/i186.c,
4284         * src/izt/tlcs900h.c,
4285         * src/mcs51/main.c,
4286         * src/pic/main.c,
4287         * src/pic16/main.c: modified port structures to reflect addition of
4288         initPaths hook,
4289
4290         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4291         * (pic16_dump_section): for registers in same address reserve memory once,
4292         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4293         to no_banksel,
4294         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4295         result is greater in size than right or left,
4296         * (pic16_genUMult8X8_8): there are some cases where the result can
4297         be 16 bits size, so handle these,
4298         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4299         * (pic16_outBitC): modified to emit pcodes,
4300         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4301         or not,
4302         * (genDivOneByte): implemented algorithm to divide 8-bits,
4303         * (genCmp): uncommented goto, but issues still exist,
4304         * (genAnd): fixed a bug with variables >8bits,
4305         * (genPackBits): optimization added that uses BCF/BSF to change a
4306         single bit,
4307         * (genAssign): fixed bug when assigning floating point literals,
4308         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4309         __sdcc_gsinit_startup label,
4310         * src/pic16/main.c (_pic16_init): removed search directory
4311         initialisations,
4312         * (_pic16_initPaths): NEW, used to initialise search directories,
4313         * (_hasNativeMulFor): support functions for all except char/int
4314         multiplication, and char division,
4315         * (PIC16_port struct): modified entry for native mul support,
4316         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4317         no_banksel option,
4318         * (buildCallTree): call to register_usage is ifdef'ed out,
4319
4320 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4321
4322         * device/include/string.h: applied Stas Sergeev's patch to make this
4323         header file compatible with the preprocessor -Wundef option
4324         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4325         failure (fixes bug #941458)
4326
4327 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4328
4329         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4330         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4331         that the variable, not the function, should be static
4332         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4333         to be consistent with non-literal case
4334
4335 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4336
4337         * src/SDCCast.c (isConformingBody): fixed bug #949967
4338         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4339         convilong): fixed bug #952086
4340
4341 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4342
4343         * src/SDCCmem.c (allocVariables): fixed bug #955321
4344
4345 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4346
4347         * src/hc08/main.c (_hc08_genAssemblerEnd),
4348         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4349         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4350         completely eliminated the use of a temporary file
4351         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4352         when more than one file linked
4353         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4354
4355 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4356
4357         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4358         which fixes bug #543481
4359         * support/regression/tests/bug-751703.c: fixed comments left from a
4360         cut and paste error
4361         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4362         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4363         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4364         scopes
4365         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4366         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4367         are now changed to underscores in moduleName
4368
4369 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4370
4371         * as/mcs51/lkmem.c: better fix for bug #954173
4372
4373 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4374         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4375
4376         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4377         * device/include/c8051f000.h,
4378         * device/include/c8051f120.h,
4379         * device/include/c8051f300.h,
4380         * device/include/c8051f310.h,
4381         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4382         PWM16) and detab'ed
4383
4384 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4385
4386         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4387         and mailing lists, doc'ed --no-peep-comments, removed reference
4388         to knoppix (newest version has no LyX/LaTeX), other minor changes
4389         * src/SDCCglue.c (glue): save 2 bytes stack space with
4390         option --main-return. The ljmp could probably be avoided too
4391
4392 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4393
4394         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4395
4396 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4397
4398         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4399         * src/SDCCopt.c (isLocalWithoutDef),
4400         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4401         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4402         (credit to Maarten Brock for patch #949363, on which this is based)
4403         * support/regression/tests/bug-751703.c: some test cases of extern used
4404         within inner scopes.
4405
4406 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4407
4408         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4409         SPEC_STRUCT
4410         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4411         struct definitions
4412         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4413         dwWriteLabel): fix to create valid debugger symbols even when
4414         the module name has non-alphanumeric symbols in it
4415         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4416         when a variable's allocation has been optimized away
4417
4418
4419 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4420
4421         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4422         * src/hc08/main.c,
4423         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4424         * src/mcs51/main.c,
4425         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4426         * src/ds390/main.c,
4427         * src/z80/gen.c (z80_emitDebuggerSymbol),
4428         * src/z80/main.c,
4429         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4430         * src/pic/main.c,
4431         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4432         * src/pic16/main.c,
4433         * src/avr/gen.c (avr_emitDebuggerSymbol),
4434         * src/avr/main.c,
4435         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4436         * src/xa51/main.c,
4437         * src/SDCCdebug.c (emitDebuggerSymbol),
4438         * src/SDCCdebug.h,
4439         * src/port.h: added a debugger struct to the port struct. Added a
4440         callback for defining debugger symbols
4441
4442         * src/SDCCast.c (createLabel),
4443         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4444         with isitmp = 1
4445         * src/SDCCicode.h,
4446         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4447         iCode back to the ast for the function
4448
4449         * src/hc08/ralloc.c (hc08_assignRegisters),
4450         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4451         unneeded fields from the regs struct.
4452         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4453         pushReg() & pullReg() functions instead of emitcode()
4454
4455         * src/hc08/gen.c (genLabel, genhc08Code),
4456         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4457
4458         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4459         debugger hooks
4460
4461         * src/hc08/gen.c (genEndFunction, genhc08Code),
4462         * src/hc08/gen.h,
4463         * src/mcs51/gen.c (genEndFunction, gen51Code),
4464         * src/mcs51/gen.h,
4465         * src/ds390/gen.c (genEndFunction, gen390Code),
4466         * src/ds390/gen.h,
4467         * src/z80/gen.c (genEndFunction, genZ80Code),
4468         * src/z80/gen.h,
4469         * src/z80/z80.h,
4470         * src/pic/gen.c (genEndFunction, genpic14Code),
4471         * src/pic/gen.h,
4472         * src/pic16/gen.c (genEndFunction, genpic16Code),
4473         * src/pic16/gen.h,
4474         * src/avr/gen.c (genEndFunction, genAVRCode),
4475         * src/avr/gen.h,
4476         * src/xa51/gen.c (genEndFunction, genXA51Code),
4477         * src/xa51/gen.h,
4478         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4479         specific code to cdbFile.c and out of the backend code generators
4480
4481         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4482         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4483         starting address is now 0
4484
4485         * as/hc08/asm.h,
4486         * as/hc08/m08pst.c,
4487         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4488         assembler directive for DWARF support
4489         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4490
4491         * src/src.dsp,
4492         * src/Makefile.in,
4493         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4494
4495 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4496
4497         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4498         and inappropriate peephole optimization in jump tables
4499
4500 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4501
4502         * as/hc08/m08pst.c,
4503         * src/SDCCglue.c: sdccopt works for the hc08 port now
4504
4505 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4506
4507         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4508
4509 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4510
4511         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4512
4513 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4514
4515         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4516         rules
4517         * src/SDCCmain.c,
4518         * src/SDCCglobl.h,
4519         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4520         comments from the peephole optimizer replacement rules
4521         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4522         symbols
4523         * src/SDCCcse.c (updateSpillLocation),
4524         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4525         equivalents
4526         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4527         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4528         objects far pointers
4529
4530 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4531
4532         * src/SDCCsymt.h: a missing part of my last change
4533         * src/pic/ralloc.c (regTypeNum),
4534         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4535
4536 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4537
4538         * src/SDCCicode.h,
4539         * src/SDCCicode.c (aggrToPtrDclType),
4540         * src/SDCCptropt.h,
4541         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4542         ptrPseudoSymConvert),
4543         * src/pic/ralloc.c (regTypeNum),
4544         * src/pic16/ralloc.c (regTypeNum),
4545         * src/hc08/ralloc.c (regTypeNum),
4546         * src/ds390/ralloc.c (regTypeNum),
4547         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4548         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4549
4550 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4551
4552         * link/z80/lkmain.c (afile),
4553         * as/hc08/lkmain.c (afile),
4554         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4555         prevent a pointer problem when a filename has no directory and
4556         no extension specified.
4557
4558 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4559
4560         * link/z80/lkmain.c (afile): allow periods in directory names
4561         * link/z80/lkmain.c (afile),
4562         * as/mcs51/lkmain.c (afile),
4563         * as/hc08/lkmain.c (afile): allow linker script file to have an
4564         extension other than ".lnk"
4565         * link/z80/lklex.c (getfid),
4566         * link/z80/lkmain.c (parse),
4567         * as/mcs51/lklex.c (getfid),
4568         * as/mcs51/lkmain.c (parse),
4569         * as/hc08/lklex.c (getfid),
4570         * as/hc08/lkmain.c (parse): Support comments in the linker script
4571         file on lines by themselves and after filenames
4572
4573 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4574
4575         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4576
4577 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4578
4579         * src/z80/peeph-z80.def: removed some peephole rules that don't
4580         work with multibyte arithmetic (fixed bug #937126)
4581         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4582         to registers and not global variables
4583         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4584         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4585         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4586         checking for assignments not internally generated (fixed bug #931895)
4587         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4588         structure member (fixed bug #930072)
4589
4590 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4591
4592         * src/SDCCmain.c (linkEdit),
4593         * src/hc08/main.c (_hc08_parseOptions),
4594         * as/hc08/Makefile.in,
4595         * as/hc08/aslink.h,
4596         * as/hc08/asm.h,
4597         * as/hc08/m08pst.c,
4598         * as/hc08/lkrloc.c (relr, rele),
4599         * as/hc08/lkarea.c (lnkarea)
4600         * as/hc08/lkmain.c (afile, parse),
4601         * as/hc08/lkelf.c: support for ELF output
4602         * as/hc08/lks19.c (s19),
4603         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4604
4605 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4606
4607         * as/mcs51/lkihx.c: Fixed bug #899105.
4608
4609 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4610
4611         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4612         .dsp files from Unix to DOS.
4613
4614 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4615
4616         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4617         function pointers; we have been compliant for several months now.
4618         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4619         change that was accidently commented out
4620         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4621         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4622         bug #922319
4623
4624 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4625
4626         * src/hc08/gen.c: output of all of the internal debugging information
4627         is now controlled by the D() macro; it is disabled by default
4628
4629 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4630
4631         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4632         harder to keep the same registers during a CAST iCode
4633         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4634         long via int can be done in a single cast, if the signedness is
4635         correct.
4636         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4637         putchar() in tinibios.c in ds390's library
4638
4639 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4640
4641         * src/SDCCast.c (decorateType): fixed bug #898889,
4642         cast result of a literal complement too
4643         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4644         fixed check for bitfields
4645
4646 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4647
4648         * src/SDCCicode.c (geniCodeLogic): made it static,
4649         (geniCodeLogicAndOr): added in order to fix bug #905492,
4650         (ast2iCode): fixed bug #905492
4651         * support/regression/tests/bug-905492.c: added
4652         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4653         (processParms): fixed bug #927659: don't copy parms, this will clear
4654         decorated flag
4655         * support/regression/tests/bug-927659.c: added
4656
4657 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4658
4659         * src/SDCCast.c (addCast): don't cast float to char
4660         * device/lib/libsdcc.lib: added _memmove
4661
4662 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4663
4664         * device/lib/large/Makefile: fixed parallel execution by
4665         replacing `make` by `$(MAKE)`
4666
4667 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4668
4669         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4670         offsets (fixes bug #923936)
4671
4672 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4673
4674         * device/lib/small/Makefile: fixed parallel execution by
4675         replacing `make` by `$(MAKE)`
4676
4677 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4678
4679         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4680
4681 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4682
4683         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4684         * src/regression/Makefile: Regression test was not running.
4685
4686 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4687
4688         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4689         complement if possible
4690         * src/SDCCval.c (valComplement),
4691         * src/SDCCicode.c (operandOperation): fixed complement of literal
4692         * support/regression/tests/onebyte.c (testComplement): added
4693
4694 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4695
4696         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4697         return an optimized tree; actually replace actParm with the new tree
4698         * src/SDCCast.h: added some parantheses to remove side effects
4699         * support/regression/tests/bug-920866.c
4700
4701 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4702         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4703         Bit operands were not being handled properly in the pic14 port.
4704         (now src/regression/add.c passes again).
4705
4706 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4707
4708         * src/SDCC.y (labeled_statement): case and default no longer require
4709         a following statement (RFE #893037)
4710
4711 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4712
4713         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4714         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4715         disabled (fixes bug #916294)
4716         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4717         "mov a,acc"; patch provided by Lenny Story
4718         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4719
4720 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4721
4722         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4723         functions
4724         * src/ds390/gen.c (genFunction, genEndFunction),
4725         * src/ds390/ralloc.c (ds390_assignRegisters),
4726         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4727         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4728         pushed if there are parameters passed on the stack. Also, a cleaner
4729         way to decide if r0/r1 should be pushed/popped. (Together they fix
4730         bug #918693)
4731
4732 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4733
4734         * doc/sdccman.lyx,
4735         * device/lib/mcs51/crtpagesfr.asm,
4736         * device/lib/mcs51/crtxinit.asm,
4737         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4738         to avoid confusion with Si Lab's SFRPAGE register.
4739
4740 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4741
4742         * src/SDCCglue.c (emitMaps): allow public sfr variables
4743         * src/SDCCglue.c (initialComments): include compiler build date
4744         with compiler version and put the timestamp of the generated
4745         assembly file on a serperate line to be less confusing.
4746         * src/port.h: added genInitStartup hook
4747         * src/avr/main.c,
4748         * src/ds390/main.c,
4749         * src/hc08/main.c,
4750         * src/pic/main.c,
4751         * src/pic16/main.c,
4752         * src/xa51/main.c,
4753         * src/z80/main.c: genInitStartup initialize as NULL (default to
4754         historical behaviour)
4755         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4756         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4757         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4758         library instead of hard coding it into the compiler.
4759         * support/regression/ports/mcs51-stack-auto/spec.mk,
4760         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4761         * device/lib/mcs51/Makefile,
4762         * device/lib/small/Makefile,
4763         * device/lib/large/Makefile,
4764         * device/lib/mcs51/crtpagesfr.asm,
4765         * device/lib/mcs51/crtstart.asm,
4766         * device/lib/mcs51/crtxclear.asm,
4767         * device/lib/mcs51/crtxinit.asm,
4768         * device/lib/mcs51/crtclear.asm,
4769         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4770         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4771         and into user configurable files.
4772         * device/lib/clean.mk: clean mcs51 directory too
4773         * support/regression/tests/longlit.c: added static to T1 declaration
4774         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4775         accesses in the initialization code
4776
4777 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4778
4779         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4780         OSCTRIMVAL as noted in bug #916008
4781
4782 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4783
4784         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4785         in loops with multiple exits (reported as incorrect registers
4786         used by Martin Helmling in Sdcc-user list)
4787
4788 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4789
4790         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4791         made ds390 register extensions look less like error messages
4792
4793 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4794
4795         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4796         reported by Adam Wozniak in Sdcc-user list
4797
4798 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4799
4800         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4801         arithmetic optimizations, added debug output
4802
4803 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4804
4805         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4806         * sdcc.spec: updated and split sdcc into 3 rpms
4807         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4808         needed for literals of LEFT_OP and '+'
4809         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4810         introduced RESULT_TYPE_NOPROM
4811         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4812         left shift
4813         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4814         limited promotion to int only for '*'
4815         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4816
4817 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4818
4819         * src/pic16/gen.c (genSkip),
4820         (genc16bit2lit), (gencjneshort): commented out
4821         (is_LitOp): new helper function, checks operand type
4822         (genCmpEq): rewritten
4823
4824 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4825
4826         * support/regression/tests/bug-908454.c: added
4827
4828 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4829
4830         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4831         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4832         (geniCodeCast): cosmetic, don't preserve bit storage class
4833         (geniCodeLeftShift): added promotion
4834         (geniCodeLogic): fixed regression
4835         * src/SDCCsymt.c (computeTypeOr): accept bits too
4836         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4837
4838 2004-03-07  Borut Razem <borut.razem AT siol.net>
4839
4840         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4841
4842 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4843
4844         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4845         version of pic16_genPackRegisters which does not check if ic is a
4846         CAST operator,
4847         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4848         function cause string1.c regression test fails
4849
4850 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4851
4852         * sim/ucsim/configure.in,
4853         * sim/ucsim/configure,
4854         * sim/ucsim/doc/Makefile.in: use docdir
4855         * src/SDCC.y: fixed sbit atrributes
4856         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4857         * src/SDCCast.c (decorateType): |^& need special promotion handling
4858         * src/SDCCast.h,
4859         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4860         * src/SDCCsymt.h (computeType),
4861         * src/SDCCicode.c: computeType() needs op
4862         * src/SDCCsymt.c (checkTypeSanity),
4863         * doc/sddman.lyx: "plain" bitfields are unsigned
4864         * src/SDCCsymt.c (computeTypeOr): added
4865         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4866         |^& ops
4867         * src/SDCCval.c (val*): computeType() needs op
4868         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4869         * support/regression/tests/onebyte.c: added tests for |^&
4870
4871 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4872
4873         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4874         for writing icode into asm output.
4875
4876 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4877
4878         * src/pic16/device.c: added some debug lines enabled
4879         with macro DEBUG_CHECK,
4880         * src/pic16/genarith.c: more debug in genPlus,
4881         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4882         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4883         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4884         * (aopForSym): onStack symbols are re-placed in data memspace,
4885         and onStack flag is cleared,
4886         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4887         copy temporary pcodeop,
4888         * (genPcall): added warning for not updating PCLATU,
4889         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4890         always true for pic16 port,
4891         * (genMultOneWord): NEW, supports integer multiplication,
4892         * (genMult): modified to call genMultOneWord,
4893         * (ifxForOp): added warning when return NULL,
4894         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4895         flag is set before call to operandFromSymbol for implicit
4896         added structures,
4897         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4898         options.intlong_rent are set by default,
4899         * (_hasNativeMulFor): modified to allow port generation of integer
4900         multiplication,
4901         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4902         set regtype to REG_SFR for all registers, restricting seting the
4903         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4904
4905 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4906
4907         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4908         more than 500 times in the regression tests
4909
4910 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4911
4912         * support/Util/SDCCerr.h,
4913         * support/Util/SDCCerr.c,
4914         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4915         enumerator_list),
4916         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4917         for symbol conflicts.
4918         * support/valdiags/tests/enum.c,
4919         * support/valdiags/tests/tentdecl.c,
4920         * support/valdiags/tests/struct.c: expect possible error messages
4921         referring to original symbol definitions.
4922         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4923         * src/SDCCsymt.h,
4924         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4925
4926 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4927
4928         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4929
4930 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4931
4932         * src/pic16/ralloc.c (newReg): fixed bug #908929
4933
4934 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4935
4936         * src/ds390/gen.c: added missing #include "main.h"
4937
4938 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4939
4940         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4941         checking if symbol is already in set,
4942         * src/pic16/device.h: prototype for checkAddSym,
4943         * src/pic16/gen.c: (_G): added entry interruptvector,
4944         * (assignResultValue): removed some commented out lines,
4945         * (genFunction): check for ISR via sym->type, absolute section for
4946         interrupt code is created via a new pBlock, the goto instruction is
4947         placed now correctly at the interrupt vector position, changed all
4948         references from ivec to _G.interruptvector,
4949         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
4950         is the interrupt is a high priority one, same for return from ISR,
4951         * src/pic16/glue.c: changed all calls of addSetHead for publics and
4952         externs to calls of checkAddSym,
4953         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
4954         pic16_pcode_verbose flag is set,
4955         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
4956         * src/pic16/pcoderegs.c: message about how many registers are saved
4957         will only be emitted if pic16_pcode_verbose flag is set,
4958
4959 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4960
4961         * src/ds390/ralloc.h,
4962         * src/ds390/ralloc.c (ds390_regWithIdx),
4963         * src/ds390/gen.c (emitcode),
4964         * src/ds390/main.h,
4965         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
4966         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
4967         ds390operandCompare, getRegsRead, getRegsWritten,
4968         initializeAsmLineNode): customized instruction size calculation for
4969         ds390, started basis for some register optimizations
4970         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
4971         corresponding assembly output
4972         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
4973         missing push/pop of r0/r1. Optimized push/pops
4974
4975 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4976
4977         * src/mcs51/main.c (instructionSize): fixed ACALL size
4978         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
4979
4980 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
4981
4982         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
4983         the sorting of rlist with NULL elements
4984         * (print_idataType, print_idata): NEW to create idata sections
4985         * src/pic16/device.h: idataSymSet new variable
4986         * src/pic16/gen.c (genFunction): fixed some bugs in string
4987         comparing, improved the absolute section creation for ISRs,
4988         added FSR0L/FSR0H in registers that are saved in an ISR,
4989         * (genInline): fixed the processing of inline snippets,
4990         now they undergo no process by the peephole optimizer
4991         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
4992         are placed in idataSymSet,
4993         * (pic16emitStaticSeg): extern symbols are added in externs,
4994         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
4995         switching when aboslute variables are placed in access bank memory
4996         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
4997         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
4998         commented out with #if,
4999         * (pic16_packRegisters): reintroduce the check for CAST because some
5000         symbols are not correctly handled,
5001         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5002         pCodeInstruction instead of pCode,
5003         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5004         pCodeAsmDir definition,
5005         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5006         directive, then the argument directive is emitted without the leading
5007         tab, hack for inline labels which must be in the first column,
5008         * (compareLabel,pic16_findNextInstruction),
5009         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5010         * (insertBankSwitch): modified for the new pCodeAsmDir,
5011
5012 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5013         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5014
5015         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5016         instance,
5017         * (pushSide): commented out with #if,
5018         * (assignResultValue): fixed some typos in saving
5019         registers,
5020         * (genPcall): FIXED and sync'ed with genCall,
5021         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5022         * (genNearPointerGet): fixed to handle some more cases,
5023         implementation scheme via table reads,
5024         * (genConstPointerGet): modified to access code memory correct,
5025         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5026         and improved to handle some cases
5027         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5028         instead of "RETLW" for init data
5029         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5030         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5031         variables are placed in access bank memory (<0x80 and >=0xf80),
5032         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5033         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5034         TBLWT_POSTDEC,TBLWT_PREINC
5035         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5036         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5037         directives
5038         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5039         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5040         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5041         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5042
5043 2004-02-29  Borut Razem <borut.razem AT siol.net>
5044
5045         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5046         support/Util/findme.h, support/Util/system.h: enhance binary relative
5047         search for lib and include by using findProgramPath()
5048
5049 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5050
5051         * src/SDCCpeeph.h,
5052         * src/SDCCpeeph.c (pcDistance),
5053         * src/port.h,
5054         * src/mcs51/ralloc.h,
5055         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5056         * src/mcs51/main.h,
5057         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5058         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5059         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5060         size calculation port specific, started basis for some register
5061         optimizations
5062         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5063         missing push/pop of r0/r1. Optimized push/pops
5064         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5065         * device/lib/_modsint.c (_modsint),
5066         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5067         and stack version so regression tests pass
5068
5069 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5070
5071         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5072         * src/SDCCast.c (decorateType): catch another small optimization
5073         with '?' operator
5074         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5075         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5076         modified to finally use computeType() all over SDCC,
5077         see Feature Request #877103
5078         * src/SDCCval.h: cosmetic
5079         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5080         valCompare(); regression tested in muldiv.c
5081         * support/regression/tests/muldiv.c (testMod): mod sign follows
5082         dividend only
5083
5084 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5085
5086         * src/SDCCast.c (decorateType): fixed bug #902362
5087         * doc/INSTALL.txt: fixed install instructions for win32
5088
5089 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5090
5091         * device/include/Makefile.in (install): fixed by replacing spaces
5092         by tabs
5093         * doc/README.txt,
5094         * doc/INSTALL.txt: updated for release
5095         * doc/sdccman.lyx: added warning for --xstack being buggy
5096
5097 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5098
5099         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5100         to eliminate build warnings.
5101         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5102
5103 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5104            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5105
5106         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5107         removed -penable-stack, added comment for stack pragma, added
5108         warning for not initializing the stack/frame registers, removed
5109         comment at interrupts section
5110
5111         Stack is made permanent, there is no ability to disable stack usage.
5112         * src/pic16/device.h,
5113         * src/pic16/device.c: removed all references to USE_STACK macro,
5114         * src/pic16/device.c (pic16_dump_section): when no elements in
5115         rlist, free rlist before return,
5116         * (pic16_dump_int_registers): NEW, internal registers are a new set
5117         of general purpose registers reused by each function,
5118         * (checkAddReg): returns 1 if registers is added to set,
5119         * (pic16_groupRegistersInSection): when a registers is of type
5120         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5121         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5122         SRCASECMP macro is moved here from device.c
5123         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5124         PO_PCLATU, PO_PRODL, PO_PRODH,
5125         * (pic16_pCodeOpType, genMinus,
5126         changed compares to "a" register, with AOP_ACC,
5127         * (pic16_genPlus): fixed some bugs and indented properly,
5128         * (pic16_addSign): changed size to size+offset in the MOVWF
5129         instruction,
5130         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5131         multiply 8-bit operand by literal, result is 8-bit,
5132         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5133         multiply 2 8-bit operand, result is 8-bit,
5134         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5135         genUMult8X*_16,
5136         * src/pic16/gen.c: changed accUse to contain WREG only,
5137         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5138         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5139         true, do not use immediate addressing any more unless sym is a
5140         pointer in codespace,
5141         * (aopForRemat): do not use immediate addressing when symbol not in
5142         codespace and when symbol's address is requested,
5143         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5144         accUse size (= 1),
5145         * (aopGet): added case for AOP_ACC and don't return "accumulator
5146         bug" but WREG instead,
5147         * (popGetTempReg): pushes contents of temporary register in stack,
5148         * (popReleaseTempReg): pops contents of temporary register from
5149         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5150         * (pic16_popGet): separated case AOP_ACC to return register WREG
5151         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5152         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5153         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5154         the use of immediate pointers to certain cases only.
5155
5156         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5157         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5158         * (assignResultValue, genCall, genRet): modified to use the new
5159         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5160         genPcall is still broken,
5161         * (genFunction): added code to create 'A' type pBlocks when
5162         interrupt functions are generated, code not extensively tested yet,
5163         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5164         * (genEndFunction): modified so ISRs pop stored registers from stack,
5165         * (genMultOneByte): cleanup,
5166         * (AccRsh): added flag andmask, to and result with appropriate mask,
5167         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5168         * (genDataPointerGet): fixed and reenabled its use,
5169         * (genNearDataPointerGet): bugs fixed,
5170         * (genDataPointerSet): bugs fixed,
5171         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5172         pic16_DumpSymbol, pic16_DumpOp,
5173         * src/pic16/genutils.h: function prototypes for the above functions,
5174         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5175         pointers,
5176         * (pic16emitRegularMap): many many many improvements, but needs a
5177         major cleanup,
5178         * src/pic16/main.c: enable_stack in pic16_options is removed,
5179         * (_pic16_parseOptions): removed command line options -penable-stack,
5180         * (_process_pragma): emit stack symbol only when stack pragma is
5181         processed,
5182         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5183         redirected to FSR0L/FSR0H pair,
5184         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5185         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5186         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5187         for immediates,
5188         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5189         * (dumpPicOptype): NEW,
5190         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5191         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5192         with movff instruction,
5193         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5194         added pic16_int_regs, some packRegsFor* functions are commented out,
5195         because produce errors,
5196         * src/pic16/NOTES: minor modifications
5197
5198 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5199
5200         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5201         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5202         --pack-iram.
5203         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5204         * as/mcs51/lkaomf51.c: fixed bug #895763
5205
5206 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5207
5208         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5209
5210 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5211
5212         * doc/sdccman.lyx: added details about the HC08 storage classes and
5213         interrupts, fixed the register usage info for z80 & gbz80
5214
5215 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5216
5217         * doc/sdccman.lyx: added more pic16 port documentation
5218         * device/include/pic16/: added header pic18fregs.h
5219
5220 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5221
5222         * doc/sdccman.lyx: added Vangelis' contribution
5223
5224 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5225
5226         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5227         extend to the next CALL or PCALL, not just to the next CALL.
5228
5229 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5230
5231         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5232
5233 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5234
5235         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5236         bug #895752 and a better fix for bug #716790
5237
5238 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5239
5240         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5241
5242 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5243
5244         * doc/sdccman.lyx: minor changes, minor changed
5245
5246 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5247
5248         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5249         which can't handle SDCC_NEWONEBYTEOPS,
5250         (geniCodeMultiply): removed conversion from mult to shift for pic14
5251         and pic16
5252
5253 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5254
5255         * src/hc08/gen.h,
5256         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5257         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5258         thus fixing bug #895406
5259
5260 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5261
5262         * device/lib/_modsint.c,
5263         * device/lib/_modslong.c: sign follows divisor only
5264         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5265         signs or signedness can be ignored
5266         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5267         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5268         added optimization for IFX,
5269         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5270         arguments;
5271         reenabled optimization for IFX, which was removed on 2004-01-11
5272         * src/SDCCast.h: added return type IFX
5273         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5274         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5275         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5276         SDCC_OLDONEBYTEOPS selects the old behaviour
5277         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5278         changed again and commented promotion rule
5279         * src/SDCCval.c (valDiv): promotion no longer necessary
5280         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5281         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5282         rewritten
5283         * support/regression/tests/onebyte.c: added
5284
5285 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5286
5287         * gen.c (genInline): reverted to old code for assemnling inline
5288         code because of bug reported James Chadd
5289
5290 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5291
5292         * ralloc.h: missing declarations from previous patch,
5293         seems that patch for ralloc.h was never applied, fixed
5294
5295 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5296            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5297
5298         * pcode.c,
5299         * pcode.h,
5300         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5301         indirect addressing. Marked FSR0 as deprecated
5302         * gen.c (pointerCode): commented out, not needed now
5303         (pic16_popGet2p): new MOVFF helper function
5304         (genGenPointerGet),
5305         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5306         (shiftRLong): removed duplicate debugging info
5307
5308 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5309
5310         * src/ds390/gen.c (genNearPointerGet),
5311         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5312         optimization with bits, but not bitfields.
5313         * src/ds390/ralloc.c (packRegisters),
5314         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5315
5316 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5317
5318         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5319
5320 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5321
5322         * src/SDCCsymt.h,
5323         * src/SDCCicode.c (operandFromSymbol),
5324         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5325         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5326         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5327         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5328         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5329         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5330         bug #892038
5331         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5332         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5333         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5334         * src/SDCCsymt.c (newSymbol),
5335         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5336         enumerator_list),
5337         * src/SDCCval.h,
5338         * src/SDCCval.c (newiList): fixed bug #885705
5339
5340 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5341
5342         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5343         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5344
5345 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5346
5347         * device/include/c8051f120.h,
5348         * device/include/c8051f300.h,
5349         * device/include/c8051f310.h: added/updated header files for Silicon
5350         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5351         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5352         in new section Submitting patches
5353
5354 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5355
5356         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5357         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5358         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5359         genGenPointerSet),
5360         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5361         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5362         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5363         genGenPointerSet),
5364         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5365         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5366         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5367         genGenPointerSet),
5368         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5369         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5370         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5371         genGenPointerSet): fixed bug #892400
5372         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5373         to eliminate build warnings.
5374         * src/SDCCast.c (processParms),
5375         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5376         fixed bug 751859
5377         * support/valdiag/valdiag.py: added GCC to the list of defines active
5378         when compiling with gcc
5379
5380 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5381
5382         * support/Util/SDCCerr.h,
5383         * support/Util/SDCCerr.c,
5384         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5385         with an incomplete type (fixed bug #883734)
5386         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5387
5388 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5389
5390         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5391
5392 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5393
5394         * src/SDCCast.c (decorateType),
5395         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5396         function pointer implementation
5397         * support/regression/tests/funptrs.c: added tests to verify both forms
5398         of function pointers work correctly. Added tests to verify parameters
5399         are passed in the correct order.
5400
5401 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5402
5403         * device.c (regCompare): registers are sorted by ascending
5404         address and increasing size,
5405         * main.c (_pic16_finaliseOptions): removed the declaration
5406         of compiler macro MCU. Now a macro of the format pic18fxxxx
5407         will be defined from the command line
5408
5409 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5410             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5411
5412         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5413         PCOP_RLCF was overwritten!
5414         * gen.c (genSkip): commented out calls to pic16_emitcode,
5415         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5416         * (genlshTwo),
5417         * (genRRC): added debugging info,
5418         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5419         overwritten while shifting,
5420         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5421         overwritten while shifting,
5422         * (AccLsh),
5423         * (AccRsh),
5424         * (shiftLLeftOrResult),
5425         * (shiftRLeftOrResult),
5426         * (shiftRLong),
5427         * (shiftLLong): Implemented with pic16_emitpcode
5428         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5429         * (genLeftShift): Fixed bug, operand for shift by variable always
5430         was "and"ed with 0x0f,
5431         * (genLeftShiftLiteral),
5432         * (genrshTwo),
5433         * (genRightShiftLiteral): added debugging info,
5434         * (genrshFour): added comment,
5435         * (genRightShift): determined signedness from operand "left"
5436         instead of "result"
5437
5438 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5439
5440         * src/SDCCicode.c (geniCodeParms),
5441         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5442         function pointers, fixed function pointer bugs #861242 and #861896
5443
5444 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5445
5446         * device/include/c8051f000.h,
5447         * device/include/c8051f120.h,
5448         * device/include/c8051f300.h: added header files for Silicon
5449         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5450
5451 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5452
5453         * src/SDCCast.c (processParams): added new type flow and restructured
5454         (gatherAutoInit): added new type flow
5455         (addCast): cosmetic changes
5456         (getLeftResultType): added new type flow for array indices, patch
5457         provided by Stas, see FR #877103
5458         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5459         array index patch by Stas
5460         * src/SDCCast.h: added prototype getResultTypeFromType()
5461         * src/SDCCval.h,
5462         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5463         * src/pic/glue.c (pic14emitStaticSeg),
5464         * src/pic16/glue.c (pic16emitStaticSeg),
5465         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5466         for initialization of symbols
5467         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5468         * support/Util/SDCCerr.h:
5469         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5470         * .version: bumped version number to 2.3.8
5471         * device/include/Makefile.in (install),
5472         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5473         avoid warnings
5474
5475 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5476
5477         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5478         Slade Rich fixed an optimization bug
5479         * src/pic/pcodepeep.c,
5480         * src/pic/pcoderegs.c
5481         * doc/Makefile (install): added test for directory
5482
5483 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5484
5485         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5486         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5487         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5488         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5489         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5490         * as/mcs51/asexpr.c (term),
5491         * as/hc08/asexpr.c (term): fixed bug #887146
5492
5493 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5494
5495         * src/z80/gen.c (genMult): handle single byte result product
5496         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5497         DUMMY_READ_VOLATILE (fixed bug #886367)
5498
5499 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5500
5501         * support/regression/tests/libmullong.c: fixed logic, on little endian
5502         hosts we ended without a mullong_wrapper()
5503
5504 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5505
5506         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5507         virus/worm forged address usage.
5508
5509 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5510
5511         Fixed promotion, it should be done on AST level:
5512         * src/SDCCast.c (addCast): added promotion to int
5513         (decorateType): updated call to upCast()
5514         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5515         usualUnaryConversions()
5516
5517 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5518
5519         * support/regression/tests/literalop.c (mulWrapper): Added a
5520         wrapper to remove integer overflow warnings.
5521
5522         * support/regression/tests/float_trans.c: Made work on host.
5523
5524         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5525         location of sz80.
5526
5527         * support/regression/generate-cases.py (main): Changed from inline
5528         to a main method.
5529
5530         * doc/Makefile (install): Changed to depth first to get rid of
5531         missing directory install warning.
5532
5533         * as/Makefile (install-doc): Made work on Mac.
5534
5535 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5536
5537         * src/SDCCast.c: added an additional type flow in decorateType() of
5538         opposite direction, see feature request #860006; it's enabled at runtime
5539         by setting the environment variable SDCC_NEWTYPEFLOW
5540         * src/SDCCast.h: changed prototype of decorateType()
5541         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5542         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5543         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5544         see feature request #877103
5545         * src/SDCCval.c: updated call of decorateType()
5546         (valBitwise): fixed bug #882876
5547         (valMinus): added promotion
5548         (valLogicAndOr): result is unsigned
5549         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5550         * src/SDCCsymt.c (computeType),
5551         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5552         must not cause an unsigned operation
5553         * src/pic/glue (pic14emitRegularMap),
5554         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5555
5556 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5557
5558         * src/pic/pcode.c (PCodeID): commented out left over debug code
5559
5560 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5561
5562         * support/valdiag/tests/overflow.c: added shift tests
5563         * src/pic/device.c,
5564         * src/pic/gen.c,
5565         * src/pic/gen.h,
5566         * src/pic/glue.c,
5567         * src/pic/main.c,
5568         * src/pic/pcode.c,
5569         * src/pic/pcode.h,
5570         * src/pic/pcodepeep.c,
5571         * src/pic/pcoderegs.c,
5572         * src/pic/ralloc.c,
5573         * src/pic/ralloc.h: applied patch from Slade Rich;
5574         added support for multiple code pages and multiple RAM banks on the
5575         PIC 14 port. The ASM files now no longer simply assume all the
5576         code / RAM are in the same page / bank. This means the linker can
5577         safely allocate code/RAM of separate ASM files to different pages/banks.
5578         * doc/sdccman.lyx: added Slade's tips
5579         * src/mcs51/peeph.def: fixed bug #880768
5580
5581 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5582
5583         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5584         * src/SDCCast.c (decorateType): fixed bug #880197
5585
5586 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5587
5588         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5589         getopt.h.
5590
5591         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5592         strtof is not part of C89 and isn't included with Mac OS X.
5593
5594 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5595
5596         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5597         shiftL2Left2Result): fixed bug #879326
5598         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5599         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5600         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5601         address fetch for clr instruction
5602         * device/lib/hc08/_mulint.c: created optimized assembly version
5603         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5604
5605 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5606
5607         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5608         proposed in FR #877103
5609
5610 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5611
5612         * src/SDCCval.c (cheapestVal): added missing checks
5613         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5614         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5615
5616 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5617
5618         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5619         equal operands
5620
5621 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5622
5623         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5624         loaded with the linker search paths (-L arguments) and the libraries
5625         to be linked with the current source (-l arguments). Changes
5626         currently will affect only the pic16 port.
5627         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5628         include path the port specific paths and port specific libraries,
5629         * gplink command now contains the $3 argument,
5630         * src/pic16/device.h,
5631         * src/pic16/device.c,: structure PIC_device is made public and
5632         renamed to PIC16_device, the same for variable Pics which is renamed
5633         to Pics16. Updated all references to them.
5634         * src/pic16/glue.c (pic16glue): corrected bug with code
5635         initialization which bypassed the variable initializations block.
5636
5637         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5638         COMPILE_FLAGS and added the --nostdinc option
5639
5640 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5641
5642         * device/include/mc68hc908jb8.h: Register defs for another member
5643         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5644
5645 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5646
5647         Documenting changes from previous commits.
5648         * configure.in (version 1.56),
5649         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5650         when generating output files to configure the pic16 library,
5651         but now I've commented it out, since gputils aren't installed in the
5652         SF compile farm, so library won't compile
5653
5654         * device/lib/Makefile.in (version 1.56): initially I've added in
5655         target 'all' the prerequestive 'model-pic16' so it compiled the
5656         pic16 library, but now I've commented it out for the same reasons
5657         above,
5658         * added targets 'model-pic16' and 'objects-pic16' to compile the
5659         library
5660         * added target 'port-specific-objects-pic16' to handle the
5661         generated libraries and copy them into the build/ directory
5662         * added target 'clean-intermediate-pic16' to clean intermediate
5663         files into pic16 directory
5664         * in target 'installdirs' added line to create directory pic16 in
5665         the installation path
5666
5667         * device/include/Makefile.in (version 1.11): in target 'install'
5668         added lines to copy all header files to installation path,
5669         * in target 'installdirs' added line create directory for pic16
5670         headers in the installation path
5671
5672 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5673
5674         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5675          a function call
5676
5677 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5678
5679         * configure,
5680         * device/lib/configure.in,
5681         * device/lib/configure: fixed for autoconf 2.57
5682
5683 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5684
5685         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5686         option so that it actually works. Made it specific to the z80, since
5687         the gbz80 doesn't have these kinds of I/O ports.
5688
5689 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5690
5691         * device/include/z180.h,
5692         * device/lib/_memcpy.c,
5693         * device/lib/_memmove.c,
5694         * device/lib/_mulint.c,
5695         * device/lib/ser_ir.c,
5696         * device/lib/ser_ir_cts_rts.c,
5697         * device/lib/_strcmp.c,
5698         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5699         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5700         portmode; added deprecation warning for bank= and protmode= forms.
5701         Also, guard against buffer overflow.
5702         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5703
5704 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5705
5706         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5707         changed interrupt vector table generation to only emit declared vectors.
5708         * device/include/Makefile.in: added missing backslash
5709         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5710
5711 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5712
5713         Mainly changes to support compilation of the device libraries
5714         * src/pic16/device.c: stack is allocated via symbol and not
5715         via literal number. The symbol is placed in the corresponding
5716         position of the data ram
5717         * (pic16_dump_section): relocatable and absolute uninitialized
5718         data are now emitted in sorted order to reduce section naming,
5719         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5720         weren't marked as being in the access bank,
5721
5722 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5723
5724         Added portion of GNU PIC Library under the directory
5725         device/include/pic16 and device/lib/pic16. These files
5726         contain the declarations of SFRs for the PIC18Fxx2 devices.
5727         The directory is initialized via configure from toplevel.
5728
5729 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5730
5731         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5732         the spilllocations to be compared correctly
5733
5734 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5735
5736         * src/SDCCast.c (decorateType): fixed bug introduced today
5737
5738 2004-01-12  Borut Razem <borut.razem AT siol.net>
5739
5740         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5741         doc/sdccman.lyx: upper case pragmas are deprecated
5742
5743 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5744
5745         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5746         in simpler and even better code
5747
5748 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5749
5750         * src/SDCCicode.c (operandOperation): fixed bug #874819
5751         * src/SDCCast.c (decorateType): fixed
5752         char foo (unsigned long ul) { return ul > 0; }
5753
5754 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5755
5756         * doc/sdccman.lyx: Moved and added some sections, small changes
5757         all over. Telling LaTeX to be less strict with word spacing
5758         to better keep the right margin. Changed some notes about
5759         maintainance of the ports in section 3.2.1 - is it OK like this?
5760
5761 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5762
5763         SDCC source changes:
5764         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5765         convilong): modified to inform the pic16 port that builtin functions
5766         are external
5767
5768         PIC16 PORT specific changes:
5769         * src/pic16/device.c pic16_dump_equates() added,
5770         processor registers declared internally by the port are emitted in
5771         the translation as equates,
5772         * src/pic16/gen.c: inline code is passed unprocessed to the
5773         translation,
5774         * (pic16_popGetLit2): fnuction modified to take second operand as
5775         pCodeOp pointer and not as literal,
5776         * (popRegFromIdx): prefixed with pic16_,
5777         * (pic16_popCombine2): modified to receive already allocated pCode
5778         operands,
5779         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5780         * (genFunction): initializes local stack frame and pushes on stack
5781         all the registers used by this function,
5782         * (genEndFunction): restores all registers from stack and restores
5783         stack frame,
5784         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5785         improvements,
5786         * (pic16glue): changed the program startup sequence,
5787         * added new dbName code 'A' for functions placed in absolute section
5788         * src/pic16/main.c: added function attribute _naked,
5789         * added pragma 'code' to place a fnuction at an absolute address,
5790         * added command line arguments --debug-ralloc and --pcode-verbose,
5791         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5792         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5793         * (pic16_newpCodeOpLit2): modified to take the second operand as
5794         pCodeOp pointer,
5795         * (pic16_printpBlock): modified to emit each function in a separate
5796         section,
5797         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5798         UPPER for immediate operands,
5799         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5800         instruction,
5801         * src/pic16/peeph.def: all peepholes with movff are commented out,
5802         because there is a problem in the pcode peep optimizer,
5803         * src/pic16/ralloc.c: the register allocator can now reuse local
5804         function symbols for another function. This saves register usage.
5805         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5806
5807         Added file src/pic16/NOTES with information about program writing on
5808         the current port version.
5809
5810 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5811
5812         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5813         and peephole 252 (array access)
5814
5815 2004-01-09  Borut Razem <borut.razem AT siol.net>
5816
5817         * src/SDCCmain.c : fixed #872250: -l command line defined library
5818           files are scanned before standard library files
5819
5820 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5821
5822         * src/SDCCast.c (decorateType): fixed bug #874046
5823
5824 2004-01-09  Borut Razem <borut.razem AT siol.net>
5825
5826         * support/scripts/sdcc.nsi: remove previous installation
5827
5828 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5829
5830         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5831         bytes for last interrupt vector (mcs51)
5832         * sdcc.spec: fixed typo
5833
5834 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5835
5836         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5837         gen51Code): more efficient parameter receive for --model-large
5838         ("bug" #845294)
5839
5840 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5841
5842         * src/ds390/main.c,
5843         * src/z80/main.c: added missed needLinkerScript flags (more than
5844         one port structure defined in these file)
5845         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5846         bug #795325
5847
5848 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5849
5850         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5851         * src/port.h: added flag needLinkerScript in port->linker
5852         structure to inform whether to create a .lnk file or not,
5853         * src/avr/main.c,
5854         * src/ds390/main.c,
5855         * src/hc08/main.c,
5856         * src/mcs51/main.c,
5857         * src/pic/main.c,
5858         * src/pic16/main.c,
5859         * src/xa51/main.c,
5860         * src/z80/main.c: changed appropriately to configure
5861         needLinkerScript flag
5862         * src/pic/gen.c,
5863         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5864         * src/pic/glue.c: added variable udata_section_name to
5865         override default uninitialized data segment definition for
5866         devices only with SHAREBANK memory (reported from Erik Epetrich)
5867         * (pic14emitOverlay): modified to emit a commented overlay segment
5868         directive when no overlay data exist
5869         * (picglue): modified to emit uninitialized data segment
5870         according to udata_section_name
5871         * src/pic/main.c (_pic14_parseOptions): added command line
5872         options --udata-section-name=[name] to override default
5873         udata definition name
5874         * modified _linkCmd and _asmCmd to include compiler passed
5875         arguments via -W option
5876         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5877         object file from '.rel' to '.o' in port->linker structure,
5878         changed size of fptr from 2 to 3 in port structure
5879
5880 2004-01-07  Borut Razem <borut.razem AT siol.net>
5881
5882         * support/scripts/sdcc.nsi: update PATH
5883         * support/scripts/sdcc.ico: craeted
5884
5885 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5886
5887         * device/include/Makefile.in: fix install
5888         * doc/Makefile: fix install
5889
5890 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5891
5892         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5893         in bug #860505
5894         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5895         how the function variable allocation summary is displayed; also
5896         include information about variables allocated to the overlay
5897         segment
5898
5899 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5900
5901         * as/mcs51/lkmain.c: Help about -Y option
5902         * as/mcs51/lkarea.c: Fixed gcc warnings
5903
5904 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5905
5906         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5907         fixed warning
5908         * support/valdiag/tests/overflow.c: added
5909         * src/SDCCast.c (decorateType),
5910         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5911         LEFT_OP (left shift)
5912
5913 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5914
5915         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5916         (default behaviour).
5917
5918 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5919
5920         A python script to validate compiler diagnostic messages. It can be
5921         used to verify that sdcc complains about bad c source code and
5922         gives a good location of the error.
5923         * support/valdiag/Makefile,
5924         * support/valdiag/valdiag.py,
5925         * support/valdiag/tests/*
5926
5927 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5928
5929         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5930         * src/SDCCsymt.c (newEnumType),
5931         * src/SDCCsymt.h
5932         * support/Util/SDCCerr.c,
5933         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5934         enum related bugs.
5935         * support/regression/tests/enum.c: added test for enum values that
5936         require at least 2 bytes of storage.
5937
5938 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5939
5940         * src/common.h: added ifndef/define/endif macros
5941         around the header file.
5942         Bug reported from Jesus Calvino-Fraga
5943
5944 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5945
5946         * sdcc.spec: updated
5947         * device/include/Makefile.in: don't install CVS directories
5948         * device/lib/Makefile.in: added removal of CVS directories after install
5949         * doc/Makefile: fixed install, added local_icons
5950         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
5951         * src/mcs51/gen.c (genRightShift): fixed bug #870788
5952         * src/ds390/gen.c (genRightShift): fixed bug #870788
5953         * src/SDCCast.c (decorateType): fixed bug #870781
5954
5955 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5956
5957         PIC16 port related changes:
5958         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
5959         added variable stackPos,
5960
5961         * gen.c: genCall, assignResultValue: added support for
5962         pushing/retrieving function parameters to/from stack,
5963         genFunction,genEndFunction: setup stack frame for the
5964         generated function,
5965         genAddrOf: will be changed according to bug 863624
5966
5967         * added files genutils.c and genutils.h which contain gen*
5968         debugged and optimised functions extracted from gen.c
5969
5970         * glue.c: added variable 'externs' which holds extern symbols,
5971         pic16emitRegularMap: is modified to properly handle relocatable
5972          symbols under the new scheme,
5973         pic16createInterruptVect: is modified
5974         pic16printPublics: is modified to emit 'global' assembler directives,
5975         added pic16_printExterns to print extern symbols,
5976         pic16glue: initializes stack/frame pointer in the beginning of
5977         the assembly output. Temporary hack, will be corrected later,
5978         because gplink yet does not support stack and SDCC does not
5979         yet support a type of crt0.o object to create the final binary.
5980
5981         * Removed many lines that contain 8051 legacy code.
5982         * The code is finally placed under a 'code' directive.
5983         * Added port specific options.
5984
5985         * _process_pragma: simplified since now we do not need *special*
5986         include file to define SFR registers. But a separate header
5987         will be needed. This will be developed later.
5988         * _pic16_parseOptions: added, parses port specific options:
5989         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
5990         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
5991         --preplace-udata-with=
5992
5993         * _pic16_setDefaultOptions: modified to initialize section names,
5994         but hack is temporarly out of order since it needs improvement.
5995         * _pic16_genAssemblerPreamble: configuration words are emitted by
5996         their address instead of their name. This part is incomplete and
5997         supports only the 18Fxx2 devices. Other devices will emit an error
5998         during assembly since they do not contain the same set of config
5999         registers
6000         * _pic16_genIVT: is modified,
6001
6002         * pcode.c: added definitions for some hardware registers that are needed
6003         for stack support
6004         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6005         All PCI entries are updated. Now LFSR is supported.
6006         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6007         * added pic16_newpCodeOpLit2 to support instructions with
6008         two literal arguments
6009         * pic16_pCode2str: corrected code that emits assembler instructions
6010         with two literal operands and those that have an access bit modifier
6011         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6012         this fixes a bug which caused some labels to be lost, when an
6013         assembler directive was added, i.e. banksel,
6014         * pic16_FixRegisterBanking: improved logic that causes the insertion
6015         of bank switching,
6016         * InlineFunction: functions that are called once, are not any more
6017         inlined. This can be a port option in the future,
6018
6019         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6020
6021         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6022         hold the corresponding uninitialized symbols,
6023         * pic16_allocProcessorRegister: registers have explicit marked the
6024         accessBank field,
6025         * pic16_allocInternalRegister: registers are explicit marked as
6026         not used,
6027         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6028         processing list, so bit registers were lost,
6029         *
6030
6031         * ralloc.h: added field 'accessBank' and original symbol operand
6032         in register definition,
6033         * removed the field isMapped from register definition,
6034
6035         ** Several functions have been removed from various sources:
6036         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6037         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6038         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6039         pic16_assignRelocatableRegisters
6040
6041         ** others have been introduced:
6042         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6043         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6044
6045 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6046
6047         * support/scripts/inc2h.pl: changed definition of BIT_AT
6048         to emit 'sbit at' instead of 'bit at'. This was a request.
6049
6050         PIC16 port related preliminary changes:
6051         * gen.c: prefixed function popRegFromString with
6052         pic16_ and all references to it corrected
6053         * pcode.c: all pic16_pc_* hardware registers prefixed
6054         with underscore (_),
6055         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6056         * ralloc.c: newReg(): when register is REG_SFR then
6057         set address to rIdx,
6058         pic16_allocProcessorRegister(): marks register wasUsed=0
6059         pic16_writeUsedRegs(): added a call to assign processor
6060         registers via pic16_assignFixedRegisters
6061
6062 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6063
6064         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6065         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6066         variables in unused register banks.  Also the SSEG is placed
6067         wherever there is enough space for it, and IDATA can be anywhere
6068         in internal RAM.  For now compile using -Wl-Y[stack_size].
6069         The mem file is different for this option as well, since it
6070         makes no sense of talking about DSEG lenght.
6071
6072 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6073
6074         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6075         in certain cases, e.g. when ROM assignment, patch provided
6076         from Albert den Haan.
6077
6078 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6079
6080         Many signedness and type propagation fixes:
6081         * src/SDCCicode.c: made geniCodeCast() static
6082         replaced SPEC_ by IS_ (cosmetic)
6083         (operandOperation): fixed div and mod operation
6084         (usualBinaryConversions): added support for promotion of char
6085         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6086         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6087         (geniCodeAdd): an array index will stay unsigned, even if promoted
6088         from char to int
6089         (geniCodeArray): ditto
6090         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6091         * src/SDCCsymt.c (computeType): added more support for char;
6092         promotion of char is selectable by promoteCharToInt, fixed signedness
6093         for all cases
6094         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6095         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6096         * src/SDCCval (val*): replaced signedness calculation by
6097         computeType()
6098         rearranged if-branches (cosmetic)
6099         (valShift): added warning W_SHIFT_CHANGED
6100         (valCompare): fixed problem with different types
6101         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6102         * support/regression/tests/literalop.c: added many cases
6103         * support/regression/tests/ast_constant_folding.c: changed finally to
6104         'unsigned int'
6105         * .version: new year, new version: 2.3.7
6106         * src/SDCCmain.c (main): applied patch #866468
6107         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6108         provided by Scott Bronson
6109         * doc/sdccman.lyx: updated documentation for sdcdb
6110         updated and added chapter tips
6111
6112 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6113
6114         * src/SDCCsymt.h: missing from yesterday's commits
6115
6116 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6117
6118         * src/SDCC.y (struct_or_union_specifier),
6119         * support/Util/SDCCerr.c,
6120         * support/Util/SDCCerr.h: verify that struct & union tags are used
6121         as declared.
6122
6123 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6124
6125         * src/SDCCglobl.h: missing from yesterday's commits
6126
6127 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6128
6129         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6130         sft_attributes, struct_declaration, parameter_declaration,
6131         type_name, start_block, declaration_list),
6132         * src/SDCC.lex (check_type): support redefinition of typedef names
6133
6134 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6135
6136         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6137         aligned xdata arrays. Erik helped me with the if clause.
6138
6139 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6140
6141         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6142         warning
6143
6144 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6145
6146         * src/SDCCast.h,
6147         * src/SDCCast.c (newAst_),
6148         * src/SDCCicode.h,
6149         * src/SDCCicode.c (ast2iCode, newiCode),
6150         * src/SDCCglobl.h,
6151         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6152         expr, statement, expression_statement, selection_statement,
6153         iteration_statement, expr_opt, jump_statement): foundation for tracking
6154         sequence points
6155         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6156         point code too)
6157
6158 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6159
6160         * support/Util/SDCCerr.c,
6161         * src/SDCCast.h,
6162         * src/SDCCast.c (createCase, createDefault, decorateType),
6163         * src/SDCClabel.c (labelUnreach),
6164         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6165         to error messages.
6166         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6167         (with thanks to Stas Sergeev)
6168         * device/include/time.h,
6169         * device/lib/time.c (CheckTime): suppress unreachable code warning
6170
6171 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6172
6173         * src/SDCCast.c (createIvalCharPtr),
6174         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6175         bug #753752)
6176         * support/regression/tests/nullstring.c: tests for these two bugs
6177
6178 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6179
6180         * support/Util/SDCCerr.h,
6181         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6182         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6183         about storage class and 'at' used inside struct or union
6184         * src/SDCCBBlock.c (iCodeFromeBBlock),
6185         * src/SDCCcse.c (ifxOptimize),
6186         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6187         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6188         printIval, emitStaticSeg, emitOverlay),
6189         * src/SDCClabel.c (deleteIfx),
6190         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6191         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6192         gatherAutoInit, processParms),
6193         * support/Util/SDCCerr.h,
6194         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6195         reporting for post-parse errors.
6196
6197 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6198
6199         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6200         implicit casts via union; they don't work on big endian systems
6201         (possible fix for bug #861138)
6202
6203 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6204
6205         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6206         * src/mcs51/main.c: fixed the fix for bug #737001
6207
6208 2003-12-15  Borut Razem <borut.razem AT siol.net>
6209
6210         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6211
6212 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6213
6214         * support/makebin/makebin.c: put output in binary mode
6215
6216 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6217
6218         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6219         xdata and data memory on startup. Set the environment variable
6220         SDCC_NOGENRAMCLEAR to disable this.
6221         * src/mcs51/peephole.def,
6222         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6223         (allows non-interrupt and interrupt code to safely compete for a resource
6224         without the non-interrupt code having to disable interrupts)
6225
6226 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6227
6228         * src/SDCCicode.c (geniCodeAdd),
6229         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6230         with valFromType if type might be a pointer and host is big endian).
6231         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6232         types, not just integer types.
6233         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6234         multiply defined with mismatching "at" address.
6235
6236 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6237
6238         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6239         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6240         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6241         with embedded nulls (fixed bug #753752)
6242
6243 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6244
6245         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6246         Apparently this did not see much testing (endless loop)
6247
6248 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6249
6250         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6251
6252 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6253
6254         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6255         gracefully handle NULL memmap pointers
6256
6257 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6258
6259         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6260         instead of deleting the iCode when an operand is volatile
6261         * src/z80/gen.c (genDummyRead),
6262         * src/mcs51/gen.c (genDummyRead),
6263         * src/ds390/gen.c (genDummyRead),
6264         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6265         not just IC_RIGHT
6266         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6267         * src/SDCC.y: fixed bug #850420
6268
6269 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6270
6271         Applied z80 i/o port patch from Peter Townson and fixed some operators
6272         to better handle operands in A register.
6273         * device/include/z180.h
6274         * src/SDCC.y
6275         * src/SDCCglue.c
6276         * src/z80/gen.c
6277         * src/z80/gen.h
6278         * src/z80/main.c
6279         * src/z80/peeph-z80.def
6280         * src/z80/peeph.def
6281         * src/z80/z80.h
6282
6283 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6284
6285         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6286
6287 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6288
6289         * device/lib/hc08/_mullong.c: Removed extra #endif
6290
6291 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6292
6293         * sim/ucsim/hc08.src/inst.cc,
6294         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6295         carries from x to h
6296         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6297         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6298         * device/include/stdarg.h: fixed varargs for hc08
6299         * device/lib/Makefile.in,
6300         * device/lib/hc08/Makefile,
6301         * device/lib/hc08/_mulint.c,
6302         * device/lib/hc08/_mullong.c: fixed some endian problems
6303
6304 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6305
6306         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6307         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6308         * device/lib/_gptrget.c,
6309         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6310
6311 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6312
6313         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6314         * src/SDCCast.c (astErrors): fixed bug #846007
6315         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6316
6317 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6318
6319         * src/SDCCast.c (decorateType): disabled a transformation I added in
6320         revision 1.188 (access to fields of a structure at an absolute address);
6321         it breaks with bitfields, extern declarations, and gcse analysis.
6322         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6323         could be assigned through a pointer, so don't complain.
6324         * src/SDCCast.c (astErrors),
6325         * src/SDCCast.h,
6326         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6327
6328 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6329
6330         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6331         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6332         output of __config directives, since gpasm now supports them
6333         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6334         pre-processor macro, i.e. -DMCU=p18f452
6335         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6336         and modified to handle 'cast' icode similarly to '=' icode
6337         * src/pic16/device.h (typedef struct PIC_device): added field
6338         'extMIface' to indicate that chip has external memory interface
6339         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6340         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6341         18F8720
6342
6343 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6344
6345         * src/SDCC.y (pointer): fixed bug #846006
6346         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6347         * src/SDCCast.c (decorateType): fixed bug #846009
6348         * src/ds390/peeph.def,
6349         * src/ds390/gen.c (genAnd, genOr),
6350         * src/mcs51/peeph.def,
6351         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6352
6353 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6354
6355         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6356         * src/SDCCdflow.c
6357         * src/SDCCcse.c
6358         * src/SDCCcse.h
6359         * src/SDCCBBlock.h
6360         * src/SDCCBBlock.c
6361
6362 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6363
6364         fixed bug #845089
6365         * src/SDCCbitv.h,
6366         * src/SDCCbitv.c: added function to free a bitvector
6367         * src/SDCClrange.h,
6368         * src/SDCClrange.c: added function to recompute the liveranges
6369         * src/avr/ralloc.c,
6370         * src/ds390/ralloc.c,
6371         * src/hc08/ralloc.c,
6372         * src/mcs51/ralloc.c,
6373         * src/pic/ralloc.c,
6374         * src/pic16/ralloc.c,
6375         * src/xa51/ralloc.c,
6376         * src/z80/ralloc.c: recompute the liveranges after register packing
6377
6378 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6379
6380         * src/SDCCloop.c (newInduction): fixed bug #845630
6381
6382 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6383
6384         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6385         inadvertantly left behind from my 2003-11-12 change
6386
6387 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6388
6389         Updated headers I neglected to commit yesterday.
6390         * src/SDCClrange.h,
6391         * src/SDCCicode.h
6392
6393 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6394
6395         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6396         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6397         * src/SDCCopt.c (eBBlockFromiCode),
6398         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6399         the creation of the key hash table from the sequencing so it can be used
6400         earlier (for some GCSE bug fixes still pending)
6401
6402 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6403
6404         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6405         * support/regression/tests/addsub.c: testing genPlus shortcut
6406
6407 2003-11-15  Borut Razem <borut.razem AT siol.net>
6408
6409         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6410
6411 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6412
6413         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6414         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6415         ordering is immaterial.
6416         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6417
6418 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6419
6420         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6421         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6422         (SIGSEV) of bug #840381
6423         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6424         unlink new file before rename if new and old filenames are the same)
6425
6426 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6427
6428         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6429         uninitialized variables) for the mcs51. Set environment variable
6430         SDCC_GENRAMCLEAR to test.
6431         xdata initialization slightly shorter
6432
6433 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6434
6435         * src/SDCCsymt.h,
6436         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6437         #838241 & 780691 (basicly the same bug)
6438         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6439         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6440
6441 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6442
6443         * src/SDCCmain.c (linkEdit): "fix" #834252
6444
6445 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6446
6447         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6448         * src/SDCCast.h,
6449         * src/SDCC.y: fixed bug #819403
6450
6451 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6452
6453         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6454         the reentrant attribute.
6455         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6456         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6457         simulation
6458         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6459         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6460         erroneously reduced to a literal.
6461         * src/hc08/ralloc.c (packRegisters, rematStr),
6462         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6463         some cases
6464
6465 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6466
6467         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6468         * doc/sdccman.lyx: changed from 'article' to 'book'
6469         * doc/Makefile: readded test_suite_spec and cdbfileformat
6470
6471 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6472
6473         * device/include/stdlib.h: include malloc.h to comply with ANSI
6474         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6475
6476 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6477
6478         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6479         * doc/clean.mk: also remove *.out files
6480         * doc/sdccman.lyx: some additions, larger top/bottom margins
6481
6482 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6483
6484         * src/SDCC.y: fixed bug #837365
6485         * support/regression/tests/bitopcse.c
6486         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6487         a symbol (might be valop instead)
6488         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6489         * device/lib/clean.mk: added hc08 to the cleaning list
6490
6491 2003-11-04  Borut Razem <borut.razem AT siol.net>
6492
6493         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6494           made 2003-11-04
6495         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6496           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6497           malloc is declared in standard stdlib.h
6498
6499 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6500
6501         * device/lib/hc08/Makefile: need to clean .rel not .o files
6502         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6503
6504 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6505
6506         * src/port.h,
6507         * src/hc08/main.c,
6508         * src/mcs51/main.c,
6509         * src/ds390/main.c,
6510         * src/z80/main.c,
6511         * src/avr/main.c,
6512         * src/pic/main.c,
6513         * src/pic16/main.c,
6514         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6515         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6516         tests (which uses the port's oclsExpense function)
6517         * src/SDCC.y,
6518         * src/SDCCast.c,
6519         * src/SDCCicode.c,
6520         * src/hc08/gen.c,
6521         * src/ds390/gen.c,
6522         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6523
6524 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6525
6526         * src/SDCCcse.c (ifxOptimize),
6527         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6528         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6529         deleting the IFX iCode.
6530         * src/hc08/ralloc.c: reduced unneeded slocs
6531         * src/hc08/gen.c: fixed bug in asmopToBoolean
6532
6533 2003-11-04  Borut Razem <borut.razem AT siol.net>
6534
6535         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6536           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6537           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6538           transferred to configure
6539
6540 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6541
6542         Use headers defined in the C[++] standards:
6543         * sim/ucsim/gui.src/serio.src/fileio.cc
6544         * sim/ucsim/gui.src/serio.src/frontend.cc
6545         * sim/ucsim/gui.src/serio.src/main.cc
6546         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6547         * support/Util/NewAlloc.c
6548         * as/hc08/lklibr.c
6549         * as/mcs51/lklibr.c
6550         * as/z80/aslist.c
6551         * as/z80/assym.c
6552
6553 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6554
6555         * Added MSVC projects for hc08 assembler and linker:
6556         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6557         /as/hc08/link_hc08.dsp
6558
6559 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6560
6561         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6562
6563 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6564
6565         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6566
6567 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6568
6569         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6570
6571 2003-10-31  Borut Razem <borut.razem AT siol.net>
6572
6573         * support/cpp2/cpplib.h,
6574           support/cpp2/cpplib.c,
6575           support/cpp2/cpplex.c,
6576           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6577           to switch _asm block preprocessing on / off. Default is
6578           #pragma preproc_asm +
6579
6580 2003-10-31  Borut Razem <borut.razem AT siol.net>
6581
6582         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6583           when outputting comment blocks (when executed with -C option) and
6584           _asm (SDCPP specific) blocks
6585
6586 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6587
6588         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6589
6590 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6591
6592         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6593
6594 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6595
6596         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6597         * src/SDCCast.c (decorateType): fixed bug #832664
6598
6599 2003-10-31  Borut Razem <borut.razem AT siol.net>
6600
6601         * support\cpp2\cpplex.c: fixed for SDCPP:
6602           comments(when executed with -C option) and _asm blocks
6603           were included even if they where in skipped #if block.
6604           Applied solution from GCC cpp 3.3.2
6605
6606 2003-10-31  Borut Razem <borut.razem AT siol.net>
6607
6608         * src/SDCC.lex: sdcc now understands both formats:
6609           '# <line_number> <file_name>' and
6610           '#line <line_number> <file_name>'
6611         * support/cpp2/cppmain.c: sdcpp now generates the standard
6612           '# <line_number> <file_name>' instead of former
6613           '#line <line_number> <file_name>'
6614
6615 2003-10-30  Borut Razem <borut.razem AT siol.net>
6616
6617         * support/cpp2/cpphash.h,
6618         * support/cpp2/cpplib.h
6619         * support/cpp2/cpplex.c,
6620         * support/cpp2/cppmain.c,
6621         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6622
6623 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6624
6625         Fixed a number of problems revealed by bug #827883.
6626         * src/SDCCloop.c (loopInvariants): Spill location of the
6627         result operand should be recomputed if extracted from
6628         a loop. Also, don't extract assignments of an iTemp
6629         from a literal.
6630         * src/SDCCast.c (isConformingBody): loop reversal should
6631         not occur if the control variable is involved with a
6632         relational operator.
6633
6634 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6635
6636         * .version: bumped to 2.3.6 to reflect the big improvements
6637         made by Erik and Klaus. Thanks!
6638
6639 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6640
6641         Replaced the livrange code.
6642         * src/SDCClrange.c: added new LR code
6643         * src/SDCCloop.c,
6644         * src/SDCCBBlock.h: removed remainig parts from old LR code
6645         * src/ds390/ralloc.c,
6646         * src/ds390/gen.c: minor fixes to make it work with new code
6647
6648 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6649
6650         * as/hc08/asm.h,
6651         * as/hc08/lkrloc.c,
6652         * src/hc08/gen.c,
6653         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6654         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6655         (tweaked fix for bug #818696)
6656
6657 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6658
6659         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6660
6661 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6662
6663         * src/SDCCmain.c,
6664         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6665         * src/mcs51/gen.c (gencjneshort),
6666         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6667         more efficient (per Scott Bronson's suggestion)
6668
6669 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6670
6671         Extended the semantics of the critical keyword to include
6672         individual statements. See RFE #827755 and #799831
6673         * src/SDCC.y
6674         * src/SDCCicode.c
6675         * src/SDCCopt.c
6676         * src/SDCCast.c
6677         * support/Util/SDCCerr.c
6678         * support/Util/SDCCerr.h
6679         * src/mcs51/gen.c
6680         * src/ds390/gen.c
6681         * src/hc08/gen.c
6682
6683 2003-10-19  Borut Razem <borut.razem AT siol.net>
6684
6685         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6686
6687 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6688
6689         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6690         Fixed bug #818696
6691         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6692         and predecrement operand is displayed
6693
6694 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6695
6696         * src/SDCCval.c (valMinus): fixed bug #826041
6697
6698 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6699
6700         Some hc08 related updates that I missed earlier
6701         * sim/ucsim/stypes.h
6702         * support/regression/ports/hc08/spec.mk
6703
6704 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6705
6706         New target "hc08" for the Motorola 68hc08 family of micros
6707
6708         * configure
6709         * configure.in
6710         * Makefile
6711         * src/hc08/*
6712         * src/SDCCmain.c
6713         * src/port.h
6714         * sim/ucsim/hc08.src/*
6715         * sim/ucsim/configure.in
6716         * src/ucsim/configure
6717         * sim/ucsim/packages_in.mk
6718         * as/hc08/*
6719         * as/Makefile
6720         * device/include/mc68hc908qy.h
6721         * device/lib/hc08/*
6722         * device/lib/Makefile.in
6723         * support/regression/ports/hc08/*
6724         * support/regression/Makefile
6725
6726 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6727
6728         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6729         regression test
6730         * src/ds390/gen.c (genCast): fixed bug #821957
6731
6732 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6733
6734         * device/lib/logf.c: "fixed" overlay bug
6735         * support/regression/ports/host/spec.mk: added m library
6736         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6737         * support/regression/tests/float_trans: added (for Eric)
6738
6739 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6740
6741         * src/mcs51/gen.c (genCpl): fixed bug
6742         http://sf.net/mailarchive/message.php?msg_id=6263915
6743
6744 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6745
6746         * src/SDCCast.c (decorateType): added extended constant folding
6747         * src/SDCCsymt.c (computeType): cleanup
6748         * src/SDCCval.c (valShift): minor optimization
6749         * support/regression/tests/ast_constant_folding.c: added
6750
6751 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6752
6753         * src/SDCCmain.c: removed some unintended changes
6754
6755 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6756
6757         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6758         * src/z80/gen.c: fixed part of bug #817589
6759         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6760
6761 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6762
6763         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6764         * src/SDCCcflow.c
6765         * src/SDCCcse.c
6766         * src/SDCCdflow.c
6767         * src/SDCClabel.c
6768         * src/SDCClrange.c
6769         * src/SDCCmem.c
6770         * src/SDCCopt.c
6771         * src/SDCCpeeph.c
6772         * src/SDCCset.c
6773         * src/avr/ralloc.c
6774         * src/ds390/ralloc.c
6775         * src/izt/ralloc.c
6776         * src/mcs51/ralloc.c
6777         * src/pic/ralloc.c
6778         * src/pic16/ralloc.c
6779         * src/xa51/ralloc.c
6780         * src/z80/ralloc.c
6781         * src/z80/gen.c: removed unused label "release:"
6782
6783 2003-10-06  Borut Razem <borut.razem AT siol.net>
6784
6785         * src/SDCC.lex: removed definition of unused variables
6786           save_optimize and save_options
6787
6788 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6789
6790         * clean.mk: removed '=' in "-maxdepth=1"
6791         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6792         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6793
6794 2003-10-06  Borut Razem <borut.razem AT siol.net>
6795
6796         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6797           my_unput() replaced by unput()
6798
6799 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6800
6801         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6802         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6803         type-punned pointer will break strict-aliasing rules"
6804         Old LR behaviour is again default; Klaus' LR can be choosen by
6805         defining the environment variable LRKLAUS
6806         * src/SDCCBBlock.h
6807         * src/SDCCloop.c
6808         * src/SDCClrange.c
6809         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6810         * clean.mk: fixed removal of files in bin/CVS/
6811         * device/lib/clean.mk: fixed removal of directories small and large
6812         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6813         * src/SDCCicode.c,
6814         * src/SDCCval.c: removed superflous test for pedantic
6815
6816 2003-10-05  Borut Razem <borut.razem AT siol.net>
6817
6818         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6819           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6820           message "unmatched #pragma SAVE and #pragma RESTORE"
6821
6822 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6823
6824         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6825           assembly, critical functions, atomic, nojtbound)
6826
6827 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6828
6829         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6830         * src/SDCCBBlock.h
6831         * src/SDCCloop.c
6832         * src/SDCCloop.h
6833         * src/SDCClrange.c
6834
6835 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6836
6837         * src/z80/gen.h,
6838         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6839         * src/mcs51/gen.h
6840         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6841         * src/ds390/gen.h
6842         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6843         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6844         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6845
6846 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6847
6848         * src/z80/gen.c (genRet): fixed bug #524753
6849         * src/z80/gen.c (genCast): fixed internal error on cast from
6850         pointer to long
6851         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6852         fix for bug #477835 to the z80
6853         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6854         for tracking iCodes in the peephole optimizer for z80
6855
6856 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6857
6858         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6859         the other part of bug #814548
6860         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6861
6862 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6863
6864         * src/SDCCcse.c: fixed part of bug #814548
6865
6866 2003-09-28  Borut Razem <borut.razem AT siol.net>
6867
6868         * src/asm.c: rewrite of printILine() to use temporary file instead
6869           a pipe
6870         * src/xa51/main.c: commented out declaration of int rewinds
6871
6872 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6873
6874         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6875
6876 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6877
6878         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6879         * src/asm.c (printILine): Fixed bug #811015
6880
6881 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6882
6883         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6884         freeing.
6885
6886 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6887
6888         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6889         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6890         to correctly handle general case of AOP_PAIRPTR
6891         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6892
6893 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6894
6895         * src/mcs51/ralloc.c (fillGaps),
6896         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6897         register positioning bug)
6898
6899 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6900
6901         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6902
6903 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6904
6905         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6906         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6907         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6908         (ralloc doesn't intentionally do this now, but perhaps later)
6909         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6910         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6911         register positioning bugs (Fixed bug #762602 and #795325)
6912         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6913         (Fixed bug #808779)
6914         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6915         lines that --i-code-in-asm generates
6916
6917 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6918
6919         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6920         trying to fclose a FILE* that was already closed.
6921
6922 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6923
6924         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6925         of const struct should be treated as if const themselves)
6926
6927 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6928
6929         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6930
6931 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6932
6933         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6934         Unix (/n) and DOS (/r/n) line terminations.
6935
6936 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6937
6938         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6939         bug #613775
6940
6941 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6942
6943         * src/mcs51/gen.c (genFunction, genEndFunction),
6944         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
6945         and restore of EA so that stack offsets to parameters are
6946         correct when using both critical and reentrant/stack-auto.
6947         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
6948         size (can be triggered in error if sloc is shared between
6949         different sized objects)
6950         * device/include/float.h: fixed macros to explicitly use
6951         unsigned long where needed
6952
6953 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
6954
6955         Feature req. 799831: added code to allow nesting of critical functions
6956         * src/mcs51/gen.c (genFunction, genEndFunction)
6957         * src/ds390/gen.c (genFunction, genEndFunction)
6958
6959 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6960
6961         * src/SDCCsymt.c (sclsFromPtr),
6962         * src/SDCCsymt.h,
6963         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
6964         support for standard C idiom of memory mapped variables; for
6965         example, *((xdata int*)0x1234) = 1 is now internally equivalent
6966         to xdata int at 0x1234 tempvar = 1.
6967         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
6968         provided by Akiya ISHIDA
6969
6970 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
6971
6972         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
6973         * src/SDCCval.c (constVal): added reduction from int to char
6974         * src/SDCCval.c (valMult, valDiv): fixed sign handling
6975         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
6976         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
6977         to ignore the sign
6978         * support/regression/tests/shifts.c: fixed
6979
6980 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6981
6982         * src/z80/gen.c (genXor): Fixed bug #805445
6983
6984 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6985
6986         Fixed bug #621531 (const & volatile confusion in the type chain).
6987         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
6988         refer to the const or volatile state of the pointer itself.
6989
6990         * src/SDCCast.c
6991         * src/SDCCglue.c
6992         * src/SDCCicode.c
6993         * src/SDCCsymt.c
6994         * src/SDCCval.c
6995         * src/SDCC.y
6996         * src/SDCCsymt.h
6997         * src/pic/gen.c
6998         * src/pic/ralloc.c
6999         * src/pic16/gen.c
7000         * src/pic16/ralloc.c
7001         * support/regression/tests/const.c
7002
7003 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7004
7005         When checking for duplicated modules, use absolute paths
7006         instead of relative paths.  Files changed:
7007
7008         * as/mcs51/lklib.c
7009         * link/z80/lklib.c
7010
7011 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7012
7013         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7014
7015 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7016
7017         * device/include/string.h: added size_t typedef, changed
7018         prototypes to use size_t, eliminated separate reentrant and
7019         non-reentrant declarations, added _memmove declaration
7020         * device/lib/_memcpy.c: changed to use size_t instead of int,
7021         changed /4 to >>2 to avoid division library call
7022         * device/lib/_memcmp.c,
7023         * device/lib/_memset.c,
7024         * device/lib/_strncat.c,
7025         * device/lib/_strncpy.c,
7026         * device/lib/_strncmp.c: changed to use size_t instead of int
7027         * device/lib/_memmove.c: new file (fixed bug #772294)
7028         * device/lib/Makefile.in: added _memmove.c
7029         * device/lib/z80/asm_strings.s: fixed bug #772290
7030         * support/regression/tests/bitfields.c: attempt to fix host assertion
7031         failure on amd64-unknown-linux2.2
7032
7033 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7034
7035         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7036         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7037         * as/z80/asmain.c (main): fixed bug #801766
7038
7039 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7040
7041         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7042         compilers
7043
7044 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7045
7046         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7047         reported in bug #800609
7048
7049 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7050
7051         * Top header beautifications in src/pic16 directory:
7052           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7053           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7054           pcoderegs.h, ralloc.c, ralloc.h
7055         * main.c: added top header and GPL license notice
7056         * pcode.c: fixed the if-conditional warning
7057
7058 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7059
7060         * device/lib/_mullong.c: replaced int by short for gcc
7061
7062 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7063
7064         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7065         and JUMPTABLE iCodes properly now (worked by accident before)
7066         * src/mcs51/gen.c (leftRightUseAcc),
7067         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7068         iCode properly now. Use getSize instead of nRegs since a & b
7069         aren't part of the nRegs tally.
7070
7071 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7072
7073         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7074         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7075           before instructions that use the _STATUS register
7076
7077 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7078
7079         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7080         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7081         fetching of the pointer
7082         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7083         copied from genNearPointerSet()
7084         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7085         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7086         If they pop r0/r1 they must be called in the opposite order than aopOp().
7087         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7088         (resp. --stack-auto), prepared for --xstack
7089
7090 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7091
7092         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7093
7094 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7095
7096         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7097         these ports have their own __sdcc_external_start()
7098
7099 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7100
7101         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7102         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7103         type for bits was changed. It resulted in bit variables becoming
7104         global, which is not permitted in PIC 14 assembly output.
7105
7106 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7107
7108         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7109
7110 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7111
7112         Z80 and MCS51 linkers complaint if a public symbol is defined
7113         in more than one library module:
7114
7115         * as/mcs51/lklib.c
7116         * link/z80/lklib.c
7117         * as/mcs51/Makefile.in
7118
7119 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7120
7121         A few small changes that speed up the peephole optimizer.
7122
7123         * src/SDCCpeeph.c
7124
7125 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7126
7127         Try to make the peephole optimizer smarter by maintaining
7128         an association between the assembly source code and the
7129         iCodes that originated them. Put this information to use
7130         with a new peephole rule condition "notVolatile" so that
7131         the rules can be aggressive yet still safe.
7132
7133         * src/SDCCpeeph.c
7134         * src/SDCCpeeph.h
7135         * src/mcs51/gen.c
7136         * src/mcs51/peeph.def
7137
7138 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7139
7140         Fixed bug #741761
7141
7142         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7143         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7144         if the left or right operand symbols have the accuse flag set.
7145
7146 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7147
7148         Changed the type of the result of the ! (NOT) operator to char;
7149         previously it returned the same type as the source. This allows
7150         us to eliminate all the genFloatNot functions (all of its target
7151         implementations were very buggy) since !float can use the same
7152         code as !long now.
7153
7154         * src/SDCCicode.c (ast2iCode): ! returns char
7155         * src/mcs51/gen.c (genNot, genNotFloat),
7156         * src/ds390/gen.c (genNot, genNotFloat),
7157         * src/z80/gen.c (genNot, genNotFloat),
7158         * src/pic/gen.c (genNot, genNotFloat),
7159         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7160
7161 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7162
7163         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7164         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7165            during interrupts. Ensure WSAVE is located at a shared bank address.
7166         2. Fixed page selection in some places
7167         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7168            the registers name strings.
7169         4. Fixed "signed / unsigned compare" compiler warnings.
7170         5. The PIC port manages its own allocation of the general purpose
7171            registers, but makes no attempt to reuse them. As a result when
7172            compiling it soon runs out of general purpose registers. Some
7173            additional code was added to the files pcode.c and device.c to walk
7174            through the function call tree and rename the registers so that they
7175            get reused.
7176
7177         * src/pic/device.c
7178         * src/pic/gen.c
7179         * src/pic/glue.c
7180         * src/pic/pcode.c
7181         * src/pic/pcode.h
7182         * src/pic/ralloc.c
7183         * src/pic/ralloc.h
7184         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7185         genPlus() & genMinus() when the result is the same as left or right
7186
7187 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7188
7189         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7190
7191 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7192
7193         Made bitfield a distinct type from bit so that bitfields
7194         convert as per ANSI C and bits retain their traditional
7195         boolean style behaviour. Implemented bitfield support in
7196         the z80 port.
7197
7198         * src/SDCCsymt.h,
7199         * src/SDCCsymt.c,
7200         * src/SDCCast.c,
7201         * src/cdbFile.c,
7202         * src/mcs51/gen.c,
7203         * src/ds390/gen.c: bit v bitfield split
7204         * src/z80/gen.c: New support for bitfields
7205         * support/regression/tests/bitfields.c: reenabled z80,
7206         added more tests
7207
7208 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7209
7210         Rules 246.x, 247.x relate to bitfields, the others speed up
7211         access to xdata mapped I/O devices.
7212
7213         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7214
7215 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7216
7217         Cleaned up genPackBits and genUnpackBits and added two helper
7218         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7219         for literal assignments in genPackBits (thanks to Frieder for
7220         reminding me).
7221
7222         * src/mcs51/gen.c
7223         * src/ds390/gen.c
7224
7225 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7226
7227         Fixed bug #748310 (pointer to function type mishandled when the
7228         function name is omitted). Also fixed a SIGSEGV when a function
7229         attribute (reentrant, etc) is used on a non-function or on a
7230         function but misplaced before the parameter list.
7231
7232         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7233         bug #748310
7234         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7235         * support/Util/SDCCerr.h,
7236         * support/Util/SDCCerr.c: Added func attr misuse error msg
7237
7238 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7239
7240         Fixed bug #787649 by anonymous
7241         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7242         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7243
7244 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7245
7246         Fixed numerous bitfield problems.
7247
7248         * src/SDCC.y: More bitfield related error checking
7249         * src/SDCCsymt.h,
7250         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7251         * support/Util/SDCCerr.h,
7252         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7253         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7254         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7255         * support/regression/tests/bitfields.c: tests added
7256
7257 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7258
7259         Made the constant following the "interrupt" keyword optional. If
7260         omitted, the function will not automatically be given an entry
7261         in the interrupt vector table (similar to #pragma NOIV, but
7262         less syntacticly kludgy). The interrupt number is also now
7263         range checked. Also fixed a bug in the high order bit example
7264         in the manual.
7265
7266         * src/SDCC.y
7267         * src/SDCCmem.c
7268         * src/SDCCglue.c
7269         * src/SDCCsymt.h
7270         * support/Util/SDCCerr.c
7271         * support/Util/SDCCerr.h
7272         * doc/sdccman.lyx
7273
7274 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7275
7276         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7277         * src/SDCCicode.c (operandOperation): rewritten some ops
7278         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7279         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7280         other type
7281         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7282         be re-activated by defining REDUCE_LITERALS)
7283         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7284         unsigned, but are signed by default
7285         * src/SDCCval.c (constVal): rearranged
7286         * src/SDCCval.c (valMod): preliminary fix
7287         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7288         * support/regression/literalop.c: added, work in progress
7289
7290 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7291
7292         Generate warnings for useless declarations like "char data;"
7293         that don't do what new users expect.
7294
7295         * src/SDCC.y
7296         * support/Util/SDCCerr.h
7297         * support/Util/SDCCerr.c
7298
7299 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7300
7301         * src/SDCCval.c (valMult): fix overflow detection of negative int
7302
7303 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7304
7305         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7306
7307         Changes to support big endian targets:
7308
7309         * src/ports.h
7310         * src/SDCCglue.c
7311         * src/avr/main.c
7312         * src/ds390/main.c
7313         * src/izt/i186.c
7314         * src/mcs51/main.c
7315         * src/pic/main.c
7316         * src/pic16/main.c
7317         * src/xa51/main.c
7318         * src/z80/main.c
7319
7320 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7321
7322         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7323         * device/lib/time.c: fixed warning "integer overflow in expression"
7324
7325 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7326
7327         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7328         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7329         constants are unsigned; added recognition of "u" flag for unsigned
7330         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7331         * src/SDCCval.c (valDiv, valMod): fixed signdness
7332         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7333         signedness of modulo, left and right shift
7334         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7335         * support/Util/SDCCerr.h: added warning W_INT_OVL
7336         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7337         * src/SDCCast.c (ast_print): improved output of constants
7338
7339 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7340
7341         Fixed some warnings when building with MSVC:
7342
7343         * as\mcs51\asdata.c
7344         * as\z80\asdata.c
7345         * as\mcs51\asm.h
7346         * as\z80\asm.h
7347         * link\z80\aslink.h
7348         * link\z80\lkdata.c
7349         * link\z80\lkeval.c
7350         * link\z80\lkgb.c
7351         * link\z80\lkihx.c
7352         * link\z80\lks19.c
7353         * link\z80\lksym.c
7354         * support\cpp2\cpplib.c
7355         * src\ds390\gen.c
7356         * src\mcs51\gen.c
7357
7358 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7359
7360         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7361
7362 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7363
7364         * support\librarian\clean.mk: Do not remove Makefile.
7365         * support\librarian\Makefile: added.
7366
7367 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7368
7369         Added librarian to MSVC build:
7370         * all.dsp
7371         * sdcc.dsw
7372         * support\librarian\librarian.dsp
7373
7374         'configure' not needed for librarian, removed:
7375         * support\librarian\configure
7376         * support\librarian\configure.in
7377         * support\librarian\config_in.h
7378         * support\librarian\Makefile.in
7379
7380         Hopefully these ones built the librarian and the rest of sdcc properly:
7381         * Makefile
7382         * Makefile.common.in
7383
7384         Messed up 'configure', so revert to previous version:
7385         * configure
7386         * configure.in
7387
7388 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7389
7390         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7391         there, while the mantissa of a double is "only" 53 bits wide.
7392
7393 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7394
7395         Adding sdcclib to the build.  MSVC project coming soon.
7396         Files added/changed:
7397
7398         * support\librarian\clean.mk
7399         * support\librarian\configure
7400         * support\librarian\configure.in
7401         * support\librarian\config_in.h
7402         * support\librarian\Makefile.bcc
7403         * support\librarian\Makefile.in
7404         * support\librarian\sdcclib.c
7405         * Makefile.bcc
7406         * Makefile
7407         * Makefile.common.in
7408         * configure
7409         * configure.in
7410
7411 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7412
7413         Linker now complaints if linked modules have conflicting options, for
7414         example, one compiled using --model-large and another one compiled with
7415         --model-small.  The following files were modified:
7416
7417         * as\mcs51\asdata.c
7418         * as\mcs51\aslink.h
7419         * as\mcs51\asm.h
7420         * as\mcs51\asmain.c
7421         * as\mcs51\asout.c
7422         * as\mcs51\i51pst.c
7423         * as\mcs51\lkdata.c
7424         * as\mcs51\lklibr.c
7425         * as\mcs51\lkmain.c
7426         * as\z80\asdata.c
7427         * as\z80\asm.h
7428         * as\z80\asmain.c
7429         * as\z80\asout.c
7430         * as\z80\z80pst.c
7431         * link\z80\aslink.h
7432         * link\z80\lkdata.c
7433         * link\z80\lklibr.c
7434         * link\z80\lkmain.c
7435         * src\SDCCglue.c
7436
7437 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7438
7439         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7440         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7441
7442 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7443
7444         * src/z80/mappings.i: fix _mul[us][int,long] entries
7445
7446 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7447
7448         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7449
7450 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7451
7452         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7453         * support/regression/tests/bitopcse.c: added
7454         fixed warning:
7455         * src/avr/gen.c:
7456         * src/pic/gen.c:
7457         * src/pic16/gen.c:
7458         * src/z80/gen.c:
7459         * src/xa51/gen.c:
7460
7461 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7462
7463         added support for new library format to z80, gbz80 linkers:
7464         *link/z80/aslink.h
7465         *link/z80/lklex.c
7466         *link/z80/lklib.c
7467         *link/z80/lklist.c
7468
7469 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7470
7471         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7472         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7473
7474 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7475
7476         added DUMMY_READ_VOLATILE:
7477         * src/SDCC.y:
7478         * src/avr/gen.c:
7479         * src/xa51/gen.c:
7480         * src/z80/gen.c:
7481         * src/pic/gen.c:
7482         * src/pic16/gen.c:
7483         * src/mcs51/gen.c:
7484         * src/ds390/gen.c:
7485         * src/SDCCcse.c (algebraicOpts): many improvements
7486         * src/SDCCcse.h: removed algebraicOpts()
7487         * src/SDCCicode.c (picDummyRead): added
7488
7489 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7490
7491         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7492         "Insufficient space in data memory".
7493
7494 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7495
7496         * src/mcs51/gen.c: fixed bug #771358
7497         * src/z80/gen.c: fixed bug #759087
7498
7499 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7500
7501         * src/pic16/glue.c: minor cleanup by Vangelis
7502
7503 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7504
7505         * device/include/regc515c.h: fixed #758477
7506         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7507         * device/lib/_gptrput.c: saved a few bytes
7508         * my tab spacing is 8, yours too?)
7509         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7510         * device/lib/serial.c: process RX bytes earlier than TX bytes
7511         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7512
7513 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7514
7515         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7516
7517 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7518
7519     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7520
7521 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7522
7523         * device/lib/Makefile.in: bad fix, reverted to 1.43
7524
7525 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7526
7527         * device/lib/Makefile.in: added missing z80 object files
7528
7529 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7530
7531         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7532         pic16 progress by Vangelis:
7533         * src/SDCCglobl.h:
7534         * src/SDCCmain.c:
7535         * src/pic/Makefile:
7536         * src/pic:
7537         * pic/Makefile:
7538         * pic16/device.c:
7539         * pic16/device.h:
7540         * pic16/gen.c:
7541         * pic16/gen.h:
7542         * pic16/genarith.c:
7543         * pic16/glue.c:
7544         * pic16/main.c:
7545         * pic16/pcode.c:
7546         * pic16/pcode.h:
7547         * pic16/pcodepeep.c:
7548         * pic16/peeph.def:
7549
7550 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7551
7552     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7553
7554 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7555
7556     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7557     added gbz80 build to MSVC project.
7558     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7559     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7560     from 8051 stuff and setup so it links using a .lnk file.
7561
7562 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7563
7564     * support/librarian/sdcclib.c: sdcc librarian.
7565     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7566     with sdcclib.
7567
7568 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7569
7570     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7571
7572 2003-07-02  Borut Razem <borut.razem AT siol.net>
7573
7574         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7575         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7576         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7577         src/xa51/main.c, src/z80/main.c:
7578         virtualization of glue() function: each port has it's own glue function,
7579         which is accessed by do_glue function pointer in PORT.general structure
7580
7581 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7582
7583         * DS800C400 fun, improved ROM interface and tinibios.
7584
7585 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7586
7587         * More support for DS80C400. Now includes beginning of interface to ROM.
7588
7589 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7590
7591         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7592
7593 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7594
7595         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7596
7597 2003-06-19  Borut Razem <borut.razem AT siol.net>
7598
7599         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7600
7601 2003-06-19  Borut Razem <borut.razem AT siol.net>
7602
7603         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7604         fixed Z80 port - crt0.o: cannot open.
7605
7606 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7607
7608         * support/Util/MySystem.c (merge_command): revert bad fix
7609
7610 2003-06-18  Borut Razem <borut.razem AT siol.net>
7611
7612         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7613
7614 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7615
7616         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7617         option --use-stdout sends errors to stdout instead of stderr.
7618
7619 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7620
7621         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7622
7623 2003-06-15  Borut Razem <borut.razem AT siol.net>
7624
7625         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7626         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7627         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7628         fixed width array of pointers replaced with sets;
7629         multiple include and lib paths ared transferred to preprocessor and linker
7630         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7631         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7632         fixed width array of pointers
7633         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7634         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7635         fixupPath(), getPathDifference()
7636         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7637         fixed width array of pointers
7638
7639 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7640
7641         * src/pic16/ralloc.c: fix warnings
7642         * src/pic16/pcode.c: fix warning
7643
7644 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7645
7646          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7647         know all the details, but essentially this set of changes enable
7648         the pic16 port to generate movff instructions and generate assembler
7649         directives,
7650         * src/SDCCmain.c:
7651         * src/pic16/gen.c:
7652         * src/pic16/glue.c:
7653         * src/pic16/pcode.c:
7654         * src/pic16/device.c:
7655         * src/pic16/main.c:
7656         * src/pic16/pcode.h:
7657         * src/pic16/pcoderegs.c:
7658         * src/pic16/ralloc.c:
7659         * src/pic16/ralloc.h:
7660
7661 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7662
7663         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7664         added option --vc, so sdcc errors and warnings are compatible with
7665         Microsoft Visual Studio.
7666
7667 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7668
7669         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7670           device/lib/libfloat.lib: added atof function.
7671
7672 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7673
7674         * doc/sdccman.lyx: updated to Lyx 1.3
7675         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7676         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7677         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7678
7679 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7680
7681         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7682
7683 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7684
7685         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7686           additions to the "related tools/documentation" section
7687
7688 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7689
7690         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7691
7692 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7693
7694         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7695         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7696
7697 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7698
7699         * doc/sdccman.lyx: fix double dash and other minor things
7700         * doc/Makefile: fix double dash
7701
7702 2003-05-28  Karl Bongers(patches from Martin Helmling)
7703         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7704           condition and ignore commands.
7705
7706 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7707
7708         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7709           is in parts still quite out of date, I did changes as far as I felt makes sense
7710           for a non-native english speaker.
7711           Please feel free to add to the manual or to correct my changes.
7712         * doc/Makefile: undid touching the date of intermediate tex files.
7713
7714 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7715
7716         * doc/sdccman.lyx: Manual has an index now
7717
7718 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7719
7720         Finalize muluint/mulsint and mululong/mulslong merging:
7721         * device/lib/_mulint.c
7722         * device/lib/_mullong.c
7723         * device/lib/gbz80/mul.s
7724         * device/lib/gbz80/stubs.s
7725         * device/lib/z80/mul.s
7726         * device/lib/z80/stubs.s
7727         * src/SDCCsymt.c (initCSupport)
7728
7729 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7730
7731         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7732         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7733           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7734           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7735           instead of /Zm500.
7736
7737 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7738
7739         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7740           the regression tests I'm not brave enough to enable 245.b, 245.c
7741         * doc/sdccman.lyx: added latex preamble for hyperref package.
7742           Using pdflatex this will give you a hyperlinked pdf file with
7743           bookmarks. (prepend '%' before /usepackage if this breaks something)
7744
7745 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7746
7747          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7748
7749 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7750
7751         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7752
7753 2003-05-21    <johan AT balder>
7754
7755         * src/SDCCglue.c (printIval): fixed bug #739934
7756
7757 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7758
7759         Applied patch from bug 737905 (renamed yylineo to mylineno):
7760         * src/altlex.c
7761         * src/SDCCast.c
7762         * src/SDCglobl.h
7763         * src/SDCC.lex
7764         * src/SDCCsymt.c
7765         * src/SDCCval.c
7766         * src/pic16/pcode.c: Cleaned warnings
7767         * src/pic16/pcodeflow.c: Cleaned warnings
7768         * src/pic16/pcoderegs.c: Cleaned warnings
7769
7770 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7771
7772         * src/pic16/pcode.c: Cleaned warnings
7773         * src/pic16/pcodepeep.c: Cleaned warnings
7774         * src/pic16/ralloc.c: Cleaned warnings
7775
7776 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7777
7778         * doc/sdccman.lyx: fixed bug 739745
7779         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7780
7781 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7782
7783         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7784         it can be defined with CFLAGS when running configure
7785         * src/SDCCmain.c: fixed compiling + linking with object files
7786
7787 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7788
7789         * configure.in: configure for pic16 port,
7790             added --disable-pic16-port
7791         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7792         * src/SDCCmain.c: linkOptions is changed to set *,
7793             added if/endif conditional macros to remove options help
7794             messages from optionsTable when a port is not configured, added
7795             support for the PIc16 port in the ports table, when executing
7796             the compiler with no port specified on command line, a default
7797             port is selected with the new macro DEFAULT_PORT which is
7798             defined in port.h, in setDefaultOptions() linkOptions is removed
7799             from initialization assignment, since now it is a set,
7800             parseCmdLine uses setParseWithComma for linkOptions, in
7801             linkEdit() linkOptions are accessed with new function indexSet()
7802             which returns the i'th item of a set variable. See SDCCset.c, in
7803             linkEdit() when calling buildCmdLine(), added linkOptions as
7804             last argument. Now users can pass arguments to gplink via the
7805             -Wl option, main() uses pic16glue() to glue up pic16 programs
7806         * src/SDCCpeeph.c: various changes to support pic16
7807         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7808             return the i'th item of the set
7809         * src/SDCCset.h: added function prototype for indexSet()
7810         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7811         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7812         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7813             added macro DEFAULT_PORT
7814         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7815         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7816             generated
7817         * src/pic16/glue.c: commented out some error producing lines
7818         * src/pic16/main.c: __config directives are commented out to stop
7819             gpasm complaining and test the linkage with gplink, _linkCmd and
7820             _asmCmd changed to be more gplink and gpasm friendly
7821         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7822             produced an error when parsed, peep rule 12 is added to utilize
7823             movff, but it is commented out since the pCode does not support
7824             yet a command with 2 address arguments
7825
7826 2003-05-18    <johan AT balder>
7827
7828         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7829         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7830 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7831
7832         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7833   Added feature to script commands from file.
7834
7835 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7836
7837         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7838         * src/SDCCutil.c: include ctype.h for win32
7839
7840 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7841
7842         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7843
7844 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7845
7846         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7847   Fixed so you can set breakpoints prior to run, run does not stop
7848   on entry now.  Add tbreak.  Other enhancements and fixes for use
7849   with ddd.
7850
7851 2003-05-12  Borut Razem <borut.razem AT siol.net>
7852
7853         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7854
7855 2003-05-11  Borut Razem <borut.razem AT siol.net>
7856
7857         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7858         the path of bin directory, so that PATH is the only env. variable, which has to be set
7859         in case of standard installation.
7860         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7861         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7862         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7863
7864 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7865
7866         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7867         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7868         temp files are in the port dir; clean the gen/test directory when
7869         generating new test.c
7870         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7871         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7872         * support/regression/tests/zeropad.c: added
7873
7874 2003-05-09    <johan AT balder>
7875
7876         * src/SDCCglue.c: fixed bug #597940
7877
7878 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7879
7880         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7881   cache sfr, optimize next,step, fix off by one sourceline,
7882   support ddd list function.
7883         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7884
7885 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7886
7887         * support/regression/HTMLgen.py: added compare_s2f()
7888         * support/regression/Makefile: redo 1.27
7889         * support/regression/generate-cases.py: redo 1.5
7890
7891 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7892
7893         * support/regression/tests/float.c: workaround 33 bit hex constant
7894         * support/regression/tests/simplefloat.c: fix division for host
7895
7896 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7897
7898         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7899         that tame's the PIC's over-aggressive optimizer.
7900
7901 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7902
7903          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7904          support for MSVC.
7905
7906 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7907
7908         Initial support for DS80C400. "Hello world" runs on TINIm400
7909         (with polled I/O).
7910
7911 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7912
7913          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7914          * Some notes on ddd usage added in debugger/README
7915          Martin Helmling adding more features and fixes for ddd GUI debugger.
7916          Code added for nexti, stepi, up, down, and other adjustments.
7917
7918 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7919
7920         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7921         * src/pic/peeph.def Added two rules to optimize carry manipulation
7922         * src/pic/* removed debug printfs
7923
7924 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7925
7926         * debugger/mcs51/cmd.c: added header newalloc.h
7927
7928 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7929
7930         * as/Makefile: new EXEEXT
7931         * as/z80/Makefile: remove trailing slash of BUILDIR
7932         * as/z80/clean.mk: new EXEEXT
7933         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7934         * support/cpp2/Makefile.in: new EXEEXT
7935         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7936
7937 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7938
7939         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7940         EXEEXT was introduced to fix all related problems with targets
7941         "clean", "install" and "uninstall"; a couple of further flaws
7942         especially with "clean" have been fixed too
7943         * as/mcs51/Makefile.in
7944         * as/mcs51/clean.mk
7945         * as/z80/Makefile
7946         * Makefile
7947         * clean.mk
7948         * debugger/mcs51/Makefile.in
7949         * debugger/mcs51/clean.mk
7950         * link/z80/Makefile
7951         * link/z80/Makefile.in
7952         * link/z80/clean.mk
7953         * link/Makefile
7954         * packihx/Makefile.in
7955         * packihx/clean.mk
7956         * sim/ucsim/Makefile
7957         * sim/ucsim/clean.mk
7958         * sim/ucsim/avr.src/Makefile.in
7959         * sim/ucsim/avr.src/clean.mk
7960         * sim/ucsim/s51.src/Makefile.in
7961         * sim/ucsim/s51.src/clean.mk
7962         * sim/ucsim/xa.src/Makefile.in
7963         * sim/ucsim/xa.src/clean.mk
7964         * sim/ucsim/z80.src/Makefile.in
7965         * sim/ucsim/z80.src/clean.mk
7966         * sim/ucsim/main_in.mk
7967         * sim/ucsim/packages_in.mk
7968         * sim/ucsim/gui.src/Makefile.in
7969         * sim/ucsim/gui.src/serio.src/Makefile.in
7970         * sim/ucsim/gui.src/serio.src/clean.mk
7971         * src/Makefile.in
7972         * src/clean.mk
7973         * support/cpp2/Makefile.in
7974         * support/cpp2/clean.mk
7975         * support/makebin/Makefile
7976         * support/makebin/clean.mk
7977         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
7978         * doc/sdccman.lyx: --program-suffix no longer needed
7979
7980 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
7981
7982          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
7983          Martin Helmling added support for ddd GUI debugger.
7984          Code added to display assembly, set variables, and other commands
7985          to interface to ddd.
7986
7987 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
7988
7989         * as/Makefile: fix target clean
7990         * as/clean.mk: fix target clean
7991         * as/z80/clean.mk: fix target clean
7992
7993 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
7994
7995         * Makefile.common.in: added  AT EXEEXT AT
7996         * configure.in: removed all mingw32 stuff
7997         * configure: rebuilt from configure.in
7998         * doc/sdccman.lyx: updated section "installation"
7999         * support/scripts/sdcc_mingw32: adapted to configure
8000         * support/scripts/sdcc_cygwin_mingw32: added
8001
8002 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8003
8004         * src/pic Added object file support for the PIC port
8005         * src/pic Applied patch from Craig Franklin (this started the object file support)
8006         * src/regression Updated the PIC regression tests for object files
8007
8008 2003-04-20  Borut Razem <borut.razem AT siol.net>
8009
8010         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8011           lklex.c: In function `getfid':
8012           lklex.c:203: warning: array subscript has type `char'
8013         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8014           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8015         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8016           stack handling macros
8017
8018 2003-04-19  Borut Razem <borut.razem AT siol.net>
8019
8020         * "handling space characters in file path" task:
8021         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8022         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8023         * support/Util/MySystem.h: make it self-sufficient
8024         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8025           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8026           handling space characters in file path
8027         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8028           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8029         * support/Util/MySystem.c: handling space characters in executable's path
8030
8031 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8032
8033         * as/z80/Makefile: fix permanent rebuild of z80
8034         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8035         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8036
8037 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8038
8039         * src/SDCCopt.c: add special case optimization to replace modulo by
8040           a power of two with a bitwise AND.
8041
8042 2003-04-18    <johan AT balder>
8043
8044         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8045
8046 2003-04-17    <johan AT balder>
8047
8048         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8049         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8050
8051 2003-04-13  Borut Razem <borut.razem AT siol.net>
8052
8053         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8054         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8055           fixed mingw problem in adl_NORMALIZE_PATH
8056
8057 2003-04-12  Borut Razem <borut.razem AT siol.net>
8058
8059         * fixed "#pragma SAVE/RESTORE can not be nested":
8060         * src/SDCC.lex: reworked pragma handling functions
8061         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8062         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8063
8064 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8065
8066         * src/SDCCutil.c (pathEquivalent): defined but not used
8067         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8068         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8069         * configure: rebuilt from configure.in
8070         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8071         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8072         * device/include/Makefile.in: replace sdcc_datadir
8073         * device/lib/Makefile.in: replace sdcc_datadir
8074         * Makefile.common.in: add LDFLAGS from configure
8075         * packihx/Makefile.in: use LDFLAGS
8076         * src/Makefile.in: use LDFLAGS
8077         * support/cpp2/Makefile.in: add LDFLAGS from configure
8078         * support/makebin/Makefile: use LDFLAGS
8079         * .version: bumped version number to 2.3.5
8080
8081 2003-04-12  Borut Razem <borut.razem AT siol.net>
8082
8083         * completed "different paths" task:
8084         * src/SDCCmacro.c: fixed bug in handling quotes
8085         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8086         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8087
8088 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8089
8090         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8091
8092 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8093
8094         * ds390/gen.c ds390/peeph.def: fix bug 706781
8095
8096 2003-04-11  Borut Razem <borut.razem AT siol.net>
8097
8098         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8099
8100 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8101
8102         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8103         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8104          set - this bit used to not be set...).
8105         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8106           bad code in PIC Port
8107         * src/regression/and2.c added to test bug 609268
8108         * src/regression/Makefile added and2.c to regression test
8109
8110
8111 2003-04-08    <johan AT CP255758-A>
8112
8113         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8114         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8115         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8116
8117 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8118
8119         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8120         fix bug #487815
8121         * support/cpp2/Makefile.in: fix bug #487815
8122         * configure: rebuilt from configure.in
8123         * Makefile.common.in: docdir changed, new path suffixes
8124         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8125         * sdcc_vc_in.h: reflect changes from sdccconf.h
8126         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8127         * src/SDCCutil.h: remove BINDIR hack
8128         * doc/sdccman.lyx: update new path hierarchy
8129
8130 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8131
8132         * src/SDCCpeeph.c: added okToRemoveSLOC test
8133
8134 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8135
8136         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8137
8138 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8139
8140         * src/SDCCpeeph.c: added labelIsReturnOnly test
8141         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8142
8143 2003-04-05    <johan AT balder>
8144
8145         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8146         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8147         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8148         * src/SDCCast.c: fixed a warning
8149         * src/SDCCast.h: fixed a warning
8150         * src/SDCCicode.c (operandFromAst): fixed a warning
8151
8152 2003-04-04    <johan AT balder>
8153
8154         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8155         * src/SDCCast.c (decorateType): fixed bug #715076
8156         * src/SDCC.y: fixed bug #702907
8157
8158 2003-04-03    <johan AT balder>
8159
8160         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8161         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8162         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8163         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8164         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8165
8166 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8167
8168         * _decdptr.c: fix return values
8169         * _gptrget.c: fix return values
8170         * _gptrgetc.c: fix return values
8171         * _gptrput.c: fix return values
8172         * _mulint.c: fix return values
8173         * as/z80/Makefile: fix 'make -j' problem
8174
8175 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8176
8177         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8178         * configure.in: big cleanup, updated to autoconf 2.5x
8179         * configure: rebuilt from configure.in
8180         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8181         * sdcc_vc_in.h: reflect changes from sdccconf.h
8182         * doc/Makefile: fixed a flaw in "make install"
8183
8184 2003-04-02    <johan AT balder>
8185
8186         * src/ds390/gen.c (genCmp): no comments
8187         * src/mcs51/gen.c (genCmp): no comments
8188         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8189         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8190
8191 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8192
8193         * support/regression/generate-cases.py: place generated file in given sub directory
8194         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8195         * support/regression/Makefile: improvements for 'make -j';
8196         side effect: it's simpler and faster now
8197
8198 2003-03-31  Borut Razem <borut.razem AT siol.net>
8199
8200         * src/z80/main.c: link-{port} and as-{port} defined without path
8201         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8202
8203 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8204
8205         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8206
8207 2003-03-30  Borut Razem <borut.razem AT siol.net>
8208
8209         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8210           changed type of list parameter to set
8211         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8212         * src/port.h: changed type of do_assemble() parameter to set
8213         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8214           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8215           definition of "cppoutfilename" macro with NULL value in preProcess()
8216         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8217         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8218         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8219           replaced with set *binPathSet
8220         * shash_add() deallocates the item, if allready exsists, before adding the new one
8221         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8222
8223 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8224
8225         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8226           a nested for loop bug in the PIC port
8227         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8228           for loops
8229
8230 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8231
8232         * support/Util/dbuf.h: remove C++ stuff to make it portable
8233
8234 2003-03-28  Borut Razem <borut.razem AT siol.net>
8235
8236         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8237           literal strings in stringLiteral()
8238         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8239         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8240           to the project
8241
8242 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8243
8244         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8245
8246 2003-03-26    <johan AT balder>
8247
8248         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8249         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8250         * src/SDCCast.c (decorateType): fixed " -v < 3"
8251
8252 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8253
8254         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8255         Added Lenny Story's debug infrastructure changes:
8256         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8257         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8258         * src/cdbFile.c: added
8259         * src/SDCCdebug.c: added
8260         * src/SDCCdebug.h: added
8261         * src/SDCCast.c (createFunction)
8262         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8263         * src/SDCCmain.c (parseCmdLine, main)
8264         * src/SDCCmem.c (redoStackOffsets)
8265         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8266         * src/SDCCsymt.h
8267         * src/common.h
8268         * src/avr/gen.c (genAVRCode)
8269         * src/ds390/gen.c (gen390Code)
8270         * src/mcs51/gen.c (gen51Code)
8271         * src/pic/gen.c (genpic14Code)
8272         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8273         * src/xa51/gen.c (genXA51Code)
8274         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8275
8276 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8277
8278         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8279         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8280
8281 2003-03-22    <johan AT balder>
8282
8283         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8284
8285 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8286
8287         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8288         * doc/cdbfileformat.lyx: added, written by Lenny Story
8289         * doc/Makefile: added cdbfileformat.lyx
8290         * doc/clean.mk: added cdbfileformat.lyx
8291
8292 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8293
8294         * src/mcs51/peeph.def: fix bug #705773
8295
8296 2003-03-20    <johan AT balder>
8297
8298         An sfr/sbit can have an "at #" AND an initializer
8299         * src/SDCCsymt.c (checkSClass):
8300         * src/SDCCmem.c (allocGlobal):
8301         * src/SDCCmem.c (allocLocal):
8302         * src/SDCCast.c (createBlock):
8303
8304 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8305
8306         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8307
8308 2003-03-16    <johan AT balder>
8309
8310         Undid the hackup of const and volatile, the problem is much bigger
8311         * src/SDCC.y:1.65
8312         * src/SDCCast.c:1.171
8313         * src/SDCCglue.c:1.138
8314         * src/SDCCicode.c:1.146
8315         * src/SDCCsymt.c:1.150
8316         * src/SDCCval.c:1.65
8317
8318 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8319
8320         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8321         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8322
8323 2003-03-13    <johan AT balder>
8324
8325         Hackup const and volatile modifiers in type chains a bit:
8326         * src/SDCC.y:1.63
8327         * src/SDCCast.c:1.169
8328         * src/SDCCglue.c:1.136
8329         * src/SDCCicode.c:1.143
8330         * src/SDCCsymt.c1.146
8331         * src/SDCCsymt.h1.59
8332         * src/SDCCval.c:1.63
8333
8334 2003-03-12    <johan AT balder>
8335
8336         * src/SDCCBBlock.h: more LRH debugging junk
8337         * src/SDCCcflow.h: more LRH debugging junk
8338         * src/SDCCloop.c: more LRH debugging junk
8339         * src/SDCC.y (struct_declaration): fixed bug #697590
8340         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8341         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8342         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8343
8344 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8345         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8346         test function names must now match exactly).
8347         * src/SDCCcse.c: added special case in findCheaperOp to allow
8348         extending a short integer. Makes less awful code for bug 700121 test case.
8349
8350 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8351
8352         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8353         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8354
8355 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8356
8357         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8358         actually called (operandsNotEqual() was called for all
8359         operandsNotEqualX tests).
8360
8361 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8362
8363         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8364         with shorter literals. Fixes bug 700121.
8365
8366 2003-03-11    <johan AT balder>
8367
8368         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8369
8370 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8371
8372         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8373         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8374
8375 2003-03-10  Borut Razem <borut.razem AT siol.net>
8376
8377         * src/SDCCmain.c: pipe preprocessor's output
8378         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8379         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8380         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8381         which closes all pipes in pipeSet set
8382         * src/SDCCset.c: free deleted item in function deleteSetItem()
8383         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8384         moved from z80 to src subproject
8385         * .version: increased version number to 2.3.4
8386
8387 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8388
8389         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8390         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8391         * support/regression/ports/xa51/spec.mk: fix typo
8392
8393 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8394
8395         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8396
8397 2003-03-09  Borut Razem <borut.razem AT siol.net>
8398
8399         * src/SDCCmain.c: pipe preprocessor's output
8400         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8401         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8402         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8403         which closes all pipes in pipeSet set
8404         * src/SDCCset.c: free deleted item in function deleteSetItem()
8405         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8406         moved from z80 to src subproject
8407
8408 2003-03-09  Borut Razem <borut.razem AT siol.net>
8409
8410         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8411         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8412         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8413         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8414         * src/SDCCglobl.h: unification of WIN32 native definitions
8415
8416 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8417
8418         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8419
8420 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8421
8422         * src/configure.in:   check for endianess (even while cross-compiling)
8423         * src/configure:      check for endianess (even while cross-compiling)
8424         * src/configure_in.h: check for endianess (even while cross-compiling)
8425         * src/avr/gen.c:        remove old endianess stuff
8426         * src/mcs51/gen.c:      remove old endianess stuff
8427         * src/ds390/gen.c:      remove old endianess stuff
8428         * src/pic/gen.c:        remove old endianess stuff
8429         * src/pic/genarith.c:   remove old endianess stuff
8430         * src/pic/glue.c:       fix endianess check
8431         * src/pic16/gen.c:      remove old endianess stuff
8432         * src/pic16/genarith.c: remove old endianess stuff
8433         * src/pic16/glue.c:     fix endianess check
8434         * src/xa51/gen.c:       remove old endianess stuff
8435         * src/z80/gen.c:        fix endianess check
8436         * src/SDCCglue.c:       fix endianess check
8437         * src/ds390/peeph.def: fix bug 700036
8438
8439 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8440
8441         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8442         * src/configure: find appropriate data-types on host for SDCC's int and long
8443         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8444         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8445         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8446
8447 2003-03-07    <johan AT balder>
8448
8449         Just a big NOOP:
8450                 some minor cleanups before the big shot
8451                 OP_DEFS and OP_USES now use Kevin's protection
8452                 new option --nolabelopt
8453
8454         * src/SDCCBBlock.c:
8455         * src/SDCCast.c,:
8456         * src/SDCCcflow.c:
8457         * src/SDCCcse.c:
8458         * src/SDCCicode.c:
8459         * src/SDCCicode.h:
8460         * src/SDCClabel.c:
8461         * src/SDCCloop.c:
8462         * src/SDCCmain.c:
8463         * src/ds390/ralloc.c:
8464         * src/mcs51/ralloc.c:
8465         * src/pic/ralloc.c:
8466         * src/xa51/ralloc.c:
8467         * src/z80/ralloc.c:
8468
8469 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8470
8471         * src/pic/pcode.c (get_op): fix 64 bit warnings
8472         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8473         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8474         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8475         * support/regression/tests/malloc.c: fix 64 bit warnings
8476
8477 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8478
8479         * src/mcs51/gen.c (genMinus): fixed bug 696436
8480
8481 2003-03-02  Borut Razem <borut.razem AT siol.net>
8482
8483         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8484
8485 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8486
8487         * configure.in: test for mkstemp
8488         * sdccconf_in.h: add HAVE_MKSTEMP
8489
8490 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8491
8492         * device/include/ctype.h: removed warning while using --stack-auto
8493         * device/include/malloc.h: removed warning while using --stack-auto
8494         * device/include/string.h: removed warning while using --stack-auto
8495
8496 2003-02-23  Borut Razem <borut.razem AT siol.net>
8497
8498         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8499         because NDEBUG is defined (see man assert)
8500         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8501
8502 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8503
8504         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8505         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8506
8507 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8508
8509         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8510         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8511
8512 2003-02-18    <johan AT balder>
8513
8514         * as/mcs51/asmain.c (asmbl): module can start with a digit
8515         * as/z80/asmain.c (asmbl): module can start with a digit
8516
8517 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8518
8519         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8520         * src/asm.c: fix pipe() for Mingw32
8521
8522 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8523
8524         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8525         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8526         make -V work again; --c1mode reads now from stdin
8527         * doc/sdccman.lyx: added --c1mode
8528         * support/Util/SDCCerr.c: new messages for c1 mode
8529         * support/Util/SDCCerr.h: new messages for c1 mode
8530         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8531
8532 2003-02-15    <johan AT balder>
8533
8534         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8535
8536 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8537
8538         * doc/sdccman.lyx: Environment variables, -o and other minor things
8539
8540 2003-02-14    <johan AT balder>
8541
8542         * src/xa51/main.c: before anyone really tries to use it :)
8543
8544         * Install doc's in share/sdcc/doc
8545         * removed some obsolete files
8546         * Do a proper make distclean and uninstall
8547         M Makefile.common.in
8548         R sdccbuild.sh
8549         M as/Makefile
8550         M device/include/Makefile.in
8551         M device/lib/Makefile.in
8552         M doc/sdccman.lyx
8553         M link/Makefile
8554         M sim/ucsim/doc/Makefile.in
8555         M src/clean.mk
8556         R src/avr/peeph.rul
8557         R src/xa51/peeph.rul
8558         M support/cpp2/Makefile.in
8559         M support/makebin/Makefile
8560
8561
8562 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8563
8564         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8565
8566 2003-02-10  Borut Razem <borut.razem AT siol.net>
8567
8568         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8569         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8570         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8571         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8572         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8573         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8574         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8575         src/z80/Makefile.bcc: Borland Makefile cleanup
8576         * as/z80/Makefile.bcc: Added Borland Makefile
8577         * support/cpp2/borland.h: Removed
8578
8579 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8580
8581         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8582         * src/SDCC.lex: new pragma NOIV
8583         * src/SDCCglobl.h: new pragma NOIV
8584         * src/SDCCmem.c: new pragma NOIV
8585
8586 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8587
8588         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8589
8590 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8591
8592         * src/SDCCmain.c: signal handling is switched off by --debug
8593         * doc/Makefile: small fix for install; use clean.mk again
8594         * doc/clean.mk: clean *.pdf and *.html too
8595
8596 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8597
8598         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8599         * device/lib/printfl.c: fix a ds390 bug by making it portable
8600         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8601         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8602         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8603         * debugger/mcs51/cmd.c: converted multi-line string literals
8604         * sim/ucsim/globals.cc: converted multi-line string literals
8605         * src/SDCCmain.c: introduced signal handler to remove temp files
8606         * doc/Makefile: small tweaks, implement clean
8607         * doc: removed generated files
8608
8609 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8610
8611         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8612         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8613         Address Record is not correctly generated for DS390."
8614
8615 2003-02-02  Borut Razem <borut.razem AT siol.net>
8616
8617         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8618         * as/mcs51/asm.h: fixed compilation with Borland C
8619         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8620         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8621         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8622         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8623         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8624         src/z80/Makefile.bcc: delete $(LIB) only if exist
8625         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8626
8627 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8628
8629         * device/include/malloc.h: introduced NULL
8630         * device/include/string.h: introduced NULL
8631         * device/include/stdlib.h: introduced NULL
8632         * device/lib/_memcpy.c: removed NULL
8633         * device/lib/_strcat.c: removed NULL
8634         * device/lib/_strchr.c: removed NULL
8635         * device/lib/_strcmp.c: removed NULL
8636         * device/lib/_strcpy.c: removed NULL
8637         * device/lib/_strcspn.c: removed NULL
8638         * device/lib/_strlen.c: removed NULL
8639         * device/lib/_strncat.c: removed NULL
8640         * device/lib/_strncmp.c: removed NULL
8641         * device/lib/_strncpy.c: removed NULL
8642         * device/lib/_strpbrk.c: removed NULL
8643         * device/lib/_strrchr.c: removed NULL
8644         * device/lib/_strspn.c: removed NULL
8645         * device/lib/_strstr.c: removed NULL
8646         * device/lib/_strtok.c: removed NULL
8647         * device/lib/malloc.c: removed NULL, include own header
8648
8649 2003-02-02    <johan AT balder>
8650
8651         * 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
8652         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8653         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8654         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8655         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8656         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8657
8658 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8659
8660         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8661         area 'DATA'"
8662
8663 2003-02-01    <johan AT balder>
8664
8665         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8666
8667 2003-01-31    <johan AT CP255758-A>
8668
8669         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8670
8671 2003-01-30    <johan AT balder>
8672
8673         * src/SDCCBBlock.c: automatic bug detection
8674         * src/SDCCicode.c: automatic bug detection
8675
8676 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8677
8678         * src/SDCCglobl.h:   now --xram-size 0 works
8679         * src/SDCCmain.c:    now --xram-size 0 works
8680
8681 2003-01-29    <johan AT balder>
8682
8683         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8684
8685 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8686
8687         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8688         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8689         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8690         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8691         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8692         * src/SDCCmain.c:    Added options --xram-size and --code-size
8693
8694 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8695
8696         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8697         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8698
8699 2003-01-27    <johan AT balder>
8700
8701         * src/SDCC.y: fixed bug #613764
8702
8703 2003-01-26    <johan AT balder>
8704
8705         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8706         * src/SDCCsymt.h: fixed bug #673374
8707         * src/SDCCglue.c: fixed bug #661910
8708         * src/SDCCast.c: fixed bug #458099 and 673374
8709
8710 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8711
8712         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8713         * as/mcs51/strcmpi.h: added
8714         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8715         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8716         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8717         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8718         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8719         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8720         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8721         * as/mcs51/Makefile.aslink: new module strcmpi
8722         * as/mcs51/Makefile.asx8051: new module strcmpi
8723         * as/mcs51/Makefil.bcc: new module strcmpi
8724         * as/mcs51/Makefile.in: new module strcmpi
8725         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8726
8727 2003-01-26    <johan AT balder>
8728
8729         * src/SDCCglue.c: reverted back to 1.124
8730         * src/SDCCast.c: reverted back to 1.156
8731         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8732
8733 2003-01-25    <johan AT balder>
8734
8735         * src/SDCCglue.c: A better fix for bug #661910
8736         * src/SDCCast.c: A better fix for bug #661910
8737         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8738
8739 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8740
8741         * src/Makefile.in: remove spawn.o
8742         * src/SDCCmain.c: remove spawn.h
8743         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8744         * src/spawn.c: removed
8745         * src/spawn.h: removed
8746         * support/regression/ports/ds390/spec.mk: link with -r
8747
8748 2003-01-24    <johan AT CP255758-A>
8749
8750         * src/ds390/gen.c (aopOp): fixed bug #667458
8751         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8752         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8753         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8754
8755 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8756
8757         * src/mcs51/peeph.def: better assembler identation by Frieder
8758         * src/mcs51/gen.c: better assembler identation by Frieder
8759
8760 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8761
8762         * as/z80/string.h: removed for gcc 3.2
8763         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8764         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8765
8766 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8767
8768         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8769         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8770         * support/regression/Makefile: separate temp files for ports
8771         * support/regression/generate-cases.py: separate temp files for ports
8772         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8773         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8774
8775 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8776
8777         * moved tinitalk to device/examples/ds390
8778
8779 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8780
8781         * as/mcs51/lkmem.c: rflag is for DS390
8782         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8783         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8784                          (linkEdit): move mem- and map-files the same way as ihx-files
8785         * src/z80/main.c (_setDefaultOptions): removed --generic
8786         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8787         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8788         * src/pic/glue.c (picglue): --c1mode works again
8789         * src/pic16/glue.c (pic16glue): --c1mode works again
8790         * src/asm.c (printCLine): fix #660034
8791
8792 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8793
8794         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8795         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8796         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8797         * as/mcs51/lkmem (summary): better fix for sp problem
8798         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8799         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8800         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8801                                               remove --stack-after-data
8802
8803 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8804
8805         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8806         * src/SDCCutil.c (join): ugly bug: missing '\0'
8807         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8808
8809 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8810
8811         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8812         * src/port.h: typo
8813         * src/pic/main.c (_asmCmd): gpasm supports -o
8814         * src/z80/main.c: more general macros
8815         * device/lib/Makefile.in: remove intermediate files
8816
8817 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8818
8819         * .version: Bumped version number to 2.3.3
8820         * src/SDCCBBlock.c: new option -o
8821         * src/SDCCglobl.h: new option -o
8822         * src/SDCCglue.c: new option -o
8823         * src/SDCCmain.c: new option -o
8824         * src/asm.c: new option -o
8825         * src/ds390/main.c: new option -o
8826         * src/pic/glue.c: new option -o
8827         * src/pic/pcode.c: new option -o
8828         * src/pic/ralloc.c: new option -o
8829         * src/pic16/glue.c: new option -o
8830         * src/pic16/pcode.c: new option -o
8831         * src/pic16/ralloc.c: new option -o
8832         * src/z80/main.c: new option -o
8833         * device/lib/Makefile.in: use -o
8834         * support/regression/ports/ds390/spec.mk: use -o
8835         * support/regression/ports/gbz80/spec.mk: use -o
8836         * support/regression/ports/mcs51/spec.mk: use -o
8837         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8838         * support/regression/ports/z80/spec.mk: use -o
8839         * support/regression/ports/ucz80/spec.mk: use -o
8840         * support/regression/ports/xa51/spec.mk: use -o
8841         * support/regression/fwk/lib/timeout.c: fix usage string
8842
8843 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8844         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8845
8846 2003-01-07    <johan AT balder>
8847
8848         * src/SDCCast.c (decorateType): fixed bug #600035
8849
8850 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8851         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8852         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8853         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8854         * src/pic/pcode.c: outcommented unused variable to remove warnings
8855         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8856
8857 2003-01-06    <karl AT turbobit.com>
8858         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8859    regression tests.
8860
8861 2003-01-06    <johan AT balder>
8862
8863         * src/SDCCicode.c: fixed array add
8864
8865 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8866         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8867         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8868
8869 2003-01-04    <johan AT balder>
8870
8871         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8872
8873 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8874         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8875
8876 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8877         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8878         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8879
8880 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8881         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8882
8883 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8884         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8885
8886 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8887         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8888
8889 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8890
8891     * in \sdcc\as\mcs51\ changed these files in order to create an
8892     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8893     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8894     following files to include the previous two files: aslink.dsp,
8895     Makefile.aslink, Makefile.bcc, and Makefile.in.
8896
8897     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8898     .adb instead of .cdb
8899
8900 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8901
8902         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8903         value from option --iram-size.
8904
8905 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8906
8907         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8908         dram[] array.
8909
8910 2002-09-18    <wiml AT hhhh.org>
8911
8912         * SDCClrange.h: exposed setFromRange() and setToRange()
8913         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8914           packRegsForAccUse() (bug 542397)
8915         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8916           multiple times and emitting the fetch operations more than once
8917           added aopGetUsesAcc() function to allow binary operators to
8918           fetch their operands in the correct order; made genMinus() emit
8919           compact code for X = LITERAL - Y
8920
8921 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8922         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8923         sprintf() in line 1267.
8924
8925 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8926         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8927         like ports.
8928
8929 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8930         Changes to aslink (All the changes are marked with 'JCF'):
8931
8932         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8933         summary().
8934
8935         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8936         area BSEG.  Also moves, if possible, the DATA area down into the internal
8937         ram so more space is available.
8938
8939         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8940         sflag.
8941
8942         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
8943         not bytes.  Function summary() which creates a memory usage summary
8944         file with extension .mem.  Reports of overlaping stack and small stack
8945         size.  If the space for the stack is less than 16 bytes aslink trows a
8946         warning.
8947
8948         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
8949         the 8051.  Option 'y' for memory summary output file.
8950
8951         Changes to sdcc (All the changes are marked with 'JCF'):
8952
8953         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
8954
8955         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
8956         overlaying area for it (uses RegBankUsed[4]).
8957
8958         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
8959         bank zero as used by default.  By default aslink locates the stack
8960         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
8961         the creation of the .mem file.  Delegates the allocation of data area
8962         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
8963         the begining of the stack area to aslink.
8964
8965         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
8966         glue() in SDCCglue.c creates an area for it.
8967
8968 2002-09-03  Borut Razem <borut.razem AT siol.net>
8969         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
8970         sdcc/src/pic/glue.c:
8971         introduced atexit() handler for teporay files removal in case of
8972         errors, assertions, ...
8973
8974 2002-08-29  Borut Razem <borut.razem AT siol.net>
8975         * sdcc/support/cpp2/auto-host_vc_in.h:
8976         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
8977         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
8978         Maybe there is a similar problem with BORLANDC? It should be checked!
8979
8980         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
8981         corrected improper use of assert: the assignment to clr variable was done inside the assert.
8982         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
8983         was not executed, and the compiler (cl) launched a warning:
8984         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
8985
8986 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8987         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
8988
8989 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
8990         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
8991
8992         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
8993           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
8994           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
8995           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
8996           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
8997           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
8998           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
8999         - added Release configuration in VS projects
9000         - review of compiler an linker options
9001         - VC .exe files are generated in bin_vc directory, not to interfere
9002           with binaries generated from other projects (cygwin, mingw, bcc ...)
9003
9004         * sdcc/src/yacc.dsp: added
9005
9006         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9007         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9008         and insert the version number definitions from .version
9009
9010         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9011
9012         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9013         added - genarate auto-host.h using auto-host_vc_in.h as template
9014
9015         * sdcc/sdcc_vc.h,
9016         removed from CVS, generated automatically
9017
9018 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9019         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9020
9021 2002-08-11  Borut Razem <borut.razem AT siol.net>
9022         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9023
9024 2002-08-10  Borut Razem <borut.razem AT siol.net>
9025         * src/SDCCmain.c (main):
9026         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9027         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9028         The consequence was that some temporary files were not removed.
9029
9030         * src/SDCCglue.c:
9031         unification of code in functions tempfilename() and tempfile():
9032         function tempnam() is defined in Visual Studio 6.0 and .NET
9033
9034         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9035
9036         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9037           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9038         - removed compiler command line option /WX: Treats all warnings as errors
9039         - update a list of source files, included into the project
9040
9041         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9042           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9043         changed project type to Generic Project so that can be correcly converted to VS.NET project
9044
9045         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9046
9047         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9048
9049         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9050
9051         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9052         added return 0 statements after assert() to make compiler happy
9053
9054         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9055         added newline in the def file to keep MSC compiler satisfied
9056
9057         * sdcc/src/z80/gen.c:
9058         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9059           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9060         - solved MSC error in function aopDump()
9061
9062         * sdcc_vc.h: define PREFIX as "\\sdcc"
9063
9064 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9065         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9066
9067 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9068         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9069         - Rewrote the register banking algorithm.
9070         - Added pCode live-range analysis to registers (for now, only non-used and
9071         singly-used registers optimized away)
9072
9073         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9074
9075         * 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.
9076
9077 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9078         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9079
9080 2002-04-22  Michael Hope  <michaelh AT vroom>
9081
9082         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9083
9084         * configure.in (DD_COPT): Added include support required for gbdk.
9085
9086         * .version: Bumped version number just to increase it.
9087
9088         * src/SDCCmain.c: Added -nostdinc to the default options.
9089
9090 2002-04-15  Michael Hope  <michaelh AT vroom>
9091
9092         * device/lib/z80/printf.c (sprintf): Added.
9093
9094         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9095
9096         * src/z80/peeph.def: Added transpose redundent load rule.
9097
9098         * src/z80/main.c: Added force callee saves for jaune.
9099
9100         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9101
9102         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9103
9104 2002-03-28  Johan Knol  <johan AT balder>
9105
9106         * src/SDCCval.c: fixed bug #532436
9107
9108 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9109         * /src/port.h:
9110         Added "char *Processor" field to the port structure.
9111
9112         * /src/SDCCmain.c:
9113         Added -p option. Allows port dependent processor to be specified.
9114
9115         * all ports:
9116         Initialized the new field char *Processor field to NULL in all ports
9117
9118         * /src/pic/*:
9119         Compiler generated registers for interrupt context saving
9120         were not getting allocated.
9121
9122 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9123
9124         * /src/SDCCast.c:
9125         Fixed left shift. Will promote the left side of a left shift
9126         if a) left shifting more than size of operand or b) when assigned
9127         to something size > size of left side
9128
9129 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9130         * src/pic/*
9131         tons of changes. Register allocation has been
9132         rewritten. Added customization for the various PICs. Flow
9133         analysis is restructured. ...
9134
9135         * src/pic/device.h:
9136         Added
9137
9138         * src/pic/device.c:
9139         Added. device.c is a PIC port hack to accomodate variations
9140         in PIC devices.
9141
9142 2002-03-13  Michael Hope  <michaelh AT vroom>
9143
9144         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9145
9146 2002-03-04  johanknol  <johanknol AT manik>
9147
9148         * /src/SDCCval.c: fixed
9149
9150         const unsigned char arr[][2] = { { 0, 1 } };
9151         t18.c:1: error: Initializer element is not constant
9152
9153 2002-03-04  bela  <bela AT manik>
9154
9155         * /device/include/mcs51reg.h:
9156         ds89c420 register definition update
9157
9158 2002-03-03    <johan AT FRIJA>
9159
9160         * support/Util/SDCCerr.c: did something, but don't no why anymore
9161
9162         * support/regression/tests/bug-524691.c: made it a little less shy
9163
9164         * src/SDCCast.c (decorateType): fixed bug #524697
9165
9166         * src/SDCCast.c: made some lineno improvements
9167
9168         * src/SDCCval.c (getNelements): changed warning to error
9169
9170         * src/SDCCglue.c (printIvalArray): changed warning to error
9171
9172         * src/SDCCicode.c: fixed a warning for mingw
9173
9174         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9175
9176         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9177
9178 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9179
9180         * src/ds390/peeph.def:
9181         Added some more peephole rules
9182
9183         * src/ds390/gen.c: Various fixes & enhancements
9184
9185         * src/SDCClrange.c, src/SDCClrange.h:
9186         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9187
9188         * src/ds390/ralloc.c:
9189         various fixes & enhancements (ds390) specific
9190
9191         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9192         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9193         from rallocs.
9194
9195         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9196
9197 2002-03-02    <johan AT FRIJA>
9198
9199         * src/SDCCast.c (decorateType): fixed bug #524708
9200
9201         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9202
9203         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9204
9205 2002-03-01  Michael Hope  <michaelh AT vroom>
9206
9207         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9208
9209         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9210
9211 2002-03-01    <johan AT FRIJA>
9212
9213         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9214
9215         * src/SDCCast.c (decorateType): fixed bug #524209
9216
9217         * src/SDCCval.c (valNot): fixed bug #524195
9218
9219 2002-02-26    <johan AT balder>
9220
9221         * src/xa51/gen.c: fixed a warning
9222
9223         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9224
9225         * src/SDCCast.c (decorateType): fixed bug #522534
9226
9227 2002-02-23    <johan AT balder>
9228
9229         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9230
9231 2002-02-22    <johan AT balder>
9232
9233         * src/SDCCast.c: fixed bug #514865
9234
9235         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9236
9237 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9238
9239         * sdcc/src/SDCCloop.c:
9240         Previous fix was not good. basic blocks that have "break" or "return" are
9241         not really partof a loop , but live ranges used in these blocks should
9242         be live thru the entire loop, so set partOfLoop but don't add them to
9243         loop region
9244
9245 2002-02-21    <johan AT FRIJA>
9246
9247         * src/SDCCcse.c: fixed bug #514308
9248
9249 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9250
9251         * src/SDCCloop.c:
9252         Fixed BUG #519583. If a conditional block ended in a return/break
9253         statement inside a loop, it was not being considered part of the loop.
9254
9255         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9256
9257 2002-02-10  Karl Bongers <karl AT turbobit.com>
9258
9259         * debugger/*:
9260         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9261         with lots of comments and notes.
9262
9263         * device/examples/test2.c:
9264         Fix bug, "red" variable not being initialized(compiler complained).
9265
9266         * device/examples/Makefile, examples/test3.c:
9267         Add Makefile in device/examples folder, compiles test3.c
9268         for use as a multiple module SDCDB test case.
9269
9270         * sim/ucsim/cmd.src/cmdset.cc:
9271         Took out debug printfs in ucsim "next" command.
9272
9273         * sim/ucsim/xa.src:
9274         Karl and Johan start ucsim XA support.  Most dissassembly working,
9275         about 75% emulation done(plenty of work remaining).
9276
9277         * sim/ucsim/z80.src:
9278         Add Z80 support to ucsim, add test-ucz80 regression test,
9279         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9280         Notice z80 compiler fails on examples/test3.c/crc code.
9281
9282 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9283
9284         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9285         Added support for --parms-in-bank1
9286
9287         * src/ds390/peeph.def:
9288         added a few more peephole optimzations
9289
9290         * src/ds390/main.c:
9291         1) added __builtin_inp & __builtin_outp used to read in data of given length
9292            from a memory mapped port
9293         2) added __builtin_memcmp
9294         3) added __builtin_swapw swap bytes of a short
9295
9296         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9297         1) handle multiple send & receives from register bank1
9298         2) ralloc can now allocate DPTR1 to some liveRanges
9299
9300         * src/SDCCsymt.c, src/SDCCsymt.h:
9301         changes to handle multiple sends & receives
9302
9303         * src/SDCCptropt.h:
9304         added some pointer arithmetic optimization
9305
9306         * src/SDCCptropt.c:
9307         added some pointer arithmetic optimizations but not stable yet so not
9308         called from anywhere (will get this working shortly)
9309
9310         * src/SDCCopt.c: fixed for multiple sends & receives
9311
9312         * src/SDCCmain.c:
9313         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9314         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9315            set preprocessor defines (depending on options)
9316
9317         * src/SDCCicode.c, src/SDCCicode.h:
9318         changes made to handle multiple sends & receives
9319
9320         * src/SDCCglobl.h:
9321         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9322
9323         * src/SDCCcse.c, src/SDCCcse.h:
9324         added function findbackward def (to be used in upcoming optimization)
9325
9326         * src/SDCCcflow.c, src/SDCCcflow.h:
9327         added function returnAtEnd - to determine if a basic block terminates with
9328         a RETURN iCode
9329
9330         * src/SDCCast.c, src/SDCCast.h:
9331         added option parms-in-bank1
9332
9333         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9334         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9335         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9336         adjusted for --parms-in-bank1 option
9337
9338         * device/include/string.h:
9339         donot redefine "reentrant" keyword
9340
9341         * device/include/ds80c390.h: Added some more SFRs
9342
9343 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9344
9345         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9346
9347 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9348
9349         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9350
9351 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9352
9353         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9354
9355 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9356
9357         * Added --xram-movc option
9358
9359 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9360
9361         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9362
9363 2002-01-11  Johan Knol
9364
9365         * Added math lib of Jesus Calvino-Fraga
9366
9367 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9368
9369         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9370         * support/regression/Makefile: new target test-mcs51-stack-auto
9371         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9372
9373 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9374
9375         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9376
9377 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9378
9379         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9380
9381 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9382
9383         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9384
9385         * src/SDCCglue.h: add definition for printIvalChar()
9386
9387 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9388
9389         * src/SDCCast.c: fix #498138 by Johan
9390
9391         * src/SDCCglue.c: fix #498138 by Johan
9392
9393 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9394
9395         * support/regression/Makefile: fix clean
9396
9397         * support/regression/ports/ds390/support.c: fix transmission of last character
9398
9399 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9400
9401         * /sdcc/src/ds390/gen.c:
9402         a) improved computing address of stack variable
9403         b) took out some #if 0 code
9404         c) improved parmBytes adjustment
9405         d) improved genPlusIncr & genMinusIncr
9406         e) genCmp could generate bad code (when left assigned to DPTR)
9407         f) Fixed bug in hasInc
9408
9409         * /sdcc/src/ds390/ralloc.c:
9410         a) packRegsForSupport could mess up live information (Fixed)
9411         b) packRegsDPTRuse could be incorrect for left & right shift
9412
9413         * /sdcc/src/mcs51/ralloc.c:
9414         packRegsForSupport could mess up the live information (Fixed)
9415
9416         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9417
9418         * /sdcc/src/SDCCast.c:
9419         can reverse a loop even if function call is present as long
9420         as the loop control variable is local & is not passed as parameter
9421
9422 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9423
9424         * /sdcc/ChangeLog: *** empty log message ***
9425
9426         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9427         More builtin function additions for TININative
9428
9429         * /sdcc/src/ds390/ralloc.c:
9430         Had broken the regression testsuite
9431
9432         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9433
9434         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9435         Added funcattr hasStackParms will be set for reentrant functions when there
9436         are paramteres on the stack, this helps in minimizing frame pointer generation
9437         typeFromStr can handle function pointers now
9438
9439         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9440         *** empty log message ***
9441
9442 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9443
9444         * /src/ds390/gen.c, /src/ds390/main.c:
9445         More builtin function additions for TININative
9446
9447         * /src/ds390/ralloc.c:
9448         Had broken the regression testsuite
9449
9450         * /src/SDCCast.c: Fixed a bug in dumptree
9451
9452         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9453         Added funcattr hasStackParms will be set for reentrant functions when there
9454         are paramteres on the stack, this helps in minimizing frame pointer generation
9455         typeFromStr can handle function pointers now
9456
9457         * /doc/builtins.txt, /doc/TININative.txt:
9458         *** empty log message ***
9459
9460
9461 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9462
9463         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9464         ALPHA version for -mTININative
9465
9466         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9467         updated to reflect changes in the port structure
9468
9469         * /src/port.h:
9470         added function do_assemble (similar to do_link) if non-null this function
9471         will be called to do assembly (-mTININative) requires a multi command
9472         assembly
9473         added function genAssemblerEnd will be called to generate assembler Epilogue
9474
9475         * /src/SDCCsymt.c:
9476         added _JavaNative to debug info printing
9477
9478         * /src/SDCCmain.c: added option --tini-libid
9479         added port->do_assemble function (-mTININative) has a multi command assemble
9480
9481         * /src/SDCCglue.c: Disabled "constExpr" check
9482         added port->genAssemblerEnd function
9483
9484         * /src/SDCCglobl.h: Added option --tini-libid value
9485
9486         * /src/SDCCast.h:
9487         tookout optimizeCompare from the header (has no external references)
9488
9489         * /src/SDCCast.c: made one more function "static"
9490
9491 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9492
9493         * src/z80/mappings.i: Added z80asm support.
9494
9495         * src/z80/main.c: Added z80asm support on --asm=z80asm
9496
9497         * src/z80/gen.c: Fixed asm portability issues.
9498
9499         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9500
9501         * src/SDCCglue.c (printExterns): Added global/extern split.
9502
9503 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9504
9505         * support/regression/Makefile: added test for mcs51 model large
9506
9507         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9508
9509         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9510
9511 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9512
9513         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9514
9515 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9516
9517         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9518
9519         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9520
9521 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9522
9523         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9524
9525         * support/regression/tests/simplefloat.c: Port to mcs51.
9526
9527 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9528         * support/regression/tests/bug-485362.c: Added.
9529
9530         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9531
9532         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9533
9534         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9535
9536         * src/z80/gen.c (aopDump): Added a dump function.
9537
9538 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9539         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9540
9541         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9542
9543         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9544
9545         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9546
9547         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9548
9549         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9550
9551         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9552
9553         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9554
9555         * support/regression/ports/ds390/support.c: Use tinibios.
9556
9557         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9558
9559 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9560
9561         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9562         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9563
9564         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9565
9566         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9567
9568 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9569
9570         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9571
9572         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9573         (packRegsForIYUse): Created and optimised.
9574
9575 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9576
9577         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9578 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9579
9580         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9581
9582         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9583
9584         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9585
9586 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9587
9588         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9589
9590         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9591
9592 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9593
9594         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9595
9596         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9597
9598         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9599
9600 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9601
9602         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9603         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9604         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9605
9606         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9607
9608         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9609         (genNotFloat): Added.
9610         (genUminusFloat): Added.
9611
9612         * device/lib/z80/Makefile: Added floating pt stubs.
9613
9614         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9615
9616         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9617
9618         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9619
9620 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9621
9622         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9623
9624         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9625
9626         * sdcc/support/regression/Makefile: Add port ds390.
9627
9628         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9629
9630         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9631
9632         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9633
9634         * sdcc/support/regression/ports/ds390/support.c: Added.
9635
9636         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9637
9638         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9639
9640         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9641
9642 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9643
9644         * device/include/malloc.h: Added z80 and gbz80 support.
9645
9646         * device/lib/gbz80/heap.s: Added.
9647
9648         * device/lib/z80/heap.s: Added.
9649
9650         * device/lib/malloc.c: Added z80 and gbz80 support.
9651
9652         * support/regression/tests/malloc.c (testMalloc): Added.
9653
9654         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9655
9656         * support/regression/tests/bug-478094.c: Added.
9657
9658         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9659
9660 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9661
9662         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9663
9664         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9665
9666         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9667
9668         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9669
9670         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9671
9672 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9673
9674         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9675
9676 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9677
9678         * support/regression/tests/bug-477927.c: Added.
9679
9680         * src/z80/peeph.def: Added minor rules.
9681
9682         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9683
9684         * src/z80/peeph.def: Added jump optimisation modification.
9685
9686 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9687
9688         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9689
9690 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9691
9692         * support/regression/tests/funptrs.c: Added.
9693
9694 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9695
9696         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9697
9698 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9699
9700         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9701
9702         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9703
9704         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9705         (movLeft2ResultLong): Created.
9706
9707         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9708         (joinPushes): Added.  Joins two char pushes into a word push.
9709
9710 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9711
9712         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9713
9714         * support/makebin/Makefile (install): Added creation of dest dir.
9715
9716 2001-10-24 Karl Bongers <karl AT turbobit.com>
9717
9718         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9719
9720 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9721
9722         * src/z80/ralloc.c: Turned off faulty pack for one use.
9723
9724         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9725
9726         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9727
9728 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9729
9730         * support/regression/Makefile: Improved clean
9731
9732         * support/regression/ports/gbz80/spec.mk: Added clean
9733
9734         * support/regression/ports/host/spec.mk: Added clean
9735
9736         * support/regression/ports/z80/spec.mk: Added clean
9737
9738         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9739
9740         * support/regression/ports/mcs51/timeout.c: little improvements
9741
9742 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9743
9744         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9745
9746         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9747
9748         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9749
9750 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9751
9752         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9753
9754         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9755
9756 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9757         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9758
9759         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9760
9761         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9762
9763         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9764
9765         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9766
9767         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9768
9769         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9770
9771         * support/regression/tests/longor.c: Added.
9772
9773 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9774
9775         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9776
9777         * as/mcs51/aslink.h: define PATH_MAX
9778
9779         * as/mcs51/asm.h: define PATH_MAX
9780
9781         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9782
9783         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9784
9785         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9786
9787         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9788
9789         * src/SDCCglobl.h: define PATH_MAX
9790
9791         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9792
9793         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9794
9795 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9796
9797         * src/z80/gen.c (gencjneshort): Fixed
9798
9799         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9800
9801 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9802
9803         * support/regression/tests/bug-469671.c: Added.
9804
9805         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9806
9807 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9808
9809         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9810
9811         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9812
9813 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9814
9815         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9816
9817         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9818
9819         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9820
9821         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9822
9823         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9824
9825         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9826
9827         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9828
9829 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9830
9831         * 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.
9832
9833         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9834
9835         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9836
9837 2001-10-07    <johan AT FRIJA>
9838
9839         * device/lib/gets.c (gets): fixed the return value.
9840
9841 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9842         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9843
9844         * 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.
9845
9846         * 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.
9847
9848         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9849
9850         * src/pic/gen.c: Removed Safe_strdup.
9851
9852         * configure.in: Added option to enable libgc support.
9853
9854         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9855         (bitVectUnion): Optimised.
9856         (bitVectIntersect): Optimised.
9857         (bitVectBitsInCommon): Optimised.
9858         (bitVectCplAnd): Optimised.
9859
9860         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9861
9862 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9863
9864         * src/SDCCmain.c: distinguish between assembler debug and plain options
9865
9866         * src/avr/main.c:   remove standard assembler options
9867
9868         * src/ds390/main.c: remove standard assembler options
9869
9870         * src/mcs51/main.c: remove standard assembler options
9871
9872         * src/port.h: removed "PENDING" comment
9873
9874 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9875
9876         * src/device/lib/_mulint.c  : new, with assember functions
9877
9878         * src/device/lib/_mullong.c : new, with assember functions
9879
9880         * src/device/lib/_divuint.c : with assember functions
9881
9882         * src/device/lib/_divsint.c : with assember functions
9883
9884         * src/device/lib/_divulong.c: with assember functions
9885
9886         * src/device/lib/_divslong.c: with assember functions
9887
9888         * src/device/lib/_moduint.c : with assember functions
9889
9890         * src/device/lib/_modsint.c : with assember functions
9891
9892         * src/device/lib/_modulong.c: with assember functions
9893
9894         * src/device/lib/_modslong.c: with assember functions
9895
9896         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9897
9898         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9899
9900         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9901                                       replaced _mululong.c and _mulslong.c by _mullong.c
9902
9903 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9904
9905         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9906
9907 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9908
9909         * src/SDCCglue.c: test, if win32api is available for MINGW
9910
9911 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9912
9913         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9914         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9915         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9916         * support/regression/ports/host/spec.mk: removed GENERIC
9917         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9918         * support/regression/ports/z80/spec.mk: removed GENERIC
9919
9920 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9921
9922         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9923
9924         * support/regression/tests/bug-467035.c: Created.
9925
9926 2001-10-01    <johan AT FRIJA>
9927
9928         * src/SDCC.y: fixed bug #466586 part 1
9929
9930 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9931
9932         * SDCCicode.c: z80 has no generic pointers
9933         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9934
9935 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9936
9937         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9938
9939 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9940
9941         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
9942
9943         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
9944
9945 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
9946
9947         * configure.in: Fixed up so that ucsim is only configured once.
9948
9949         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
9950
9951         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
9952         (getPathDifference): As above.
9953
9954         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
9955
9956         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
9957
9958 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
9959         * .version: Updated to 2.3.1
9960
9961         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
9962         Added copyright header.
9963
9964         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
9965         (assemble): Added support for macro based assembler commands.
9966         (linkEdit): Added support for macro based linker commands.
9967         (preProcess): Changed the pre-processor to use macros.
9968         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
9969         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
9970
9971         * device/lib/z80/crt0.s: Added module name for debugging.
9972
9973 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
9974
9975         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9976
9977         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
9978
9979         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
9980
9981         * src/Makefile.in: Added SDCCmacro and SDCCutil
9982
9983 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
9984
9985         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
9986
9987 2001-09-16    <johan AT FRIJA>
9988
9989         * 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.
9990
9991 2001-09-15    <johan AT FRIJA>
9992
9993         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
9994         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
9995
9996 2001-09-11    <johan AT FRIJA>
9997
9998         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
9999
10000 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10001
10002         * support/regression/tests/bug-460444.c: Added test case.
10003
10004         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10005         (genCast): Added justification for all of the asserts.
10006
10007 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10008
10009         * support/regression/support.c: _xdata replaced by xdata
10010
10011         * support/regression/spec.mk: removed _generic
10012
10013 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10014
10015         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10016
10017         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10018         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10019
10020         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10021
10022         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10023
10024         * support/regression/tests/bug-460010.c: Added test case.
10025
10026         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10027
10028 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10029
10030         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10031
10032         * support/regression/testfwk.c: removed workaround for bug #436344
10033
10034         * support/regression/tests/bp.c: use less memory with mcs51
10035
10036         * support/regression/tests/bug-441448.c: use less memory
10037
10038         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10039
10040         * support/regression/collate-results.py: typo
10041
10042 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10043
10044         * support/regression/tests/fetchoverlap.c: Added new test case.
10045
10046         * support/regression/tests/bp.c: Added new test case.
10047
10048         * support/regression/tests/bug-448984.c: Added new test case.
10049
10050         * support/regression/tests/pow2shifts.c: Added new test case.
10051
10052         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10053         (genlshTwo): Fixed right shift for count > 8.
10054
10055         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10056
10057 2001-09-08    <johan AT FRIJA>
10058
10059         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10060
10061 2001-09-07    <johan AT FRIJA>
10062
10063         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10064
10065         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10066
10067 2001-09-06    <johan AT FRIJA>
10068
10069         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10070         * bernhard noted me at this: "() equals to (void)" (1.38)
10071
10072 2001-09-05    <johan AT FRIJA>
10073
10074         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10075
10076 2001-09-04    <johan AT FRIJA>
10077
10078         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10079
10080
10081 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10082
10083         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10084
10085 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10086
10087         * link/z80/aslink.h: Fixed path for PATH_MAX
10088
10089 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10090
10091         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10092
10093         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10094
10095         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10096
10097         * 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.
10098
10099 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10100
10101         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10102         (genCmp): Fixed up genCmp for the GB with longs.
10103
10104         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10105
10106         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10107
10108         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10109
10110         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10111
10112 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10113
10114         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10115
10116 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10117
10118         * 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.
10119
10120         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10121
10122 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10123
10124         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10125
10126         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10127
10128 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10129
10130   * sim/ucsim/configure:    little improvement of Cygwin-detection
10131   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10132   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10133   * support/regression/tests/bug-221100.c: small changes for mcs51
10134   * support/regression/tests/bug-221168.c: small changes for mcs51
10135   * support/regression/tests/bug-227710.c: small changes for mcs51
10136   * support/regression/tests/staticinit.c: small changes for mcs51
10137   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10138   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10139   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10140
10141 $Revision$