modff.c, ceilf.c, and floorf.c now work properly with floats between -1.0 and 0.0
[fw/sdcc] / ChangeLog
1 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2
3         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
4           Now they work properly with floats between -1.0 and 0.0
5         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
6
7 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
8
9         * src/SDCCicode.c (printOperand): added missing else
10
11 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
12
13         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
14         reformatted for better readability
15         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
16         signed bitfields
17
18 2005-11-17 Borut Razem <borut.razem AT siol.net>
19
20         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
21           introduced SILENT option to make building of pic16 libraries less
22           verbose - used for nightly snapshot build
23         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
24           available on Win32 platforms.
25         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
26           medium, large, pic and pic16
27
28 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
29
30         * device/lib/printf_large.c: Temporary patch for bug 1358192:
31           printf("%f"...) sets fraction to zero.
32
33 2005-11-16 Raphael Neider <rneider AT web.de>
34
35         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
36           fixes #1357221
37         * src/pic/gen.c (genIfx): implemented for CARRY bit
38         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
39           to generic pointers, fixes #1357332,
40           (pic16_movLit2f): NEW,
41           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
42
43 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
44
45         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
46
47 2005-11-11 Raphael Neider <rneider AT web.de>
48
49         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
50         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
51           compute pointer's type from operand,
52           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
53           improved single bit reads, fixes bug #1353379
54
55 2005-11-09 Borut Razem <borut.razem AT siol.net>
56
57         * support/scripts/sdcc.nsi: added lib/pic to the package
58
59 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
60
61         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
62
63 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
64
65         * support/regression/tests/bug1348008.c: added
66         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
67         * support/regression/tests/bug1337835.c: updated comment
68
69 2005-11-06 Borut Razem <borut.razem AT siol.net>
70
71         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
72           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
73           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
74           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
75           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
76           dynamic construction of cl_error_class and derivates - 2.nd try
77
78 2005-11-05 Borut Razem <borut.razem AT siol.net>
79
80         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
81           bug, which caused Bus Errors on sparc solaris
82
83 2005-11-04 Borut Razem <borut.razem AT siol.net>
84
85         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
86           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
87           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
88           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
89           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
90           and derivates to resolve the initialization problem on OSX
91
92 2005-11-02 Borut Razem <borut.razem AT siol.net>
93
94         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
95           corrected typo - #include <winsock2.h>
96
97 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
98
99         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
100           (_asxxxx_mapping): added org directive for future enhancements
101
102 2005-11-01 Borut Razem <borut.razem AT siol.net>
103
104         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
105           enabled sockets on WIN32
106         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
107
108 2005-10-31 Borut Razem <borut.razem AT siol.net>
109
110         * support/regression/generate-cases.py: escape backslashes in {testcase}:
111           WIN32 backslash path delimiters should be escaped when used in C strings
112         * support/regression/tests/bitfields.c: exclude failing assertions for
113           __CYGWIN32__ and __MINGW32__ hosts
114
115 2005-10-30 Borut Razem <borut.razem AT siol.net>
116
117         * src/SDCCutil.c: corrected double comparison typo
118
119 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
120
121         * device/lib/medium/Makefile: added for new memory model medium
122         * device/include/asm/mcs51/features.h: updated for medium/pdata
123         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
124           added Multiply & Accumulate sbit's and MAC0_PAGE define
125         * device/include/mcs51/c8051f300.h: added sfr16 definitions
126         * device/include/mcs51/c8051f310.h: added sfr16 definitions
127         * device/lib/_mullong.c: update for medium model
128         * device/lib/incl.mk: added medium model
129         * doc/sdccman.lyx: documented medium model
130         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
131         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
132         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
133         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
134           (allocParms): set SCLS and OCLS to pdata for medium model
135         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
136           for pdata,
137           (powof2): return <0 if not power of 2
138         * src/avr/gen.c (genBitWise): use updated powof2
139         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
140           (shiftR2Left2Result): small optimization in setup, save acc when storing,
141           (shiftLLeftOrResult): use B if necessary
142         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
143         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
144         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
145         * support/regression/Makefile.in: added test-mcs51-medium
146         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
147
148 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
149
150         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
151         specifier unsigned
152         * device/lib/time.c (mktime): fixed bug 1334315
153
154 2005-10-28 Raphael Neider <rneider AT web.de>
155
156         * device/include/pic/p16f_common.inc: added common declarations
157         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
158
159 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
160
161         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
162           (aopPutUsesAcc): added to predict accumulator use,
163           (assignResultValue): save acc if necessary,
164           (genMinusDec): store result if indirectly addressed,
165           (genDivOneByte):  save acc if necessary,
166           (movLeft2Result): bugfix if left already in acc,
167           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
168             attention to accumulator use (esp. pdata),
169           (genReceive): receive pdata correctly
170         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
171         * src/SDCCicode.h: added isOperandInPagedSpace prototype
172
173 2005-10-27 Raphael Neider <rneider AT web.de>
174
175         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
176
177 2005-10-27 Raphael Neider <rneider AT web.de>
178
179         * .version: changed version to 2.5.4
180         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
181         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
182           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
183             arithmetics support routines
184         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
185         * device/lib/Makefile.in: also create installdir for pic
186
187         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
188           pic14 port as well
189         * src/pic/device.c (dump_sfr): rewritten to delegate register
190           placement to the linker (use `extern sym' rather than sym EQU addr),
191           (validAddress): fixed to check last specified address
192         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
193           (popGetLit): truncate literal value to 8 bit,
194           (popGet): moved assert to more appropriate place
195           (popGetExternal): create pCode operand from and mark the according
196             symbol as being `extern'
197           (popGetAddr): added sanity check on immediate's offset, provide
198             GPOINTER tag on demand
199           (aopPut): fixed for immediates,
200           (mov2w_op): move operand's address or contents to WREG (depending on
201             operand type), safer variant of mov2w,
202           (movwf,call_libraryfunc): NEW, handy abbreviations,
203           (get_argument_pcop,get_return_val_pcop,pass_argument,
204           get_returnvalue): interface for accessing function parameters and
205             return values,
206           (assignResultValuei,genRet): use new parameter/return value interface
207           (pic14_getDataSize): back to old version handling generic pointers,
208           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
209             provided implementation and/or fixed old one,
210           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
211             calls, removed legacy 8051 reference code
212           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
213           (loadSignToC): NEW, move the operands sign bit to CARRY,
214           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
215             genRightShiftSigned, accepts negative shift counts,
216           (setup_fsr): load FSR and adjust IRP (indirect memory access),
217           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
218             generic pointers, __data pointers and __code pointers,
219           (genUnpackBits,genPackBits): rewritten to work with generic pointers
220             and signed bitfields, limit bitfields to 8 bit,
221           (genDataPointerGet): fixed number of bytes read,
222           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
223           (genPointerGet,genPointerSet): fixed handling of __code pointers,
224             pointers to constant data are no longer assumed to point to __code
225             space, removed invalid pointer types,
226           (bitpatternFromVal): retrieve the PICs representation of an integer
227             or float literal,
228           (genDataPointerSet): fixed assigning to po_immediate operands,
229           (genGenPointerSet): implemented as library call,
230           (genIfx): fixed incorrect condition,
231           (genAddrOf): limit generic pointers' addresses to 2 bytes,
232             provide GPOINTER tag according to destination's storage class,
233           (genCast): added code to handle casting to generic pointers, added
234             sign-/zero extension of the result
235           (aop_isLitLike,op_isLitLike): fixed handling of immediates
236         * src/pic/gen.h: added macros to access IRP bit in STATUS register
237         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
238           extend the result
239         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
240           address/register resides in the shared banks
241           (emitSymbolToFile): improved to handle global and `pinned' symbols,
242             put all variables into separate sections (have the linker arrange
243             them)
244           (picglue): put init code and interrupt handlers in separate sections
245         * src/pic/main.c: added port specific options table, modified to PORT
246           structure to make GPOINTERs 3 byte, added pic14_options
247           (_pic14_do_link): private linking routine (update paths to libraries,
248             add libsdcc.lib by default)
249         * src/pic/main.h: declare pic14_options
250         * src/pic/pcode.c: fixed instructions i/o relations,
251           (RegCond): reverted to correct version,
252           (newpCodeOpLit): truncate literals to 8 bit,
253           (genericPrint): added debug output,
254           (getRegFromInstruction): fixed for various operand types, simplified
255           (BuildFlow): fixed broken handling of isntructions with labels
256           (LinkFlow): start at last instruction in flow (skip trailing comments),
257             pass the flow on to the next instruction after CALL
258           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
259           (insertPCodeInstruction): fixed inserting after a skip instruction,
260           (DoBankSelect): fixed for labeled instructions
261           (OptimizepBlock): honor --nopeep switch
262           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
263         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
264         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
265           (pCodeOptime2pCodes): allow disabling this optimization via
266             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
267             but is still buggy), started implementation of a dataflow based
268             pCode optimization (CSE + dead code elimination)
269           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
270         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
271           names are independant of the stack location and therefore portable across
272           devices
273
274 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
275
276         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
277           (selectSpil): fixed bug 1337835 by not spilling bit variables
278         * support/regression/tests/bug1337835.c: added test for this bug
279         * src/mcs51/peeph.def: restart after rule 3.c,
280           addded rules 263.x to optimize loading constants
281
282 2005-10-26 Raphael Neider <rneider AT web.de>
283
284         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
285         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
286           (genAssign): emit warning when casting literals to generic pointer
287             type, also applies when taking the address of a fixed variable,
288           (genCast): improved casting to generic pointers
289         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
290           extern variables, added verbose error message
291         * device/include/pic16/{string.h,errno.h}: added #pragma library c
292
293 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
294
295         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
296         carry must be complemented too
297         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
298         could be emitted by genMinus
299         * src/SDCCval.c (constVal): fixed bug 1305065
300
301 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
302
303         * src/SDCCast.c (addCast): added promotion for bit variables
304         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
305         promotion casts + optimisation
306         (optimizeGetWord): fix warning 'i' might be used uninitialized
307         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
308         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
309
310 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
311
312         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
313         all chars are promoted to int; promotion should be handled in SDCCast.c
314
315 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
316
317         * device/lib/_strcmp.c: Fixed bug 1326457
318
319 2005-10-11 Raphael Neider <rneider AT web.de>
320
321         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
322         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
323
324 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
325
326         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
327         * support/regression/tests/sfr16.c: added test for the sfr32 bug
328
329 2005-10-04 Raphael Neider <rneider AT web.de>
330
331         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
332           device/lib/pic16/pics.all: added pic18f1320
333         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
334
335 2005-09-30 Raphael Neider <rneider AT web.de>
336
337         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
338         * src/pic16/devices.inc: NEW, provides device descriptions
339         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
340
341 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
342
343         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
344           GETHBIT
345
346 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
347
348         * doc/sdccman.lyx: updated Highest Order Bit documentation,
349           documented Any Order Bit, Higher Order Byte and Higher Order Word
350         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
351         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
352           (optimizeGetAbit): new, to get any bit, not only the high bit,
353           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
354           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
355           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
356           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
357             RIGHT_OP: also try GETBYTE, GETWORD optimization,
358             GETABIT, GETBYTE, GETWORD: decorate them,
359           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
360           (ast_print): added GETABIT, GETBYTE, GETWORD
361         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
362         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
363           (geniCodeBinary): new generic binary icode,
364           (ast2iCode): added GETABIT, GETBYTE, GETWORD
365         * src/port.h: updated comment for PORT.hasExtBitOp
366         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
367           (genGetByte): new, to get a single byte,
368           (genGetWord): new, to get a word from a long,
369           (gen51Code): added GETABIT, GETBYTE, GETWORD
370         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
371
372 2005-09-23 Raphael Neider <rneider AT web.de>
373
374         * configure.in, configure: have device/lib/pic configured
375         * device/lib/Makefile.in: added model-pic14
376         * device/lib/clean.mk: added pic/ to clean rule
377         * device/lib/pic: added rudimentary pic14 library providing support
378           functions for multiplication/division/generic pointer access
379         * src/SDCCopt.c (convilong): mark support functions as extern
380           for pic14 port as well
381         * src/pic/gen.c (genMult): added assertions,
382           (genpic14Code): emit warning on unhandled iCodes
383         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
384         * src/pic/pcode.c (pCodeOpCopy),
385         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
386           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
387           SFR_REGISTER}), made safe for future extensions
388         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
389           instructions even if preceeded by SKIP instructions (also remove
390           them); removed unused code
391         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
392           prevents leaving parts of the structure uninitialized after copying
393
394 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
395
396         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
397           ago by me
398         * support/regression/tests/addsub.c: added test for the bug
399
400 2005-09-21 Raphael Neider <rneider AT web.de>
401
402         * device/include/pic16/pic18f1220.h,
403           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
404         * device/lib/pic16/Makefile.rules: added missing opening paren
405         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
406           are provided in genutils.c,
407           (genUminusFloat,genUminus,genCmpEq): added asserts on different
408           operand/result sizes,
409           (genCmp): assert on NULL pointers first, then check deref'ed values
410         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
411           result size
412
413 2005-09-18 Raphael Neider <rneider AT web.de>
414
415         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
416           as these are now unused,
417           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
418         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
419           local, avoids uninitialized pointer dereference on r->name
420         * src/pic16/ralloc.c (newReg): fixed indentation
421
422 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
423
424         * src/SDCCval.c (constVal): fixed bug 730366
425         * support/Util/SDCCerr.c,
426         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
427
428 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
429
430         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
431
432 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
433
434         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
435
436 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
437
438         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
439           (hex2dec): made hex_digit unsigned char, removed ascii dependance
440         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
441           (hex2dec): made hex_digit unsigned char, removed ascii dependance
442         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
443         * packihx/packihx.c (hexDigit): made c unsigned char
444         * as/mcs51/lklibr.c (fndsym),
445         * link/z80/lkgb.c (gb),
446         * link/z80/lklibr.c (fndsym),
447         * link/z80/lkrloc.c (relr),
448         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
449         * src/SDCC.lex (checkCurrFile, process_pragma),
450         * src/SDCCglue.c (spacesToUnderscores),
451         * src/SDCCmain.c (setParseWithComma, processFile),
452         * src/asm.c (tvsprintf, printCLine),
453         * src/avr/gen.c (emitcode, aopPut),
454         * src/ds390/gen.c (emitcode),
455         * src/hc08/gen.c (emitcode, emitinline),
456         * src/mcs51/gen.c (emitcode, genInline),
457         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
458           tokenizeLineNode),
459         * src/pic/ralloc.c (debugLog),
460         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
461           tokenizeLineNode),
462         * src/pic16/ralloc.c (debugLog),
463         * src/z80/main.c (_process_pragma):
464            made all ctype.h function calls safe
465         * src/SDCCopt.c: include math.h for fabs
466         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
467           and used them throughout the code to make ctype.h function calls safe
468         * src/ds390/main.c (asmLineNodeFromLineNode),
469         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
470         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
471            unsigned char*
472         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
473           (newpCodeAsmDir): made ctype.h function calls safe
474         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
475           pic16_emitcode):  made lbp unsigned char*
476         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
477           (pic16_newpCodeAsmDir): made ctype.h function calls safe
478         * src/xa51/gen.c (emitcode),
479         * src/z80/gen.c (_emit2): made lbp unsigned char*
480         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
481            char*
482
483 2005-09-05 Raphael Neider <rneider AT web.de>
484
485         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
486           access bank splitpoint
487
488 2005-09-05 Raphael Neider <rneider AT web.de>
489
490         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
491
492 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
493
494         * .version: changed to version 2.5.3
495         * doc/sdccman.lyx: changed version to 2.5.3,
496           documented --codeseg and --constseg and pragma codeseg and constseg,
497           documented bit parameters (reentrant) and bit returning
498         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
499            currFunc->recvSize, but is this ok for all ports?
500           (ast2iCode): result of ~ on unsigned char must be cast to int for
501            bool to work
502         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
503           function pointers in bit space
504         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
505           (processFuncArgs): call port.reg_parm() with reentrancy info
506         * src/port.h,
507         * src/avr/main.c,
508         * src/ds390/main.c,
509         * src/hc08/main.c,
510         * src/pic/main.c,
511         * src/pic16/main.c,
512         * src/xa51/main.c,
513         * src/z80/main.c: port.reg_parm prototype extended with
514           "bool reentrant" parameter
515         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
516           options.stackAuto for allocating bit register parameters
517         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
518           (genSend): set BitBankUsed if it is,
519           (selectRegBank): factored out of genCall for use in genPcall,
520           (genCall): removed redundant dtype assignmen, use selectRegBank,
521           (genPcall): handle returning in Carry properly, save in F0 if needed,
522           (genReceive): handle bit register parameters
523         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
524           (mcs51_assignRegisters): enable bit registers for all reentrant
525            functions and don't set BitBankUsed unconditionally
526         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
527         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
528         * support/regression/tests/funptrs.c: added tests for BOOL and for return
529
530 2005-08-27 Borut Razem <borut.razem AT siol.net>
531
532         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
533         ppc-osx (Darwin) does not support -u option. It seems that it is
534         supported only on Linux - GNU cp
535
536 2005-08-25 Borut Razem <borut.razem AT siol.net>
537
538         * sim/ucsim/gui.src/serio.src/Makefile.in,
539           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
540           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
541           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
542           install and strip, since the strip at /usr/ccs/bin should be used
543           on solaris
544
545 2005-08-24 Borut Razem <borut.razem AT siol.net>
546
547         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
548
549 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
550
551         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
552         ffffffffu
553
554 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
555
556         * as/mcs51/aslink.h: completed lkrloc.c prototypes
557         * as/mcs51/lkmain.c (link_main): fixed warning
558         * device/include/stdbool.h: ds390 has no advanced bit support yet
559         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
560         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
561         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
562           and updated their macros
563         * src/SDCCval.c (constVal): updated comment for renamed b_long
564
565 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
566
567         * as/mcs51/asdata.c: changed ctype['['] to BINOP
568         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
569           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
570           (oprio): set priority for '['
571         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
572            and adb_24_bit
573         * as/mcs51/asm.h: added defines R_BIT and S_BIT
574         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
575         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
576         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
577           added overlayable BIT_BANK area
578         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
579           (summary2): explain 'T' in legenda
580         * as/mcs51/lkrloc.c: replaced old K&R style,
581           (relr): added R_BIT processing,
582           (errmsg): added "Bit-addressable relocation error",
583           (adb_bit): added for converting from byte- to bit-addressable space,
584           (adb_24_bit): added for converting from byte- to bit-addressable space
585         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
586            used in reentrant functions now even as return value
587         * device/lib/_gptrput.c (_gptrput): removed obsolete code
588         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
589           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
590         * src/SDCCglobl.h: added indicator BitBankUsed
591         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
592            the bit registers b0-b7
593         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
594           (geniCodeCast): fixed bug 1263853,
595           (geniCodeLogicAndOr): put result in bool or char,
596           (geniCodeReceive): added parameter func for accessing the return type,
597           (geniCodeFunctionBody): pass func to geniCodeReceive
598         * src/SDCCmain.c: added indicator BitBankUsed
599         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
600         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
601           (checkSClass): don't put automatic bool/bit on stack,
602           (checkFunction): removed check on function cannot return bit
603         * src/SDCCsymt.h: added newBoolLink prototype
604         * src/mcs51/gen.c (rb1regs): added bit registers,
605           (movc): created for assigning to carry,
606           (pushReg, popReg): created for pushing registers,
607           (sameRegs): check both AOP_REG and AOP_CRY types,
608           (aopOp): handle bit registers,
609           (aopPut): optimization no self-assign,
610           (saveRegisters): push reg->base (bits) only once for bit registers,
611            and use pushReg,
612           (unsaveRegisters): pop reg->base only once and use popReg,
613           (assignResultValue): added parameter func and return in carry for bits,
614           (genIpush): optimization no reload in A if not changed,
615           (genSend): bit parameters in reentrant functions are passed in bit
616            registers by first assigning to bits in B, then save registers and
617            copy B to bits,
618           (genCall): handle returning in Carry properly, save it in F0 if needed,
619           (genPcall): updated assignResultValue call, this is not safe yet for bit
620            returning function !!!
621           (genFunction): don't generate equ's for bit registers and use pushReg,
622           (genEndFunction): take care of bit returning functions and use popReg,
623           (genRet): return bit in Carry,
624           (genIfx): optimize bit registers and other directly addressable bits,
625           (genReceive): updated assignResultValue call
626         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
627           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
628            registers when using stack-auto
629         * src/mcs51/ralloc.c (_G): added allBitregs,
630           (regs8051): added the bit registers,
631           (createStackSpil): use macro IS_BIT,
632           (getRegBit): added to allocate a bit register, else spill,
633           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
634           (updateRegUsage): factored out to ease stepping while debugging,
635           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
636            also allocate bit registers,
637           (fillGaps): handle bit registers,
638           (findAllBitregs): added to create bit vector with all bit registers,
639           (mcs51_allBitregs): returns this bit vector,
640           (mcs51_assignRegisters): when using stack-auto use bit registers for
641            passing parameters and creating local variables
642         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
643
644 2005-08-22 Borut Razem <borut.razem AT siol.net>
645
646         * device/lib/Makefile.in: replaced find option -or with -o
647           to make it run on solaris
648
649 2005-08-22 Raphael Neider <rneider AT web.de>
650
651         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
652           fixes #1265442 (crash on Solaris)
653
654 2005-08-20 Borut Razem <borut.razem AT siol.net>
655
656         * configure, configure.in: added tests for libsocket and libnsl libraries,
657           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
658           from support/regression/Makefile.in
659         * support/regression/Makefile.in: added
660         * device/lib/pic16/Makefile.common.in: force make to use bash shell
661         * sim/ucsim/libtool: regenerated on sparc-solaris
662         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
663           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
664           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
665           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
666           sparc-solaris, which doesn't use GNU ld linker
667         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
668         * as/Makefile: find on sparc-solaris does not support -maxdepth option
669
670 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
671
672         * src/mcs51/peeph.def: updated comments
673
674 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
675
676         * device/lib/_gptrget.c,
677         * device/lib/_gptrput.c: slightly shorter
678         * doc/sdccman.lyx: incremented version
679         * src/mcs51/peeph.def: moved peephole comments to the line of first
680           change to better keep line correlation, reanimated 186.e
681         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
682
683 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
684
685         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
686           David Saxton with quotes around file name.
687
688 2005-08-15 Borut Razem <borut.razem AT siol.net>
689
690         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
691           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
692           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
693           make tests run on x86_64 platform
694
695 2005-08-13 Raphael Neider <rneider AT web.de>
696
697         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
698           as it might be executed DURING a build (parallel make is wonderful)
699
700 2005-08-13 Raphael Neider <rneider AT web.de>
701
702         * device/lib/Makefile.in (port-specific-objects-pic16):
703           revert to cp $(PORT)/bin/*.* $(PORTDIR)
704         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
705           dependency
706         * device/lib/pic16/Makefile.rules: build subdirs before creating
707           the library, removed builddir rule, create $(builddir) early in
708           recurse rule, use empty recurse rule for leaf directories
709         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
710           mkdir errors (race condition), removed duplicate suffix "hex"
711           from clean rules
712         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
713         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
714           prevents mkdir -p from aborting on Alpha
715
716 2005-08-12 Raphael Neider <rneider AT web.de>
717
718         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
719           db-statements in order to allow for arrays of pointers in code
720           sections to be placed without interspersed 0-padding, fixes
721           bug #1256215
722         * (emitStatistics): fixed division by zero for pic18f1220
723         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
724           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
725         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
726         * (pic16_pCodeConstString): keep track of already emitted string
727           literals to prevent "duplicate definitions of symbol _str_NR"
728         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
729           debug message
730         * device/lib/Makefile.in: ignore failing PIC16 library builds
731         * device/lib/pic16/Makefile: do not build if gputils are missing
732         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
733
734 2005-08-10 Raphael Neider <rneider AT web.de>
735
736         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
737           my last commit)
738
739 2005-08-10 Raphael Neider <rneider AT web.de>
740
741         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
742           Rokas' patch to add the new fixed point type "__fixed16x16"
743         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
744           functions for __fixed16x16 arithmetics
745         * device/lib/pic16: reimplemented the build system to support
746           a separate build directory, better handling of libio (create
747           the library in a separate subdir for each architecture) and
748           easier configuration (centralized in Makefile.common)
749
750 2005-08-07 Raphael Neider <rneider AT web.de>
751
752         * src/pic16/gen.c (genrshTwo): fixed sign extension
753         * src/pic16/device.c: added pic18f2320, 4220 and 4320
754         * device/include/pic16/pic18f2220.h: changed some bit definitions,
755           added T0CONbits
756         * device/include/pic16/pic18f4220.h: NEW, header for
757           pic18f4220 and pic18f4320
758         * device/include/pic16/pic18fregs.h: added new devices,
759           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
760         * device/include/pic16/signal.h: resolved name clashes
761           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
762           to also allow testing for interrupt enable bits, added
763           comments on how to use the macros
764         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
765         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
766           register definitions for the devices
767         * device/lib/pic16/pics.all: added new devices
768         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
769           allocated memory
770         * device/lib/pic16/libc/stdlib/memfree: do not count
771           the block header as free memory
772         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
773           simplified and added missing end-of-blocklist-marker
774           (reported by Peter Onion, fixes #1252814)
775         * (_mergeHeapBlock): fixed loop condition
776         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
777           len==0, restructured code
778         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
779           up a bit, reduced bitfield accesses, prevent endless loops
780           in case of heap corruption
781         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
782           "unreferenced arguments/must return a value" warnings
783         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
784           replaced BAUDREG with SPBRG
785         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
786           device/lib/pic16/debug/gstack/gstack.c: replaced
787           _naked, _asm, _endasm with __naked, __asm, __endasm
788
789 2005-08-05 Raphael Neider <rneider AT web.de>
790
791         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
792           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
793
794 2005-08-05 Borut Razem <borut.razem AT siol.net>
795
796         * device/lib/Makefile.in: added missing ';'
797         * configure: removed ^M characters
798
799 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
800
801         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
802           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
803           License
804
805 2005-08-04 Borut Razem <borut.razem AT siol.net>
806
807         * configure.in: pic16 libraries build 2nd try - enable running
808           configure in device/lib/pic16
809         * configure: regenerated from configure.in
810         * device/lib/Makefile.in: create $(PORT)/bin directory
811
812 2005-08-03 Raphael Neider <rneider AT web.de>
813
814         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
815           to get/set values via pointers
816         * (genUnpackBits,genPackBits): changed detection of
817           ptr->bitfield vs. sym.bitfield, fixed access via generic
818           pointers, removed dead (wrong) code for multibyte bitfields
819         * (genNearPointerGet, genGenPointerGet): removed useless code,
820           fixed bitfield detection, fixes #1250594
821         * (genNearPointerSet): removed useless code
822         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
823           and introduced macro pic16_emitpcode that conditionally emits
824           the origin of the following pCode (useful for debugging SDCC)
825         * src/pic16/pcode.c: changed (and disabled) some debug outputs
826         * (createDefmap): fixed handling of LFSR for --optimize-df
827
828 2005-08-02 Borut Razem <borut.razem AT siol.net>
829
830         * device/lib/Makefile.in: pic16 libraries build enabled since
831           gputils-0.13.2 are now localy installed at sourceforge's compile farm
832
833 2005-08-02 Raphael Neider <rneider AT web.de>
834
835         * src/pic16/gen.c (genPackBits): removed deprecated warning
836         * (genGenPointerSet): fixed bitfield detection
837
838 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
839
840         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
841
842 2005-07-31 Raphael Neider <rneider AT web.de>
843
844         * device/lib/pic16/libdev/pic18f458.c,
845           device/include/pic16/pic18f458.h: added missing T0CONbits
846
847 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
848
849         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
850
851 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
852
853         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
854
855 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
856
857         * device/include/mcs51/at89c51ed2.h: added.
858
859 2005-07-23 Raphael Neider <rneider AT web.de>
860
861         * src/pic/gen.h: added emitpcode macro for debugging
862         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
863           and replace by macro adding debug information on demand
864         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
865         * (gencjne): tried to fix; replaced with correct (slower) code
866         * (gen{Unp,P}ackBits): fixed single bit access
867         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
868         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
869           previous instruction
870         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
871           register has to be handled with care (forbidding movement
872           of assignments/uses, removing assignments completely, ...)
873         * (pCodeOptime2pCodes): make use of regIsSpecial
874         * added lots of debugging output (commented out)
875         * src/pic/rallloc.c (deassignLRs): prevent operand registers
876           from being reused as result UNLESS it is known to work
877
878 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
879
880         * support/Util/dbuf.h: include <stddef.h> for size_t
881         * .version: changed to version 2.5.2
882
883 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
884
885         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
886
887 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
888
889         * src/hc08/gen.c (genMinus): fixed bug #1241835,
890           (genModOneByte): removed needless psha/pula
891
892 2005-07-22 Raphael Neider <rneider AT web.de>
893
894         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
895           have PIC14 handled like PIC16, fixes broken pic14 linker calls
896         * src/pic/gen.c (resolveIfx): do not "invent" labels
897         * (genSkipc): changed to positive logic
898         * (genSkipCond): removed as no longer needed
899         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
900           backport from PIC16
901         * (genLeftShift): check operands are in different registers
902         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
903           INCF does not update CARRY...
904         * src/pic/main.c: fixed _linkCmd
905         * src/pic/pcode.c (unlinkpCode): added inactive code
906         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
907           alive (do not assign result and operand overlapping registers)
908
909 2005-07-22 Raphael Neider <rneider AT web.de>
910
911         * src/pic/device.c (dump_sfr): replaced register declaration with
912           call to emitSymbolToFile() to avoid duplicate symbols
913         * (assignRelocatableRegisters): do not declare external symbols
914         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
915           right (take size of type, not etype)
916         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
917         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
918         * (packRegsForAccUse): disabled assignment of WREG as
919           the result reg to prevent occurence of just fixed #1235003,
920           fixes #1242954
921         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
922           symbols (avoids duplicate symbols in .asm file)
923         * (pic14emitRegularMap): use emitSymbolToFile()
924         * src/pic/gen.c (aopOp): fixed spillLocation handling
925         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
926         * (genDataPointerSet): removed unneccessary variables/output
927
928 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
929
930         * as/mcs51/lkarea.c: enlarged codemap for banked memory
931         * device/lib/mcs51/crtbank.asm: added # to 0x0F
932
933 2005-07-21 Raphael Neider <rneider AT web.de>
934
935         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
936           architecture cannot handle them efficiently, fixes bug #1235003
937         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
938           check for empty sets before using them (fixes bug #1232190)
939
940 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
941
942         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
943           (lnksect2): generate warnings for memory overlap
944         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
945           constseg to set the name of these segments so you can instruct the linker
946           to place them in banks
947         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
948         * src/SDCCglobl.h: added MODEL_HUGE to enum,
949           added code_seg and const_seg to options
950         * src/SDCCglue.c (emitMaps): use options.const_seg,
951           (createInterruptVect): put interrupt vectors in segment HOME,
952           (glue): put HOME before static segment and put the main glue in HOME,
953           (glue): use options.code_seg
954         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
955         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
956           these segments so you can instruct the linker to place them in banks
957           (linkEdit): use code_loc for HOME segment which should be the first
958           segment in code memory now
959         * src/SDCCmem.c: fixed more stuff like bug 1238386
960         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
961           (changePointer): don't change function pointers to code pointers for
962           banked functions,
963           (compareType): added exceptional check for banked function pointers
964         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
965         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
966           after static in code memory
967         * src/mcs51/gen.c: added aopLiteralLong prototype,
968           (aopForSym): use getSize for functions,
969           (genCall): generate banked calls over one trampoline __sdcc_banked_call
970           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
971           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
972           the segment,
973           (genPcall): use call for literal function pointers and generate banked
974           calls over the one trampoline so there's only one place for the user to
975           modify according to his/hers hardware,
976           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
977           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
978         * src/mcs51/main.c: added keyword banked,
979           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
980         * support/Util/SDCCerr.c,
981         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
982           needed for passing the bank and address to the trampoline
983         * device/lib/mcs51/crtbank.asm: added for bankswitching
984         * device/lib/mcs51/Makefile: added crtbank
985
986 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
987
988         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
989           for fields at offset 0 of a struct or union as reported
990           on 2005-07-07 in the developer mailing list.
991
992 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
993
994         * src/SDCCmem.c: fixed bug 1238386
995
996 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
997
998         * src/mcs51/peeph.def: added labelrefcounting for peepholes
999           (patch #1144962), added peephole 300, enabled 259.x
1000         * doc/sdccman.lyx: removed screenshot and provided link instead
1001
1002 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1003
1004         * doc/sdccman.lyx: added section about debugging with ddd
1005         * doc/figures/ddd_example.eps: screenshot of debugging session
1006
1007 2005-07-04 Raphael Neider <rneider AT web.de>
1008
1009         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1010           like CODE pointers, fixes #1115683
1011         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1012           call, fixes bugs #1232211, #1228110,
1013           fixed wrong casts to pCodeFlow from pCodeInstructions
1014
1015 2005-07-04 Raphael Neider <rneider AT web.de>
1016
1017         * src/pic/gen.c (popGet): changed assert to allow for
1018           bit operands
1019         * (popGetAddr): changed signature to provide
1020           an additional index, patched all call sites
1021         * (genCmpEq): handle literal-like operands correctly
1022         * (genAddrOf): added sanity checks on __code/__data pointers
1023         * (genAssign): added handling of symbols from __code section
1024         * (gencjne): do not generate code for comparisons whose result
1025           is neither stored nor used, fixes bug #1171114
1026         * (AccLsh, AccRsh): operate on operand instead of WREG
1027         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1028           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1029           by known count
1030         * rewrote complete shift-by-literal logic, commented unused
1031           functions out
1032         * (genConstPointerGet): get multiple bytes (if result size > 1),
1033           fixed handling of non-immediate addresses
1034         * (genPointerGet): handle CODE pointers like CONST pointers
1035         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1036         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1037           operand is to be treated as a literal or not
1038         * (mov2w,genPcall,genCmpEq),
1039           src/pic/genarith.c: use aop_isLitLike() to decide between
1040           literal/register contents
1041         * (addSign): added missing offset
1042         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1043           only emit comment in debug-mode,
1044           use {aop,op}_isLitLike throughout the file
1045         * src/pic/glue.c: fix initializers for pointers (work in progress)
1046         * src/pic/pcode.c (get_op): honor index on _const symbols
1047         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1048         * (dumppBlock): added pCode size estimation
1049         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1050           check for IS_SYMOP before OP_SYMBOL'ing
1051         * fixed indentation, compacted switch-statements
1052         * (allocReg): find free register and allocate it instead of
1053           allocating new registers all the time
1054         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1055           registers as its operands (necessary only for multibyte GETs)
1056
1057 2005-07-01 Raphael Neider <rneider AT web.de>
1058
1059         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1060           debugging .asm-output macros FENTRY + FEXIT
1061         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1062           way... I wonder...
1063         * (emitpComment): NEW, printf to pCode
1064         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1065           offset handling
1066         * (popGetAddr): NEW, variant of popGet to access an immediates
1067           high(er) bytes instead of the n'th byte of memory they reference,
1068           replaced popGet with popGetAddr where neccessary
1069         * (genDataPointerGet): reactivated and fixed implementation
1070         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1071           accesses
1072         * (genDataPointerSet): fixed multibyte assignments
1073         * (genpic14Code): fixed --i-code-in-asm handling
1074         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1075         * (genPlus): fixed index-out-of-bounds error
1076         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1077         * src/pic/ralloc.c: added debugging output macro FENTRY2
1078         * (spillThis): fixed indentation, enbraced for-body for clarity
1079         * (rematStr): commented out as now unused
1080         * (regTypeNum): commented out special spill case (overwrites
1081           arbitrary values)
1082         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1083
1084 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1085
1086         * doc/sdccman.lyx: documented sfr16/sfr32,
1087           added example for using storage class with function pointers
1088         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1089
1090 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1091
1092         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1093         * device/lib/_itoa.c,
1094         * device/lib/_ltoa.c: optimized codesize
1095         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1096           but don't know how to suppress the double warning.
1097         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1098         * support/Util/SDCCerr.c,
1099         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1100
1101 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1102
1103         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1104           fixed old K&R prototypes
1105         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1106         * device/lib/_gptrget.c,
1107         * device/lib/_gptrgetc.c,
1108         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1109           also new versions for small generic pointers and banked generic pointers
1110         * src/port.h: added const_name
1111         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1112         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1113         * src/SDCCcse.c (findPrevIc): check all associative operators
1114         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1115         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1116         * src/SDCCmem.c: updated comments,
1117           set far-space to 0 for pdata, results in optimized code
1118         * src/SDCCmem.h: added macro CONST_NAME
1119         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1120           moving the info into the highest bits, see also gptrget/gptrput
1121         * src/src.dsp: added sdcc.ico to project files
1122         * src/avr/gen.c (genCast): fixed bug 0x%d
1123         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1124         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1125           relation between ptr_type and DCL_TYPE,
1126           (genCast): fixed bug 0x%d
1127         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1128           (CODE)" for const_name
1129         * src/hc08/gen.c (genCast): fixed bug 0x%d
1130         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1131           (hc08_port): added "CONST (CODE)" for const_name
1132         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1133           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1134           between ptr_type and DCL_TYPE,
1135           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1136           operand* and took AOP() inside function so sfr-ness can be checked,
1137           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1138           new prototype,
1139           (genFunction, genEndFunction): optimized stack setup,
1140           (genMinus): optimized for literals with ending zeroes (in bytes),
1141           (genCast): fixed bug 0x%d
1142         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1143           (mcs51_port): added "CONST (CODE)" for const_name
1144         * src/mcs51/peeph.def: made rule 226 more generic
1145         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1146         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1147         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1148         * src/z80/main.c (z80_port): added NULL for const_name,
1149           (gbz80_port): added NULL for const_name
1150         * support/regression/tests/bug663539.c,
1151         * support/regression/tests/sfr16.c: new tests
1152
1153 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1154
1155         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1156
1157 2005-06-24 Raphael Neider <rneider AT web.de>
1158
1159         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1160           corrected typos...
1161         * device/include/pic16/signal.h: added USBIF
1162           and SIG_USB
1163
1164 2005-06-24 Raphael Neider <rneider AT web.de>
1165
1166         * device/lib/pic16/libdev/pic18f2455.c,
1167           device/include/pic16/pic18f2455.h: NEW
1168         * device/include/pic16/pic18fregs.h,
1169           device/lib/pic16/pics.all,
1170           src/pic16/device.c: added 18f2455
1171         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1172           device/include/pic16/{pic18f[68][567].h,usart.h}:
1173           replaced MULTIPLE_USARTS define with more relaible
1174           compatibility sfrs (for USART access)
1175
1176 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1177
1178         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1179           and the output asm file line is printed on two lines.
1180
1181 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1182
1183         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1184           BGT, BLE, BHI, and BLS instructions
1185         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1186           genCmpEq): removed
1187         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1188           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1189           fixes bug #1216342
1190         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1191
1192 2005-06-15 Raphael Neider <rneider AT web.de>
1193
1194         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1195         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1196         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1197           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1198           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1199
1200 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1201
1202         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1203           Marcel Telka in bug #1215704
1204
1205 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1206
1207         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1208           located in shared memory bank.
1209
1210 2005-05-31 Raphael Neider <rneider AT web.de>
1211
1212         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1213           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1214           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1215
1216 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1217
1218         * device/lib/_strncpy.c: fixed the fix
1219
1220 2005-05-26 Raphael Neider <rneider AT web.de>
1221
1222         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1223           initializers with \0, bug #1208187
1224         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1225           intializers with \0, bug #1208187
1226
1227 2005-05-26 Raphael Neider <rneider AT web.de>
1228
1229         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1230           initializers with \0, bug #1208187
1231         * src/pic16/main.c (_process_pragma): added sanity checks
1232           for stack position and size, emit warnings when appropriate
1233
1234 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1235
1236         * device/lib/_strncpy.c: fixed not filling with \0
1237
1238 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1239
1240         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1241           createFunction),
1242         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1243           compound_statement),
1244         * src/SDCCsymt.h,
1245         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1246
1247 2005-05-24 Raphael Neider <rneider AT web.de>
1248
1249         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1250
1251 2005-05-24 Raphael Neider <rneider AT web.de>
1252
1253         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1254           TRISE definitions, closes bug #1162453
1255
1256 2005-05-22 Raphael Neider <rneider AT web.de>
1257
1258         * src/pic16/main.c (_process_pragma): check for missing
1259           arguments to pragmas code and udata
1260         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1261           consistency fixes to match other headers (thanks to Jim Paris)
1262         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1263
1264 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1265
1266         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1267
1268 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1269
1270         * support/regression/tests/bug1198642.c: new test
1271         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1272         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1273         * support/scripts/resource.h,
1274         * support/scripts/resource.rc,
1275         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1276         * support/scripts/sdcc.ico: added 32x32 icon
1277
1278 2005-05-18 Raphael Neider <rneider AT web.de>
1279
1280         * device/lib/pic16/libdev/pic18f*.c,
1281         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1282           keywords to "__sfr" and "__at (X)"
1283         * device/include/pic16/pic18fregs.h: added pic18f4520
1284         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1285           #1203088 (MPLAB compatibility)
1286
1287 2005-05-17 Raphael Neider <rneider AT web.de>
1288
1289         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1290         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1291         * device/lib/pic16/pics.all: added new devices
1292         * src/pic16/device.c: added support for pic18f4520
1293
1294 2005-05-16 Raphael Neider <rneider AT web.de>
1295         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1296         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1297         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1298           convenience function for bit access
1299
1300 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1301
1302         * device/lib/printf_large.c: fixed bug 1193299
1303         * support/regression/tests/bug1057979.c: added test %3.3s
1304
1305 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1306
1307         * device/include/mcs51/8051.h,
1308         * device/include/mcs51/8052.h: made parseable with lint
1309         * device/include/mcs51/lint.h: added include file for (sp)lint
1310         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1311         * doc/cdbfileformat.lyx,
1312         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1313
1314 2005-05-14 Raphael Neider <rneider AT web.de>
1315
1316         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1317         * device/lib/pic16/libc/stdlib/itoa.c (new)
1318         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1319         * device/lib/pic16/libio/Makefile: exclude subdir according to
1320           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1321         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1322         * src/pic16/gen.c (genFunction): prevent annoying warning
1323         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1324           nameclashes on BeOS
1325         * support/cpp2/cppmain.c (cpp_output_string): new
1326         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1327           fixes bug 1116802
1328
1329 2005-05-13 Borut Razem <borut.razem AT siol.net>
1330
1331         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1332
1333 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1334
1335         * .version: changed to version 2.5.1; back to bleeding edge development
1336
1337 2005-05-11 Borut Razem <borut.razem AT siol.net>
1338
1339         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1340           generate PDF version 1.3 documents
1341
1342 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1343
1344         * .version: changed to version 2.5.0
1345
1346 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1347
1348         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1349
1350 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1351
1352         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1353         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1354         well as many smaller updates.
1355         * .version: changed to version 2.5.0-pre1
1356
1357 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1358
1359         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1360
1361 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1362
1363         * support/regression/tests/bug1185672.c: added
1364         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1365           bug 1185672
1366         * src/mcs51/gen.c (genCall): added comments, made it look safer
1367         * src/mcs51/gen.c (genEndFunction): simplified
1368
1369 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1370
1371         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1372
1373 2005-04-14 Borut Razem <borut.razem AT siol.net>
1374
1375         * fixed bug 1045046 - SIGSEGV with really simple code?:
1376           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1377           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1378
1379 2005-04-14 Borut Razem <borut.razem AT siol.net>
1380
1381         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1382           src/pic16/device.h: temporarily disabled experimental #inline pragma
1383           for 2.5.0 release
1384
1385 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1386
1387         * device/include/z80/stdio.h,
1388         * device/include/z80/string.h: removed these highly incomplete files so
1389           SDCC can use the default ones in device/include/
1390
1391 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1392
1393         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1394         gcc warning.
1395         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1396         fix sdcpp warnings.
1397
1398 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1399
1400         * device/include/malloc.h: removed redundant __reentrant prototypes
1401         * device/lib/_mullong.c: added working xstack variant in asm (C version
1402           doesn't pass regression tests)
1403         * device/lib/bpx.c: used __data and made bpx char for mcs51
1404         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1405           (createFunction): fixed bug with xstackPtr
1406         * src/SDCCcse.c: corrected comments
1407         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1408           (killDeadCode, eBBlockFromiCode): removed unused code
1409         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1410           corrected comments
1411         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1412           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1413           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1414           (genModOneByte): fixed warning in MSVC
1415         * src/mcs51/main.c (): added comments
1416         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1417
1418 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1419
1420         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1421
1422 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1423
1424         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1425
1426 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1427
1428         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1429         characters arrays of larger size than the declared one.
1430
1431 2005-04-10 Borut Razem <borut.razem AT siol.net>
1432
1433         * src/pic/gen.c (genInline),
1434           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1435           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1436           (findNextInstruction), (findPrevInstruction),
1437           (findInstructionUsingLabel),
1438           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1439         * src/pic/pcode.c (findLabel): added missing '\n'
1440         * src/src.dsp: added SDCCdwarf2.c to the project
1441
1442 2005-04-09 Borut Razem <borut.razem AT siol.net>
1443
1444         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1445
1446 2005-04-08 Raphael Neider <rneider AT web.de>
1447
1448         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1449           into the chain after a given one) and mergeDefmapSymbols (combine
1450           defmap entries for each symbol per pcode)
1451         * (createDefmap): have defmap entries merged in the end
1452         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1453           a symbol before replacing one access type's symbol, merge symbols in
1454           the end (replacement symbol might already have an entry)
1455         * (assignValnums): keep reference to written WREG intact
1456
1457 2005-04-08 Raphael Neider <rneider AT web.de>
1458
1459         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1460           Alpha)
1461
1462 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1463
1464         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1465         bytes
1466
1467 2005-04-07 Raphael Neider <rneider AT web.de>
1468
1469         * device/include/pic16/usart.h: added compatibility defines for
1470           devices with more than one USART
1471         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1472
1473 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1474
1475         * device/lib/Makefile.in: updated for port specific include
1476
1477 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1478
1479         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1480
1481 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1482
1483         * device/include/8051.h,
1484         * device/include/8052.h,
1485         * device/include/at89S8252.h,
1486         * device/include/at89c55.h,
1487         * device/include/at89x051.h,
1488         * device/include/at89x51.h,
1489         * device/include/at89x52.h,
1490         * device/include/mcs51reg.h,
1491         * device/include/reg51.h,
1492         * device/include/reg764.h,
1493         * device/include/regc515c.h,
1494         * device/include/sab80515.h: (re)moved these 12 files
1495         * device/include/mcs51/8051.h,
1496         * device/include/mcs51/8052.h,
1497         * device/include/mcs51/at89S8252.h,
1498         * device/include/mcs51/at89c55.h,
1499         * device/include/mcs51/at89x051.h,
1500         * device/include/mcs51/at89x51.h,
1501         * device/include/mcs51/at89x52.h,
1502         * device/include/mcs51/mcs51reg.h,
1503         * device/include/mcs51/reg51.h,
1504         * device/include/mcs51/reg764.h,
1505         * device/include/mcs51/regc515c.h,
1506         * device/include/mcs51/sab80515.h: and added them here
1507
1508 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1509
1510         * device/include/stdarg.h: changed SDCC specific keywords to double
1511           underlined form.
1512         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1513           mcs51 and ds390.
1514         * device/include/hc08/mc68hc908gp32.h,
1515         * device/include/hc08/mc68hc908jb8.h,
1516         * device/include/hc08/mc68hc908jkjl.h,
1517         * device/include/hc08/mc68hc908qy.h: fixed comments
1518         * device/include/mcs51/README: updated
1519         * device/include/mcs51/c8051f120.h: added PINRSF
1520         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1521         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1522           amidst code. Also inline is not supported.
1523
1524 2005-04-06 Raphael Neider <rneider AT web.de>
1525
1526         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1527         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1528           callers stack/frame pointers
1529
1530 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1531
1532         * device/include/pic16/usart.h: added, missing in previous commit,
1533         * device/include/pic16/adc.h: fixed typo,
1534         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1535         commit,
1536         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1537         <p18fxxx.inc>
1538         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1539         uninitialized because a bug appears with gplink
1540         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1541         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1542         complains for unrecognised option
1543
1544 2005-04-05 Raphael Neider <rneider AT web.de>
1545
1546         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1547           structs as well (using memcpy)
1548         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1549           on ISRs (GOTO has no label)
1550         * src/pic16/device.h: added OF_OPTIMIZE_DF
1551         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1552           new data flow analysis/optimization
1553         * src/pic16/pcode.c: added (prototypes for and implementation of)
1554           dataflow analysis functions, fixed pCodeInstructions' inCond and
1555           outCond values, made RCALL a branch instruction
1556         * (pic16_unlinkpCode): keep C line if possible
1557         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1558           C line moved if possible
1559         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1560         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1561           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1562         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1563           new flow)
1564         * (pic16_getJumptabpCode): NEW, needed in...
1565         * (LinkFlow): fixed handling of jumptables, calls and conditional
1566           branches
1567         * (pic16_InsertCommentAfter): NEW
1568         * (pic16_pCodeReplace): made verbose and flow preserving
1569         * (AnalyzeFlow): added call to data flow analysis
1570         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1571         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1572         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1573
1574 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1575
1576         * src/SDCCast.c (decorateType): fixed bug #1105626
1577
1578 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1579
1580         * device/include/asm/pic16/features.h,
1581         * pic18f*.h headers,
1582         * device/include/pic16/adc.h,
1583         * device/include/pic16/delay.h,
1584         * device/include/pic16/i2c.h,
1585         * device/include/pic16/malloc.h,
1586         * device/include/pic16/stdio.h,
1587         * device/include/pic16/stdlib.h,
1588         * device/include/pic16/string.h,
1589         * device/lib/pic16/libc/stdio/printf_tiny.c,
1590         * device/lib/pic16/libc/stdio/printf_small.c,
1591         * device/lib/pic16/libc/stdio/strmgpsim.c,
1592         * device/lib/pic16/libc/stdio/strmmssp.c,
1593         * device/lib/pic16/libc/stdio/strmusart.c,
1594         * device/lib/pic16/libc/stdio/vfprintf.c,
1595         * device/lib/pic16/libc/stdlib/ltoa.c,
1596         * device/lib/pic16/libc/stdlib/putchar.c,
1597         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1598         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1599         * device/lib/pic16/libc/stdlib/memchrram.c,
1600         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1601         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1602         * device/lib/pic16/libio/adc/adcbusy.c,
1603         * device/lib/pic16/libio/adc/adcread.c,
1604         * device/lib/pic16/libio/adc/adcsetch.c,
1605         * device/lib/pic16/libio/usart/ubaud.c,
1606         * device/lib/pic16/libio/usart/ubusy.c,
1607         * device/lib/pic16/libio/usart/udrdy.c,
1608         * device/lib/pic16/libio/usart/uopen.c,
1609         * device/lib/pic16/libio/usart/uputc.c,
1610         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1611         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1612         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1613         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1614         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1615         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1616         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1617         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1618         specific keywords to double underlined form,
1619         * device/lib/pic16/libc/Makefile.rules,
1620         * device/lib/pic16/libsdcc/Makefile.rules,
1621         * device/lib/pic16/libm/Makefile,
1622         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1623         to compile with C standard set in Makefile.common
1624         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1625         rand.c and crc.c in compilation process,
1626         * device/lib/pic16/libsdcc/int/divuint.c,
1627         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1628         `c' from signed to unsigned,
1629         * device/lib/pic16/startup/crt0.c,
1630         * device/lib/pic16/startup/crt0i.c,
1631         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1632         keywords to double underlined form, bug fixes in _do_cinit function
1633         which prevented the correct initialization of the .idata segment,
1634         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1635         core to enter a infinite loop
1636         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1637
1638 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1639
1640         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1641
1642 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1643
1644         * device/include/Makefile.in: add support for hc08 subdirectory
1645         * device/include/hc08/: new subdirectory
1646         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1647         Lucas Loizaga, thanks!
1648         * device/include/hc08/mc68hc908qy.h,
1649         * device/include/hc08/mc68hc908gp32.h,
1650         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1651         their own directory. Changed internal macro names to use the compiler
1652         reserved namespace. Changed SDCC specific keywords to double
1653         underlined form.
1654         * device/include/math.h,
1655         * device/include/malloc.h,
1656         * device/include/stdarg.h,
1657         * device/include/stdbool.h
1658         * device/include/string.h,
1659         * device/include/tinibios.h,
1660         * device/include/ds400rom.h,
1661         * device/include/8051.h,
1662         * device/include/8052.h,
1663         * device/include/80c51xa.h,
1664         * device/include/at89c55.h,
1665         * device/include/at89S8252.h,
1666         * device/include/at89x51.h,
1667         * device/include/at89x52.h,
1668         * device/include/ds80c390.h,
1669         * device/include/reg764.h,
1670         * device/include/regc515c.h,
1671         * device/include/sab80515.h,
1672         * device/include/mcs51/c8051f000.h,
1673         * device/include/mcs51/c8051f018.h,
1674         * device/include/mcs51/c8051f020.h,
1675         * device/include/mcs51/c8051f040.h,
1676         * device/include/mcs51/c8051f060.h,
1677         * device/include/mcs51/c8051f120.h,
1678         * device/include/mcs51/c8051f300.h,
1679         * device/include/mcs51/c8051f310.h,
1680         * device/include/mcs51/c8051f320.h,
1681         * device/include/mcs51/c8051f330.h,
1682         * device/include/mcs51/c8051f350.h,
1683         * device/include/z180.h: Changed SDCC specific keywords to double
1684         underlined form.
1685
1686 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1687
1688         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1689         18F4455,
1690         * (pic16_assignConfigWordValue): disable testing of configuration
1691         register value with config mask,
1692         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1693         function with port->fun_prefix,
1694         * (genFunction): when generating a naked interrupt function never
1695         create an absolute segment placed in interrupt vector address, place
1696         the actual interrupt function at IVA instead, when an interrupt
1697         function is generated with unspecified interrupt then do not create
1698         the absolute section,
1699         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1700         code for generating a call to generic pointer get/put function with
1701         a call to function pic16_callGenericPointer(),
1702         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1703         the call to the generic pointer get/put functions with prefixing the
1704         function name with port->fun_prefix,
1705         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1706         * src/pic16/main.c (_process_pragma): prefix function with
1707         port->fun_prefix,
1708         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1709         calling assembler, old 18Fxxxx macro is deprecated,
1710         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1711         PC_ASMDIR in while condition,
1712         * (findInstruction): add PC_ASMDIR in while condition,
1713         * (buildCallTree): prefix main with port->fun_prefix,
1714         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1715         identifier for variable with banked access in instructions BTFSS,
1716         BTFSC, BCF, BSF, BTG
1717         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1718         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1719         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1720         perform optimization when enviroment variable NO_REG_OPT is set,
1721         * (insideLRBlock): NEW, return 1 if register is inside an
1722         INF_LOCALREGS block,
1723         * (RemoveRegFromLRBlock): remove a register that is completely
1724         eliminated by register optimization, but it is still left in local
1725         register store/restore in/from stack block,
1726         * (Remove2pcodes): after removing register, check to see if it
1727         should be removed from local register store/restore in/from stack
1728         block,
1729         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1730         DUMMY_READ_VOLATILE,
1731
1732         * device/include/pic16/adc.h: minor prototype modifications and
1733         update,
1734         * device/include/pic16/malloc.h: added GPL notice various
1735         modifications,
1736         * device/include/pic16/stdint.h: NEW, standard header for ints
1737         * device/include/pic16/delay.h: NEW, header for delay functions,
1738         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1739         delay1mtcy,
1740         * device/include/pic16/signal.h: NEW, header providing helper macros
1741         for implementing signal handlers,
1742         * device/include/pic16/stdio.h: added prototypes for functions,
1743         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1744         prototypes for stdin and stdout, added macro PUTCHAR to
1745         automatically implement putchar function prototype,
1746         * device/include/pic16/usart.h: modified and updated USART library,
1747         * device/lib/pic16/libio/adc/,
1748         * device/lib/pic16/libio/i2c: some modifications to improve library
1749         performance,
1750         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1751         family of functions,
1752         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1753         family of functions and other sources,
1754         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1755         of the PIC18Fxx[28] devices,
1756         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1757         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1758         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1759         _do_cinit function, because the previous failed when local variables
1760         where not placed in the same memory bank,
1761         * device/lib/pic16/libsdcc/char/: various modifications to improve
1762         library performance,
1763         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1764         information on the new functions of the c library and more...
1765
1766 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1767
1768         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1769
1770 2005-03-26 Raphael Neider <rneider AT web.de>
1771
1772         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1773           if condition == CARRY)
1774         * (genCmp): adapted to new genSkipc semantics
1775         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1776           on rIfx (genCmp was broken)
1777
1778 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1779
1780         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1781         * src/z80/main.c (_keywords[]),
1782         * src/SDCCglobal.h (struct options),
1783         * src/SDCC.y,
1784         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1785         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1786         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1787         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1788         always available in leading double underscore form. The C99 support is
1789         mostly missing, but it's a start.
1790         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1791         reserved identifier "__data".
1792
1793 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1794
1795         * src/mcs51/peeph.def: fixed bug 1170013
1796
1797 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1798
1799         * device/include/mcs51reg.h: fixed bug 842007
1800
1801 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1802
1803         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1804         last time.
1805
1806 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1807
1808         * src/port.h (struct PORT),
1809         * src/avr/ralloc.c (avr_assignRegisters),
1810         * src/avr/main.c,
1811         * src/ds390/ralloc.c (ds390_assignRegisters),
1812         * src/ds390/main.c,
1813         * src/hc08/ralloc.c (hc08_assignRegisters),
1814         * src/hc08/main.c,
1815         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1816         * src/mcs51/main.c,
1817         * src/pic/ralloc.c (pic14_assignRegisters),
1818         * src/pic/main.c,
1819         * src/pic16/ralloc.c (pic16_assignRegisters),
1820         * src/pic16/main.c,
1821         * src/xa51/ralloc.c (xa51_assignRegisters),
1822         * src/xa51/main.c,
1823         * src/z80/ralloc.c (z80_assignRegisters),
1824         * src/z80/ralloc.h,
1825         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1826         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1827         * src/SDCCcse.h,
1828         * src/SDCCdflow.c (computeDataFlow),
1829         * src/SDCCdflow.h,
1830         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1831         * src/SDCCloop.h,
1832         * src/SDCCcflow.c (*),
1833         * src/SDCCcflow.h,
1834         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1835         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1836         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1837         immedDom() returning wrong block; probably fixes bug #1160833)
1838
1839 2005-03-20 Borut Razem <borut.razem AT siol.net>
1840
1841         * support/scripts/inc2h.pl: WIN32 port
1842
1843 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1844
1845         * device/lib/makefile.in: added abs.c and labs.c
1846
1847 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1848
1849         * device/include/stdint.h: added
1850         * device/lib/abs.c: added
1851         * device/lib/labs.c: added
1852         * device/include/stdlib.h: added abs() and labs() prototypes
1853         * device/lib/libsdcc.lib: added abs and labs
1854         * device/include/float.h,
1855         * device/lib/_fsmul.c,
1856         * device/lib/printf_fast.c,
1857         * device/lib/printf_tiny.c: updated comments
1858
1859 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1860
1861         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1862         bug #1164313
1863
1864 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1865
1866         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1867         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1868
1869 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1870
1871         * device/lib/printf_large.c: removed inline assembly for portability and
1872           readability. Use printf_fast if speed or size are more important.
1873         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1874         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1875
1876 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1877
1878         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1879         prevent compiler warning
1880
1881 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1882
1883         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1884         moved to level 0 and declared as static. Also they are explicit
1885         placed in access bank. This was necessery because some times they
1886         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1887         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1888         optimizations. Currently only compare to unsigned char is implemented,
1889         * src/pic16/gen.c: added fReturnIdx array,
1890         * (struct resolvedIfx) is moved to gen.h and made public,
1891         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1892         * (aopForSym): added an optimization to directly store in stack of
1893         the operand of a SEND iCode,
1894         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1895         but as registers instead (AOP_REG) using the fReturnIdx array,
1896         * (pic16_freeAsmop): remove the freed register from the
1897         _G.sregsAlloc field,
1898         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1899         a compare of 'WREG',
1900         * (pic16_popGetTempRegCond): changed function prototype, now
1901         function takes also a bitVector argument v which holds the current
1902         set of registers that are allocated for stack access by aopForSym,
1903         registers allocated in aopForSym for accessing stack symbols are not
1904         any more part of the functions usedRegs field,
1905         * (genCall): some times aopOp is called for a stack variable to be
1906         send, aopForSym might perform the push, if this is true make sure
1907         that genCall doesn't push the variable twice by testing _G.resDirect,
1908         * (genFunction): changed testing for unspecified interrupt number
1909         from 256 to INTNO_UNSPEC,
1910         * modified selection scheme of frame pointer generation. Previously
1911         if function did use local registers a frame pointer was generated,
1912         now a frame pointer is generated only if function has arguments
1913         (that need PLUSW2 register access), or has stack arguments, or the
1914         compiler is not instructed to omit the frame pointer,
1915         * (genEndFunction): before restoring local registers that were saved
1916         in the function preamble, also restore the registers that *might*
1917         have been allocated for stack access,
1918         * (genRet): removed some old comments,
1919         * (genCmp, the active (RN's) version): added a call to the
1920         pic16_genCmp_special function to perform the compare with a more
1921         robust and optimized way,
1922         * (genInline): a feature has been added in inline code generation,
1923         which allows a wildcard variable substitution when writing inline
1924         assembly. Code is incomplete and experimental therefore undocumented,
1925         * (genCast): changed order of aopOp for result and right to allow
1926         aopForSym to directly load the result if possible,
1927         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1928         perform an optimized compare on some selected special occasions,
1929         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1930         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1931         generate an IVT any more,
1932         * src/pic16/main.c (pic16_optionsTable): added command line option
1933         --optimize-cmp,
1934         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1935         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1936         macros,
1937         * src/pic16/NOTES: Raphael Neider added in list of active developers
1938         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1939         jumptable_end to prevent bug #,
1940         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1941         inCond and outCond fields,
1942         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1943         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1944         turn off register spilling,
1945         * (packRegsForOneUse): synced with other ports' versions although it
1946         is not used currently,
1947         * (pic16_packRegisters): added an optimization while reading
1948         structure bitfields, some registers may be saved (malloc code is
1949         decreased by 80 bytes)
1950
1951 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1952
1953         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1954         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1955         this can be optimized more?
1956
1957 2005-03-10 Raphael Neider <rneider AT web.de>
1958
1959         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1960           genNearPointerGet): (hopefully) fixed access to bitfields via
1961           pointers (p->bitN = x; and x = p->bitN; failed)
1962
1963 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1964
1965         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1966
1967 2005-03-09 Raphael Neider <rneider AT web.de>
1968
1969         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1970
1971 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1972
1973         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
1974         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
1975           (regTypeNum): set REG_BIT type if necessary
1976         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
1977         * support/regression/tests/critical.c: check bug 1144613
1978
1979 2005-03-02 Raphael Neider <rneider AT web.de>
1980
1981         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
1982
1983 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1984
1985         * src/avr/ralloc.c (serialRegAssign),
1986         * src/ds390/ralloc.c (serialRegAssign),
1987         * src/hc08/ralloc.c (serialRegAssign),
1988         * src/mcs51/ralloc.c (serialRegAssign),
1989         * src/pic/ralloc.c (serialRegAssign),
1990         * src/pic16/ralloc.c (serialRegAssign),
1991         * src/xa51/ralloc.c (serialRegAssign),
1992         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
1993
1994 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
1995
1996         * src/SDCCast.c (decorateType): fixed bug 1124787
1997
1998 2005-02-20 Hubert Sack <sack AT digiplan.de>
1999         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2000
2001         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2002         patch #1121755
2003
2004 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2005
2006         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2007         to keep the correct label reference count when adding/removing references
2008         to labels. A peephole file using this is appended to patch #1144962.
2009
2010 2005-02-14 Raphael Neider <rneider AT web.de>
2011
2012         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2013         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2014         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2015           retrievals of result operand's value on assignment
2016
2017 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2018
2019         * device/include/pic16/string.h: modified prototype for memccpy()
2020         to memccpy(void *, void *, char, size_t)
2021         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2022         check whether to omit frame pointer or not,
2023         * (genInline): convert all occurences of "\n" to LF in inline
2024         assembler blocks, this helps formatting the inline text,
2025         * (pic16_loadFSR0): modified prototype,
2026         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2027         removed some 8051 legacy code,
2028         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2029         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2030         before allocating temporary registers in functions,
2031
2032 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2033
2034         * support/regression/tests/bitvars.c: corrected the "fix"
2035
2036 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2037
2038         * support/regression/tests/bitvars.c,
2039         * support/regression/tests/bitwise.c,
2040         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2041
2042 2005-02-10 Raphael Neider <rneider AT web.de>
2043
2044         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2045           different size for Alpha
2046         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2047
2048 2005-02-09 Raphael Neider <rneider AT web.de>
2049
2050         * src/SDCC.lex(doPragma) : save and restore warning options as well
2051           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2052         * have #pragma less_pedantic set the errorlevel to WARNING
2053           (fixes #1117001)
2054         * (cloneOptimize) : fixed wrong malloc's size
2055         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2056           facilitate correct handling of #pragma (save|restore)
2057
2058 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2059
2060         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2061
2062 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2063
2064         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2065
2066 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2067
2068         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2069
2070 2005-02-02 Raphael Neider <rneider AT web.de>
2071
2072         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2073         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2074         * (pic16_storeForReturn): fixed to allow returning function pointers
2075         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2076         * device/include/pic16/{stddef.h,stdbool.h}: added
2077
2078 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2079
2080         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2081
2082 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2083
2084         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2085         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2086          appeared to be required
2087
2088 2005-01-31 Borut Razem <borut.razem AT siol.net>
2089
2090         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2091           include/mcs51 and include/z80 directories to the package
2092
2093 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2094
2095         * src/hc08/gen.c (genFunction): fixed bug #1112752
2096
2097 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2098
2099         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2100
2101 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2102
2103         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2104
2105 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2106
2107         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2108
2109 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2110
2111         * device/include/c8051fxxx.h: removed these 6 files
2112         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2113
2114 2005-01-26 Raphael Neider <rneider AT web.de>
2115
2116         * src/pic16/gen.c (genAssign): fixed assignment from longs
2117           in codespace (were cut to three bytes)
2118         * (genDummyRead): implemented (except for CODESPACE...),
2119           fixed bug #1108575
2120         * src/pic16/glue.c (emitStatistics): beautified
2121         * device/lib/pic16/libm/Makefile: added include path
2122
2123 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2124
2125         * src/z80/gen.c (aopPut): fixed bug #1103902
2126
2127 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2128
2129         * device/lib/expf.c: fixed bug #1095792
2130
2131 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2132
2133         * device/lib/pic16/libm: added Math library sources
2134
2135 2005-01-24 Raphael Neider <rneider AT web.de>
2136
2137         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2138           to enable upcast to pCodeOpReg2 (there is no type tag to
2139           differenciate the two and pic16_popGet2p cast into PCOR2)
2140         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2141           (sizeof(sectNames) changed to sizeof(sectName))
2142           Both patches fix segfaults under MinGW.
2143
2144 2005-01-23 Raphael Neider <rneider AT web.de>
2145
2146         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2147           Safe_[mc]?alloc()'ed variables
2148         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2149           of (byte sized) temporaries (assign them to WREG for now)
2150         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2151           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2152           this might fix SIGSEGVs on MinGW...
2153         * src/SDCCopt.c (killDeadCode): restored original behaviour
2154           (volatile operands might get thrown away though)
2155
2156 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2157
2158         * src/pic16/gen.c: fixed bug #1106975,
2159         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2160         pointer update, INTCON is saved, global interrupts are disabled and
2161         restored after updateing TOS.
2162         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2163         * added function attribute 'shadowregs' to take advantage of shadow
2164         registers,
2165         * added function attribute 'wparam' as an alternative to the wparam
2166         pragma,
2167         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2168         user declares a non-ISR function as 'shadowregs',
2169         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2170
2171 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2172
2173         * .version: bumped version number to 2.4.8
2174         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2175         pic16 port,
2176         * device/lib/pic16/libio/i2c/: I2C module support library,
2177         * device/include/pic16/i2c.h: I2C support library header,
2178         * device/lib/pic16/libc/stdio/: standard IO support sources,
2179         * (printf_small.c): printf_small() source, supports float print,
2180         * (printf_tiny.c): printf_tiny() source, does not support floats,
2181         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2182         enable global optimizations for entire library source, other
2183         Makefiles in the source tree are also modified to reflect this,
2184         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2185         function,
2186         * doc/sdccman.lyx: updated to reflect new changes,
2187         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2188         sym->onStack if-case,
2189         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2190         sbit, idata, _idata, xdata, _xdata,
2191         * added pragma library, to link an external library, (see doc),
2192         * removed command line options, --pomit-config-words, --pomit-ivt,
2193         --pleave-reset-vector,
2194         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2195         when calling assembler to reflect memory model used, also define
2196         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2197         reflect stack model used,
2198         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2199         on stack return NULL,
2200
2201 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2202
2203         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2204           of the operands is volatile. Fixes #1020220
2205
2206 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2207
2208         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2209         * (OptimizeRegUsage): make sure that there is really no other flow where
2210           the first pCode is used
2211
2212 2005-01-22 Raphael Neider <rneider AT web.de>
2213
2214         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2215           to fix #1106967 (pCode->seq are not set up correctly)
2216
2217 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2218
2219         * src/SDCCglue.c (glue): make sure code area is declared before the
2220         static initialization area.
2221
2222 2005-01-21 Raphael Neider <rneider AT web.de>
2223
2224         * device/lib/Makefile.in: fixed test for pic16 install dir
2225         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2226           optimizations
2227         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2228           added --optimize-goto compiler switch and pragma wparam documentation
2229         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2230         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2231           and PRODH closing bug #1071770 (peephole optimizer)
2232
2233 2005-01-19 Raphael Neider <rneider AT web.de>
2234
2235         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2236           cmdLine buffers (used when calling sdcpp...) are large enough
2237           (MAX_PATH=256 truncates arguments leading to system halts when
2238           used in MinGW...)
2239         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2240         * (genUminus): rewritten to for efficiency
2241         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2242           used uninitialized in some cases)
2243         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2244           copy the third byte from the int -- now assumes 0x80 (data memory)
2245         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2246           operands (genAddLit expects the iCode's operands to swapped as
2247           well), fixed leftover bytes (crashed for short left operands)
2248         * (pic16_genMinusDec): performance improvements, removed false
2249           PIC14 emitSKPNCs
2250         * (pic16_genMinus): fixed to cope with differently sized operands
2251         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2252           for --obanksel > 1
2253         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2254         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2255           new banksel optimization
2256         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2257           analysis for temporary registers (segfaults...)
2258         * src/pic16/peeph.def: added rule
2259
2260 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2261
2262         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2263         which converts a float number to its ASCII representation
2264         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2265         functions to convert the fractional and integer part of a float to ASCII,
2266         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2267         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2268         ram
2269         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2270         _STATMEM macros,
2271         * device/include/pic16/adc.h: added GPL info,
2272         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2273         a pCodeOp as tested operand,
2274         * (genNearPointerGet): optimized bit testing, does not use
2275         intermediate register for bit value, test directly instead with
2276         BTFSS, BTFSC, works only for single bits,
2277         * (genpic16Code): dump the name of the iCode in the asm,
2278         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2279         renamed to pic16_decodeOp,
2280         * (serialRegAssign): do not allocate a temporary register for iCode
2281         sequences that test a single bit for 1/0
2282
2283 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2284
2285         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2286         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2287         access stack and frame pointers. They are initially assigned to
2288         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2289         accessing SFRs. Updated all occurences of modification of stack or
2290         frame pointer in gen.c and pcode.c,
2291         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2292         assigning of a literal value to pointers,
2293         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2294         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2295         selected
2296
2297 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2298
2299         * doc/sdccman.lyx: update documentation about stack pragma, added
2300         some info for stack memory models
2301
2302 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2303
2304         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2305
2306 2005-01-08 Raphael Neider <rneider AT web.de>
2307
2308         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2309           udata sections to fix bug #1097823
2310
2311 2005-01-05 Raphael Neider <rneider AT web.de>
2312
2313         * src/pic16/gen.c (genGenericShift): added handling of differently
2314           sized left operand and result
2315
2316 2005-01-04 Raphael Neider <rneider AT web.de>
2317
2318         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2319         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2320           to hold the condition bit)
2321         * added new version of genCmp (old code available via #define)
2322         * added new version of genShiftLeft/genShiftRight in a generic
2323           way, now supports shifting by negative values
2324         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2325           shiftCount (expected by genGenericShift)
2326         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2327         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2328           dump
2329         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2330           is an invalid literal too...)
2331
2332 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2333
2334         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2335         from Raphael Neider,
2336         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2337         for 8-bit literals. This fixes some literal operands which are sign
2338         extended to 16-bits ints when instruction needs only 8-bits.
2339
2340 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2341
2342         * device/lib/logf.c: added mcs51 assembly version
2343         * device/lib/expf.c: added mcs51 assembly version
2344         * device/lib/_logexpf.c: new shared asm code for expf and logf
2345         * device/include/math.h: add defines for assembly math library
2346         * device/lib/Makefile.in: build new _logexpf.c
2347         * device/lib/libfloat.lib: use new _logexpf.c
2348
2349 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2350
2351         * src/pic/device.c
2352         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2353           device types which have less than 0x7f registers.
2354
2355 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2356
2357         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2358
2359 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2360
2361         * device/lib/printf_fast.c: only build on supported arch.
2362         * device/lib/printf_tiny.c: only build on supported arch.
2363         * device/lib/printf_fast_f.c: only build if asm float lib
2364         * device/lib/_fsget1arg.c: only build if asm float lib
2365         * device/lib/_fsget2args.c: only build if asm float lib
2366         * device/lib/_fsnormalize.c: only build if asm float lib
2367         * device/lib/_fsreturnval.c: only build if asm float lib
2368         * device/lib/_fsrshift.c: only build if asm float lib
2369         * device/lib/_fsswapargs.c: only build if asm float lib
2370         * device/include/stdio.h: don't provide print_fast,
2371           print_fast_f, print_tiny prototypes if --xstack used
2372
2373 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2374
2375         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2376         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2377           to the SOURCES
2378
2379 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2380
2381         * device/lib/printf_fast_f.c: same as printf_fast, but
2382           with floating point enabled
2383         * device/lib/printf_fast.c: minor tweaks
2384         * device/include/stdio.h: add printf_fast_f
2385
2386 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2387
2388         * src/SDCCmain.c: make --float-reent default for mcs51
2389         * device/lib/_fsadd.c: added mcs51 assembly version
2390         * device/lib/_fssub.c: added mcs51 assembly version
2391         * device/lib/_fsmul.c: added mcs51 assembly version
2392         * device/lib/_fsdiv.c: added mcs51 assembly version
2393         * device/lib/_fseq.c: added mcs51 assembly version
2394         * device/lib/_fsneq.c: added mcs51 assembly version
2395         * device/lib/_fsgt.c: added mcs51 assembly version
2396         * device/lib/_fslt.c: added mcs51 assembly version
2397         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2398         * device/lib/Makefile.in: add _fscmp to build
2399         * device/lib/libfloat.lib: add _fscmp to build
2400
2401 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2402
2403         * device/lib/_fs2slong.c: added mcs51 assembly version
2404         * device/lib/_fs2sint.c: added mcs51 assembly version
2405         * device/lib/_fs2schar.c: added mcs51 assembly version
2406         * device/lib/_fs2ulong.c: added mcs51 assembly version
2407         * device/lib/_fs2uint.c: added mcs51 assembly version
2408         * device/lib/_fs2uchar.c: added mcs51 assembly version
2409         * device/lib/_slong2fs.c: added mcs51 assembly version
2410         * device/lib/_sint2fs.c: added mcs51 assembly version
2411         * device/lib/_schar2fs.c: added mcs51 assembly version
2412         * device/lib/_ulong2fs.c: added mcs51 assembly version
2413         * device/lib/_uint2fs.c: added mcs51 assembly version
2414         * device/lib/_uchar2fs.c: added mcs51 assembly version
2415         * device/include/float.h: added #define to select asm vs c
2416
2417 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2418
2419         * device/lib/printf_fast.c: improvements to float output
2420         * device/include/float.h: add defines for assembly float library
2421         * device/lib/_fsget1arg.c: receive 1 float arg
2422         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2423         * device/lib/_fsnormalize.c: normalize a float
2424         * device/lib/_fsreturnval.c: return float, various helper routines
2425         * device/lib/_fsrshift.c: right shift a float's mantissa
2426         * device/lib/_fsswapargs.c: swap 2 floats
2427         * device/lib/Makefile.in: build these 6 new files for mcs51
2428         * device/lib/libfloat.lib: add these 6 files to the library
2429
2430 2004-12-26 Borut Razem <borut.razem AT siol.net>
2431
2432         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2433           built by gcc 3.4.2
2434
2435 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2436
2437         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2438           and fully reentrant and register bank neutral.
2439         * device/lib/printf_fast.c: added float (not enabled by default),
2440           added compact/slower integer (also not enabled by default),
2441           improved size/speed of fast integer code, other minor changes
2442         * device/include/stdio.h, device/lib/Makefile.in,
2443           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2444
2445 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2446
2447         * src/pic16/pcode.c: declaring variables other than at the start of a
2448           block is not supported in C by VC6.
2449
2450 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2451
2452         * applied a previous patch from Raphael Neider that wasn't included
2453         in the previous commits, which fixes infinite loops within jumptable
2454         improvements,
2455         * made some fixes that previous patches introduced
2456
2457 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2458
2459         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2460         that fixes an issue with AOP_PCODE asmop's offset,
2461         * (pic16_popCopyReg): update instance field too,
2462         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2463         function of pic port,
2464         * (genCmp, genAnd, genAssign),
2465         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2466
2467 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2468
2469         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2470         variables initial values to idata section,
2471         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2472         variables in some functions. This utilizes parmBytes field of iCode
2473         structure to hold the offset of the variable in stack. (might be
2474         able to use the stack field too?)
2475         * applied patch from Raphael Neider # ### , # ###
2476         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2477         variable initial values in idata section,
2478         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2479         for static variables with initial value
2480         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2481         applied fix in while loop from Raphael Neider.
2482
2483 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2484
2485         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2486         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2487         * src/ds390/ralloc.c (serialRegAssign): spill bits
2488         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2489         * support/Util/SDCCerr.c,
2490         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2491         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2492         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2493
2494 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2495
2496         * device/include/sdcc-lib.h: inserted LGPL, added includes
2497           asm/ds390/features.h and asm/mcs51/features.h
2498         * device/include/asm/default/features.h,
2499         * device/include/asm/gbz80/features.h,
2500         * device/include/asm/z80/features.h: added empty _AUTOMEM
2501           and _STATMEM
2502         * device/include/asm/ds390/features.h,
2503         * device/include/asm/mcs51/features.h: added files with defines for
2504           _AUTOMEM and _STATMEM indicating automatic and static storage class
2505         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2506         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2507         * src/SDCCicode.c (geniCodeCast),
2508         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2509         * src/SDCCloop.c (loopInduction): removed unused variable lr
2510         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2511           to convertToFcall to include char modulo (RFE 1065037), added check
2512           if left operand is unsigned and use abs of literal value
2513         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2514           as it doesn't work after conversion from peephole.def to peephole.rul
2515         * src/mcs51/gen.c (toBoolean): added check for size,
2516           (genModOneByte): optimized code for signed char modulo a literal
2517           power of 2 (thanks to Hubert Sack),
2518           (genRRC): removed unnecessary "clr c",
2519           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2520         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2521           jump optimization,
2522           swapped rules 256.c and 256.d,
2523           extended 256.d by using new multiple checks (thanks Erik),
2524           added rules 256.e and 256.f,
2525           updated rule 261.a and 261.b to new generated code
2526         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2527
2528 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2529
2530         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2531           induction related bugs, including first part of bug #1074377
2532
2533 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2534
2535         * applied patch from bug-report #1076292,
2536         * applied patches for genAnd and Goto-optimizations for Raphael
2537         Neider,
2538         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2539         dump a less iCode information,
2540         * src/pic16/device.h (pic16_options_t): added field debgen,
2541         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2542         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2543         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2544         puclic,
2545         * (various functions): added macros FENTRY and FENTRY2 to functions,
2546         to emit function prologue,
2547         * (various functions): fixed indentation,
2548         * (genNearPointerGet): fixed loading of FSR0,
2549         * (genPackBits): applied patch from Raphael Neider to fix updating
2550         of FSR0 and touching only the modified bits,
2551         * src/pic16/genarith.c (various functions): added macros FENTRY to
2552         emit function prologue in comments,
2553         * src/pic16/pcode.h: added functions debugf2, debugf3,
2554         * src/pic16/ralloc.c: partial fix for packForPush caused
2555         segmentation fault,
2556
2557 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2558
2559         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2560           <stsp AT users.sourceforge.net> with reversed byte order
2561         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2562
2563 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2564
2565         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2566           bug #1074377
2567         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2568         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2569
2570 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2571
2572         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2573
2574 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2575
2576         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2577           conditions,
2578           (setFromConditionArgs): friendly operand parser for peephole rules,
2579           (operandBaseName, operandsNotRelated): new peephole condition
2580           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2581           architecture specific register naming into account, handles n-way
2582           comparisons, and supports quoted literals
2583         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2584
2585 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2586
2587         * src/mcs51/peeph.def: fixed bug #1076940
2588
2589 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2590
2591         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2592
2593 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2594
2595         Adding support for replacing ljmps with sjmps in jumptables
2596         generated for switch statements. For now you need to set the
2597         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2598         Now 4 algorithms for mcs51 jumptable generation are used:
2599         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2600         addresses loaded pc-relative for up to 112 cases and stack-pushing
2601         target addresses loaded with offset from dptr for up to 256 cases.
2602
2603         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2604         * src/mcs51/main.c: adapted constants for switch table generation
2605         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2606
2607 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2608
2609         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2610         * support/regression/tests/bug1057979.c: added test for bug 1073386
2611
2612 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2613
2614         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2615         compilers
2616
2617 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2618
2619         * src/pic16/device.h,
2620         * src/pic16/genarith.c,
2621         * src/pic16/glue.c,
2622         * src/pic16/main.c,
2623         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2624
2625 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2626
2627         Large cummulative patch for pic16 port.
2628         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2629         to call when a stack overflow occurs,
2630         * (malloc.h): added CVS Id tag,
2631         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2632         variable,
2633         * added libc directory. The current version of LibC contains string
2634         functions, ctype functions and macros and some functions of the
2635         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2636         be extensively tested in the future. Standard disclaimer here.
2637         Library is not automatically build yet. But one can build it by
2638         invoking 'make' inside the libc directory.
2639         * added ADC library under libio. Preliminary version yet.
2640
2641         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2642         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2643         aopForRemat() now and not by pic16_aopOp(),
2644         * (pic16_popGetTempReg): removed warning messgae when allocating
2645         temporary registers, its a buggy feature and will be removed,
2646         * (pic16_popGet): set register instance field in AOP_CRY,
2647         * (pic16_outBitC): fixed for results in size greater than 1,
2648         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2649         * (pic16_storeForReturn): optimized return of 0,
2650         * (genCmp): experimental code for new genCmp which uses PIC18's
2651         special compare&skip instructions. Initial tests fail some times
2652         with variables grater than 1 byte in size, so new code is disabled,
2653         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2654         a single bit,
2655         * (genCast): began a fix to optimize the casting of a bit to another
2656         bit, now assigning a bitfield to another bitfield will fail, sorry,
2657         * src/pic16/main.c: disabled the use of lr-support feature,
2658         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2659         * added some function prototypes, added function _debugf prototype,
2660         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2661         bits with offset (case PO_GPR_BIT),
2662         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2663         command line,
2664         * (isBankInstruction): modified to return 0 for no banking instruction,
2665         and 1 for banking instruction,
2666         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2667         caused stop processing pCodes after a inline assembly block,
2668         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2669         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2670         registers when it shouldn't,
2671         * src/pic16/ralloc.c (allocReg): add preliminary support for
2672         supporting a limited set of temporary registers,
2673
2674 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2675
2676         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2677           genDataPointerSet): ensure assignments always copy in MSB to LSB
2678           order,
2679           (loadRegFromAop): recognize CLRH optimization,
2680           (genFunction): optimize RECEIVE iCodes in reentrant functions
2681
2682 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2683
2684         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2685           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2686           selected.
2687         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2688         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2689           contiguous with data
2690
2691 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2692
2693         * device/lib/_gptrget.c (_gptrget),
2694         * device/lib/_gptrgetc.c (_gptrgetc),
2695         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2696           instead of sjmp to ret
2697         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2698           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2699
2700 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2701
2702         * .version: bumped version to 2.4.7
2703         * device/lib/_gptrget.c (_gptrget): is now _naked
2704         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2705         * device/lib/_gptrput.c (_gptrput): is now _naked
2706         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2707           (createFunction): fixed xstack
2708         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2709         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2710           or bit either,
2711           (geniCodeCritical): store original interrupt state in an iTemp bit
2712           var unless stack-auto
2713         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2714         * src/SDCCmain.c (setIncludePath): added include/target to search path
2715         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2716         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2717           prototype,
2718           (processFuncArgs): put bit vars in bit area
2719         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2720           unsaveRBank): fixed xstack,
2721           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2722           (genFunction, genEndFunction): fixed xstack,
2723           (genAssign): optimization don't walk backwards through mem
2724         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2725         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2726         * support/regression/Makefile: also make library (for stack-auto) when
2727           making "all" and added "test-mcs51-xstack-auto"
2728         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2729         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2730         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2731         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2732         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2733           make-library by MAKE_LIBRARY
2734         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2735           regression tests for xstack
2736         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2737         * support/regression/tests/critical.c: test for critical on mcs51
2738
2739 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2740
2741         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2742           built version of sdcc instead of installed version
2743
2744 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2745
2746         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2747         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2748           vprintf.c now
2749         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2750         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2751           WARNING: remove device/lib/build/z80/printf.o by hand when
2752           updating from previous build!
2753         * device/lib/z80/printf.c: updated comment
2754         * support/regression/tests/bug1057979.c: test all ports now
2755         * support/regression/tests/bug1065458.c: file added
2756
2757 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2758
2759         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2760           *_start and *_end symbols for static functions
2761
2762 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2763
2764         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2765           and search crt0.o in all library paths,
2766           (setIncludePath): proper handling of --nostdinc,
2767           (setLibPath): proper handling of --nostdlib
2768         * support/regression/Makefile,
2769         * support/regression/ports/ds390/spec.mk,
2770         * support/regression/ports/gbz80/spec.mk,
2771         * support/regression/ports/hc08/spec.mk,
2772         * support/regression/ports/mcs51/spec.mk,
2773         * support/regression/ports/mcs51-large/spec.mk,
2774         * support/regression/ports/mcs51-stack-auto/spec.mk,
2775         * support/regression/ports/z80/spec.mk: use include and lib files from
2776           built version of sdcc instead of installed version
2777         * doc/sdccman.lyx: fixed typo in --nostdinc
2778
2779 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2780
2781         * src/pic/pcode.c,
2782         * src/pic/device.c,
2783         * src/pic/ralloc.c,
2784         * src/pic/gen.c : added support to generate code for struct bit fields.
2785
2786 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2787
2788         * as/xa51/xa_version.h,
2789         * device/include/errno.h,
2790         * device/include/regc515c.h,
2791         * device/lib/_itoa.c,
2792         * device/lib/_ltoa.c,
2793         * device/lib/ser_ir_cts_rts.c,
2794         * sim/ucsim/xa.src/glob.cc,
2795         * sim/ucsim/xa.src/inst_gen.cc,
2796         * sim/ucsim/xa.src/xa_bit.cc,
2797         * sim/ucsim/xa.src/xa_sfr.cc,
2798         * sim/ucsim/z80.src/inst_dd.cc,
2799         * sim/ucsim/z80.src/inst_fdcb.cc,
2800         * support/scripts/keil2sdcc.pl,
2801         * src/pic16/pic16.dsp,
2802         * src/pic16/pic16a.dsp: corrected cvs line endings
2803         * device/lib/printf_large.c: fixed bug 1057979
2804         * src/pic16/gen.c: fixed non-C standard code
2805         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2806         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2807         * support/regression/ports/mcs51/support.c: reload T1 asap
2808         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2809           pdata use and clear idata startup behaviour
2810         * support/regression/tests/bug1057979.c: added
2811
2812 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2813
2814         * device/examples/ds390/ow390/ad26.h,
2815         * device/examples/ds390/ow390/cnt1d.h,
2816         * device/examples/ds390/ow390/crcutil.c,
2817         * device/examples/ds390/ow390/ownet.h,
2818         * device/examples/ds390/ow390/owsesu.c,
2819         * device/examples/ds390/ow390/swt12.h,
2820         * device/examples/ds390/ow390/swtoper.c,
2821         * device/examples/ds390/ow390/temp10.h,
2822         * device/examples/ds390/ow390/thermodl.c,
2823         * device/examples/ds390/tinitalk/tinitalk.dsp,
2824         * device/examples/ds390/tinitalk/tinitalk.dsw,
2825         * device/examples/mcs51/clock/hw.h,
2826         * device/examples/mcs51/simple2/go.bat,
2827         * device/examples/serialcomm/windows/serial.h,
2828         * device/examples/xa51/dummy.c,
2829         * device/examples/xa51/hello.c,
2830         * device/include/80c51xa.h,
2831         * device/include/at89x051.h: corrected cvs line endings
2832
2833 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2834
2835         * src/pic16/main.c (options): added command line --gstack, to trace
2836         stack over/under flows,
2837         * added pragma 'wparam' to allow passing first byte of function
2838         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2839         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2840         call to __gstack_test function and sets up the symbol as extern,
2841         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2842         * popaop): added call to pic16_testStackOverflow,
2843         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2844         wparamList list,
2845         * (genCall, genPcall): now all parameters are passed via stack
2846         except in functions that are pass to wparam pragma in which WREG is
2847         used too,
2848         * (genPcall): REENTRANT flag is checked to see if variable prototype
2849         contains reentrant keyword, don't call a non-reentrant function, via
2850         a reentrant function pointer or vice versa, functions are never
2851         passed via WREG,
2852         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2853         D.Winkler,
2854         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2855         SIGSEGV when accessing a NULL register stucture,
2856         * (pic16_printGPointerType): modified to handle UPPER modifier for
2857         function initializers, changed prototype of function to simpler one,
2858         * (pic16_printIvalFuncPtr): check to see if function is already
2859         added in externs list,
2860         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2861         optimized a move from W to SFR with a move to the same register
2862         later after a CALL,
2863         * device/lib/pic16/debug: NEW directory, contains debug features
2864         which are enabled when linking with libdebug.lib, currently command
2865         line option --gstack enables stack pointer tracing for over/under
2866         flow, corresponding sources are in debug/gstack
2867
2868 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2869
2870         * doc/sdccman.lyx: updated SDCC version,
2871         * (PIC16 port): update list of command line options,
2872         * src/pic16/device.h (structure pic16_options_t): added field gstack
2873         to enable stack overflow tracing on push/pops,
2874         * src/pic16/device.c (statistics structure): added statistics
2875         structure,
2876         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2877         pic16_dump_int_registers): increase statistics counters for each
2878         * variable which is encountered
2879         * (pic16_dump_usection): emit each .udata variable to its own udata
2880         section,
2881         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2882         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2883         parameters via stack, otherwise use old scheme,
2884         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2885         assembler output file,
2886         * src/pic16/main.c: added command line options --gstack to enable
2887         push/pop tracing for stack overflow,
2888         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2889         instructions): added size of each instruction,
2890         * (pic16_countInstruction): estimate size of instructions in
2891         the_pFile list, inline assembly blocks are not counted,
2892         * (pic16_FixRegisterBanking): trace previous register usage, when
2893         banksel optimizations is greater than 0, don't emit a redudant
2894         banksel directive,
2895
2896 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2897
2898         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2899         * src/pic16/ralloc.c : applied same fix for pic16.
2900         * src/pic/gen.c : tidied it up a little.
2901
2902 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2903
2904         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2905         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2906
2907 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2908
2909         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2910
2911 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2912
2913         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2914         non-reentrant function __modsint in the interrupt function (thus
2915         corrupting math operations during serial I/O)
2916         * device/lib/ser_ir.c: as above, changed buffersize
2917         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2918         256.c,d for zeroing
2919         * doc/Makefile: added option -t for rsync
2920
2921 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2922
2923         * src/SDCCast.h (struct ast),
2924         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2925
2926 2004-10-20 Borut Razem <borut.razem AT siol.net>
2927
2928         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2929         package
2930
2931 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2932
2933         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2934         makefile targets,
2935         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2936         support functions to replace long sequences of MOVFF's from access
2937         bank registers to stack and vice versa,
2938         * src/pic16/device.h: added new field opt_flags, where optimization
2939         flags can be set to enable certain features,
2940         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2941         * pBlock, (genFunction, genEndFunction): surroung loop for
2942         saving/loading used registers in stack with PC_INFO pCodes,
2943         INF_LREGS. Code in between can then be optimized by pCode optimizer
2944         to support function calls,
2945         * (genDataPointerSet): fixed bug which loaded float fields in
2946         structures with corrupt data,
2947         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2948         in a standard way debug info on stderr. Feature used for developing
2949         and debugging only,
2950         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2951         obsolete chunks of code,
2952         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2953         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2954         * pic16/src/pcode.c (pic16_newpCodeInfo,
2955         * (pic16_newpCodeOpLocalRegs),
2956         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2957         feature,
2958         * (pic16_pCodeConstString): printing of the initial value of a
2959         symbol as a comment is inhibited since parsing was already done by
2960         copyStr and output is corrupt,
2961         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2962
2963 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2964
2965         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2966
2967 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2968
2969         * as/mcs51/lkarea.c: removed old K&R style,
2970           (lnksect): changed check on boundary error,
2971           (lnksect2): changed check on boundary error,
2972           (lnksect2): extend XSTK to end of page if size = 1
2973         * as/mcs51/lkmain.c: removed old K&R style,
2974           (Areas51): create l_IRAM symbol
2975         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
2976         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
2977           model-mcs51-stack-auto, added model-mcs51-xstack-auto
2978         * device/lib/_mullong.c: added version to be compiled with xstack
2979         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
2980         * device/lib/mcs51/crtxclear.asm: clear pdata as well
2981         * device/lib/mcs51/crtxstack.asm: fixed comment
2982         * src/SDCCglue.c: maxInterrupts defaults to 0,
2983           (emitMaps): added pdata,
2984           (createInterruptVect): (re)moved default,
2985           (glue): added pdata,
2986           (glue): moved __start__xstack to XSTK with default size 1
2987         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
2988           and options.float_rent when options.stackAuto is set,
2989           (linkEdit): only write XDATA_NAME if provided on command line
2990         * src/SDCCmem.h,
2991         * src/SDCCmem.c: added pdata
2992         * src/port.h: added pdata_name to PORT
2993         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
2994           (saveRegisters, unsaveRegisters): removed usage of B,
2995           (genMinus): fixed accumulator clash,
2996           (genJumpTab): added comment, this needs another look
2997         * src/mcs51/gen.c: added check for "B in use" paranoia,
2998           added pushB() and popB()
2999         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3000           chance
3001         * src/avr/main.c,
3002         * src/ds390/main.c,
3003         * src/hc08/main.c,
3004         * src/mcs51/main.c,
3005         * src/pic/main.c,
3006         * src/pic16/main.c,
3007         * src/xa51/main.c,
3008         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3009           added PSEG (PAG,XDATA) or NULL to port specifier
3010         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3011         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3012           (_mcs51_genInitStartup): removed __start__xstack equ,
3013           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3014         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3015         * src/z80/gen.c (_rleAppend): fixed warnings
3016         * support/regression/tests/zeropad.c: added pdata test
3017         * .version: bumped to 2.4.6
3018
3019 2004-10-17 Borut Razem <borut.razem AT siol.net>
3020
3021         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3022         as a part of nightly build
3023
3024 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3025
3026         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3027         WREG holds the first byte function parameters,
3028         * (aopForSym): take special case for symbols which are in FARSPACE
3029         but in CODESPACE too,
3030         * (assignResultValue): modified to take into account _G.useWreg,
3031         * (genCall): don't use wreg for parameter passing when function is
3032         declared as reentrant, too, added optimization INCF to stack
3033         pointer when stack parameter count is 1,
3034         * (genFunction, genEndFunction): refurnished and fixed to not using
3035         wreg for passing parameters when function has varargs or is
3036         reentrant, fixed bug with symbol name compare for generating
3037         functions in absolute address,
3038         * (pic16_storeForReturn): refurnished,
3039         * (genCmp): began writing a new version of the function, not ready
3040         yet, therefore it is disabled,
3041         * (genAssign): do not read code memory when assigning a function to
3042         a pointer function,
3043         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3044         array of characters, not pointer,
3045         * (pic16initialComments): in debug mode emit an .ident directive for
3046         the assembler,
3047         * (_process_pragma): emit a new warning type (internal to pic16)
3048         when setting stack to default length, emit a similar warning when
3049         placing a function at absolute address and address is not word aligned
3050         * (_pic16_parseOptions): added 'return TRUE' statement,
3051         * (_pic16_linkEdit): if compiling a source, then add the source's
3052         file object, first in the list of objects to link,
3053
3054 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3055
3056         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3057         * src/pic/main.c : removed VC warning.
3058         * src/pic/gen.c : changed comment.
3059
3060 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3061
3062         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3063         reference to a deprecated symbol _GPTRREG was causing failure to
3064         link. Thanks G. M. Gallant for the info.
3065
3066 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3067
3068         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3069         comments for Bugs item #954788.
3070
3071 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3072
3073         * src/pic16/device.c (pic16_dump_gsection,
3074         * pic16_groupRegistersInSection): handle symbols declared to be in
3075         access bank differently,
3076         * src/pic16/gen.c (struct _G): added field resDirect,
3077         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3078         send values read from stack directly to result and don't allocate
3079         temporary values,
3080         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3081         same registers,
3082         * (pic16_sameRegsOfs): NEW,
3083         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3084         free because they were not allocated from temporary pool,
3085         * pic16_popRegFromString): workaround to fix a problem with
3086         allocating variables twice or never,
3087         * (genGenPointerGet): using PRODL instead of FSR0H,
3088         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3089         instead of FSR0H,
3090         * (genAssign): take advantage of the _G.resDirect flag,
3091         * (genCast): around line 11844, use mov2f instead of directly
3092         MOVFF'ing between operands to account for literal values,
3093         * src/pic16/genutils.c: some new debug functions for gpsim have been
3094         added,
3095         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3096         float with integer part only,
3097         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3098         place variables in access bank
3099         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3100         updated sources to reflect recent changes in gen.c
3101
3102 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3103
3104         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3105         sources that searched for headers in installation path, now the
3106         device/include/pic16 is used,
3107         * src/pic16/glue.c (pic16glue),
3108         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3109         .line directives if not in debug mode, this suppresses assembler's
3110         warnings for ignored directives
3111
3112 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3113
3114         * src/port.h: made reset_regparms prototype void parameter explicit.
3115         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3116         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3117         * doc/sdccman.lyx: documented warning disabling and how to use
3118           printf_large to make it print floats.
3119         * device/include/stdbool.h: NEW
3120         * device/lib/_atof.c,
3121         * device/lib/_divuint.c,
3122         * device/lib/_divulong.c,
3123         * device/lib/expf.c,
3124         * device/lib/printf_large.c,
3125         * device/lib/sincosf.c,
3126         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3127         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3128           a completely reentrant lib.
3129
3130 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3131
3132         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3133         * device/include/pic16/stdio.h: fixed bug with colon
3134
3135 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3136
3137         * device/include/pic16/stdio.h,
3138         * device/include/pic16/stdlib.h,
3139         * device/include/pic16/math.h: NEW
3140         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3141         declared as _naked to reduce overhead
3142         * device/lib/Makefile.in (target port-specific-objects-pic16):
3143         changed * to *.* so to ignore the CVS directory,
3144         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3145         stacked variables back in stack,
3146         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3147         corruption
3148
3149 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3150
3151         * .version: bumped version number to 2.4.5
3152         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3153         * support/Util/SDCCerr.c (messages structure): added entry for
3154         W_POSSBUG2
3155
3156         Large cumulative patch for pic16 port and libraries.
3157         * device/include/pic16/sdcc-lib.h,
3158         * device/include/pic16/stdarg.h,
3159         * device/include/asm/pic16/features.h,
3160         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3161         * device/include/pic16/float.h: changes reentrant keyword with
3162         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3163         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3164         updated target build-libraries to include objects from gptr,
3165         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3166         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3167         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3168         all function headings,
3169         * src/SDCCmain.c: added global parameter userIncDirsSet,
3170         * (parseCmdLine): when option -I is encountered add directory to
3171         userIncDirsSet too,
3172         * src/version.awk: added space between control and long,
3173         * src/pic16/NOTES: added some notes for the port,
3174         * src/pic16/gen.c: added prototype for mov2fp function,
3175         * (fReturnpic16[]): properly named return value registers,
3176         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3177         * (aopForSym): added code to handle symbols with onStack flag set,
3178         symbols onStack are allocated PTRSIZE bytes,
3179         * (aopFreeAsmop): handles special case where asmops are stack objects,
3180         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3181         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3182         added argument lock to trace flaws in allocating temporary registers
3183         when developing port,
3184         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3185         * (pic16_popRegFromString): reenabled allocating a direct register
3186         from string,
3187         * (assignResultValue): various beautifications,
3188         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3189         referenced function argument,
3190         * (genIpush): reenabled to allow stacked arguments, handles only
3191         ic->parmPush iCodes,
3192         * (genCall, genPcall): major changes to allow for variable argument
3193         functions, fixed a bug with falsely restoring stack pointer after
3194         returning from call,
3195         * (genFunction): pending code for critical function,
3196         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3197         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3198         * (genNearPointerGet): fixed bug with indirect reading, was always
3199         reading from INDF0
3200         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3201         pointers,
3202         * (genAddrOf): rewrote code to take address of a stacked function parameter
3203         * (genCast): fixed casting to generic pointer type,
3204         * src/pic16/gen.h: added AOP_STA,
3205         * (struct asmop): added field stk,
3206         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3207         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3208         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3209         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3210         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3211         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3212         generic pointers,
3213         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3214         and library paths,
3215         * (pic16_port structure): generic pointer size is set to 3,
3216         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3217         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3218         compiler warning,
3219         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3220         operand is an iTemp,
3221
3222 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3223
3224         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3225         * debugger/mcs51/simi.c: addapt new syntax of s51
3226
3227 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3228
3229         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3230         * src/pic16/pcode.c: commented out some calls to free() in order to
3231         fix bug #989576,
3232
3233 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3234
3235         * src/SDCCicode.h,
3236         * src/SDCCicode.c (isiCodeInFunctionCall),
3237         * src/avr/ralloc.c (selectSpil),
3238         * src/pic/ralloc.c (selectSpil),
3239         * src/pic16/ralloc.c (selectSpil),
3240         * src/ds390/ralloc.c (selectSpil),
3241         * src/hc08/ralloc.c (selectSpil),
3242         * src/xa51/ralloc.c (selectSpil),
3243         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3244         stack in the middle of a function call sequence (fixes bug #1020268)
3245         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3246         costs associated with the minimum switch case.
3247
3248 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3249
3250         * src/SDCC.lex: fixed bug #1030549
3251
3252 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3253
3254         * src/SDCCcse.h (struct cseDef),
3255         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3256         over a function call if the CSE is derived from a symbol whose
3257         address has been taken (fixes bug #1029883)
3258         * support/regression/tests/bug-1029883: a new regression test for
3259         this bug
3260
3261 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3262
3263         * src/hc08/gen.c (emitinline): fixed bug #1029778
3264         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3265         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3266         and starts toward RFE #905167)
3267
3268 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3269
3270         * src/pic16/gen.c (mov2f): New function to move an operand to
3271         another without considering if it is a literal or a register,
3272         * (pic16_sameRegs): don't check if they are both AOP_REG,
3273         * (AccRsh): removed andmask=0 lines,
3274         * (genLeftShift): duplicated to be improved in future versions,
3275         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3276         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3277         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3278         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3279         * (insertBankSwitch): fixed inserting banksel directives algorithm
3280         for instructions that follow a skip instruction, this fixes a report
3281         for broken subtraction code generation,
3282         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3283         iCode is a left op, just in case result and right share the same
3284         registers
3285
3286 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3287
3288         * src/hc08/main.c,
3289         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3290         preservation of HX
3291         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3292         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3293         on 2004-09-12; it was buggy
3294
3295 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3296
3297         * src/SDCCsymt.h: removed RESULT_CHECK
3298         * src/SDCCast.c,
3299         * src/SDCCglue.c,
3300         * src/SDCCval.c,
3301         * src/pic/glue.c,
3302         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3303
3304 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3305
3306         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3307         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3308         configuration values no more rejected by compiler, they are assigned
3309         to configuration registers with a warning message instead,
3310         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3311         the for-loop so last conf register is emitted too,
3312         * (_pic16_initPaths): link library libsdcc.lib by default,
3313         * (_hasNativeMulFor): modified test for multiplication according to
3314         Raphael Neider's remarks. Integer multiplication is also done with
3315         support functions,
3316         * device/include/pic16/pic18fregs.h: corrected type error in while
3317         testing and including 18f6720 header file
3318
3319 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3320
3321         * src/pic16/device.h (pic16_options): removed field use_crt,
3322         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3323         until an optimization to handle single bits is added,
3324         * (pic16_loadFSR0): moved before genUnpackBits,
3325         * (genAnd): some white lines removed,
3326         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3327         leave_reset flags in pic16_options when using crt modules,
3328
3329 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3330
3331         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3332           for bugs 898889 & 979599. Also used some safer print instructions.
3333
3334 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3335
3336         * src/pic16/device.h (pic16_options_t): added field use_crt,
3337         crt_name, no_crt,
3338         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3339         catch a probable future bug,
3340         * src/pic16/gen.c: aopIdx function commented out,
3341         * (genAssign): commented out old code which used aopIdx,
3342         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3343         code, added if conditionals to take into account the --use-crt
3344         command line options,
3345         * src/pic16/main.c (pic16_optionsTable): added new command line
3346         options, --use-crt= and --no-crt,
3347         * (_pic16_linkEdit): now the proper crt object is added in the
3348         linker command line except than when --no-crt is specified,
3349         * src/pic16/pcode.c,
3350         * src/pic16/pcode.h: added some structures and functions for a new
3351         optimization scheme to compansate for instruction overhead between
3352         same iCodes, this scheme is currently under development and is not
3353         working in any way,
3354         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3355         to && operator,
3356         * device/lib/pic16/startup/crt0i.c,
3357         * device/lib/pic16/startup/crt0iz.c: added global char variable
3358         __uflags to force the generation of an idata section
3359
3360 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3361
3362         * doc/Makefile,
3363         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3364         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3365
3366 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3367
3368         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3369         Frieder) and clarified the default code optimization mode
3370
3371 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3372
3373         * src/SDCC.lex (doPragma, process_pragma),
3374         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3375         "opt_code_size", and "opt_code_balanced"
3376         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3377         regrouped options by category, added support for category headers
3378         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3379         and "--opt-code-size"
3380         * doc/sdccman.lyx: documented these new options and pragmas
3381         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3382         preference into account
3383
3384 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3385
3386         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3387           geniCodePreDec): Fixed bug 904237 by generating a warning
3388         * src/SDCCerr.h,
3389         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3390
3391 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3392
3393         * src/pic/device.c : When no max ram set validate full memory range.
3394         * src/pic/pcode.c,
3395         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3396
3397 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3398
3399         * device/lib/_gptrget.c,
3400         * device/lib/_gptrput.c: updated comment
3401         * device/lib/calloc.c,
3402         * device/lib/free.c,
3403         * device/lib/malloc.c,
3404         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3405         * src/SDCCcse.c (cseBBlock),
3406         * src/SDCCicode.c (printOperand, geniCodeArray),
3407         * src/SDCCicode.h (struct operand): fixed bug 868103
3408         * support/regression/tests/bug-868103.c: added
3409         * src/SDCCast.c (searchLitOp),
3410         * src/SDCCcse.h (struct cseDef),
3411         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3412         * src/SDCCicode.h (struct operand),
3413         * src/SDCCsymt.h (struct sym_link),
3414         * src/avr/gen.c (hasInc),
3415         * src/ds390/gen.c (hasInc),
3416         * src/hc08/gen.c (genPlusIncr, hasInc),
3417         * src/mcs51/gen.c (hasInc),
3418         * src/pic16/glue.c (pic16_printIvalChar),
3419         * src/pic16/ralloc.c (regWithIdx),
3420         * src/xa51/gen.c (hasInc) : removed warnings
3421         * src/SDCCast.c (createBlock): added comment ???
3422         * src/hc08/ralloc.c: updated comments
3423
3424 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3425
3426         * doc/sdccman.lyx: updated section on switch statements, added
3427         section about semaphore locking
3428         * doc/Makefile: added option -info for latex2html
3429         * device/lib/_gptrget.c,
3430         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3431
3432 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3433
3434         * src/pic/device.h,
3435         * src/pic/device.c,
3436         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3437          maxram is less than 0x100.
3438
3439 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3440
3441         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3442
3443 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3444
3445         * src/port.h,
3446         * src/mcs51/main.c,
3447         * src/ds390/main.c,
3448         * src/z80/main.c,
3449         * src/hc08/main.c,
3450         * src/pic/main.c,
3451         * src/pic16/main.c,
3452         * src/avr/main.c,
3453         * src/xa51/main.c
3454         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3455         a jump table is the best form for a switch statement, including
3456         automatic insertion of missing cases to make the case range
3457         continuous. Developed in collaboration with Frieder Ferlemann.
3458
3459 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3460
3461         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3462         accumulator result if it needs sign extension
3463
3464 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3465
3466         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3467
3468 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3469
3470         * device/lib/gbz80/printf.c,
3471         * device/lib/z80/printf.c: removed define for NULL
3472
3473 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3474
3475         * as/xa51/xa_link.c,
3476         * device/examples/ds390/ow390/ad26.c,
3477         * device/examples/ds390/ow390/cnt1d.c,
3478         * device/examples/ds390/ow390/counter.c,
3479         * device/examples/ds390/ow390/ds2480.h,
3480         * device/examples/ds390/ow390/ds2480ut.c,
3481         * device/examples/ds390/ow390/findtype.c,
3482         * device/examples/ds390/ow390/gethumd.c,
3483         * device/examples/ds390/ow390/owllu.c,
3484         * device/examples/ds390/ow390/ownetu.c,
3485         * device/examples/ds390/ow390/swt12.c,
3486         * device/examples/ds390/ow390/swtloop.c,
3487         * device/examples/ds390/ow390/temp.c,
3488         * device/examples/ds390/ow390/temp10.c,
3489         * device/examples/ds390/ow390/thermo21.c,
3490         * device/examples/ds390/ow390/tinilnk.c,
3491         * device/examples/ds390/ow390/tstfind.c,
3492         * device/examples/serialcomm/windows/serial.cpp,
3493         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3494         * device/include/reg51.h: fixed line endings for cvs
3495
3496 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3497
3498         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3499         packRegsForAccUse, packRegisters): new accumulator register
3500         packing algorithm
3501         * support/regression/ports/hc08/support.c (_putchar): suppress
3502         warning of unused variable
3503         * src/SDCCicode.c: added SWAP entry to codeTable
3504
3505 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3506
3507         * device/lib/sprintf.c: forgot to add this file before previous commit
3508
3509 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3510
3511         * src/pic16/gen.c (genPackBits): added operand right in function
3512         parameters, load result directly if p_type is POINTER (that is
3513         called by genNearPointerSet)
3514         * (genUnPackBits): added operand left in function parameters,
3515         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3516         FSR0 if accessing bitfields,
3517
3518 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3519
3520         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3521           _print_format; updated printf, sprintf, vsprintf
3522         * device/include/asm/default/features.h: corrected comment/define
3523         * device/lib/Makefile.in: added sprintf.c
3524         * device/lib/libsdcc.lib: added sprintf module
3525         * device/lib/printf_large.c,
3526         * device/lib/vprintf.c,
3527         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3528           into these 3 files
3529         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3530         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3531         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3532           hc08 test
3533         * support/regression/tests/zeropad.c: define idata as data for hc08
3534
3535 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3536
3537         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3538         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3539         labels are referenced at least once (even if a reference is not found)
3540         * src/hc08/gen.c (emitcode): set isComment flag for comments
3541         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3542         loads), rules 6a..6b (optimize jumps to return)
3543
3544 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3545
3546         * device/lib/acosf.c (acosf),
3547         * device/lib/asinf.c (asinf),
3548         * device/lib/atanf.c (atanf),
3549         * device/lib/ceilf.c (ceilf),
3550         * device/lib/cosf.c (cosf),
3551         * device/lib/coshf.c (coshf),
3552         * device/lib/cotf.c (cotf),
3553         * device/lib/fabsf.c (fabsf),
3554         * device/lib/floorf.c (floorf),
3555         * device/lib/log10f.c (log10f),
3556         * device/lib/logf.c (logf),
3557         * device/lib/sinf.c (sinf),
3558         * device/lib/sinhf.c (sinhf),
3559         * device/lib/sqrtf.c (sqrtf),
3560         * device/lib/tanf.c (tanf),
3561         * device/lib/tanhf.c (tanhf),
3562         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3563         replaced all instances of "reentrant" in the library functions
3564         defined in math.h with this macro.
3565         * support/regression/tests/float_trans.c: reenabled test for hc08
3566
3567 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3568
3569         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3570         erroneously deleted
3571
3572 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3573
3574         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3575         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3576         multi-byte volatile operands are used
3577         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3578         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3579         initialization to area GSINIT0 so that it would always precede
3580         any static initializers in GSINIT
3581         * support/regression/tests/zeropad.c: fixed idata define for hc08
3582         * support/regression/tests/bug-927659.c,
3583         * support/regression/tests/float_trans.c: disabled tests for hc08
3584         pending missing library routines
3585         * .version: increased version number to 2.4.4 - hc08 port now passes
3586         regression tests
3587
3588
3589 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3590
3591         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3592         * Makefile.common.in,
3593         * as/Makefile,
3594         * as/hc08/Makefile.in,
3595         * as/mcs51/Makefile.in,
3596         * as/z80/Makefile.in,
3597         * debugger/mcs51/Makefile.in,
3598         * device/include/Makefile.in,
3599         * device/lib/Makefile.in,
3600         * doc/Makefile,
3601         * link/Makefile,
3602         * link/z80/Makefile.in,
3603         * packihx/Makefile.in,
3604         * sim/ucsim/main_in.mk,
3605         * sim/ucsim/avr.src/Makefile.in,
3606         * sim/ucsim/doc/Makefile.in,
3607         * sim/ucsim/gui.src/serio.src/Makefile.in,
3608         * sim/ucsim/hc08.src/Makefile.in,
3609         * sim/ucsim/s51.src/Makefile.in,
3610         * sim/ucsim/xa.src/Makefile.in,
3611         * sim/ucsim/z80.src/Makefile.in,
3612         * src/Makefile.in,
3613         * support/cpp2/Makefile.in,
3614         * support/librarian/Makefile,
3615         * support/makebin/Makefile: added DESTDIR to the install path proposed
3616         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3617         * doc/sdccman.lyx: added DESTDIR documentation
3618
3619 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3620
3621         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3622         instruction for interrupt handlers, use fast returns when returning
3623         from high priority interrupts
3624
3625 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3626
3627         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3628         code generation
3629         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3630         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3631         bugs, ported much of Bernhard's code from mcs51
3632         * src/mcs51/gen.c (genSend),
3633         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3634         than one when calling a reentrant function
3635         * device/lib/_mullong.c: defined an alternate struct layout for big
3636         endian ports (hc08)
3637
3638 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3639
3640         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3641         test
3642
3643 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3644
3645         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3646         are sane and complete before asking the port its prefered parameter
3647         passing method (fixes bug #1017633)
3648         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3649         and _ret3
3650
3651 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3652
3653         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3654         problem in bitfields >= 8 bits.
3655
3656 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3657
3658         * src/SDCCsymt.c: undid changes that were not meant to be committed
3659
3660 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3661
3662         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3663
3664 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3665
3666         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3667           copied and wrong bit got inverted
3668
3669 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3670
3671         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3672         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3673         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3674         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3675         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3676         assignments to bitfields at known addresses
3677         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3678         reads from bitfields at known addresses
3679         * src/hc08/ralloc.c (packRegisters),
3680         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3681         genhc08Code): optimize pointer get values used as conditionals
3682         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3683         and branch
3684
3685 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3686
3687         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3688         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3689         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3690         as conditionals
3691
3692 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3693
3694         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3695
3696 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3697
3698         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3699         related problems
3700
3701 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3702
3703         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3704
3705 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3706
3707         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3708         mcs51 port
3709
3710 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3711
3712         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3713
3714 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3715
3716         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3717         cases use more compact code.
3718
3719 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3720
3721         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3722
3723 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3724
3725         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3726
3727 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3728
3729         * src/SDCCsymt.h,
3730         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3731         parameter of changePointer() from symbol* to sym_link*
3732         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3733         * src/SDCCsymt.c (compareType): void* type is castable to other
3734         pointers, but not necesarily an exact match.
3735         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3736         is no longer blindly treated as an exact match.
3737         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3738
3739 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3740
3741         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3742
3743 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3744
3745         * src/pic/gen.c,
3746         * src/pic/pcode.c,
3747         * src/pic/ralloc.h,
3748         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3749
3750 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3751
3752         * src/pic/device.c,
3753         * src/pic/device.h,
3754         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3755
3756 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3757
3758         * src/mcs51/gen.c (emitcode): fixed bug #992819
3759
3760 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3761
3762         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3763           there's no need to make it worse
3764
3765 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3766
3767         * src/mcs51/ralloc.c (deassignLR),
3768         * src/ds390/ralloc.c (deassignLR),
3769         * src/hc08/ralloc.c (deassignLR),
3770         * src/z80/ralloc.c (deassignLR),
3771         * src/pic/ralloc.c (deassignLR),
3772         * src/pic16/ralloc.c (deassignLR),
3773         * src/avr/ralloc.c (deassignLR),
3774         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3775         rlivePoint): fixed another part of bug #971834
3776
3777 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3778
3779         * src/z80/main.c: enabled "critical" keyword
3780         * src/z80/mappings.i,
3781         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3782         functions (fixes bug #979646)
3783         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3784
3785 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3786
3787         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3788           such as c:\mydir.
3789
3790 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3791
3792         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3793           doesn't disable too much optimizations
3794
3795 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3796
3797         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3798
3799 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3800
3801         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3802
3803 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3804
3805         * src/pic/gen.c tidied up tabs
3806         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3807         * src/pic/main.c tidied up tabs
3808         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3809         * src/pic/pcoderegs.c tidied up tabs
3810         * src/pic/ralloc.c tidied up tabs
3811
3812 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3813
3814         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3815         to S_FIXED for pic16 port and when symbol is not in level 0,
3816         allocate for S_REGISTER storage class and pic16 port, too,
3817         * src/pic16/device.h: prototype for checkSym,
3818         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3819         * (pic16_assignConfigWordValue): test the value and the mask to
3820         validate that the value is suitable for the configuration word,
3821         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3822         collect extern declared symbols, don't emit symbol twice, check
3823         first if symbol is in publics set first,
3824         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3825         * added command line '--fstack' which enables an experimental
3826         feature for stack access, too buggy to be used yet...
3827         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3828         * (pic16_allocDirReg): when register has storage class S_REGISTER
3829         allocate in pic16_dynAccessRegs,
3830         * device/include/pic16/pic18f????.h: modified configuration word
3831         naming convention, words started as CONFIG0H but should be CONFIG1H
3832
3833 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3834
3835         * device/include/mcs51reg.h: fixed bug 970993
3836
3837 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3838
3839         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3840         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3841         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3842         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3843         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3844         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3845           error/warning numbers,
3846           added function setWarningDisabled()
3847         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3848         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3849           _memcmp.c _memmove.c calloc.c realloc.c free.c
3850         * support/regression/tests/malloc.c: added tests for new functionality
3851         * support/regression/tests/zeropad.c: added tests for truncated initializers
3852           and initialized char arrays starting with '\x0'
3853         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3854
3855 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3856
3857         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3858
3859 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3860
3861         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3862         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3863         peephole 177.e. Thanks to anonymous
3864
3865 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3866
3867         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3868         function isn't used in the source but referenced as a
3869         variable initializer then declare it as extern in .asm file
3870
3871 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3872
3873         * .version: increased version number to 2.4.3
3874
3875         Adding version extension according to ChangeLog CVS revision
3876         * src/Makefile.in (target all): added dependency 'version.h'
3877         * (rule version.h): added rule to create version.h from ChangeLog,
3878         * (rule dep): added dependency version.h,
3879         * src/version.awk: AWK script to create version.h
3880         * src/SDCCdwarf2.c (dwWriteModule),
3881         * src/SDCCglue.c (initialComments),
3882         * src/SDCCmain.c (printVersionInfo): modified to write after
3883         version string the version extension number,
3884         * src/SDCCutil.c: included "version.h"
3885         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3886         number,
3887         * src/SDCCutil.h: added prototype for getBuildNumber
3888
3889         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3890         includeDirsSet, too,
3891         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3892         const char [] is found in function prototype...
3893
3894         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3895         moving to WREG with source is already in WREG,
3896         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3897         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3898         * (aopForSym): stack'ed symbols are partially supported, added
3899         if-clause to support symbols in FARSPACE,
3900         * (sameRegs): added test for AOP_ACC to see if registers are same,
3901         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3902         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3903         * (pic16_popRegFromString): will not allocate a new register if it
3904         doesn't find one by name, bug may have introduced...
3905         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3906         * (genIpush): revived to use pic16 port's stack,
3907         * (genAddrOf): added incomplete case for stack'ed operand,
3908         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3909         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3910         can handle multibyte operands,
3911         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3912         * (pic16initialComments): added message for MPLAB compatibility
3913         mode enabled,
3914         * src/pic16/main.h: prototype for pic16_mplab_comp,
3915         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3916         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3917         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3918         because of increased complexity of procedure,
3919         * (_process_pragma): stack pragma changed to format 'stack pos len',
3920         emit symbol '_stack_end' to conform with gplink,
3921         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3922         to search for register,
3923         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3924         PO_GPR_REGISTER,
3925         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3926         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3927         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3928         case for PO_GPR_REGISTER,
3929         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3930         dies, the new era is ahead !...
3931         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3932         pic16_dynInternalRegs,
3933         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3934         * (pic16_allocDirReg): minor optimizations and bug fixes,
3935         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3936
3937         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3938         load stack and frame pointer with address of 'stack_end' symbol
3939
3940 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3941
3942         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3943         without source code but only variable initializers
3944
3945 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3946
3947         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3948         external are not declared as extern to reduce overhead while linking
3949
3950 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3951
3952         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3953
3954 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3955
3956         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3957           Yee Keat for the patch
3958         * src/SDCCast.c (decorateType): fixed bug #979599
3959         * src/ds390/gen.h: removed local fReturnSizeDS390
3960         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3961         * src/ds390/gen.c (genAnd, genOr, genXor),
3962         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3963
3964 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3965
3966         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3967         add relFilesSet to $3, manipulate $2 to handle linking of object
3968         files without source files in command line,
3969         * device/include/pic16 (all headers): added ID location macros,
3970         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3971         entries for ID location bytes,
3972         * (pic16_assignIdByteValue): NEW,
3973         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
3974         added field dumpcalltree to pic16_options_t,
3975         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
3976         is used instead of pic16_Gstack_base_addr, check if (ifx) before
3977         emitting rFalseIfx label after check_carry label,
3978         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
3979         pic16_emitDIRegs), NEW
3980         * (pic16glue): dump .calltree file when option --calltree found,
3981         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
3982         * (_pic16_genAssemblerPreamble): emit ID locations after
3983         configuration registers,
3984         * (pic16_linkCmd): modifications of the link command,
3985         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
3986         * (pic16_pCodeInitRegisters): don't init stack registers,
3987         * (pic16_findPrevInstruction): fixed bug,
3988         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
3989         bug with immediate registers,
3990         * (buildCallTree): traces stack push and pop,
3991         * (pct2): dump also stack usage for each function,
3992         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
3993         * (pic16_allocDirReg): various modifications,
3994         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
3995         fixed to 1,
3996
3997 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
3998
3999         * src/pic16/pcode.c: removed buggy double colon
4000
4001 2004-07-01 Borut Razem <borut.razem AT siol.net>
4002
4003         * support/scripts/sdcc.nsi: added include/pic16 to setup
4004
4005 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4006
4007         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4008         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4009         target 'clean',
4010         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4011         specific command line arguments. Also added sample lkr script
4012         for placing a variable at a specific memory bank.
4013         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4014         at a specific memory bank,
4015         * (pic16_dump_isection): fixed bug which caused string literals to
4016         be omitted when dumping idata section,
4017         * (pic16_groupRegistersInSection): added code to handle registers
4018         in specific memory banks,
4019         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4020         public, all references are renamed too,
4021         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4022         AOP_DPTR2,
4023         * (pic16_storeForReturn): added case to handle when dest is WREG,
4024         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4025         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4026         pic16_rel_udata, check to see if that register is marked as being
4027         a member of a specific memory bank,
4028         * (pic16_printIvalCharPtr): added code to add string literals either
4029         to code or the idata sections,
4030         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4031         also accept the 'udata' pragma,
4032         * src/pic16/main.h: new structure types sectName and sectSym
4033         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4034         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4035         * (pic16_findPrevInstruction): fixed, it returned nothing,
4036         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4037         instruction combinations,
4038         * (pic16_FixRegisterBanking): heavily reorganised,
4039         * (pic16_AnalyzeBanking): if generating banksel directives is
4040         disabled, then don't call FixRegisterBanking at all,
4041         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4042         completely removed,
4043         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4044
4045 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4046
4047         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4048         Phuah Yee Keat <yk.phuah AT nestac.com>
4049
4050 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4051
4052         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4053         correctly the IVT even if it is relocated to some other location
4054
4055 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4056
4057         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4058         * device/include/pic16/pic18f2220.h: NEW,
4059         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4060         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4061         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4062         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4063         nodefaultlibs, ivt_loc is the location of the interrupt vector
4064         table, and nodefaultlibs signs that default libraries should not be
4065         linked in link stage,
4066         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4067         according to --ivt-loc argument,
4068         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4069         when pragma stack is found,
4070
4071 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4072
4073         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4074         256 (range check), 257 (do while), 258.a-f (bit banging
4075         f.e. on 3-wire SPI bus)
4076
4077 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4078
4079         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4080         variables used exclusively within a loop
4081
4082 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4083
4084         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4085
4086 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4087
4088         * src/SDCClrange.c (computeClash): fixed bug #971834
4089
4090 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4091
4092         * src/mcs51/gen.c (genCmp): fixed bug #975903
4093         * src/hc08/gen.c (operandsEqu),
4094         * src/ds390/gen.c (operandsEqu),
4095         * src/z80/gen.c (operandsEqu),
4096         * src/pic/gen.c (operandsEqu),
4097         * src/pic16/gen.c (operandsEqu),
4098         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4099         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4100
4101 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4102
4103         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4104
4105 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4106
4107         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4108         default case in switch statement,
4109         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4110         to eliminate problem with initialisation of pointers, but problem
4111         still exists,
4112         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4113         * (emitStaticSegment): removed various lines emitting debug info,
4114         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4115         added processor registers for utilizing EEPROM,
4116         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4117         configurable and set 8
4118
4119 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4120
4121         * .version: increased version number to 2.4.2,
4122
4123         Cumulative patch for pic16 port
4124         * src/pic16/device.c: changed scheme to dump initial values for
4125         variables in idata segment, all print_idata* functions were removed,
4126         now the pic16_printIval* will be called,
4127         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4128         * _pic16_printPointerType, pic16_printPointerType,
4129         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4130         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4131         NEW, similar to the respective functions in SDCCglue.c,
4132         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4133         way, emitting hex bytes,
4134         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4135
4136 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4137
4138         * src/avr/ralloc.c (serialRegAssign),
4139         * src/xa51/ralloc.c (serialRegAssign),
4140         * src/pic/ralloc.c (serialRegAssign),
4141         * src/pic16/ralloc.c (serialRegAssign),
4142         * src/hc08/ralloc.c (serialRegAssign),
4143         * src/z80/ralloc.c (serialRegAssign),
4144         * src/ds390/ralloc.c (serialRegAssign),
4145         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4146
4147 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4148
4149         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4150         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4151
4152 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4153
4154         Cumulative patch for pic16 port:
4155         * src/pic16/device.h (typedef PIC16_device) modified fields for
4156         defining microcontrollers,
4157         * src/pic16/device.c: added new info for all devices in Pics16 array,
4158         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4159         to be optimised out by the pCode optimiser,
4160         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4161         specially, bug reported by G.M. Gallant,
4162         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4163         as force'd so that cannot be optimised out by pCode optimiser,
4164         * src/pic16/pcode.c,
4165         * src/pic16/pcodepeeph.c,
4166         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4167         they are disabled by default, but can be enabled explicit with
4168         command argument --denable-peeps, for testing,
4169         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4170         --pomit-ivt in COMPILE_FLAGS
4171
4172 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4173
4174         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4175           compilation on MSVC
4176
4177 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4178
4179         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4180
4181 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4182
4183         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4184         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4185
4186 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4187
4188         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4189         would only assign 0x300001 register.
4190
4191 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4192
4193         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4194         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4195
4196 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4197
4198         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4199         for ds80c400
4200         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4201         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4202         added peephole 254 (left shift), 255 (jump table)
4203
4204 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4205
4206         * device/lib/Makefile.in: removed comment line with model-pic16,
4207         * (target port-specific-objects-pic16): the libraries and objects
4208         are copied to the build directory form the device/lib/pic16/bin
4209         directory
4210
4211         Cumulative patch concerning pic16 port:
4212         * library directory has been re-organized,
4213         * added support for PIC18F1220,
4214         * added headers and library sources for chips 18f1220,18f6520,
4215         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4216
4217         * configuration registers setting has changed, now each supported
4218         device has a complete description of the registers it uses,
4219         * all initialisations are moved to idata sections, these section
4220         can be absolute or relocatable,
4221         * fixed initialisation of codespace variables,
4222         * fixed warning about PCLATU and gpsim,
4223         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4224         * (genAssign): use table reads when assigning from variables in codespace,
4225         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4226         char/int variables placed in codespace,
4227         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4228         registers set in .asm file, no need for --pomit-config-words anymore,
4229         * (pic16glue): some 8051 legacy segments are commented out
4230         (to be removed completely),
4231         * added support for alternative assembler and linker with --asm=
4232         and --link= command line arguments,
4233         * peepholes are disabled automatically in the port, no need to
4234         specify on command line,
4235         * port supports natively char/int/long multiplication, but converts
4236         all divisions to support functions,
4237         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4238         to the file set in variable $2,
4239         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4240         strings in ASCII format and not in hex,
4241         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4242         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4243         allocate proper register if iCodes aren't temporary,
4244
4245 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4246
4247         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4248
4249 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4250
4251         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4252         is commented out
4253
4254 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4255
4256         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4257         computed address is reused
4258         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4259         multi-byte bitfields
4260
4261 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4262
4263         * src/z80/gen.c: (genArrayInit): must check for pointers too
4264
4265 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4266
4267         * support/regression/tests/zeropad.c: never meant to commit the
4268           nestedstruct test: removed, added check for GCC version
4269
4270 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4271
4272         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4273         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4274         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4275           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4276           bugs 928906 and 954082 half-empty initializers
4277         * src/SDCCsymt.h,
4278         * src/SDCCsymt.c (getAllocSize): added for above fix
4279         * src/z80/gen.c (genArrayInit): fixed bug 741044
4280         * support/regression/tests/zeropad.c: added tests
4281
4282 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4283
4284         * src/pic16/device.c (pic16_dump_section): corrected bug which
4285         caused some symbols of the libraries to be misplaced
4286
4287 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4288
4289         * src/pic16/glue.c,
4290         * src/pic16/ralloc.h,
4291         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4292         to fix conflict with pic port
4293
4294 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4295
4296         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4297         externs configuration variables,
4298         * src/pic16/ralloc.h,
4299         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4300         prototype in header, commented out some debug messages
4301
4302 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4303
4304         * src/pic16/glue.c,
4305         * src/pic16/main.c,
4306         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4307         for gpasm COFF object generation. Thanks to D. Hawkins for
4308         his patch info
4309
4310 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4311
4312         * src/ds390/main.c,
4313         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4314         Brock for spotting this)
4315         * src/ds390/gen.c (genEndFunction),
4316         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4317         interrupt handler and critical. Disable push/pop optimizations when
4318         peephole optimizations disabled.
4319
4320 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4321
4322         Updated pic16 library sources and headers.
4323         * device/lib/pic16/pic18f*/ ,
4324         * device/include/pic16/*.h: modified to handle structured SFR
4325         definitions
4326
4327 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4328
4329         * src/port.h (PORT structure): added hook initPaths, now each
4330         port can declare its own default search paths,
4331         which can been seen with the --print-search-dirs option,
4332         see pic16 port for example,
4333         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4334         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4335         * (doPrintSearchDirs): NEW, replaces in a central manner the
4336         printing of search dirs which was split in set*Paths functions,
4337         * (main): added call to port->initPaths and doPrintSearchDirs,
4338         * src/avr/main.c,
4339         * src/ds390/main.c,
4340         * src/hc08/main.c,
4341         * src/izt/i186.c,
4342         * src/izt/tlcs900h.c,
4343         * src/mcs51/main.c,
4344         * src/pic/main.c,
4345         * src/pic16/main.c: modified port structures to reflect addition of
4346         initPaths hook,
4347
4348         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4349         * (pic16_dump_section): for registers in same address reserve memory once,
4350         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4351         to no_banksel,
4352         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4353         result is greater in size than right or left,
4354         * (pic16_genUMult8X8_8): there are some cases where the result can
4355         be 16 bits size, so handle these,
4356         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4357         * (pic16_outBitC): modified to emit pcodes,
4358         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4359         or not,
4360         * (genDivOneByte): implemented algorithm to divide 8-bits,
4361         * (genCmp): uncommented goto, but issues still exist,
4362         * (genAnd): fixed a bug with variables >8bits,
4363         * (genPackBits): optimization added that uses BCF/BSF to change a
4364         single bit,
4365         * (genAssign): fixed bug when assigning floating point literals,
4366         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4367         __sdcc_gsinit_startup label,
4368         * src/pic16/main.c (_pic16_init): removed search directory
4369         initialisations,
4370         * (_pic16_initPaths): NEW, used to initialise search directories,
4371         * (_hasNativeMulFor): support functions for all except char/int
4372         multiplication, and char division,
4373         * (PIC16_port struct): modified entry for native mul support,
4374         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4375         no_banksel option,
4376         * (buildCallTree): call to register_usage is ifdef'ed out,
4377
4378 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4379
4380         * device/include/string.h: applied Stas Sergeev's patch to make this
4381         header file compatible with the preprocessor -Wundef option
4382         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4383         failure (fixes bug #941458)
4384
4385 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4386
4387         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4388         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4389         that the variable, not the function, should be static
4390         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4391         to be consistent with non-literal case
4392
4393 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4394
4395         * src/SDCCast.c (isConformingBody): fixed bug #949967
4396         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4397         convilong): fixed bug #952086
4398
4399 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4400
4401         * src/SDCCmem.c (allocVariables): fixed bug #955321
4402
4403 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4404
4405         * src/hc08/main.c (_hc08_genAssemblerEnd),
4406         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4407         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4408         completely eliminated the use of a temporary file
4409         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4410         when more than one file linked
4411         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4412
4413 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4414
4415         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4416         which fixes bug #543481
4417         * support/regression/tests/bug-751703.c: fixed comments left from a
4418         cut and paste error
4419         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4420         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4421         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4422         scopes
4423         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4424         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4425         are now changed to underscores in moduleName
4426
4427 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4428
4429         * as/mcs51/lkmem.c: better fix for bug #954173
4430
4431 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4432         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4433
4434         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4435         * device/include/c8051f000.h,
4436         * device/include/c8051f120.h,
4437         * device/include/c8051f300.h,
4438         * device/include/c8051f310.h,
4439         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4440         PWM16) and detab'ed
4441
4442 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4443
4444         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4445         and mailing lists, doc'ed --no-peep-comments, removed reference
4446         to knoppix (newest version has no LyX/LaTeX), other minor changes
4447         * src/SDCCglue.c (glue): save 2 bytes stack space with
4448         option --main-return. The ljmp could probably be avoided too
4449
4450 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4451
4452         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4453
4454 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4455
4456         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4457         * src/SDCCopt.c (isLocalWithoutDef),
4458         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4459         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4460         (credit to Maarten Brock for patch #949363, on which this is based)
4461         * support/regression/tests/bug-751703.c: some test cases of extern used
4462         within inner scopes.
4463
4464 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4465
4466         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4467         SPEC_STRUCT
4468         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4469         struct definitions
4470         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4471         dwWriteLabel): fix to create valid debugger symbols even when
4472         the module name has non-alphanumeric symbols in it
4473         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4474         when a variable's allocation has been optimized away
4475
4476
4477 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4478
4479         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4480         * src/hc08/main.c,
4481         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4482         * src/mcs51/main.c,
4483         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4484         * src/ds390/main.c,
4485         * src/z80/gen.c (z80_emitDebuggerSymbol),
4486         * src/z80/main.c,
4487         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4488         * src/pic/main.c,
4489         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4490         * src/pic16/main.c,
4491         * src/avr/gen.c (avr_emitDebuggerSymbol),
4492         * src/avr/main.c,
4493         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4494         * src/xa51/main.c,
4495         * src/SDCCdebug.c (emitDebuggerSymbol),
4496         * src/SDCCdebug.h,
4497         * src/port.h: added a debugger struct to the port struct. Added a
4498         callback for defining debugger symbols
4499
4500         * src/SDCCast.c (createLabel),
4501         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4502         with isitmp = 1
4503         * src/SDCCicode.h,
4504         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4505         iCode back to the ast for the function
4506
4507         * src/hc08/ralloc.c (hc08_assignRegisters),
4508         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4509         unneeded fields from the regs struct.
4510         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4511         pushReg() & pullReg() functions instead of emitcode()
4512
4513         * src/hc08/gen.c (genLabel, genhc08Code),
4514         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4515
4516         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4517         debugger hooks
4518
4519         * src/hc08/gen.c (genEndFunction, genhc08Code),
4520         * src/hc08/gen.h,
4521         * src/mcs51/gen.c (genEndFunction, gen51Code),
4522         * src/mcs51/gen.h,
4523         * src/ds390/gen.c (genEndFunction, gen390Code),
4524         * src/ds390/gen.h,
4525         * src/z80/gen.c (genEndFunction, genZ80Code),
4526         * src/z80/gen.h,
4527         * src/z80/z80.h,
4528         * src/pic/gen.c (genEndFunction, genpic14Code),
4529         * src/pic/gen.h,
4530         * src/pic16/gen.c (genEndFunction, genpic16Code),
4531         * src/pic16/gen.h,
4532         * src/avr/gen.c (genEndFunction, genAVRCode),
4533         * src/avr/gen.h,
4534         * src/xa51/gen.c (genEndFunction, genXA51Code),
4535         * src/xa51/gen.h,
4536         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4537         specific code to cdbFile.c and out of the backend code generators
4538
4539         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4540         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4541         starting address is now 0
4542
4543         * as/hc08/asm.h,
4544         * as/hc08/m08pst.c,
4545         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4546         assembler directive for DWARF support
4547         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4548
4549         * src/src.dsp,
4550         * src/Makefile.in,
4551         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4552
4553 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4554
4555         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4556         and inappropriate peephole optimization in jump tables
4557
4558 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4559
4560         * as/hc08/m08pst.c,
4561         * src/SDCCglue.c: sdccopt works for the hc08 port now
4562
4563 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4564
4565         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4566
4567 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4568
4569         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4570
4571 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4572
4573         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4574         rules
4575         * src/SDCCmain.c,
4576         * src/SDCCglobl.h,
4577         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4578         comments from the peephole optimizer replacement rules
4579         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4580         symbols
4581         * src/SDCCcse.c (updateSpillLocation),
4582         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4583         equivalents
4584         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4585         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4586         objects far pointers
4587
4588 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4589
4590         * src/SDCCsymt.h: a missing part of my last change
4591         * src/pic/ralloc.c (regTypeNum),
4592         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4593
4594 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4595
4596         * src/SDCCicode.h,
4597         * src/SDCCicode.c (aggrToPtrDclType),
4598         * src/SDCCptropt.h,
4599         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4600         ptrPseudoSymConvert),
4601         * src/pic/ralloc.c (regTypeNum),
4602         * src/pic16/ralloc.c (regTypeNum),
4603         * src/hc08/ralloc.c (regTypeNum),
4604         * src/ds390/ralloc.c (regTypeNum),
4605         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4606         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4607
4608 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4609
4610         * link/z80/lkmain.c (afile),
4611         * as/hc08/lkmain.c (afile),
4612         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4613         prevent a pointer problem when a filename has no directory and
4614         no extension specified.
4615
4616 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4617
4618         * link/z80/lkmain.c (afile): allow periods in directory names
4619         * link/z80/lkmain.c (afile),
4620         * as/mcs51/lkmain.c (afile),
4621         * as/hc08/lkmain.c (afile): allow linker script file to have an
4622         extension other than ".lnk"
4623         * link/z80/lklex.c (getfid),
4624         * link/z80/lkmain.c (parse),
4625         * as/mcs51/lklex.c (getfid),
4626         * as/mcs51/lkmain.c (parse),
4627         * as/hc08/lklex.c (getfid),
4628         * as/hc08/lkmain.c (parse): Support comments in the linker script
4629         file on lines by themselves and after filenames
4630
4631 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4632
4633         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4634
4635 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4636
4637         * src/z80/peeph-z80.def: removed some peephole rules that don't
4638         work with multibyte arithmetic (fixed bug #937126)
4639         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4640         to registers and not global variables
4641         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4642         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4643         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4644         checking for assignments not internally generated (fixed bug #931895)
4645         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4646         structure member (fixed bug #930072)
4647
4648 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4649
4650         * src/SDCCmain.c (linkEdit),
4651         * src/hc08/main.c (_hc08_parseOptions),
4652         * as/hc08/Makefile.in,
4653         * as/hc08/aslink.h,
4654         * as/hc08/asm.h,
4655         * as/hc08/m08pst.c,
4656         * as/hc08/lkrloc.c (relr, rele),
4657         * as/hc08/lkarea.c (lnkarea)
4658         * as/hc08/lkmain.c (afile, parse),
4659         * as/hc08/lkelf.c: support for ELF output
4660         * as/hc08/lks19.c (s19),
4661         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4662
4663 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4664
4665         * as/mcs51/lkihx.c: Fixed bug #899105.
4666
4667 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4668
4669         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4670         .dsp files from Unix to DOS.
4671
4672 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4673
4674         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4675         function pointers; we have been compliant for several months now.
4676         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4677         change that was accidently commented out
4678         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4679         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4680         bug #922319
4681
4682 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4683
4684         * src/hc08/gen.c: output of all of the internal debugging information
4685         is now controlled by the D() macro; it is disabled by default
4686
4687 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4688
4689         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4690         harder to keep the same registers during a CAST iCode
4691         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4692         long via int can be done in a single cast, if the signedness is
4693         correct.
4694         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4695         putchar() in tinibios.c in ds390's library
4696
4697 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4698
4699         * src/SDCCast.c (decorateType): fixed bug #898889,
4700         cast result of a literal complement too
4701         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4702         fixed check for bitfields
4703
4704 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4705
4706         * src/SDCCicode.c (geniCodeLogic): made it static,
4707         (geniCodeLogicAndOr): added in order to fix bug #905492,
4708         (ast2iCode): fixed bug #905492
4709         * support/regression/tests/bug-905492.c: added
4710         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4711         (processParms): fixed bug #927659: don't copy parms, this will clear
4712         decorated flag
4713         * support/regression/tests/bug-927659.c: added
4714
4715 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4716
4717         * src/SDCCast.c (addCast): don't cast float to char
4718         * device/lib/libsdcc.lib: added _memmove
4719
4720 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4721
4722         * device/lib/large/Makefile: fixed parallel execution by
4723         replacing `make` by `$(MAKE)`
4724
4725 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4726
4727         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4728         offsets (fixes bug #923936)
4729
4730 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4731
4732         * device/lib/small/Makefile: fixed parallel execution by
4733         replacing `make` by `$(MAKE)`
4734
4735 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4736
4737         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4738
4739 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4740
4741         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4742         * src/regression/Makefile: Regression test was not running.
4743
4744 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4745
4746         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4747         complement if possible
4748         * src/SDCCval.c (valComplement),
4749         * src/SDCCicode.c (operandOperation): fixed complement of literal
4750         * support/regression/tests/onebyte.c (testComplement): added
4751
4752 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4753
4754         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4755         return an optimized tree; actually replace actParm with the new tree
4756         * src/SDCCast.h: added some parantheses to remove side effects
4757         * support/regression/tests/bug-920866.c
4758
4759 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4760         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4761         Bit operands were not being handled properly in the pic14 port.
4762         (now src/regression/add.c passes again).
4763
4764 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4765
4766         * src/SDCC.y (labeled_statement): case and default no longer require
4767         a following statement (RFE #893037)
4768
4769 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4770
4771         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4772         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4773         disabled (fixes bug #916294)
4774         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4775         "mov a,acc"; patch provided by Lenny Story
4776         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4777
4778 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4779
4780         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4781         functions
4782         * src/ds390/gen.c (genFunction, genEndFunction),
4783         * src/ds390/ralloc.c (ds390_assignRegisters),
4784         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4785         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4786         pushed if there are parameters passed on the stack. Also, a cleaner
4787         way to decide if r0/r1 should be pushed/popped. (Together they fix
4788         bug #918693)
4789
4790 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4791
4792         * doc/sdccman.lyx,
4793         * device/lib/mcs51/crtpagesfr.asm,
4794         * device/lib/mcs51/crtxinit.asm,
4795         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4796         to avoid confusion with Si Lab's SFRPAGE register.
4797
4798 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4799
4800         * src/SDCCglue.c (emitMaps): allow public sfr variables
4801         * src/SDCCglue.c (initialComments): include compiler build date
4802         with compiler version and put the timestamp of the generated
4803         assembly file on a serperate line to be less confusing.
4804         * src/port.h: added genInitStartup hook
4805         * src/avr/main.c,
4806         * src/ds390/main.c,
4807         * src/hc08/main.c,
4808         * src/pic/main.c,
4809         * src/pic16/main.c,
4810         * src/xa51/main.c,
4811         * src/z80/main.c: genInitStartup initialize as NULL (default to
4812         historical behaviour)
4813         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4814         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4815         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4816         library instead of hard coding it into the compiler.
4817         * support/regression/ports/mcs51-stack-auto/spec.mk,
4818         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4819         * device/lib/mcs51/Makefile,
4820         * device/lib/small/Makefile,
4821         * device/lib/large/Makefile,
4822         * device/lib/mcs51/crtpagesfr.asm,
4823         * device/lib/mcs51/crtstart.asm,
4824         * device/lib/mcs51/crtxclear.asm,
4825         * device/lib/mcs51/crtxinit.asm,
4826         * device/lib/mcs51/crtclear.asm,
4827         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4828         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4829         and into user configurable files.
4830         * device/lib/clean.mk: clean mcs51 directory too
4831         * support/regression/tests/longlit.c: added static to T1 declaration
4832         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4833         accesses in the initialization code
4834
4835 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4836
4837         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4838         OSCTRIMVAL as noted in bug #916008
4839
4840 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4841
4842         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4843         in loops with multiple exits (reported as incorrect registers
4844         used by Martin Helmling in Sdcc-user list)
4845
4846 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4847
4848         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4849         made ds390 register extensions look less like error messages
4850
4851 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4852
4853         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4854         reported by Adam Wozniak in Sdcc-user list
4855
4856 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4857
4858         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4859         arithmetic optimizations, added debug output
4860
4861 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4862
4863         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4864         * sdcc.spec: updated and split sdcc into 3 rpms
4865         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4866         needed for literals of LEFT_OP and '+'
4867         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4868         introduced RESULT_TYPE_NOPROM
4869         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4870         left shift
4871         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4872         limited promotion to int only for '*'
4873         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4874
4875 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4876
4877         * src/pic16/gen.c (genSkip),
4878         (genc16bit2lit), (gencjneshort): commented out
4879         (is_LitOp): new helper function, checks operand type
4880         (genCmpEq): rewritten
4881
4882 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4883
4884         * support/regression/tests/bug-908454.c: added
4885
4886 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4887
4888         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4889         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4890         (geniCodeCast): cosmetic, don't preserve bit storage class
4891         (geniCodeLeftShift): added promotion
4892         (geniCodeLogic): fixed regression
4893         * src/SDCCsymt.c (computeTypeOr): accept bits too
4894         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4895
4896 2004-03-07  Borut Razem <borut.razem AT siol.net>
4897
4898         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4899
4900 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4901
4902         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4903         version of pic16_genPackRegisters which does not check if ic is a
4904         CAST operator,
4905         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4906         function cause string1.c regression test fails
4907
4908 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4909
4910         * sim/ucsim/configure.in,
4911         * sim/ucsim/configure,
4912         * sim/ucsim/doc/Makefile.in: use docdir
4913         * src/SDCC.y: fixed sbit atrributes
4914         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4915         * src/SDCCast.c (decorateType): |^& need special promotion handling
4916         * src/SDCCast.h,
4917         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4918         * src/SDCCsymt.h (computeType),
4919         * src/SDCCicode.c: computeType() needs op
4920         * src/SDCCsymt.c (checkTypeSanity),
4921         * doc/sddman.lyx: "plain" bitfields are unsigned
4922         * src/SDCCsymt.c (computeTypeOr): added
4923         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4924         |^& ops
4925         * src/SDCCval.c (val*): computeType() needs op
4926         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4927         * support/regression/tests/onebyte.c: added tests for |^&
4928
4929 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4930
4931         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4932         for writing icode into asm output.
4933
4934 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4935
4936         * src/pic16/device.c: added some debug lines enabled
4937         with macro DEBUG_CHECK,
4938         * src/pic16/genarith.c: more debug in genPlus,
4939         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4940         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4941         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4942         * (aopForSym): onStack symbols are re-placed in data memspace,
4943         and onStack flag is cleared,
4944         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4945         copy temporary pcodeop,
4946         * (genPcall): added warning for not updating PCLATU,
4947         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4948         always true for pic16 port,
4949         * (genMultOneWord): NEW, supports integer multiplication,
4950         * (genMult): modified to call genMultOneWord,
4951         * (ifxForOp): added warning when return NULL,
4952         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4953         flag is set before call to operandFromSymbol for implicit
4954         added structures,
4955         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4956         options.intlong_rent are set by default,
4957         * (_hasNativeMulFor): modified to allow port generation of integer
4958         multiplication,
4959         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4960         set regtype to REG_SFR for all registers, restricting seting the
4961         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4962
4963 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4964
4965         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4966         more than 500 times in the regression tests
4967
4968 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4969
4970         * support/Util/SDCCerr.h,
4971         * support/Util/SDCCerr.c,
4972         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4973         enumerator_list),
4974         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
4975         for symbol conflicts.
4976         * support/valdiags/tests/enum.c,
4977         * support/valdiags/tests/tentdecl.c,
4978         * support/valdiags/tests/struct.c: expect possible error messages
4979         referring to original symbol definitions.
4980         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
4981         * src/SDCCsymt.h,
4982         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
4983
4984 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
4985
4986         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
4987
4988 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
4989
4990         * src/pic16/ralloc.c (newReg): fixed bug #908929
4991
4992 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4993
4994         * src/ds390/gen.c: added missing #include "main.h"
4995
4996 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
4997
4998         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
4999         checking if symbol is already in set,
5000         * src/pic16/device.h: prototype for checkAddSym,
5001         * src/pic16/gen.c: (_G): added entry interruptvector,
5002         * (assignResultValue): removed some commented out lines,
5003         * (genFunction): check for ISR via sym->type, absolute section for
5004         interrupt code is created via a new pBlock, the goto instruction is
5005         placed now correctly at the interrupt vector position, changed all
5006         references from ivec to _G.interruptvector,
5007         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5008         is the interrupt is a high priority one, same for return from ISR,
5009         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5010         externs to calls of checkAddSym,
5011         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5012         pic16_pcode_verbose flag is set,
5013         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5014         * src/pic16/pcoderegs.c: message about how many registers are saved
5015         will only be emitted if pic16_pcode_verbose flag is set,
5016
5017 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5018
5019         * src/ds390/ralloc.h,
5020         * src/ds390/ralloc.c (ds390_regWithIdx),
5021         * src/ds390/gen.c (emitcode),
5022         * src/ds390/main.h,
5023         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5024         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5025         ds390operandCompare, getRegsRead, getRegsWritten,
5026         initializeAsmLineNode): customized instruction size calculation for
5027         ds390, started basis for some register optimizations
5028         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5029         corresponding assembly output
5030         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5031         missing push/pop of r0/r1. Optimized push/pops
5032
5033 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5034
5035         * src/mcs51/main.c (instructionSize): fixed ACALL size
5036         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5037
5038 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5039
5040         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5041         the sorting of rlist with NULL elements
5042         * (print_idataType, print_idata): NEW to create idata sections
5043         * src/pic16/device.h: idataSymSet new variable
5044         * src/pic16/gen.c (genFunction): fixed some bugs in string
5045         comparing, improved the absolute section creation for ISRs,
5046         added FSR0L/FSR0H in registers that are saved in an ISR,
5047         * (genInline): fixed the processing of inline snippets,
5048         now they undergo no process by the peephole optimizer
5049         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5050         are placed in idataSymSet,
5051         * (pic16emitStaticSeg): extern symbols are added in externs,
5052         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5053         switching when aboslute variables are placed in access bank memory
5054         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5055         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5056         commented out with #if,
5057         * (pic16_packRegisters): reintroduce the check for CAST because some
5058         symbols are not correctly handled,
5059         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5060         pCodeInstruction instead of pCode,
5061         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5062         pCodeAsmDir definition,
5063         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5064         directive, then the argument directive is emitted without the leading
5065         tab, hack for inline labels which must be in the first column,
5066         * (compareLabel,pic16_findNextInstruction),
5067         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5068         * (insertBankSwitch): modified for the new pCodeAsmDir,
5069
5070 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5071         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5072
5073         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5074         instance,
5075         * (pushSide): commented out with #if,
5076         * (assignResultValue): fixed some typos in saving
5077         registers,
5078         * (genPcall): FIXED and sync'ed with genCall,
5079         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5080         * (genNearPointerGet): fixed to handle some more cases,
5081         implementation scheme via table reads,
5082         * (genConstPointerGet): modified to access code memory correct,
5083         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5084         and improved to handle some cases
5085         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5086         instead of "RETLW" for init data
5087         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5088         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5089         variables are placed in access bank memory (<0x80 and >=0xf80),
5090         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5091         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5092         TBLWT_POSTDEC,TBLWT_PREINC
5093         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5094         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5095         directives
5096         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5097         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5098         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5099         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5100
5101 2004-02-29  Borut Razem <borut.razem AT siol.net>
5102
5103         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5104         support/Util/findme.h, support/Util/system.h: enhance binary relative
5105         search for lib and include by using findProgramPath()
5106
5107 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5108
5109         * src/SDCCpeeph.h,
5110         * src/SDCCpeeph.c (pcDistance),
5111         * src/port.h,
5112         * src/mcs51/ralloc.h,
5113         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5114         * src/mcs51/main.h,
5115         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5116         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5117         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5118         size calculation port specific, started basis for some register
5119         optimizations
5120         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5121         missing push/pop of r0/r1. Optimized push/pops
5122         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5123         * device/lib/_modsint.c (_modsint),
5124         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5125         and stack version so regression tests pass
5126
5127 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5128
5129         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5130         * src/SDCCast.c (decorateType): catch another small optimization
5131         with '?' operator
5132         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5133         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5134         modified to finally use computeType() all over SDCC,
5135         see Feature Request #877103
5136         * src/SDCCval.h: cosmetic
5137         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5138         valCompare(); regression tested in muldiv.c
5139         * support/regression/tests/muldiv.c (testMod): mod sign follows
5140         dividend only
5141
5142 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5143
5144         * src/SDCCast.c (decorateType): fixed bug #902362
5145         * doc/INSTALL.txt: fixed install instructions for win32
5146
5147 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5148
5149         * device/include/Makefile.in (install): fixed by replacing spaces
5150         by tabs
5151         * doc/README.txt,
5152         * doc/INSTALL.txt: updated for release
5153         * doc/sdccman.lyx: added warning for --xstack being buggy
5154
5155 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5156
5157         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5158         to eliminate build warnings.
5159         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5160
5161 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5162            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5163
5164         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5165         removed -penable-stack, added comment for stack pragma, added
5166         warning for not initializing the stack/frame registers, removed
5167         comment at interrupts section
5168
5169         Stack is made permanent, there is no ability to disable stack usage.
5170         * src/pic16/device.h,
5171         * src/pic16/device.c: removed all references to USE_STACK macro,
5172         * src/pic16/device.c (pic16_dump_section): when no elements in
5173         rlist, free rlist before return,
5174         * (pic16_dump_int_registers): NEW, internal registers are a new set
5175         of general purpose registers reused by each function,
5176         * (checkAddReg): returns 1 if registers is added to set,
5177         * (pic16_groupRegistersInSection): when a registers is of type
5178         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5179         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5180         SRCASECMP macro is moved here from device.c
5181         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5182         PO_PCLATU, PO_PRODL, PO_PRODH,
5183         * (pic16_pCodeOpType, genMinus,
5184         changed compares to "a" register, with AOP_ACC,
5185         * (pic16_genPlus): fixed some bugs and indented properly,
5186         * (pic16_addSign): changed size to size+offset in the MOVWF
5187         instruction,
5188         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5189         multiply 8-bit operand by literal, result is 8-bit,
5190         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5191         multiply 2 8-bit operand, result is 8-bit,
5192         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5193         genUMult8X*_16,
5194         * src/pic16/gen.c: changed accUse to contain WREG only,
5195         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5196         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5197         true, do not use immediate addressing any more unless sym is a
5198         pointer in codespace,
5199         * (aopForRemat): do not use immediate addressing when symbol not in
5200         codespace and when symbol's address is requested,
5201         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5202         accUse size (= 1),
5203         * (aopGet): added case for AOP_ACC and don't return "accumulator
5204         bug" but WREG instead,
5205         * (popGetTempReg): pushes contents of temporary register in stack,
5206         * (popReleaseTempReg): pops contents of temporary register from
5207         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5208         * (pic16_popGet): separated case AOP_ACC to return register WREG
5209         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5210         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5211         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5212         the use of immediate pointers to certain cases only.
5213
5214         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5215         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5216         * (assignResultValue, genCall, genRet): modified to use the new
5217         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5218         genPcall is still broken,
5219         * (genFunction): added code to create 'A' type pBlocks when
5220         interrupt functions are generated, code not extensively tested yet,
5221         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5222         * (genEndFunction): modified so ISRs pop stored registers from stack,
5223         * (genMultOneByte): cleanup,
5224         * (AccRsh): added flag andmask, to and result with appropriate mask,
5225         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5226         * (genDataPointerGet): fixed and reenabled its use,
5227         * (genNearDataPointerGet): bugs fixed,
5228         * (genDataPointerSet): bugs fixed,
5229         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5230         pic16_DumpSymbol, pic16_DumpOp,
5231         * src/pic16/genutils.h: function prototypes for the above functions,
5232         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5233         pointers,
5234         * (pic16emitRegularMap): many many many improvements, but needs a
5235         major cleanup,
5236         * src/pic16/main.c: enable_stack in pic16_options is removed,
5237         * (_pic16_parseOptions): removed command line options -penable-stack,
5238         * (_process_pragma): emit stack symbol only when stack pragma is
5239         processed,
5240         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5241         redirected to FSR0L/FSR0H pair,
5242         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5243         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5244         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5245         for immediates,
5246         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5247         * (dumpPicOptype): NEW,
5248         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5249         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5250         with movff instruction,
5251         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5252         added pic16_int_regs, some packRegsFor* functions are commented out,
5253         because produce errors,
5254         * src/pic16/NOTES: minor modifications
5255
5256 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5257
5258         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5259         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5260         --pack-iram.
5261         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5262         * as/mcs51/lkaomf51.c: fixed bug #895763
5263
5264 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5265
5266         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5267
5268 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5269
5270         * doc/sdccman.lyx: added details about the HC08 storage classes and
5271         interrupts, fixed the register usage info for z80 & gbz80
5272
5273 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5274
5275         * doc/sdccman.lyx: added more pic16 port documentation
5276         * device/include/pic16/: added header pic18fregs.h
5277
5278 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5279
5280         * doc/sdccman.lyx: added Vangelis' contribution
5281
5282 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5283
5284         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5285         extend to the next CALL or PCALL, not just to the next CALL.
5286
5287 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5288
5289         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5290
5291 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5292
5293         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5294         bug #895752 and a better fix for bug #716790
5295
5296 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5297
5298         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5299
5300 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5301
5302         * doc/sdccman.lyx: minor changes, minor changed
5303
5304 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5305
5306         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5307         which can't handle SDCC_NEWONEBYTEOPS,
5308         (geniCodeMultiply): removed conversion from mult to shift for pic14
5309         and pic16
5310
5311 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5312
5313         * src/hc08/gen.h,
5314         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5315         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5316         thus fixing bug #895406
5317
5318 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5319
5320         * device/lib/_modsint.c,
5321         * device/lib/_modslong.c: sign follows divisor only
5322         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5323         signs or signedness can be ignored
5324         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5325         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5326         added optimization for IFX,
5327         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5328         arguments;
5329         reenabled optimization for IFX, which was removed on 2004-01-11
5330         * src/SDCCast.h: added return type IFX
5331         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5332         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5333         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5334         SDCC_OLDONEBYTEOPS selects the old behaviour
5335         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5336         changed again and commented promotion rule
5337         * src/SDCCval.c (valDiv): promotion no longer necessary
5338         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5339         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5340         rewritten
5341         * support/regression/tests/onebyte.c: added
5342
5343 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5344
5345         * gen.c (genInline): reverted to old code for assemnling inline
5346         code because of bug reported James Chadd
5347
5348 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5349
5350         * ralloc.h: missing declarations from previous patch,
5351         seems that patch for ralloc.h was never applied, fixed
5352
5353 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5354            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5355
5356         * pcode.c,
5357         * pcode.h,
5358         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5359         indirect addressing. Marked FSR0 as deprecated
5360         * gen.c (pointerCode): commented out, not needed now
5361         (pic16_popGet2p): new MOVFF helper function
5362         (genGenPointerGet),
5363         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5364         (shiftRLong): removed duplicate debugging info
5365
5366 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5367
5368         * src/ds390/gen.c (genNearPointerGet),
5369         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5370         optimization with bits, but not bitfields.
5371         * src/ds390/ralloc.c (packRegisters),
5372         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5373
5374 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5375
5376         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5377
5378 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5379
5380         * src/SDCCsymt.h,
5381         * src/SDCCicode.c (operandFromSymbol),
5382         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5383         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5384         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5385         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5386         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5387         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5388         bug #892038
5389         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5390         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5391         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5392         * src/SDCCsymt.c (newSymbol),
5393         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5394         enumerator_list),
5395         * src/SDCCval.h,
5396         * src/SDCCval.c (newiList): fixed bug #885705
5397
5398 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5399
5400         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5401         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5402
5403 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5404
5405         * device/include/c8051f120.h,
5406         * device/include/c8051f300.h,
5407         * device/include/c8051f310.h: added/updated header files for Silicon
5408         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5409         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5410         in new section Submitting patches
5411
5412 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5413
5414         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5415         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5416         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5417         genGenPointerSet),
5418         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5419         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5420         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5421         genGenPointerSet),
5422         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5423         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5424         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5425         genGenPointerSet),
5426         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5427         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5428         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5429         genGenPointerSet): fixed bug #892400
5430         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5431         to eliminate build warnings.
5432         * src/SDCCast.c (processParms),
5433         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5434         fixed bug 751859
5435         * support/valdiag/valdiag.py: added GCC to the list of defines active
5436         when compiling with gcc
5437
5438 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5439
5440         * support/Util/SDCCerr.h,
5441         * support/Util/SDCCerr.c,
5442         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5443         with an incomplete type (fixed bug #883734)
5444         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5445
5446 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5447
5448         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5449
5450 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5451
5452         * src/SDCCast.c (decorateType),
5453         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5454         function pointer implementation
5455         * support/regression/tests/funptrs.c: added tests to verify both forms
5456         of function pointers work correctly. Added tests to verify parameters
5457         are passed in the correct order.
5458
5459 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5460
5461         * device.c (regCompare): registers are sorted by ascending
5462         address and increasing size,
5463         * main.c (_pic16_finaliseOptions): removed the declaration
5464         of compiler macro MCU. Now a macro of the format pic18fxxxx
5465         will be defined from the command line
5466
5467 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5468             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5469
5470         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5471         PCOP_RLCF was overwritten!
5472         * gen.c (genSkip): commented out calls to pic16_emitcode,
5473         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5474         * (genlshTwo),
5475         * (genRRC): added debugging info,
5476         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5477         overwritten while shifting,
5478         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5479         overwritten while shifting,
5480         * (AccLsh),
5481         * (AccRsh),
5482         * (shiftLLeftOrResult),
5483         * (shiftRLeftOrResult),
5484         * (shiftRLong),
5485         * (shiftLLong): Implemented with pic16_emitpcode
5486         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5487         * (genLeftShift): Fixed bug, operand for shift by variable always
5488         was "and"ed with 0x0f,
5489         * (genLeftShiftLiteral),
5490         * (genrshTwo),
5491         * (genRightShiftLiteral): added debugging info,
5492         * (genrshFour): added comment,
5493         * (genRightShift): determined signedness from operand "left"
5494         instead of "result"
5495
5496 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5497
5498         * src/SDCCicode.c (geniCodeParms),
5499         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5500         function pointers, fixed function pointer bugs #861242 and #861896
5501
5502 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5503
5504         * device/include/c8051f000.h,
5505         * device/include/c8051f120.h,
5506         * device/include/c8051f300.h: added header files for Silicon
5507         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5508
5509 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5510
5511         * src/SDCCast.c (processParams): added new type flow and restructured
5512         (gatherAutoInit): added new type flow
5513         (addCast): cosmetic changes
5514         (getLeftResultType): added new type flow for array indices, patch
5515         provided by Stas, see FR #877103
5516         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5517         array index patch by Stas
5518         * src/SDCCast.h: added prototype getResultTypeFromType()
5519         * src/SDCCval.h,
5520         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5521         * src/pic/glue.c (pic14emitStaticSeg),
5522         * src/pic16/glue.c (pic16emitStaticSeg),
5523         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5524         for initialization of symbols
5525         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5526         * support/Util/SDCCerr.h:
5527         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5528         * .version: bumped version number to 2.3.8
5529         * device/include/Makefile.in (install),
5530         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5531         avoid warnings
5532
5533 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5534
5535         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5536         Slade Rich fixed an optimization bug
5537         * src/pic/pcodepeep.c,
5538         * src/pic/pcoderegs.c
5539         * doc/Makefile (install): added test for directory
5540
5541 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5542
5543         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5544         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5545         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5546         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5547         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5548         * as/mcs51/asexpr.c (term),
5549         * as/hc08/asexpr.c (term): fixed bug #887146
5550
5551 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5552
5553         * src/z80/gen.c (genMult): handle single byte result product
5554         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5555         DUMMY_READ_VOLATILE (fixed bug #886367)
5556
5557 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5558
5559         * support/regression/tests/libmullong.c: fixed logic, on little endian
5560         hosts we ended without a mullong_wrapper()
5561
5562 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5563
5564         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5565         virus/worm forged address usage.
5566
5567 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5568
5569         Fixed promotion, it should be done on AST level:
5570         * src/SDCCast.c (addCast): added promotion to int
5571         (decorateType): updated call to upCast()
5572         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5573         usualUnaryConversions()
5574
5575 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5576
5577         * support/regression/tests/literalop.c (mulWrapper): Added a
5578         wrapper to remove integer overflow warnings.
5579
5580         * support/regression/tests/float_trans.c: Made work on host.
5581
5582         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5583         location of sz80.
5584
5585         * support/regression/generate-cases.py (main): Changed from inline
5586         to a main method.
5587
5588         * doc/Makefile (install): Changed to depth first to get rid of
5589         missing directory install warning.
5590
5591         * as/Makefile (install-doc): Made work on Mac.
5592
5593 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5594
5595         * src/SDCCast.c: added an additional type flow in decorateType() of
5596         opposite direction, see feature request #860006; it's enabled at runtime
5597         by setting the environment variable SDCC_NEWTYPEFLOW
5598         * src/SDCCast.h: changed prototype of decorateType()
5599         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5600         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5601         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5602         see feature request #877103
5603         * src/SDCCval.c: updated call of decorateType()
5604         (valBitwise): fixed bug #882876
5605         (valMinus): added promotion
5606         (valLogicAndOr): result is unsigned
5607         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5608         * src/SDCCsymt.c (computeType),
5609         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5610         must not cause an unsigned operation
5611         * src/pic/glue (pic14emitRegularMap),
5612         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5613
5614 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5615
5616         * src/pic/pcode.c (PCodeID): commented out left over debug code
5617
5618 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5619
5620         * support/valdiag/tests/overflow.c: added shift tests
5621         * src/pic/device.c,
5622         * src/pic/gen.c,
5623         * src/pic/gen.h,
5624         * src/pic/glue.c,
5625         * src/pic/main.c,
5626         * src/pic/pcode.c,
5627         * src/pic/pcode.h,
5628         * src/pic/pcodepeep.c,
5629         * src/pic/pcoderegs.c,
5630         * src/pic/ralloc.c,
5631         * src/pic/ralloc.h: applied patch from Slade Rich;
5632         added support for multiple code pages and multiple RAM banks on the
5633         PIC 14 port. The ASM files now no longer simply assume all the
5634         code / RAM are in the same page / bank. This means the linker can
5635         safely allocate code/RAM of separate ASM files to different pages/banks.
5636         * doc/sdccman.lyx: added Slade's tips
5637         * src/mcs51/peeph.def: fixed bug #880768
5638
5639 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5640
5641         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5642         * src/SDCCast.c (decorateType): fixed bug #880197
5643
5644 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5645
5646         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5647         getopt.h.
5648
5649         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5650         strtof is not part of C89 and isn't included with Mac OS X.
5651
5652 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5653
5654         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5655         shiftL2Left2Result): fixed bug #879326
5656         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5657         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5658         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5659         address fetch for clr instruction
5660         * device/lib/hc08/_mulint.c: created optimized assembly version
5661         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5662
5663 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5664
5665         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5666         proposed in FR #877103
5667
5668 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5669
5670         * src/SDCCval.c (cheapestVal): added missing checks
5671         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5672         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5673
5674 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5675
5676         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5677         equal operands
5678
5679 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5680
5681         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5682         loaded with the linker search paths (-L arguments) and the libraries
5683         to be linked with the current source (-l arguments). Changes
5684         currently will affect only the pic16 port.
5685         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5686         include path the port specific paths and port specific libraries,
5687         * gplink command now contains the $3 argument,
5688         * src/pic16/device.h,
5689         * src/pic16/device.c,: structure PIC_device is made public and
5690         renamed to PIC16_device, the same for variable Pics which is renamed
5691         to Pics16. Updated all references to them.
5692         * src/pic16/glue.c (pic16glue): corrected bug with code
5693         initialization which bypassed the variable initializations block.
5694
5695         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5696         COMPILE_FLAGS and added the --nostdinc option
5697
5698 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5699
5700         * device/include/mc68hc908jb8.h: Register defs for another member
5701         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5702
5703 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5704
5705         Documenting changes from previous commits.
5706         * configure.in (version 1.56),
5707         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5708         when generating output files to configure the pic16 library,
5709         but now I've commented it out, since gputils aren't installed in the
5710         SF compile farm, so library won't compile
5711
5712         * device/lib/Makefile.in (version 1.56): initially I've added in
5713         target 'all' the prerequestive 'model-pic16' so it compiled the
5714         pic16 library, but now I've commented it out for the same reasons
5715         above,
5716         * added targets 'model-pic16' and 'objects-pic16' to compile the
5717         library
5718         * added target 'port-specific-objects-pic16' to handle the
5719         generated libraries and copy them into the build/ directory
5720         * added target 'clean-intermediate-pic16' to clean intermediate
5721         files into pic16 directory
5722         * in target 'installdirs' added line to create directory pic16 in
5723         the installation path
5724
5725         * device/include/Makefile.in (version 1.11): in target 'install'
5726         added lines to copy all header files to installation path,
5727         * in target 'installdirs' added line create directory for pic16
5728         headers in the installation path
5729
5730 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5731
5732         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5733          a function call
5734
5735 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5736
5737         * configure,
5738         * device/lib/configure.in,
5739         * device/lib/configure: fixed for autoconf 2.57
5740
5741 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5742
5743         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5744         option so that it actually works. Made it specific to the z80, since
5745         the gbz80 doesn't have these kinds of I/O ports.
5746
5747 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5748
5749         * device/include/z180.h,
5750         * device/lib/_memcpy.c,
5751         * device/lib/_memmove.c,
5752         * device/lib/_mulint.c,
5753         * device/lib/ser_ir.c,
5754         * device/lib/ser_ir_cts_rts.c,
5755         * device/lib/_strcmp.c,
5756         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5757         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5758         portmode; added deprecation warning for bank= and protmode= forms.
5759         Also, guard against buffer overflow.
5760         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5761
5762 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5763
5764         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5765         changed interrupt vector table generation to only emit declared vectors.
5766         * device/include/Makefile.in: added missing backslash
5767         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5768
5769 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5770
5771         Mainly changes to support compilation of the device libraries
5772         * src/pic16/device.c: stack is allocated via symbol and not
5773         via literal number. The symbol is placed in the corresponding
5774         position of the data ram
5775         * (pic16_dump_section): relocatable and absolute uninitialized
5776         data are now emitted in sorted order to reduce section naming,
5777         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5778         weren't marked as being in the access bank,
5779
5780 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5781
5782         Added portion of GNU PIC Library under the directory
5783         device/include/pic16 and device/lib/pic16. These files
5784         contain the declarations of SFRs for the PIC18Fxx2 devices.
5785         The directory is initialized via configure from toplevel.
5786
5787 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5788
5789         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5790         the spilllocations to be compared correctly
5791
5792 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5793
5794         * src/SDCCast.c (decorateType): fixed bug introduced today
5795
5796 2004-01-12  Borut Razem <borut.razem AT siol.net>
5797
5798         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5799         doc/sdccman.lyx: upper case pragmas are deprecated
5800
5801 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5802
5803         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5804         in simpler and even better code
5805
5806 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5807
5808         * src/SDCCicode.c (operandOperation): fixed bug #874819
5809         * src/SDCCast.c (decorateType): fixed
5810         char foo (unsigned long ul) { return ul > 0; }
5811
5812 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5813
5814         * doc/sdccman.lyx: Moved and added some sections, small changes
5815         all over. Telling LaTeX to be less strict with word spacing
5816         to better keep the right margin. Changed some notes about
5817         maintainance of the ports in section 3.2.1 - is it OK like this?
5818
5819 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5820
5821         SDCC source changes:
5822         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5823         convilong): modified to inform the pic16 port that builtin functions
5824         are external
5825
5826         PIC16 PORT specific changes:
5827         * src/pic16/device.c pic16_dump_equates() added,
5828         processor registers declared internally by the port are emitted in
5829         the translation as equates,
5830         * src/pic16/gen.c: inline code is passed unprocessed to the
5831         translation,
5832         * (pic16_popGetLit2): fnuction modified to take second operand as
5833         pCodeOp pointer and not as literal,
5834         * (popRegFromIdx): prefixed with pic16_,
5835         * (pic16_popCombine2): modified to receive already allocated pCode
5836         operands,
5837         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5838         * (genFunction): initializes local stack frame and pushes on stack
5839         all the registers used by this function,
5840         * (genEndFunction): restores all registers from stack and restores
5841         stack frame,
5842         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5843         improvements,
5844         * (pic16glue): changed the program startup sequence,
5845         * added new dbName code 'A' for functions placed in absolute section
5846         * src/pic16/main.c: added function attribute _naked,
5847         * added pragma 'code' to place a fnuction at an absolute address,
5848         * added command line arguments --debug-ralloc and --pcode-verbose,
5849         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5850         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5851         * (pic16_newpCodeOpLit2): modified to take the second operand as
5852         pCodeOp pointer,
5853         * (pic16_printpBlock): modified to emit each function in a separate
5854         section,
5855         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5856         UPPER for immediate operands,
5857         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5858         instruction,
5859         * src/pic16/peeph.def: all peepholes with movff are commented out,
5860         because there is a problem in the pcode peep optimizer,
5861         * src/pic16/ralloc.c: the register allocator can now reuse local
5862         function symbols for another function. This saves register usage.
5863         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5864
5865         Added file src/pic16/NOTES with information about program writing on
5866         the current port version.
5867
5868 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5869
5870         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5871         and peephole 252 (array access)
5872
5873 2004-01-09  Borut Razem <borut.razem AT siol.net>
5874
5875         * src/SDCCmain.c : fixed #872250: -l command line defined library
5876           files are scanned before standard library files
5877
5878 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5879
5880         * src/SDCCast.c (decorateType): fixed bug #874046
5881
5882 2004-01-09  Borut Razem <borut.razem AT siol.net>
5883
5884         * support/scripts/sdcc.nsi: remove previous installation
5885
5886 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5887
5888         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5889         bytes for last interrupt vector (mcs51)
5890         * sdcc.spec: fixed typo
5891
5892 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5893
5894         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5895         gen51Code): more efficient parameter receive for --model-large
5896         ("bug" #845294)
5897
5898 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5899
5900         * src/ds390/main.c,
5901         * src/z80/main.c: added missed needLinkerScript flags (more than
5902         one port structure defined in these file)
5903         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5904         bug #795325
5905
5906 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5907
5908         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5909         * src/port.h: added flag needLinkerScript in port->linker
5910         structure to inform whether to create a .lnk file or not,
5911         * src/avr/main.c,
5912         * src/ds390/main.c,
5913         * src/hc08/main.c,
5914         * src/mcs51/main.c,
5915         * src/pic/main.c,
5916         * src/pic16/main.c,
5917         * src/xa51/main.c,
5918         * src/z80/main.c: changed appropriately to configure
5919         needLinkerScript flag
5920         * src/pic/gen.c,
5921         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5922         * src/pic/glue.c: added variable udata_section_name to
5923         override default uninitialized data segment definition for
5924         devices only with SHAREBANK memory (reported from Erik Epetrich)
5925         * (pic14emitOverlay): modified to emit a commented overlay segment
5926         directive when no overlay data exist
5927         * (picglue): modified to emit uninitialized data segment
5928         according to udata_section_name
5929         * src/pic/main.c (_pic14_parseOptions): added command line
5930         options --udata-section-name=[name] to override default
5931         udata definition name
5932         * modified _linkCmd and _asmCmd to include compiler passed
5933         arguments via -W option
5934         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5935         object file from '.rel' to '.o' in port->linker structure,
5936         changed size of fptr from 2 to 3 in port structure
5937
5938 2004-01-07  Borut Razem <borut.razem AT siol.net>
5939
5940         * support/scripts/sdcc.nsi: update PATH
5941         * support/scripts/sdcc.ico: craeted
5942
5943 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5944
5945         * device/include/Makefile.in: fix install
5946         * doc/Makefile: fix install
5947
5948 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5949
5950         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5951         in bug #860505
5952         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5953         how the function variable allocation summary is displayed; also
5954         include information about variables allocated to the overlay
5955         segment
5956
5957 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5958
5959         * as/mcs51/lkmain.c: Help about -Y option
5960         * as/mcs51/lkarea.c: Fixed gcc warnings
5961
5962 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5963
5964         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5965         fixed warning
5966         * support/valdiag/tests/overflow.c: added
5967         * src/SDCCast.c (decorateType),
5968         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5969         LEFT_OP (left shift)
5970
5971 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5972
5973         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
5974         (default behaviour).
5975
5976 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5977
5978         A python script to validate compiler diagnostic messages. It can be
5979         used to verify that sdcc complains about bad c source code and
5980         gives a good location of the error.
5981         * support/valdiag/Makefile,
5982         * support/valdiag/valdiag.py,
5983         * support/valdiag/tests/*
5984
5985 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5986
5987         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
5988         * src/SDCCsymt.c (newEnumType),
5989         * src/SDCCsymt.h
5990         * support/Util/SDCCerr.c,
5991         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
5992         enum related bugs.
5993         * support/regression/tests/enum.c: added test for enum values that
5994         require at least 2 bytes of storage.
5995
5996 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
5997
5998         * src/common.h: added ifndef/define/endif macros
5999         around the header file.
6000         Bug reported from Jesus Calvino-Fraga
6001
6002 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6003
6004         * sdcc.spec: updated
6005         * device/include/Makefile.in: don't install CVS directories
6006         * device/lib/Makefile.in: added removal of CVS directories after install
6007         * doc/Makefile: fixed install, added local_icons
6008         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6009         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6010         * src/ds390/gen.c (genRightShift): fixed bug #870788
6011         * src/SDCCast.c (decorateType): fixed bug #870781
6012
6013 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6014
6015         PIC16 port related changes:
6016         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6017         added variable stackPos,
6018
6019         * gen.c: genCall, assignResultValue: added support for
6020         pushing/retrieving function parameters to/from stack,
6021         genFunction,genEndFunction: setup stack frame for the
6022         generated function,
6023         genAddrOf: will be changed according to bug 863624
6024
6025         * added files genutils.c and genutils.h which contain gen*
6026         debugged and optimised functions extracted from gen.c
6027
6028         * glue.c: added variable 'externs' which holds extern symbols,
6029         pic16emitRegularMap: is modified to properly handle relocatable
6030          symbols under the new scheme,
6031         pic16createInterruptVect: is modified
6032         pic16printPublics: is modified to emit 'global' assembler directives,
6033         added pic16_printExterns to print extern symbols,
6034         pic16glue: initializes stack/frame pointer in the beginning of
6035         the assembly output. Temporary hack, will be corrected later,
6036         because gplink yet does not support stack and SDCC does not
6037         yet support a type of crt0.o object to create the final binary.
6038
6039         * Removed many lines that contain 8051 legacy code.
6040         * The code is finally placed under a 'code' directive.
6041         * Added port specific options.
6042
6043         * _process_pragma: simplified since now we do not need *special*
6044         include file to define SFR registers. But a separate header
6045         will be needed. This will be developed later.
6046         * _pic16_parseOptions: added, parses port specific options:
6047         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6048         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6049         --preplace-udata-with=
6050
6051         * _pic16_setDefaultOptions: modified to initialize section names,
6052         but hack is temporarly out of order since it needs improvement.
6053         * _pic16_genAssemblerPreamble: configuration words are emitted by
6054         their address instead of their name. This part is incomplete and
6055         supports only the 18Fxx2 devices. Other devices will emit an error
6056         during assembly since they do not contain the same set of config
6057         registers
6058         * _pic16_genIVT: is modified,
6059
6060         * pcode.c: added definitions for some hardware registers that are needed
6061         for stack support
6062         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6063         All PCI entries are updated. Now LFSR is supported.
6064         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6065         * added pic16_newpCodeOpLit2 to support instructions with
6066         two literal arguments
6067         * pic16_pCode2str: corrected code that emits assembler instructions
6068         with two literal operands and those that have an access bit modifier
6069         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6070         this fixes a bug which caused some labels to be lost, when an
6071         assembler directive was added, i.e. banksel,
6072         * pic16_FixRegisterBanking: improved logic that causes the insertion
6073         of bank switching,
6074         * InlineFunction: functions that are called once, are not any more
6075         inlined. This can be a port option in the future,
6076
6077         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6078
6079         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6080         hold the corresponding uninitialized symbols,
6081         * pic16_allocProcessorRegister: registers have explicit marked the
6082         accessBank field,
6083         * pic16_allocInternalRegister: registers are explicit marked as
6084         not used,
6085         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6086         processing list, so bit registers were lost,
6087         *
6088
6089         * ralloc.h: added field 'accessBank' and original symbol operand
6090         in register definition,
6091         * removed the field isMapped from register definition,
6092
6093         ** Several functions have been removed from various sources:
6094         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6095         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6096         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6097         pic16_assignRelocatableRegisters
6098
6099         ** others have been introduced:
6100         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6101         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6102
6103 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6104
6105         * support/scripts/inc2h.pl: changed definition of BIT_AT
6106         to emit 'sbit at' instead of 'bit at'. This was a request.
6107
6108         PIC16 port related preliminary changes:
6109         * gen.c: prefixed function popRegFromString with
6110         pic16_ and all references to it corrected
6111         * pcode.c: all pic16_pc_* hardware registers prefixed
6112         with underscore (_),
6113         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6114         * ralloc.c: newReg(): when register is REG_SFR then
6115         set address to rIdx,
6116         pic16_allocProcessorRegister(): marks register wasUsed=0
6117         pic16_writeUsedRegs(): added a call to assign processor
6118         registers via pic16_assignFixedRegisters
6119
6120 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6121
6122         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6123         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6124         variables in unused register banks.  Also the SSEG is placed
6125         wherever there is enough space for it, and IDATA can be anywhere
6126         in internal RAM.  For now compile using -Wl-Y[stack_size].
6127         The mem file is different for this option as well, since it
6128         makes no sense of talking about DSEG lenght.
6129
6130 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6131
6132         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6133         in certain cases, e.g. when ROM assignment, patch provided
6134         from Albert den Haan.
6135
6136 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6137
6138         Many signedness and type propagation fixes:
6139         * src/SDCCicode.c: made geniCodeCast() static
6140         replaced SPEC_ by IS_ (cosmetic)
6141         (operandOperation): fixed div and mod operation
6142         (usualBinaryConversions): added support for promotion of char
6143         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6144         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6145         (geniCodeAdd): an array index will stay unsigned, even if promoted
6146         from char to int
6147         (geniCodeArray): ditto
6148         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6149         * src/SDCCsymt.c (computeType): added more support for char;
6150         promotion of char is selectable by promoteCharToInt, fixed signedness
6151         for all cases
6152         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6153         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6154         * src/SDCCval (val*): replaced signedness calculation by
6155         computeType()
6156         rearranged if-branches (cosmetic)
6157         (valShift): added warning W_SHIFT_CHANGED
6158         (valCompare): fixed problem with different types
6159         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6160         * support/regression/tests/literalop.c: added many cases
6161         * support/regression/tests/ast_constant_folding.c: changed finally to
6162         'unsigned int'
6163         * .version: new year, new version: 2.3.7
6164         * src/SDCCmain.c (main): applied patch #866468
6165         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6166         provided by Scott Bronson
6167         * doc/sdccman.lyx: updated documentation for sdcdb
6168         updated and added chapter tips
6169
6170 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6171
6172         * src/SDCCsymt.h: missing from yesterday's commits
6173
6174 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6175
6176         * src/SDCC.y (struct_or_union_specifier),
6177         * support/Util/SDCCerr.c,
6178         * support/Util/SDCCerr.h: verify that struct & union tags are used
6179         as declared.
6180
6181 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6182
6183         * src/SDCCglobl.h: missing from yesterday's commits
6184
6185 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6186
6187         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6188         sft_attributes, struct_declaration, parameter_declaration,
6189         type_name, start_block, declaration_list),
6190         * src/SDCC.lex (check_type): support redefinition of typedef names
6191
6192 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6193
6194         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6195         aligned xdata arrays. Erik helped me with the if clause.
6196
6197 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6198
6199         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6200         warning
6201
6202 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6203
6204         * src/SDCCast.h,
6205         * src/SDCCast.c (newAst_),
6206         * src/SDCCicode.h,
6207         * src/SDCCicode.c (ast2iCode, newiCode),
6208         * src/SDCCglobl.h,
6209         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6210         expr, statement, expression_statement, selection_statement,
6211         iteration_statement, expr_opt, jump_statement): foundation for tracking
6212         sequence points
6213         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6214         point code too)
6215
6216 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6217
6218         * support/Util/SDCCerr.c,
6219         * src/SDCCast.h,
6220         * src/SDCCast.c (createCase, createDefault, decorateType),
6221         * src/SDCClabel.c (labelUnreach),
6222         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6223         to error messages.
6224         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6225         (with thanks to Stas Sergeev)
6226         * device/include/time.h,
6227         * device/lib/time.c (CheckTime): suppress unreachable code warning
6228
6229 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6230
6231         * src/SDCCast.c (createIvalCharPtr),
6232         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6233         bug #753752)
6234         * support/regression/tests/nullstring.c: tests for these two bugs
6235
6236 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6237
6238         * support/Util/SDCCerr.h,
6239         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6240         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6241         about storage class and 'at' used inside struct or union
6242         * src/SDCCBBlock.c (iCodeFromeBBlock),
6243         * src/SDCCcse.c (ifxOptimize),
6244         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6245         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6246         printIval, emitStaticSeg, emitOverlay),
6247         * src/SDCClabel.c (deleteIfx),
6248         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6249         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6250         gatherAutoInit, processParms),
6251         * support/Util/SDCCerr.h,
6252         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6253         reporting for post-parse errors.
6254
6255 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6256
6257         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6258         implicit casts via union; they don't work on big endian systems
6259         (possible fix for bug #861138)
6260
6261 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6262
6263         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6264         * src/mcs51/main.c: fixed the fix for bug #737001
6265
6266 2003-12-15  Borut Razem <borut.razem AT siol.net>
6267
6268         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6269
6270 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6271
6272         * support/makebin/makebin.c: put output in binary mode
6273
6274 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6275
6276         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6277         xdata and data memory on startup. Set the environment variable
6278         SDCC_NOGENRAMCLEAR to disable this.
6279         * src/mcs51/peephole.def,
6280         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6281         (allows non-interrupt and interrupt code to safely compete for a resource
6282         without the non-interrupt code having to disable interrupts)
6283
6284 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6285
6286         * src/SDCCicode.c (geniCodeAdd),
6287         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6288         with valFromType if type might be a pointer and host is big endian).
6289         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6290         types, not just integer types.
6291         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6292         multiply defined with mismatching "at" address.
6293
6294 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6295
6296         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6297         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6298         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6299         with embedded nulls (fixed bug #753752)
6300
6301 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6302
6303         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6304         Apparently this did not see much testing (endless loop)
6305
6306 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6307
6308         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6309
6310 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6311
6312         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6313         gracefully handle NULL memmap pointers
6314
6315 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6316
6317         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6318         instead of deleting the iCode when an operand is volatile
6319         * src/z80/gen.c (genDummyRead),
6320         * src/mcs51/gen.c (genDummyRead),
6321         * src/ds390/gen.c (genDummyRead),
6322         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6323         not just IC_RIGHT
6324         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6325         * src/SDCC.y: fixed bug #850420
6326
6327 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6328
6329         Applied z80 i/o port patch from Peter Townson and fixed some operators
6330         to better handle operands in A register.
6331         * device/include/z180.h
6332         * src/SDCC.y
6333         * src/SDCCglue.c
6334         * src/z80/gen.c
6335         * src/z80/gen.h
6336         * src/z80/main.c
6337         * src/z80/peeph-z80.def
6338         * src/z80/peeph.def
6339         * src/z80/z80.h
6340
6341 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6342
6343         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6344
6345 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6346
6347         * device/lib/hc08/_mullong.c: Removed extra #endif
6348
6349 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6350
6351         * sim/ucsim/hc08.src/inst.cc,
6352         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6353         carries from x to h
6354         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6355         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6356         * device/include/stdarg.h: fixed varargs for hc08
6357         * device/lib/Makefile.in,
6358         * device/lib/hc08/Makefile,
6359         * device/lib/hc08/_mulint.c,
6360         * device/lib/hc08/_mullong.c: fixed some endian problems
6361
6362 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6363
6364         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6365         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6366         * device/lib/_gptrget.c,
6367         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6368
6369 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6370
6371         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6372         * src/SDCCast.c (astErrors): fixed bug #846007
6373         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6374
6375 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6376
6377         * src/SDCCast.c (decorateType): disabled a transformation I added in
6378         revision 1.188 (access to fields of a structure at an absolute address);
6379         it breaks with bitfields, extern declarations, and gcse analysis.
6380         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6381         could be assigned through a pointer, so don't complain.
6382         * src/SDCCast.c (astErrors),
6383         * src/SDCCast.h,
6384         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6385
6386 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6387
6388         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6389         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6390         output of __config directives, since gpasm now supports them
6391         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6392         pre-processor macro, i.e. -DMCU=p18f452
6393         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6394         and modified to handle 'cast' icode similarly to '=' icode
6395         * src/pic16/device.h (typedef struct PIC_device): added field
6396         'extMIface' to indicate that chip has external memory interface
6397         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6398         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6399         18F8720
6400
6401 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6402
6403         * src/SDCC.y (pointer): fixed bug #846006
6404         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6405         * src/SDCCast.c (decorateType): fixed bug #846009
6406         * src/ds390/peeph.def,
6407         * src/ds390/gen.c (genAnd, genOr),
6408         * src/mcs51/peeph.def,
6409         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6410
6411 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6412
6413         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6414         * src/SDCCdflow.c
6415         * src/SDCCcse.c
6416         * src/SDCCcse.h
6417         * src/SDCCBBlock.h
6418         * src/SDCCBBlock.c
6419
6420 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6421
6422         fixed bug #845089
6423         * src/SDCCbitv.h,
6424         * src/SDCCbitv.c: added function to free a bitvector
6425         * src/SDCClrange.h,
6426         * src/SDCClrange.c: added function to recompute the liveranges
6427         * src/avr/ralloc.c,
6428         * src/ds390/ralloc.c,
6429         * src/hc08/ralloc.c,
6430         * src/mcs51/ralloc.c,
6431         * src/pic/ralloc.c,
6432         * src/pic16/ralloc.c,
6433         * src/xa51/ralloc.c,
6434         * src/z80/ralloc.c: recompute the liveranges after register packing
6435
6436 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6437
6438         * src/SDCCloop.c (newInduction): fixed bug #845630
6439
6440 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6441
6442         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6443         inadvertantly left behind from my 2003-11-12 change
6444
6445 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6446
6447         Updated headers I neglected to commit yesterday.
6448         * src/SDCClrange.h,
6449         * src/SDCCicode.h
6450
6451 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6452
6453         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6454         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6455         * src/SDCCopt.c (eBBlockFromiCode),
6456         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6457         the creation of the key hash table from the sequencing so it can be used
6458         earlier (for some GCSE bug fixes still pending)
6459
6460 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6461
6462         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6463         * support/regression/tests/addsub.c: testing genPlus shortcut
6464
6465 2003-11-15  Borut Razem <borut.razem AT siol.net>
6466
6467         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6468
6469 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6470
6471         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6472         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6473         ordering is immaterial.
6474         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6475
6476 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6477
6478         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6479         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6480         (SIGSEV) of bug #840381
6481         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6482         unlink new file before rename if new and old filenames are the same)
6483
6484 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6485
6486         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6487         uninitialized variables) for the mcs51. Set environment variable
6488         SDCC_GENRAMCLEAR to test.
6489         xdata initialization slightly shorter
6490
6491 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6492
6493         * src/SDCCsymt.h,
6494         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6495         #838241 & 780691 (basicly the same bug)
6496         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6497         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6498
6499 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6500
6501         * src/SDCCmain.c (linkEdit): "fix" #834252
6502
6503 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6504
6505         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6506         * src/SDCCast.h,
6507         * src/SDCC.y: fixed bug #819403
6508
6509 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6510
6511         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6512         the reentrant attribute.
6513         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6514         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6515         simulation
6516         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6517         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6518         erroneously reduced to a literal.
6519         * src/hc08/ralloc.c (packRegisters, rematStr),
6520         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6521         some cases
6522
6523 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6524
6525         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6526         * doc/sdccman.lyx: changed from 'article' to 'book'
6527         * doc/Makefile: readded test_suite_spec and cdbfileformat
6528
6529 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6530
6531         * device/include/stdlib.h: include malloc.h to comply with ANSI
6532         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6533
6534 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6535
6536         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6537         * doc/clean.mk: also remove *.out files
6538         * doc/sdccman.lyx: some additions, larger top/bottom margins
6539
6540 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6541
6542         * src/SDCC.y: fixed bug #837365
6543         * support/regression/tests/bitopcse.c
6544         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6545         a symbol (might be valop instead)
6546         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6547         * device/lib/clean.mk: added hc08 to the cleaning list
6548
6549 2003-11-04  Borut Razem <borut.razem AT siol.net>
6550
6551         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6552           made 2003-11-04
6553         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6554           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6555           malloc is declared in standard stdlib.h
6556
6557 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6558
6559         * device/lib/hc08/Makefile: need to clean .rel not .o files
6560         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6561
6562 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6563
6564         * src/port.h,
6565         * src/hc08/main.c,
6566         * src/mcs51/main.c,
6567         * src/ds390/main.c,
6568         * src/z80/main.c,
6569         * src/avr/main.c,
6570         * src/pic/main.c,
6571         * src/pic16/main.c,
6572         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6573         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6574         tests (which uses the port's oclsExpense function)
6575         * src/SDCC.y,
6576         * src/SDCCast.c,
6577         * src/SDCCicode.c,
6578         * src/hc08/gen.c,
6579         * src/ds390/gen.c,
6580         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6581
6582 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6583
6584         * src/SDCCcse.c (ifxOptimize),
6585         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6586         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6587         deleting the IFX iCode.
6588         * src/hc08/ralloc.c: reduced unneeded slocs
6589         * src/hc08/gen.c: fixed bug in asmopToBoolean
6590
6591 2003-11-04  Borut Razem <borut.razem AT siol.net>
6592
6593         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6594           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6595           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6596           transferred to configure
6597
6598 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6599
6600         Use headers defined in the C[++] standards:
6601         * sim/ucsim/gui.src/serio.src/fileio.cc
6602         * sim/ucsim/gui.src/serio.src/frontend.cc
6603         * sim/ucsim/gui.src/serio.src/main.cc
6604         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6605         * support/Util/NewAlloc.c
6606         * as/hc08/lklibr.c
6607         * as/mcs51/lklibr.c
6608         * as/z80/aslist.c
6609         * as/z80/assym.c
6610
6611 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6612
6613         * Added MSVC projects for hc08 assembler and linker:
6614         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6615         /as/hc08/link_hc08.dsp
6616
6617 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6618
6619         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6620
6621 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6622
6623         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6624
6625 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6626
6627         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6628
6629 2003-10-31  Borut Razem <borut.razem AT siol.net>
6630
6631         * support/cpp2/cpplib.h,
6632           support/cpp2/cpplib.c,
6633           support/cpp2/cpplex.c,
6634           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6635           to switch _asm block preprocessing on / off. Default is
6636           #pragma preproc_asm +
6637
6638 2003-10-31  Borut Razem <borut.razem AT siol.net>
6639
6640         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6641           when outputting comment blocks (when executed with -C option) and
6642           _asm (SDCPP specific) blocks
6643
6644 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6645
6646         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6647
6648 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6649
6650         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6651
6652 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6653
6654         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6655         * src/SDCCast.c (decorateType): fixed bug #832664
6656
6657 2003-10-31  Borut Razem <borut.razem AT siol.net>
6658
6659         * support\cpp2\cpplex.c: fixed for SDCPP:
6660           comments(when executed with -C option) and _asm blocks
6661           were included even if they where in skipped #if block.
6662           Applied solution from GCC cpp 3.3.2
6663
6664 2003-10-31  Borut Razem <borut.razem AT siol.net>
6665
6666         * src/SDCC.lex: sdcc now understands both formats:
6667           '# <line_number> <file_name>' and
6668           '#line <line_number> <file_name>'
6669         * support/cpp2/cppmain.c: sdcpp now generates the standard
6670           '# <line_number> <file_name>' instead of former
6671           '#line <line_number> <file_name>'
6672
6673 2003-10-30  Borut Razem <borut.razem AT siol.net>
6674
6675         * support/cpp2/cpphash.h,
6676         * support/cpp2/cpplib.h
6677         * support/cpp2/cpplex.c,
6678         * support/cpp2/cppmain.c,
6679         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6680
6681 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6682
6683         Fixed a number of problems revealed by bug #827883.
6684         * src/SDCCloop.c (loopInvariants): Spill location of the
6685         result operand should be recomputed if extracted from
6686         a loop. Also, don't extract assignments of an iTemp
6687         from a literal.
6688         * src/SDCCast.c (isConformingBody): loop reversal should
6689         not occur if the control variable is involved with a
6690         relational operator.
6691
6692 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6693
6694         * .version: bumped to 2.3.6 to reflect the big improvements
6695         made by Erik and Klaus. Thanks!
6696
6697 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6698
6699         Replaced the livrange code.
6700         * src/SDCClrange.c: added new LR code
6701         * src/SDCCloop.c,
6702         * src/SDCCBBlock.h: removed remainig parts from old LR code
6703         * src/ds390/ralloc.c,
6704         * src/ds390/gen.c: minor fixes to make it work with new code
6705
6706 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6707
6708         * as/hc08/asm.h,
6709         * as/hc08/lkrloc.c,
6710         * src/hc08/gen.c,
6711         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6712         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6713         (tweaked fix for bug #818696)
6714
6715 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6716
6717         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6718
6719 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6720
6721         * src/SDCCmain.c,
6722         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6723         * src/mcs51/gen.c (gencjneshort),
6724         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6725         more efficient (per Scott Bronson's suggestion)
6726
6727 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6728
6729         Extended the semantics of the critical keyword to include
6730         individual statements. See RFE #827755 and #799831
6731         * src/SDCC.y
6732         * src/SDCCicode.c
6733         * src/SDCCopt.c
6734         * src/SDCCast.c
6735         * support/Util/SDCCerr.c
6736         * support/Util/SDCCerr.h
6737         * src/mcs51/gen.c
6738         * src/ds390/gen.c
6739         * src/hc08/gen.c
6740
6741 2003-10-19  Borut Razem <borut.razem AT siol.net>
6742
6743         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6744
6745 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6746
6747         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6748         Fixed bug #818696
6749         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6750         and predecrement operand is displayed
6751
6752 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6753
6754         * src/SDCCval.c (valMinus): fixed bug #826041
6755
6756 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6757
6758         Some hc08 related updates that I missed earlier
6759         * sim/ucsim/stypes.h
6760         * support/regression/ports/hc08/spec.mk
6761
6762 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6763
6764         New target "hc08" for the Motorola 68hc08 family of micros
6765
6766         * configure
6767         * configure.in
6768         * Makefile
6769         * src/hc08/*
6770         * src/SDCCmain.c
6771         * src/port.h
6772         * sim/ucsim/hc08.src/*
6773         * sim/ucsim/configure.in
6774         * src/ucsim/configure
6775         * sim/ucsim/packages_in.mk
6776         * as/hc08/*
6777         * as/Makefile
6778         * device/include/mc68hc908qy.h
6779         * device/lib/hc08/*
6780         * device/lib/Makefile.in
6781         * support/regression/ports/hc08/*
6782         * support/regression/Makefile
6783
6784 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6785
6786         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6787         regression test
6788         * src/ds390/gen.c (genCast): fixed bug #821957
6789
6790 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6791
6792         * device/lib/logf.c: "fixed" overlay bug
6793         * support/regression/ports/host/spec.mk: added m library
6794         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6795         * support/regression/tests/float_trans: added (for Eric)
6796
6797 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6798
6799         * src/mcs51/gen.c (genCpl): fixed bug
6800         http://sf.net/mailarchive/message.php?msg_id=6263915
6801
6802 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6803
6804         * src/SDCCast.c (decorateType): added extended constant folding
6805         * src/SDCCsymt.c (computeType): cleanup
6806         * src/SDCCval.c (valShift): minor optimization
6807         * support/regression/tests/ast_constant_folding.c: added
6808
6809 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6810
6811         * src/SDCCmain.c: removed some unintended changes
6812
6813 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6814
6815         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6816         * src/z80/gen.c: fixed part of bug #817589
6817         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6818
6819 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6820
6821         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6822         * src/SDCCcflow.c
6823         * src/SDCCcse.c
6824         * src/SDCCdflow.c
6825         * src/SDCClabel.c
6826         * src/SDCClrange.c
6827         * src/SDCCmem.c
6828         * src/SDCCopt.c
6829         * src/SDCCpeeph.c
6830         * src/SDCCset.c
6831         * src/avr/ralloc.c
6832         * src/ds390/ralloc.c
6833         * src/izt/ralloc.c
6834         * src/mcs51/ralloc.c
6835         * src/pic/ralloc.c
6836         * src/pic16/ralloc.c
6837         * src/xa51/ralloc.c
6838         * src/z80/ralloc.c
6839         * src/z80/gen.c: removed unused label "release:"
6840
6841 2003-10-06  Borut Razem <borut.razem AT siol.net>
6842
6843         * src/SDCC.lex: removed definition of unused variables
6844           save_optimize and save_options
6845
6846 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6847
6848         * clean.mk: removed '=' in "-maxdepth=1"
6849         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6850         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6851
6852 2003-10-06  Borut Razem <borut.razem AT siol.net>
6853
6854         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6855           my_unput() replaced by unput()
6856
6857 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6858
6859         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6860         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6861         type-punned pointer will break strict-aliasing rules"
6862         Old LR behaviour is again default; Klaus' LR can be choosen by
6863         defining the environment variable LRKLAUS
6864         * src/SDCCBBlock.h
6865         * src/SDCCloop.c
6866         * src/SDCClrange.c
6867         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6868         * clean.mk: fixed removal of files in bin/CVS/
6869         * device/lib/clean.mk: fixed removal of directories small and large
6870         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6871         * src/SDCCicode.c,
6872         * src/SDCCval.c: removed superflous test for pedantic
6873
6874 2003-10-05  Borut Razem <borut.razem AT siol.net>
6875
6876         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6877           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6878           message "unmatched #pragma SAVE and #pragma RESTORE"
6879
6880 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6881
6882         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6883           assembly, critical functions, atomic, nojtbound)
6884
6885 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6886
6887         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6888         * src/SDCCBBlock.h
6889         * src/SDCCloop.c
6890         * src/SDCCloop.h
6891         * src/SDCClrange.c
6892
6893 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6894
6895         * src/z80/gen.h,
6896         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6897         * src/mcs51/gen.h
6898         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6899         * src/ds390/gen.h
6900         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6901         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6902         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6903
6904 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6905
6906         * src/z80/gen.c (genRet): fixed bug #524753
6907         * src/z80/gen.c (genCast): fixed internal error on cast from
6908         pointer to long
6909         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6910         fix for bug #477835 to the z80
6911         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6912         for tracking iCodes in the peephole optimizer for z80
6913
6914 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6915
6916         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6917         the other part of bug #814548
6918         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6919
6920 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6921
6922         * src/SDCCcse.c: fixed part of bug #814548
6923
6924 2003-09-28  Borut Razem <borut.razem AT siol.net>
6925
6926         * src/asm.c: rewrite of printILine() to use temporary file instead
6927           a pipe
6928         * src/xa51/main.c: commented out declaration of int rewinds
6929
6930 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6931
6932         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6933
6934 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6935
6936         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6937         * src/asm.c (printILine): Fixed bug #811015
6938
6939 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6940
6941         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6942         freeing.
6943
6944 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6945
6946         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6947         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6948         to correctly handle general case of AOP_PAIRPTR
6949         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6950
6951 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6952
6953         * src/mcs51/ralloc.c (fillGaps),
6954         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6955         register positioning bug)
6956
6957 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6958
6959         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6960
6961 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6962
6963         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6964         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6965         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6966         (ralloc doesn't intentionally do this now, but perhaps later)
6967         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6968         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6969         register positioning bugs (Fixed bug #762602 and #795325)
6970         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6971         (Fixed bug #808779)
6972         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6973         lines that --i-code-in-asm generates
6974
6975 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6976
6977         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
6978         trying to fclose a FILE* that was already closed.
6979
6980 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6981
6982         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
6983         of const struct should be treated as if const themselves)
6984
6985 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
6986
6987         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
6988
6989 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6990
6991         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
6992         Unix (/n) and DOS (/r/n) line terminations.
6993
6994 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6995
6996         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
6997         bug #613775
6998
6999 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7000
7001         * src/mcs51/gen.c (genFunction, genEndFunction),
7002         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7003         and restore of EA so that stack offsets to parameters are
7004         correct when using both critical and reentrant/stack-auto.
7005         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7006         size (can be triggered in error if sloc is shared between
7007         different sized objects)
7008         * device/include/float.h: fixed macros to explicitly use
7009         unsigned long where needed
7010
7011 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7012
7013         Feature req. 799831: added code to allow nesting of critical functions
7014         * src/mcs51/gen.c (genFunction, genEndFunction)
7015         * src/ds390/gen.c (genFunction, genEndFunction)
7016
7017 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7018
7019         * src/SDCCsymt.c (sclsFromPtr),
7020         * src/SDCCsymt.h,
7021         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7022         support for standard C idiom of memory mapped variables; for
7023         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7024         to xdata int at 0x1234 tempvar = 1.
7025         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7026         provided by Akiya ISHIDA
7027
7028 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7029
7030         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7031         * src/SDCCval.c (constVal): added reduction from int to char
7032         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7033         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7034         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7035         to ignore the sign
7036         * support/regression/tests/shifts.c: fixed
7037
7038 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         * src/z80/gen.c (genXor): Fixed bug #805445
7041
7042 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7043
7044         Fixed bug #621531 (const & volatile confusion in the type chain).
7045         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7046         refer to the const or volatile state of the pointer itself.
7047
7048         * src/SDCCast.c
7049         * src/SDCCglue.c
7050         * src/SDCCicode.c
7051         * src/SDCCsymt.c
7052         * src/SDCCval.c
7053         * src/SDCC.y
7054         * src/SDCCsymt.h
7055         * src/pic/gen.c
7056         * src/pic/ralloc.c
7057         * src/pic16/gen.c
7058         * src/pic16/ralloc.c
7059         * support/regression/tests/const.c
7060
7061 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7062
7063         When checking for duplicated modules, use absolute paths
7064         instead of relative paths.  Files changed:
7065
7066         * as/mcs51/lklib.c
7067         * link/z80/lklib.c
7068
7069 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7070
7071         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7072
7073 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7074
7075         * device/include/string.h: added size_t typedef, changed
7076         prototypes to use size_t, eliminated separate reentrant and
7077         non-reentrant declarations, added _memmove declaration
7078         * device/lib/_memcpy.c: changed to use size_t instead of int,
7079         changed /4 to >>2 to avoid division library call
7080         * device/lib/_memcmp.c,
7081         * device/lib/_memset.c,
7082         * device/lib/_strncat.c,
7083         * device/lib/_strncpy.c,
7084         * device/lib/_strncmp.c: changed to use size_t instead of int
7085         * device/lib/_memmove.c: new file (fixed bug #772294)
7086         * device/lib/Makefile.in: added _memmove.c
7087         * device/lib/z80/asm_strings.s: fixed bug #772290
7088         * support/regression/tests/bitfields.c: attempt to fix host assertion
7089         failure on amd64-unknown-linux2.2
7090
7091 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7092
7093         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7094         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7095         * as/z80/asmain.c (main): fixed bug #801766
7096
7097 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7098
7099         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7100         compilers
7101
7102 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7103
7104         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7105         reported in bug #800609
7106
7107 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7108
7109         * Top header beautifications in src/pic16 directory:
7110           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7111           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7112           pcoderegs.h, ralloc.c, ralloc.h
7113         * main.c: added top header and GPL license notice
7114         * pcode.c: fixed the if-conditional warning
7115
7116 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7117
7118         * device/lib/_mullong.c: replaced int by short for gcc
7119
7120 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7121
7122         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7123         and JUMPTABLE iCodes properly now (worked by accident before)
7124         * src/mcs51/gen.c (leftRightUseAcc),
7125         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7126         iCode properly now. Use getSize instead of nRegs since a & b
7127         aren't part of the nRegs tally.
7128
7129 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7130
7131         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7132         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7133           before instructions that use the _STATUS register
7134
7135 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7136
7137         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7138         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7139         fetching of the pointer
7140         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7141         copied from genNearPointerSet()
7142         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7143         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7144         If they pop r0/r1 they must be called in the opposite order than aopOp().
7145         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7146         (resp. --stack-auto), prepared for --xstack
7147
7148 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7149
7150         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7151
7152 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7153
7154         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7155         these ports have their own __sdcc_external_start()
7156
7157 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7158
7159         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7160         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7161         type for bits was changed. It resulted in bit variables becoming
7162         global, which is not permitted in PIC 14 assembly output.
7163
7164 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7165
7166         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7167
7168 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7169
7170         Z80 and MCS51 linkers complaint if a public symbol is defined
7171         in more than one library module:
7172
7173         * as/mcs51/lklib.c
7174         * link/z80/lklib.c
7175         * as/mcs51/Makefile.in
7176
7177 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7178
7179         A few small changes that speed up the peephole optimizer.
7180
7181         * src/SDCCpeeph.c
7182
7183 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7184
7185         Try to make the peephole optimizer smarter by maintaining
7186         an association between the assembly source code and the
7187         iCodes that originated them. Put this information to use
7188         with a new peephole rule condition "notVolatile" so that
7189         the rules can be aggressive yet still safe.
7190
7191         * src/SDCCpeeph.c
7192         * src/SDCCpeeph.h
7193         * src/mcs51/gen.c
7194         * src/mcs51/peeph.def
7195
7196 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7197
7198         Fixed bug #741761
7199
7200         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7201         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7202         if the left or right operand symbols have the accuse flag set.
7203
7204 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7205
7206         Changed the type of the result of the ! (NOT) operator to char;
7207         previously it returned the same type as the source. This allows
7208         us to eliminate all the genFloatNot functions (all of its target
7209         implementations were very buggy) since !float can use the same
7210         code as !long now.
7211
7212         * src/SDCCicode.c (ast2iCode): ! returns char
7213         * src/mcs51/gen.c (genNot, genNotFloat),
7214         * src/ds390/gen.c (genNot, genNotFloat),
7215         * src/z80/gen.c (genNot, genNotFloat),
7216         * src/pic/gen.c (genNot, genNotFloat),
7217         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7218
7219 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7220
7221         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7222         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7223            during interrupts. Ensure WSAVE is located at a shared bank address.
7224         2. Fixed page selection in some places
7225         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7226            the registers name strings.
7227         4. Fixed "signed / unsigned compare" compiler warnings.
7228         5. The PIC port manages its own allocation of the general purpose
7229            registers, but makes no attempt to reuse them. As a result when
7230            compiling it soon runs out of general purpose registers. Some
7231            additional code was added to the files pcode.c and device.c to walk
7232            through the function call tree and rename the registers so that they
7233            get reused.
7234
7235         * src/pic/device.c
7236         * src/pic/gen.c
7237         * src/pic/glue.c
7238         * src/pic/pcode.c
7239         * src/pic/pcode.h
7240         * src/pic/ralloc.c
7241         * src/pic/ralloc.h
7242         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7243         genPlus() & genMinus() when the result is the same as left or right
7244
7245 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7246
7247         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7248
7249 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7250
7251         Made bitfield a distinct type from bit so that bitfields
7252         convert as per ANSI C and bits retain their traditional
7253         boolean style behaviour. Implemented bitfield support in
7254         the z80 port.
7255
7256         * src/SDCCsymt.h,
7257         * src/SDCCsymt.c,
7258         * src/SDCCast.c,
7259         * src/cdbFile.c,
7260         * src/mcs51/gen.c,
7261         * src/ds390/gen.c: bit v bitfield split
7262         * src/z80/gen.c: New support for bitfields
7263         * support/regression/tests/bitfields.c: reenabled z80,
7264         added more tests
7265
7266 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7267
7268         Rules 246.x, 247.x relate to bitfields, the others speed up
7269         access to xdata mapped I/O devices.
7270
7271         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7272
7273 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7274
7275         Cleaned up genPackBits and genUnpackBits and added two helper
7276         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7277         for literal assignments in genPackBits (thanks to Frieder for
7278         reminding me).
7279
7280         * src/mcs51/gen.c
7281         * src/ds390/gen.c
7282
7283 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7284
7285         Fixed bug #748310 (pointer to function type mishandled when the
7286         function name is omitted). Also fixed a SIGSEGV when a function
7287         attribute (reentrant, etc) is used on a non-function or on a
7288         function but misplaced before the parameter list.
7289
7290         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7291         bug #748310
7292         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7293         * support/Util/SDCCerr.h,
7294         * support/Util/SDCCerr.c: Added func attr misuse error msg
7295
7296 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7297
7298         Fixed bug #787649 by anonymous
7299         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7300         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7301
7302 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7303
7304         Fixed numerous bitfield problems.
7305
7306         * src/SDCC.y: More bitfield related error checking
7307         * src/SDCCsymt.h,
7308         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7309         * support/Util/SDCCerr.h,
7310         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7311         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7312         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7313         * support/regression/tests/bitfields.c: tests added
7314
7315 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7316
7317         Made the constant following the "interrupt" keyword optional. If
7318         omitted, the function will not automatically be given an entry
7319         in the interrupt vector table (similar to #pragma NOIV, but
7320         less syntacticly kludgy). The interrupt number is also now
7321         range checked. Also fixed a bug in the high order bit example
7322         in the manual.
7323
7324         * src/SDCC.y
7325         * src/SDCCmem.c
7326         * src/SDCCglue.c
7327         * src/SDCCsymt.h
7328         * support/Util/SDCCerr.c
7329         * support/Util/SDCCerr.h
7330         * doc/sdccman.lyx
7331
7332 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7333
7334         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7335         * src/SDCCicode.c (operandOperation): rewritten some ops
7336         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7337         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7338         other type
7339         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7340         be re-activated by defining REDUCE_LITERALS)
7341         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7342         unsigned, but are signed by default
7343         * src/SDCCval.c (constVal): rearranged
7344         * src/SDCCval.c (valMod): preliminary fix
7345         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7346         * support/regression/literalop.c: added, work in progress
7347
7348 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7349
7350         Generate warnings for useless declarations like "char data;"
7351         that don't do what new users expect.
7352
7353         * src/SDCC.y
7354         * support/Util/SDCCerr.h
7355         * support/Util/SDCCerr.c
7356
7357 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7358
7359         * src/SDCCval.c (valMult): fix overflow detection of negative int
7360
7361 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7362
7363         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7364
7365         Changes to support big endian targets:
7366
7367         * src/ports.h
7368         * src/SDCCglue.c
7369         * src/avr/main.c
7370         * src/ds390/main.c
7371         * src/izt/i186.c
7372         * src/mcs51/main.c
7373         * src/pic/main.c
7374         * src/pic16/main.c
7375         * src/xa51/main.c
7376         * src/z80/main.c
7377
7378 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7379
7380         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7381         * device/lib/time.c: fixed warning "integer overflow in expression"
7382
7383 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7384
7385         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7386         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7387         constants are unsigned; added recognition of "u" flag for unsigned
7388         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7389         * src/SDCCval.c (valDiv, valMod): fixed signdness
7390         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7391         signedness of modulo, left and right shift
7392         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7393         * support/Util/SDCCerr.h: added warning W_INT_OVL
7394         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7395         * src/SDCCast.c (ast_print): improved output of constants
7396
7397 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7398
7399         Fixed some warnings when building with MSVC:
7400
7401         * as\mcs51\asdata.c
7402         * as\z80\asdata.c
7403         * as\mcs51\asm.h
7404         * as\z80\asm.h
7405         * link\z80\aslink.h
7406         * link\z80\lkdata.c
7407         * link\z80\lkeval.c
7408         * link\z80\lkgb.c
7409         * link\z80\lkihx.c
7410         * link\z80\lks19.c
7411         * link\z80\lksym.c
7412         * support\cpp2\cpplib.c
7413         * src\ds390\gen.c
7414         * src\mcs51\gen.c
7415
7416 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7417
7418         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7419
7420 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7421
7422         * support\librarian\clean.mk: Do not remove Makefile.
7423         * support\librarian\Makefile: added.
7424
7425 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7426
7427         Added librarian to MSVC build:
7428         * all.dsp
7429         * sdcc.dsw
7430         * support\librarian\librarian.dsp
7431
7432         'configure' not needed for librarian, removed:
7433         * support\librarian\configure
7434         * support\librarian\configure.in
7435         * support\librarian\config_in.h
7436         * support\librarian\Makefile.in
7437
7438         Hopefully these ones built the librarian and the rest of sdcc properly:
7439         * Makefile
7440         * Makefile.common.in
7441
7442         Messed up 'configure', so revert to previous version:
7443         * configure
7444         * configure.in
7445
7446 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7447
7448         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7449         there, while the mantissa of a double is "only" 53 bits wide.
7450
7451 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7452
7453         Adding sdcclib to the build.  MSVC project coming soon.
7454         Files added/changed:
7455
7456         * support\librarian\clean.mk
7457         * support\librarian\configure
7458         * support\librarian\configure.in
7459         * support\librarian\config_in.h
7460         * support\librarian\Makefile.bcc
7461         * support\librarian\Makefile.in
7462         * support\librarian\sdcclib.c
7463         * Makefile.bcc
7464         * Makefile
7465         * Makefile.common.in
7466         * configure
7467         * configure.in
7468
7469 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7470
7471         Linker now complaints if linked modules have conflicting options, for
7472         example, one compiled using --model-large and another one compiled with
7473         --model-small.  The following files were modified:
7474
7475         * as\mcs51\asdata.c
7476         * as\mcs51\aslink.h
7477         * as\mcs51\asm.h
7478         * as\mcs51\asmain.c
7479         * as\mcs51\asout.c
7480         * as\mcs51\i51pst.c
7481         * as\mcs51\lkdata.c
7482         * as\mcs51\lklibr.c
7483         * as\mcs51\lkmain.c
7484         * as\z80\asdata.c
7485         * as\z80\asm.h
7486         * as\z80\asmain.c
7487         * as\z80\asout.c
7488         * as\z80\z80pst.c
7489         * link\z80\aslink.h
7490         * link\z80\lkdata.c
7491         * link\z80\lklibr.c
7492         * link\z80\lkmain.c
7493         * src\SDCCglue.c
7494
7495 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7496
7497         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7498         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7499
7500 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7501
7502         * src/z80/mappings.i: fix _mul[us][int,long] entries
7503
7504 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7505
7506         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7507
7508 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7509
7510         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7511         * support/regression/tests/bitopcse.c: added
7512         fixed warning:
7513         * src/avr/gen.c:
7514         * src/pic/gen.c:
7515         * src/pic16/gen.c:
7516         * src/z80/gen.c:
7517         * src/xa51/gen.c:
7518
7519 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7520
7521         added support for new library format to z80, gbz80 linkers:
7522         *link/z80/aslink.h
7523         *link/z80/lklex.c
7524         *link/z80/lklib.c
7525         *link/z80/lklist.c
7526
7527 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7528
7529         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7530         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7531
7532 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7533
7534         added DUMMY_READ_VOLATILE:
7535         * src/SDCC.y:
7536         * src/avr/gen.c:
7537         * src/xa51/gen.c:
7538         * src/z80/gen.c:
7539         * src/pic/gen.c:
7540         * src/pic16/gen.c:
7541         * src/mcs51/gen.c:
7542         * src/ds390/gen.c:
7543         * src/SDCCcse.c (algebraicOpts): many improvements
7544         * src/SDCCcse.h: removed algebraicOpts()
7545         * src/SDCCicode.c (picDummyRead): added
7546
7547 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7548
7549         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7550         "Insufficient space in data memory".
7551
7552 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7553
7554         * src/mcs51/gen.c: fixed bug #771358
7555         * src/z80/gen.c: fixed bug #759087
7556
7557 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7558
7559         * src/pic16/glue.c: minor cleanup by Vangelis
7560
7561 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7562
7563         * device/include/regc515c.h: fixed #758477
7564         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7565         * device/lib/_gptrput.c: saved a few bytes
7566         * my tab spacing is 8, yours too?)
7567         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7568         * device/lib/serial.c: process RX bytes earlier than TX bytes
7569         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7570
7571 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7572
7573         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7574
7575 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7576
7577     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7578
7579 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7580
7581         * device/lib/Makefile.in: bad fix, reverted to 1.43
7582
7583 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7584
7585         * device/lib/Makefile.in: added missing z80 object files
7586
7587 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7588
7589         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7590         pic16 progress by Vangelis:
7591         * src/SDCCglobl.h:
7592         * src/SDCCmain.c:
7593         * src/pic/Makefile:
7594         * src/pic:
7595         * pic/Makefile:
7596         * pic16/device.c:
7597         * pic16/device.h:
7598         * pic16/gen.c:
7599         * pic16/gen.h:
7600         * pic16/genarith.c:
7601         * pic16/glue.c:
7602         * pic16/main.c:
7603         * pic16/pcode.c:
7604         * pic16/pcode.h:
7605         * pic16/pcodepeep.c:
7606         * pic16/peeph.def:
7607
7608 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7609
7610     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7611
7612 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7613
7614     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7615     added gbz80 build to MSVC project.
7616     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7617     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7618     from 8051 stuff and setup so it links using a .lnk file.
7619
7620 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7621
7622     * support/librarian/sdcclib.c: sdcc librarian.
7623     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7624     with sdcclib.
7625
7626 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7627
7628     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7629
7630 2003-07-02  Borut Razem <borut.razem AT siol.net>
7631
7632         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7633         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7634         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7635         src/xa51/main.c, src/z80/main.c:
7636         virtualization of glue() function: each port has it's own glue function,
7637         which is accessed by do_glue function pointer in PORT.general structure
7638
7639 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7640
7641         * DS800C400 fun, improved ROM interface and tinibios.
7642
7643 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7644
7645         * More support for DS80C400. Now includes beginning of interface to ROM.
7646
7647 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7648
7649         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7650
7651 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7652
7653         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7654
7655 2003-06-19  Borut Razem <borut.razem AT siol.net>
7656
7657         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7658
7659 2003-06-19  Borut Razem <borut.razem AT siol.net>
7660
7661         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7662         fixed Z80 port - crt0.o: cannot open.
7663
7664 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7665
7666         * support/Util/MySystem.c (merge_command): revert bad fix
7667
7668 2003-06-18  Borut Razem <borut.razem AT siol.net>
7669
7670         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7671
7672 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7673
7674         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7675         option --use-stdout sends errors to stdout instead of stderr.
7676
7677 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7678
7679         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7680
7681 2003-06-15  Borut Razem <borut.razem AT siol.net>
7682
7683         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7684         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7685         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7686         fixed width array of pointers replaced with sets;
7687         multiple include and lib paths ared transferred to preprocessor and linker
7688         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7689         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7690         fixed width array of pointers
7691         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7692         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7693         fixupPath(), getPathDifference()
7694         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7695         fixed width array of pointers
7696
7697 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7698
7699         * src/pic16/ralloc.c: fix warnings
7700         * src/pic16/pcode.c: fix warning
7701
7702 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7703
7704          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7705         know all the details, but essentially this set of changes enable
7706         the pic16 port to generate movff instructions and generate assembler
7707         directives,
7708         * src/SDCCmain.c:
7709         * src/pic16/gen.c:
7710         * src/pic16/glue.c:
7711         * src/pic16/pcode.c:
7712         * src/pic16/device.c:
7713         * src/pic16/main.c:
7714         * src/pic16/pcode.h:
7715         * src/pic16/pcoderegs.c:
7716         * src/pic16/ralloc.c:
7717         * src/pic16/ralloc.h:
7718
7719 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7720
7721         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7722         added option --vc, so sdcc errors and warnings are compatible with
7723         Microsoft Visual Studio.
7724
7725 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7726
7727         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7728           device/lib/libfloat.lib: added atof function.
7729
7730 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7731
7732         * doc/sdccman.lyx: updated to Lyx 1.3
7733         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7734         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7735         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7736
7737 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7738
7739         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7740
7741 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7742
7743         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7744           additions to the "related tools/documentation" section
7745
7746 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7747
7748         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7749
7750 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7751
7752         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7753         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7754
7755 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7756
7757         * doc/sdccman.lyx: fix double dash and other minor things
7758         * doc/Makefile: fix double dash
7759
7760 2003-05-28  Karl Bongers(patches from Martin Helmling)
7761         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7762           condition and ignore commands.
7763
7764 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7765
7766         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7767           is in parts still quite out of date, I did changes as far as I felt makes sense
7768           for a non-native english speaker.
7769           Please feel free to add to the manual or to correct my changes.
7770         * doc/Makefile: undid touching the date of intermediate tex files.
7771
7772 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7773
7774         * doc/sdccman.lyx: Manual has an index now
7775
7776 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7777
7778         Finalize muluint/mulsint and mululong/mulslong merging:
7779         * device/lib/_mulint.c
7780         * device/lib/_mullong.c
7781         * device/lib/gbz80/mul.s
7782         * device/lib/gbz80/stubs.s
7783         * device/lib/z80/mul.s
7784         * device/lib/z80/stubs.s
7785         * src/SDCCsymt.c (initCSupport)
7786
7787 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7788
7789         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7790         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7791           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7792           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7793           instead of /Zm500.
7794
7795 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7796
7797         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7798           the regression tests I'm not brave enough to enable 245.b, 245.c
7799         * doc/sdccman.lyx: added latex preamble for hyperref package.
7800           Using pdflatex this will give you a hyperlinked pdf file with
7801           bookmarks. (prepend '%' before /usepackage if this breaks something)
7802
7803 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7804
7805          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7806
7807 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7808
7809         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7810
7811 2003-05-21    <johan AT balder>
7812
7813         * src/SDCCglue.c (printIval): fixed bug #739934
7814
7815 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7816
7817         Applied patch from bug 737905 (renamed yylineo to mylineno):
7818         * src/altlex.c
7819         * src/SDCCast.c
7820         * src/SDCglobl.h
7821         * src/SDCC.lex
7822         * src/SDCCsymt.c
7823         * src/SDCCval.c
7824         * src/pic16/pcode.c: Cleaned warnings
7825         * src/pic16/pcodeflow.c: Cleaned warnings
7826         * src/pic16/pcoderegs.c: Cleaned warnings
7827
7828 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7829
7830         * src/pic16/pcode.c: Cleaned warnings
7831         * src/pic16/pcodepeep.c: Cleaned warnings
7832         * src/pic16/ralloc.c: Cleaned warnings
7833
7834 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7835
7836         * doc/sdccman.lyx: fixed bug 739745
7837         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7838
7839 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7840
7841         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7842         it can be defined with CFLAGS when running configure
7843         * src/SDCCmain.c: fixed compiling + linking with object files
7844
7845 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7846
7847         * configure.in: configure for pic16 port,
7848             added --disable-pic16-port
7849         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7850         * src/SDCCmain.c: linkOptions is changed to set *,
7851             added if/endif conditional macros to remove options help
7852             messages from optionsTable when a port is not configured, added
7853             support for the PIc16 port in the ports table, when executing
7854             the compiler with no port specified on command line, a default
7855             port is selected with the new macro DEFAULT_PORT which is
7856             defined in port.h, in setDefaultOptions() linkOptions is removed
7857             from initialization assignment, since now it is a set,
7858             parseCmdLine uses setParseWithComma for linkOptions, in
7859             linkEdit() linkOptions are accessed with new function indexSet()
7860             which returns the i'th item of a set variable. See SDCCset.c, in
7861             linkEdit() when calling buildCmdLine(), added linkOptions as
7862             last argument. Now users can pass arguments to gplink via the
7863             -Wl option, main() uses pic16glue() to glue up pic16 programs
7864         * src/SDCCpeeph.c: various changes to support pic16
7865         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7866             return the i'th item of the set
7867         * src/SDCCset.h: added function prototype for indexSet()
7868         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7869         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7870         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7871             added macro DEFAULT_PORT
7872         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7873         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7874             generated
7875         * src/pic16/glue.c: commented out some error producing lines
7876         * src/pic16/main.c: __config directives are commented out to stop
7877             gpasm complaining and test the linkage with gplink, _linkCmd and
7878             _asmCmd changed to be more gplink and gpasm friendly
7879         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7880             produced an error when parsed, peep rule 12 is added to utilize
7881             movff, but it is commented out since the pCode does not support
7882             yet a command with 2 address arguments
7883
7884 2003-05-18    <johan AT balder>
7885
7886         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7887         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7888 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7889
7890         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7891   Added feature to script commands from file.
7892
7893 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7894
7895         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7896         * src/SDCCutil.c: include ctype.h for win32
7897
7898 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7899
7900         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7901
7902 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7903
7904         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7905   Fixed so you can set breakpoints prior to run, run does not stop
7906   on entry now.  Add tbreak.  Other enhancements and fixes for use
7907   with ddd.
7908
7909 2003-05-12  Borut Razem <borut.razem AT siol.net>
7910
7911         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7912
7913 2003-05-11  Borut Razem <borut.razem AT siol.net>
7914
7915         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7916         the path of bin directory, so that PATH is the only env. variable, which has to be set
7917         in case of standard installation.
7918         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7919         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7920         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7921
7922 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7923
7924         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7925         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7926         temp files are in the port dir; clean the gen/test directory when
7927         generating new test.c
7928         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7929         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7930         * support/regression/tests/zeropad.c: added
7931
7932 2003-05-09    <johan AT balder>
7933
7934         * src/SDCCglue.c: fixed bug #597940
7935
7936 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7937
7938         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7939   cache sfr, optimize next,step, fix off by one sourceline,
7940   support ddd list function.
7941         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7942
7943 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7944
7945         * support/regression/HTMLgen.py: added compare_s2f()
7946         * support/regression/Makefile: redo 1.27
7947         * support/regression/generate-cases.py: redo 1.5
7948
7949 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7950
7951         * support/regression/tests/float.c: workaround 33 bit hex constant
7952         * support/regression/tests/simplefloat.c: fix division for host
7953
7954 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7955
7956         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7957         that tame's the PIC's over-aggressive optimizer.
7958
7959 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7960
7961          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7962          support for MSVC.
7963
7964 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7965
7966         Initial support for DS80C400. "Hello world" runs on TINIm400
7967         (with polled I/O).
7968
7969 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7970
7971          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7972          * Some notes on ddd usage added in debugger/README
7973          Martin Helmling adding more features and fixes for ddd GUI debugger.
7974          Code added for nexti, stepi, up, down, and other adjustments.
7975
7976 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
7977
7978         * src/pic/pCodepeep.c non-wildcard asmops are now handled
7979         * src/pic/peeph.def Added two rules to optimize carry manipulation
7980         * src/pic/* removed debug printfs
7981
7982 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
7983
7984         * debugger/mcs51/cmd.c: added header newalloc.h
7985
7986 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
7987
7988         * as/Makefile: new EXEEXT
7989         * as/z80/Makefile: remove trailing slash of BUILDIR
7990         * as/z80/clean.mk: new EXEEXT
7991         * Makefile.common.in: add to CFLAGS (and others), don't replace it
7992         * support/cpp2/Makefile.in: new EXEEXT
7993         * src/pic/glue.c (pic14emitRegularMap): fixed warning
7994
7995 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
7996
7997         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
7998         EXEEXT was introduced to fix all related problems with targets
7999         "clean", "install" and "uninstall"; a couple of further flaws
8000         especially with "clean" have been fixed too
8001         * as/mcs51/Makefile.in
8002         * as/mcs51/clean.mk
8003         * as/z80/Makefile
8004         * Makefile
8005         * clean.mk
8006         * debugger/mcs51/Makefile.in
8007         * debugger/mcs51/clean.mk
8008         * link/z80/Makefile
8009         * link/z80/Makefile.in
8010         * link/z80/clean.mk
8011         * link/Makefile
8012         * packihx/Makefile.in
8013         * packihx/clean.mk
8014         * sim/ucsim/Makefile
8015         * sim/ucsim/clean.mk
8016         * sim/ucsim/avr.src/Makefile.in
8017         * sim/ucsim/avr.src/clean.mk
8018         * sim/ucsim/s51.src/Makefile.in
8019         * sim/ucsim/s51.src/clean.mk
8020         * sim/ucsim/xa.src/Makefile.in
8021         * sim/ucsim/xa.src/clean.mk
8022         * sim/ucsim/z80.src/Makefile.in
8023         * sim/ucsim/z80.src/clean.mk
8024         * sim/ucsim/main_in.mk
8025         * sim/ucsim/packages_in.mk
8026         * sim/ucsim/gui.src/Makefile.in
8027         * sim/ucsim/gui.src/serio.src/Makefile.in
8028         * sim/ucsim/gui.src/serio.src/clean.mk
8029         * src/Makefile.in
8030         * src/clean.mk
8031         * support/cpp2/Makefile.in
8032         * support/cpp2/clean.mk
8033         * support/makebin/Makefile
8034         * support/makebin/clean.mk
8035         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8036         * doc/sdccman.lyx: --program-suffix no longer needed
8037
8038 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8039
8040          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8041          Martin Helmling added support for ddd GUI debugger.
8042          Code added to display assembly, set variables, and other commands
8043          to interface to ddd.
8044
8045 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8046
8047         * as/Makefile: fix target clean
8048         * as/clean.mk: fix target clean
8049         * as/z80/clean.mk: fix target clean
8050
8051 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8052
8053         * Makefile.common.in: added  AT EXEEXT AT
8054         * configure.in: removed all mingw32 stuff
8055         * configure: rebuilt from configure.in
8056         * doc/sdccman.lyx: updated section "installation"
8057         * support/scripts/sdcc_mingw32: adapted to configure
8058         * support/scripts/sdcc_cygwin_mingw32: added
8059
8060 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8061
8062         * src/pic Added object file support for the PIC port
8063         * src/pic Applied patch from Craig Franklin (this started the object file support)
8064         * src/regression Updated the PIC regression tests for object files
8065
8066 2003-04-20  Borut Razem <borut.razem AT siol.net>
8067
8068         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8069           lklex.c: In function `getfid':
8070           lklex.c:203: warning: array subscript has type `char'
8071         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8072           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8073         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8074           stack handling macros
8075
8076 2003-04-19  Borut Razem <borut.razem AT siol.net>
8077
8078         * "handling space characters in file path" task:
8079         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8080         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8081         * support/Util/MySystem.h: make it self-sufficient
8082         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8083           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8084           handling space characters in file path
8085         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8086           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8087         * support/Util/MySystem.c: handling space characters in executable's path
8088
8089 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8090
8091         * as/z80/Makefile: fix permanent rebuild of z80
8092         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8093         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8094
8095 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8096
8097         * src/SDCCopt.c: add special case optimization to replace modulo by
8098           a power of two with a bitwise AND.
8099
8100 2003-04-18    <johan AT balder>
8101
8102         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8103
8104 2003-04-17    <johan AT balder>
8105
8106         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8107         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8108
8109 2003-04-13  Borut Razem <borut.razem AT siol.net>
8110
8111         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8112         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8113           fixed mingw problem in adl_NORMALIZE_PATH
8114
8115 2003-04-12  Borut Razem <borut.razem AT siol.net>
8116
8117         * fixed "#pragma SAVE/RESTORE can not be nested":
8118         * src/SDCC.lex: reworked pragma handling functions
8119         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8120         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8121
8122 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8123
8124         * src/SDCCutil.c (pathEquivalent): defined but not used
8125         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8126         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8127         * configure: rebuilt from configure.in
8128         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8129         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8130         * device/include/Makefile.in: replace sdcc_datadir
8131         * device/lib/Makefile.in: replace sdcc_datadir
8132         * Makefile.common.in: add LDFLAGS from configure
8133         * packihx/Makefile.in: use LDFLAGS
8134         * src/Makefile.in: use LDFLAGS
8135         * support/cpp2/Makefile.in: add LDFLAGS from configure
8136         * support/makebin/Makefile: use LDFLAGS
8137         * .version: bumped version number to 2.3.5
8138
8139 2003-04-12  Borut Razem <borut.razem AT siol.net>
8140
8141         * completed "different paths" task:
8142         * src/SDCCmacro.c: fixed bug in handling quotes
8143         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8144         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8145
8146 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8147
8148         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8149
8150 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8151
8152         * ds390/gen.c ds390/peeph.def: fix bug 706781
8153
8154 2003-04-11  Borut Razem <borut.razem AT siol.net>
8155
8156         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8157
8158 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8159
8160         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8161         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8162          set - this bit used to not be set...).
8163         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8164           bad code in PIC Port
8165         * src/regression/and2.c added to test bug 609268
8166         * src/regression/Makefile added and2.c to regression test
8167
8168
8169 2003-04-08    <johan AT CP255758-A>
8170
8171         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8172         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8173         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8174
8175 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8176
8177         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8178         fix bug #487815
8179         * support/cpp2/Makefile.in: fix bug #487815
8180         * configure: rebuilt from configure.in
8181         * Makefile.common.in: docdir changed, new path suffixes
8182         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8183         * sdcc_vc_in.h: reflect changes from sdccconf.h
8184         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8185         * src/SDCCutil.h: remove BINDIR hack
8186         * doc/sdccman.lyx: update new path hierarchy
8187
8188 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8189
8190         * src/SDCCpeeph.c: added okToRemoveSLOC test
8191
8192 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8193
8194         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8195
8196 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8197
8198         * src/SDCCpeeph.c: added labelIsReturnOnly test
8199         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8200
8201 2003-04-05    <johan AT balder>
8202
8203         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8204         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8205         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8206         * src/SDCCast.c: fixed a warning
8207         * src/SDCCast.h: fixed a warning
8208         * src/SDCCicode.c (operandFromAst): fixed a warning
8209
8210 2003-04-04    <johan AT balder>
8211
8212         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8213         * src/SDCCast.c (decorateType): fixed bug #715076
8214         * src/SDCC.y: fixed bug #702907
8215
8216 2003-04-03    <johan AT balder>
8217
8218         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8219         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8220         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8221         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8222         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8223
8224 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8225
8226         * _decdptr.c: fix return values
8227         * _gptrget.c: fix return values
8228         * _gptrgetc.c: fix return values
8229         * _gptrput.c: fix return values
8230         * _mulint.c: fix return values
8231         * as/z80/Makefile: fix 'make -j' problem
8232
8233 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8234
8235         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8236         * configure.in: big cleanup, updated to autoconf 2.5x
8237         * configure: rebuilt from configure.in
8238         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8239         * sdcc_vc_in.h: reflect changes from sdccconf.h
8240         * doc/Makefile: fixed a flaw in "make install"
8241
8242 2003-04-02    <johan AT balder>
8243
8244         * src/ds390/gen.c (genCmp): no comments
8245         * src/mcs51/gen.c (genCmp): no comments
8246         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8247         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8248
8249 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8250
8251         * support/regression/generate-cases.py: place generated file in given sub directory
8252         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8253         * support/regression/Makefile: improvements for 'make -j';
8254         side effect: it's simpler and faster now
8255
8256 2003-03-31  Borut Razem <borut.razem AT siol.net>
8257
8258         * src/z80/main.c: link-{port} and as-{port} defined without path
8259         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8260
8261 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8262
8263         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8264
8265 2003-03-30  Borut Razem <borut.razem AT siol.net>
8266
8267         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8268           changed type of list parameter to set
8269         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8270         * src/port.h: changed type of do_assemble() parameter to set
8271         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8272           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8273           definition of "cppoutfilename" macro with NULL value in preProcess()
8274         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8275         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8276         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8277           replaced with set *binPathSet
8278         * shash_add() deallocates the item, if allready exsists, before adding the new one
8279         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8280
8281 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8282
8283         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8284           a nested for loop bug in the PIC port
8285         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8286           for loops
8287
8288 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8289
8290         * support/Util/dbuf.h: remove C++ stuff to make it portable
8291
8292 2003-03-28  Borut Razem <borut.razem AT siol.net>
8293
8294         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8295           literal strings in stringLiteral()
8296         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8297         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8298           to the project
8299
8300 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8301
8302         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8303
8304 2003-03-26    <johan AT balder>
8305
8306         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8307         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8308         * src/SDCCast.c (decorateType): fixed " -v < 3"
8309
8310 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8311
8312         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8313         Added Lenny Story's debug infrastructure changes:
8314         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8315         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8316         * src/cdbFile.c: added
8317         * src/SDCCdebug.c: added
8318         * src/SDCCdebug.h: added
8319         * src/SDCCast.c (createFunction)
8320         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8321         * src/SDCCmain.c (parseCmdLine, main)
8322         * src/SDCCmem.c (redoStackOffsets)
8323         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8324         * src/SDCCsymt.h
8325         * src/common.h
8326         * src/avr/gen.c (genAVRCode)
8327         * src/ds390/gen.c (gen390Code)
8328         * src/mcs51/gen.c (gen51Code)
8329         * src/pic/gen.c (genpic14Code)
8330         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8331         * src/xa51/gen.c (genXA51Code)
8332         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8333
8334 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8335
8336         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8337         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8338
8339 2003-03-22    <johan AT balder>
8340
8341         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8342
8343 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8344
8345         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8346         * doc/cdbfileformat.lyx: added, written by Lenny Story
8347         * doc/Makefile: added cdbfileformat.lyx
8348         * doc/clean.mk: added cdbfileformat.lyx
8349
8350 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8351
8352         * src/mcs51/peeph.def: fix bug #705773
8353
8354 2003-03-20    <johan AT balder>
8355
8356         An sfr/sbit can have an "at #" AND an initializer
8357         * src/SDCCsymt.c (checkSClass):
8358         * src/SDCCmem.c (allocGlobal):
8359         * src/SDCCmem.c (allocLocal):
8360         * src/SDCCast.c (createBlock):
8361
8362 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8363
8364         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8365
8366 2003-03-16    <johan AT balder>
8367
8368         Undid the hackup of const and volatile, the problem is much bigger
8369         * src/SDCC.y:1.65
8370         * src/SDCCast.c:1.171
8371         * src/SDCCglue.c:1.138
8372         * src/SDCCicode.c:1.146
8373         * src/SDCCsymt.c:1.150
8374         * src/SDCCval.c:1.65
8375
8376 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8377
8378         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8379         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8380
8381 2003-03-13    <johan AT balder>
8382
8383         Hackup const and volatile modifiers in type chains a bit:
8384         * src/SDCC.y:1.63
8385         * src/SDCCast.c:1.169
8386         * src/SDCCglue.c:1.136
8387         * src/SDCCicode.c:1.143
8388         * src/SDCCsymt.c1.146
8389         * src/SDCCsymt.h1.59
8390         * src/SDCCval.c:1.63
8391
8392 2003-03-12    <johan AT balder>
8393
8394         * src/SDCCBBlock.h: more LRH debugging junk
8395         * src/SDCCcflow.h: more LRH debugging junk
8396         * src/SDCCloop.c: more LRH debugging junk
8397         * src/SDCC.y (struct_declaration): fixed bug #697590
8398         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8399         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8400         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8401
8402 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8403         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8404         test function names must now match exactly).
8405         * src/SDCCcse.c: added special case in findCheaperOp to allow
8406         extending a short integer. Makes less awful code for bug 700121 test case.
8407
8408 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8409
8410         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8411         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8412
8413 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8414
8415         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8416         actually called (operandsNotEqual() was called for all
8417         operandsNotEqualX tests).
8418
8419 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8420
8421         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8422         with shorter literals. Fixes bug 700121.
8423
8424 2003-03-11    <johan AT balder>
8425
8426         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8427
8428 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8429
8430         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8431         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8432
8433 2003-03-10  Borut Razem <borut.razem AT siol.net>
8434
8435         * src/SDCCmain.c: pipe preprocessor's output
8436         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8437         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8438         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8439         which closes all pipes in pipeSet set
8440         * src/SDCCset.c: free deleted item in function deleteSetItem()
8441         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8442         moved from z80 to src subproject
8443         * .version: increased version number to 2.3.4
8444
8445 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8446
8447         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8448         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8449         * support/regression/ports/xa51/spec.mk: fix typo
8450
8451 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8452
8453         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8454
8455 2003-03-09  Borut Razem <borut.razem AT siol.net>
8456
8457         * src/SDCCmain.c: pipe preprocessor's output
8458         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8459         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8460         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8461         which closes all pipes in pipeSet set
8462         * src/SDCCset.c: free deleted item in function deleteSetItem()
8463         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8464         moved from z80 to src subproject
8465
8466 2003-03-09  Borut Razem <borut.razem AT siol.net>
8467
8468         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8469         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8470         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8471         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8472         * src/SDCCglobl.h: unification of WIN32 native definitions
8473
8474 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8475
8476         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8477
8478 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8479
8480         * src/configure.in:   check for endianess (even while cross-compiling)
8481         * src/configure:      check for endianess (even while cross-compiling)
8482         * src/configure_in.h: check for endianess (even while cross-compiling)
8483         * src/avr/gen.c:        remove old endianess stuff
8484         * src/mcs51/gen.c:      remove old endianess stuff
8485         * src/ds390/gen.c:      remove old endianess stuff
8486         * src/pic/gen.c:        remove old endianess stuff
8487         * src/pic/genarith.c:   remove old endianess stuff
8488         * src/pic/glue.c:       fix endianess check
8489         * src/pic16/gen.c:      remove old endianess stuff
8490         * src/pic16/genarith.c: remove old endianess stuff
8491         * src/pic16/glue.c:     fix endianess check
8492         * src/xa51/gen.c:       remove old endianess stuff
8493         * src/z80/gen.c:        fix endianess check
8494         * src/SDCCglue.c:       fix endianess check
8495         * src/ds390/peeph.def: fix bug 700036
8496
8497 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8498
8499         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8500         * src/configure: find appropriate data-types on host for SDCC's int and long
8501         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8502         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8503         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8504
8505 2003-03-07    <johan AT balder>
8506
8507         Just a big NOOP:
8508                 some minor cleanups before the big shot
8509                 OP_DEFS and OP_USES now use Kevin's protection
8510                 new option --nolabelopt
8511
8512         * src/SDCCBBlock.c:
8513         * src/SDCCast.c,:
8514         * src/SDCCcflow.c:
8515         * src/SDCCcse.c:
8516         * src/SDCCicode.c:
8517         * src/SDCCicode.h:
8518         * src/SDCClabel.c:
8519         * src/SDCCloop.c:
8520         * src/SDCCmain.c:
8521         * src/ds390/ralloc.c:
8522         * src/mcs51/ralloc.c:
8523         * src/pic/ralloc.c:
8524         * src/xa51/ralloc.c:
8525         * src/z80/ralloc.c:
8526
8527 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8528
8529         * src/pic/pcode.c (get_op): fix 64 bit warnings
8530         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8531         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8532         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8533         * support/regression/tests/malloc.c: fix 64 bit warnings
8534
8535 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8536
8537         * src/mcs51/gen.c (genMinus): fixed bug 696436
8538
8539 2003-03-02  Borut Razem <borut.razem AT siol.net>
8540
8541         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8542
8543 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8544
8545         * configure.in: test for mkstemp
8546         * sdccconf_in.h: add HAVE_MKSTEMP
8547
8548 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8549
8550         * device/include/ctype.h: removed warning while using --stack-auto
8551         * device/include/malloc.h: removed warning while using --stack-auto
8552         * device/include/string.h: removed warning while using --stack-auto
8553
8554 2003-02-23  Borut Razem <borut.razem AT siol.net>
8555
8556         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8557         because NDEBUG is defined (see man assert)
8558         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8559
8560 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8561
8562         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8563         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8564
8565 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8566
8567         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8568         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8569
8570 2003-02-18    <johan AT balder>
8571
8572         * as/mcs51/asmain.c (asmbl): module can start with a digit
8573         * as/z80/asmain.c (asmbl): module can start with a digit
8574
8575 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8576
8577         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8578         * src/asm.c: fix pipe() for Mingw32
8579
8580 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8581
8582         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8583         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8584         make -V work again; --c1mode reads now from stdin
8585         * doc/sdccman.lyx: added --c1mode
8586         * support/Util/SDCCerr.c: new messages for c1 mode
8587         * support/Util/SDCCerr.h: new messages for c1 mode
8588         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8589
8590 2003-02-15    <johan AT balder>
8591
8592         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8593
8594 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8595
8596         * doc/sdccman.lyx: Environment variables, -o and other minor things
8597
8598 2003-02-14    <johan AT balder>
8599
8600         * src/xa51/main.c: before anyone really tries to use it :)
8601
8602         * Install doc's in share/sdcc/doc
8603         * removed some obsolete files
8604         * Do a proper make distclean and uninstall
8605         M Makefile.common.in
8606         R sdccbuild.sh
8607         M as/Makefile
8608         M device/include/Makefile.in
8609         M device/lib/Makefile.in
8610         M doc/sdccman.lyx
8611         M link/Makefile
8612         M sim/ucsim/doc/Makefile.in
8613         M src/clean.mk
8614         R src/avr/peeph.rul
8615         R src/xa51/peeph.rul
8616         M support/cpp2/Makefile.in
8617         M support/makebin/Makefile
8618
8619
8620 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8621
8622         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8623
8624 2003-02-10  Borut Razem <borut.razem AT siol.net>
8625
8626         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8627         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8628         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8629         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8630         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8631         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8632         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8633         src/z80/Makefile.bcc: Borland Makefile cleanup
8634         * as/z80/Makefile.bcc: Added Borland Makefile
8635         * support/cpp2/borland.h: Removed
8636
8637 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8638
8639         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8640         * src/SDCC.lex: new pragma NOIV
8641         * src/SDCCglobl.h: new pragma NOIV
8642         * src/SDCCmem.c: new pragma NOIV
8643
8644 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8645
8646         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8647
8648 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8649
8650         * src/SDCCmain.c: signal handling is switched off by --debug
8651         * doc/Makefile: small fix for install; use clean.mk again
8652         * doc/clean.mk: clean *.pdf and *.html too
8653
8654 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8655
8656         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8657         * device/lib/printfl.c: fix a ds390 bug by making it portable
8658         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8659         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8660         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8661         * debugger/mcs51/cmd.c: converted multi-line string literals
8662         * sim/ucsim/globals.cc: converted multi-line string literals
8663         * src/SDCCmain.c: introduced signal handler to remove temp files
8664         * doc/Makefile: small tweaks, implement clean
8665         * doc: removed generated files
8666
8667 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8668
8669         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8670         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8671         Address Record is not correctly generated for DS390."
8672
8673 2003-02-02  Borut Razem <borut.razem AT siol.net>
8674
8675         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8676         * as/mcs51/asm.h: fixed compilation with Borland C
8677         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8678         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8679         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8680         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8681         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8682         src/z80/Makefile.bcc: delete $(LIB) only if exist
8683         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8684
8685 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8686
8687         * device/include/malloc.h: introduced NULL
8688         * device/include/string.h: introduced NULL
8689         * device/include/stdlib.h: introduced NULL
8690         * device/lib/_memcpy.c: removed NULL
8691         * device/lib/_strcat.c: removed NULL
8692         * device/lib/_strchr.c: removed NULL
8693         * device/lib/_strcmp.c: removed NULL
8694         * device/lib/_strcpy.c: removed NULL
8695         * device/lib/_strcspn.c: removed NULL
8696         * device/lib/_strlen.c: removed NULL
8697         * device/lib/_strncat.c: removed NULL
8698         * device/lib/_strncmp.c: removed NULL
8699         * device/lib/_strncpy.c: removed NULL
8700         * device/lib/_strpbrk.c: removed NULL
8701         * device/lib/_strrchr.c: removed NULL
8702         * device/lib/_strspn.c: removed NULL
8703         * device/lib/_strstr.c: removed NULL
8704         * device/lib/_strtok.c: removed NULL
8705         * device/lib/malloc.c: removed NULL, include own header
8706
8707 2003-02-02    <johan AT balder>
8708
8709         * 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
8710         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8711         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8712         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8713         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8714         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8715
8716 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8717
8718         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8719         area 'DATA'"
8720
8721 2003-02-01    <johan AT balder>
8722
8723         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8724
8725 2003-01-31    <johan AT CP255758-A>
8726
8727         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8728
8729 2003-01-30    <johan AT balder>
8730
8731         * src/SDCCBBlock.c: automatic bug detection
8732         * src/SDCCicode.c: automatic bug detection
8733
8734 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8735
8736         * src/SDCCglobl.h:   now --xram-size 0 works
8737         * src/SDCCmain.c:    now --xram-size 0 works
8738
8739 2003-01-29    <johan AT balder>
8740
8741         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8742
8743 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8744
8745         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8746         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8747         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8748         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8749         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8750         * src/SDCCmain.c:    Added options --xram-size and --code-size
8751
8752 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8753
8754         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8755         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8756
8757 2003-01-27    <johan AT balder>
8758
8759         * src/SDCC.y: fixed bug #613764
8760
8761 2003-01-26    <johan AT balder>
8762
8763         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8764         * src/SDCCsymt.h: fixed bug #673374
8765         * src/SDCCglue.c: fixed bug #661910
8766         * src/SDCCast.c: fixed bug #458099 and 673374
8767
8768 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8769
8770         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8771         * as/mcs51/strcmpi.h: added
8772         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8773         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8774         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8775         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8776         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8777         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8778         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8779         * as/mcs51/Makefile.aslink: new module strcmpi
8780         * as/mcs51/Makefile.asx8051: new module strcmpi
8781         * as/mcs51/Makefil.bcc: new module strcmpi
8782         * as/mcs51/Makefile.in: new module strcmpi
8783         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8784
8785 2003-01-26    <johan AT balder>
8786
8787         * src/SDCCglue.c: reverted back to 1.124
8788         * src/SDCCast.c: reverted back to 1.156
8789         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8790
8791 2003-01-25    <johan AT balder>
8792
8793         * src/SDCCglue.c: A better fix for bug #661910
8794         * src/SDCCast.c: A better fix for bug #661910
8795         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8796
8797 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8798
8799         * src/Makefile.in: remove spawn.o
8800         * src/SDCCmain.c: remove spawn.h
8801         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8802         * src/spawn.c: removed
8803         * src/spawn.h: removed
8804         * support/regression/ports/ds390/spec.mk: link with -r
8805
8806 2003-01-24    <johan AT CP255758-A>
8807
8808         * src/ds390/gen.c (aopOp): fixed bug #667458
8809         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8810         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8811         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8812
8813 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8814
8815         * src/mcs51/peeph.def: better assembler identation by Frieder
8816         * src/mcs51/gen.c: better assembler identation by Frieder
8817
8818 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8819
8820         * as/z80/string.h: removed for gcc 3.2
8821         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8822         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8823
8824 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8825
8826         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8827         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8828         * support/regression/Makefile: separate temp files for ports
8829         * support/regression/generate-cases.py: separate temp files for ports
8830         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8831         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8832
8833 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8834
8835         * moved tinitalk to device/examples/ds390
8836
8837 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8838
8839         * as/mcs51/lkmem.c: rflag is for DS390
8840         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8841         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8842                          (linkEdit): move mem- and map-files the same way as ihx-files
8843         * src/z80/main.c (_setDefaultOptions): removed --generic
8844         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8845         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8846         * src/pic/glue.c (picglue): --c1mode works again
8847         * src/pic16/glue.c (pic16glue): --c1mode works again
8848         * src/asm.c (printCLine): fix #660034
8849
8850 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8851
8852         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8853         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8854         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8855         * as/mcs51/lkmem (summary): better fix for sp problem
8856         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8857         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8858         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8859                                               remove --stack-after-data
8860
8861 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8862
8863         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8864         * src/SDCCutil.c (join): ugly bug: missing '\0'
8865         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8866
8867 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8868
8869         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8870         * src/port.h: typo
8871         * src/pic/main.c (_asmCmd): gpasm supports -o
8872         * src/z80/main.c: more general macros
8873         * device/lib/Makefile.in: remove intermediate files
8874
8875 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8876
8877         * .version: Bumped version number to 2.3.3
8878         * src/SDCCBBlock.c: new option -o
8879         * src/SDCCglobl.h: new option -o
8880         * src/SDCCglue.c: new option -o
8881         * src/SDCCmain.c: new option -o
8882         * src/asm.c: new option -o
8883         * src/ds390/main.c: new option -o
8884         * src/pic/glue.c: new option -o
8885         * src/pic/pcode.c: new option -o
8886         * src/pic/ralloc.c: new option -o
8887         * src/pic16/glue.c: new option -o
8888         * src/pic16/pcode.c: new option -o
8889         * src/pic16/ralloc.c: new option -o
8890         * src/z80/main.c: new option -o
8891         * device/lib/Makefile.in: use -o
8892         * support/regression/ports/ds390/spec.mk: use -o
8893         * support/regression/ports/gbz80/spec.mk: use -o
8894         * support/regression/ports/mcs51/spec.mk: use -o
8895         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8896         * support/regression/ports/z80/spec.mk: use -o
8897         * support/regression/ports/ucz80/spec.mk: use -o
8898         * support/regression/ports/xa51/spec.mk: use -o
8899         * support/regression/fwk/lib/timeout.c: fix usage string
8900
8901 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8902         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8903
8904 2003-01-07    <johan AT balder>
8905
8906         * src/SDCCast.c (decorateType): fixed bug #600035
8907
8908 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8909         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8910         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8911         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8912         * src/pic/pcode.c: outcommented unused variable to remove warnings
8913         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8914
8915 2003-01-06    <karl AT turbobit.com>
8916         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8917    regression tests.
8918
8919 2003-01-06    <johan AT balder>
8920
8921         * src/SDCCicode.c: fixed array add
8922
8923 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8924         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8925         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8926
8927 2003-01-04    <johan AT balder>
8928
8929         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8930
8931 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8932         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8933
8934 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8935         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8936         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8937
8938 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8939         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8940
8941 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8942         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8943
8944 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8945         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8946
8947 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8948
8949     * in \sdcc\as\mcs51\ changed these files in order to create an
8950     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8951     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8952     following files to include the previous two files: aslink.dsp,
8953     Makefile.aslink, Makefile.bcc, and Makefile.in.
8954
8955     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8956     .adb instead of .cdb
8957
8958 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8959
8960         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8961         value from option --iram-size.
8962
8963 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8964
8965         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8966         dram[] array.
8967
8968 2002-09-18    <wiml AT hhhh.org>
8969
8970         * SDCClrange.h: exposed setFromRange() and setToRange()
8971         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8972           packRegsForAccUse() (bug 542397)
8973         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
8974           multiple times and emitting the fetch operations more than once
8975           added aopGetUsesAcc() function to allow binary operators to
8976           fetch their operands in the correct order; made genMinus() emit
8977           compact code for X = LITERAL - Y
8978
8979 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8980         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
8981         sprintf() in line 1267.
8982
8983 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8984         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
8985         like ports.
8986
8987 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8988         Changes to aslink (All the changes are marked with 'JCF'):
8989
8990         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
8991         summary().
8992
8993         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
8994         area BSEG.  Also moves, if possible, the DATA area down into the internal
8995         ram so more space is available.
8996
8997         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
8998         sflag.
8999
9000         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9001         not bytes.  Function summary() which creates a memory usage summary
9002         file with extension .mem.  Reports of overlaping stack and small stack
9003         size.  If the space for the stack is less than 16 bytes aslink trows a
9004         warning.
9005
9006         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9007         the 8051.  Option 'y' for memory summary output file.
9008
9009         Changes to sdcc (All the changes are marked with 'JCF'):
9010
9011         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9012
9013         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9014         overlaying area for it (uses RegBankUsed[4]).
9015
9016         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9017         bank zero as used by default.  By default aslink locates the stack
9018         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9019         the creation of the .mem file.  Delegates the allocation of data area
9020         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9021         the begining of the stack area to aslink.
9022
9023         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9024         glue() in SDCCglue.c creates an area for it.
9025
9026 2002-09-03  Borut Razem <borut.razem AT siol.net>
9027         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9028         sdcc/src/pic/glue.c:
9029         introduced atexit() handler for teporay files removal in case of
9030         errors, assertions, ...
9031
9032 2002-08-29  Borut Razem <borut.razem AT siol.net>
9033         * sdcc/support/cpp2/auto-host_vc_in.h:
9034         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9035         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9036         Maybe there is a similar problem with BORLANDC? It should be checked!
9037
9038         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9039         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9040         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9041         was not executed, and the compiler (cl) launched a warning:
9042         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9043
9044 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9045         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9046
9047 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9048         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9049
9050         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9051           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9052           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9053           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9054           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9055           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9056           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9057         - added Release configuration in VS projects
9058         - review of compiler an linker options
9059         - VC .exe files are generated in bin_vc directory, not to interfere
9060           with binaries generated from other projects (cygwin, mingw, bcc ...)
9061
9062         * sdcc/src/yacc.dsp: added
9063
9064         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9065         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9066         and insert the version number definitions from .version
9067
9068         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9069
9070         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9071         added - genarate auto-host.h using auto-host_vc_in.h as template
9072
9073         * sdcc/sdcc_vc.h,
9074         removed from CVS, generated automatically
9075
9076 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9077         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9078
9079 2002-08-11  Borut Razem <borut.razem AT siol.net>
9080         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9081
9082 2002-08-10  Borut Razem <borut.razem AT siol.net>
9083         * src/SDCCmain.c (main):
9084         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9085         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9086         The consequence was that some temporary files were not removed.
9087
9088         * src/SDCCglue.c:
9089         unification of code in functions tempfilename() and tempfile():
9090         function tempnam() is defined in Visual Studio 6.0 and .NET
9091
9092         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9093
9094         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9095           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9096         - removed compiler command line option /WX: Treats all warnings as errors
9097         - update a list of source files, included into the project
9098
9099         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9100           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9101         changed project type to Generic Project so that can be correcly converted to VS.NET project
9102
9103         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9104
9105         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9106
9107         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9108
9109         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9110         added return 0 statements after assert() to make compiler happy
9111
9112         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9113         added newline in the def file to keep MSC compiler satisfied
9114
9115         * sdcc/src/z80/gen.c:
9116         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9117           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9118         - solved MSC error in function aopDump()
9119
9120         * sdcc_vc.h: define PREFIX as "\\sdcc"
9121
9122 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9123         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9124
9125 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9126         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9127         - Rewrote the register banking algorithm.
9128         - Added pCode live-range analysis to registers (for now, only non-used and
9129         singly-used registers optimized away)
9130
9131         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9132
9133         * 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.
9134
9135 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9136         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9137
9138 2002-04-22  Michael Hope  <michaelh AT vroom>
9139
9140         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9141
9142         * configure.in (DD_COPT): Added include support required for gbdk.
9143
9144         * .version: Bumped version number just to increase it.
9145
9146         * src/SDCCmain.c: Added -nostdinc to the default options.
9147
9148 2002-04-15  Michael Hope  <michaelh AT vroom>
9149
9150         * device/lib/z80/printf.c (sprintf): Added.
9151
9152         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9153
9154         * src/z80/peeph.def: Added transpose redundent load rule.
9155
9156         * src/z80/main.c: Added force callee saves for jaune.
9157
9158         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9159
9160         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9161
9162 2002-03-28  Johan Knol  <johan AT balder>
9163
9164         * src/SDCCval.c: fixed bug #532436
9165
9166 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9167         * /src/port.h:
9168         Added "char *Processor" field to the port structure.
9169
9170         * /src/SDCCmain.c:
9171         Added -p option. Allows port dependent processor to be specified.
9172
9173         * all ports:
9174         Initialized the new field char *Processor field to NULL in all ports
9175
9176         * /src/pic/*:
9177         Compiler generated registers for interrupt context saving
9178         were not getting allocated.
9179
9180 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9181
9182         * /src/SDCCast.c:
9183         Fixed left shift. Will promote the left side of a left shift
9184         if a) left shifting more than size of operand or b) when assigned
9185         to something size > size of left side
9186
9187 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9188         * src/pic/*
9189         tons of changes. Register allocation has been
9190         rewritten. Added customization for the various PICs. Flow
9191         analysis is restructured. ...
9192
9193         * src/pic/device.h:
9194         Added
9195
9196         * src/pic/device.c:
9197         Added. device.c is a PIC port hack to accomodate variations
9198         in PIC devices.
9199
9200 2002-03-13  Michael Hope  <michaelh AT vroom>
9201
9202         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9203
9204 2002-03-04  johanknol  <johanknol AT manik>
9205
9206         * /src/SDCCval.c: fixed
9207
9208         const unsigned char arr[][2] = { { 0, 1 } };
9209         t18.c:1: error: Initializer element is not constant
9210
9211 2002-03-04  bela  <bela AT manik>
9212
9213         * /device/include/mcs51reg.h:
9214         ds89c420 register definition update
9215
9216 2002-03-03    <johan AT FRIJA>
9217
9218         * support/Util/SDCCerr.c: did something, but don't no why anymore
9219
9220         * support/regression/tests/bug-524691.c: made it a little less shy
9221
9222         * src/SDCCast.c (decorateType): fixed bug #524697
9223
9224         * src/SDCCast.c: made some lineno improvements
9225
9226         * src/SDCCval.c (getNelements): changed warning to error
9227
9228         * src/SDCCglue.c (printIvalArray): changed warning to error
9229
9230         * src/SDCCicode.c: fixed a warning for mingw
9231
9232         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9233
9234         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9235
9236 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9237
9238         * src/ds390/peeph.def:
9239         Added some more peephole rules
9240
9241         * src/ds390/gen.c: Various fixes & enhancements
9242
9243         * src/SDCClrange.c, src/SDCClrange.h:
9244         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9245
9246         * src/ds390/ralloc.c:
9247         various fixes & enhancements (ds390) specific
9248
9249         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9250         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9251         from rallocs.
9252
9253         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9254
9255 2002-03-02    <johan AT FRIJA>
9256
9257         * src/SDCCast.c (decorateType): fixed bug #524708
9258
9259         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9260
9261         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9262
9263 2002-03-01  Michael Hope  <michaelh AT vroom>
9264
9265         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9266
9267         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9268
9269 2002-03-01    <johan AT FRIJA>
9270
9271         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9272
9273         * src/SDCCast.c (decorateType): fixed bug #524209
9274
9275         * src/SDCCval.c (valNot): fixed bug #524195
9276
9277 2002-02-26    <johan AT balder>
9278
9279         * src/xa51/gen.c: fixed a warning
9280
9281         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9282
9283         * src/SDCCast.c (decorateType): fixed bug #522534
9284
9285 2002-02-23    <johan AT balder>
9286
9287         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9288
9289 2002-02-22    <johan AT balder>
9290
9291         * src/SDCCast.c: fixed bug #514865
9292
9293         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9294
9295 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9296
9297         * sdcc/src/SDCCloop.c:
9298         Previous fix was not good. basic blocks that have "break" or "return" are
9299         not really partof a loop , but live ranges used in these blocks should
9300         be live thru the entire loop, so set partOfLoop but don't add them to
9301         loop region
9302
9303 2002-02-21    <johan AT FRIJA>
9304
9305         * src/SDCCcse.c: fixed bug #514308
9306
9307 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9308
9309         * src/SDCCloop.c:
9310         Fixed BUG #519583. If a conditional block ended in a return/break
9311         statement inside a loop, it was not being considered part of the loop.
9312
9313         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9314
9315 2002-02-10  Karl Bongers <karl AT turbobit.com>
9316
9317         * debugger/*:
9318         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9319         with lots of comments and notes.
9320
9321         * device/examples/test2.c:
9322         Fix bug, "red" variable not being initialized(compiler complained).
9323
9324         * device/examples/Makefile, examples/test3.c:
9325         Add Makefile in device/examples folder, compiles test3.c
9326         for use as a multiple module SDCDB test case.
9327
9328         * sim/ucsim/cmd.src/cmdset.cc:
9329         Took out debug printfs in ucsim "next" command.
9330
9331         * sim/ucsim/xa.src:
9332         Karl and Johan start ucsim XA support.  Most dissassembly working,
9333         about 75% emulation done(plenty of work remaining).
9334
9335         * sim/ucsim/z80.src:
9336         Add Z80 support to ucsim, add test-ucz80 regression test,
9337         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9338         Notice z80 compiler fails on examples/test3.c/crc code.
9339
9340 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9341
9342         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9343         Added support for --parms-in-bank1
9344
9345         * src/ds390/peeph.def:
9346         added a few more peephole optimzations
9347
9348         * src/ds390/main.c:
9349         1) added __builtin_inp & __builtin_outp used to read in data of given length
9350            from a memory mapped port
9351         2) added __builtin_memcmp
9352         3) added __builtin_swapw swap bytes of a short
9353
9354         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9355         1) handle multiple send & receives from register bank1
9356         2) ralloc can now allocate DPTR1 to some liveRanges
9357
9358         * src/SDCCsymt.c, src/SDCCsymt.h:
9359         changes to handle multiple sends & receives
9360
9361         * src/SDCCptropt.h:
9362         added some pointer arithmetic optimization
9363
9364         * src/SDCCptropt.c:
9365         added some pointer arithmetic optimizations but not stable yet so not
9366         called from anywhere (will get this working shortly)
9367
9368         * src/SDCCopt.c: fixed for multiple sends & receives
9369
9370         * src/SDCCmain.c:
9371         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9372         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9373            set preprocessor defines (depending on options)
9374
9375         * src/SDCCicode.c, src/SDCCicode.h:
9376         changes made to handle multiple sends & receives
9377
9378         * src/SDCCglobl.h:
9379         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9380
9381         * src/SDCCcse.c, src/SDCCcse.h:
9382         added function findbackward def (to be used in upcoming optimization)
9383
9384         * src/SDCCcflow.c, src/SDCCcflow.h:
9385         added function returnAtEnd - to determine if a basic block terminates with
9386         a RETURN iCode
9387
9388         * src/SDCCast.c, src/SDCCast.h:
9389         added option parms-in-bank1
9390
9391         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9392         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9393         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9394         adjusted for --parms-in-bank1 option
9395
9396         * device/include/string.h:
9397         donot redefine "reentrant" keyword
9398
9399         * device/include/ds80c390.h: Added some more SFRs
9400
9401 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9402
9403         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9404
9405 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9406
9407         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9408
9409 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9410
9411         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9412
9413 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9414
9415         * Added --xram-movc option
9416
9417 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9418
9419         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9420
9421 2002-01-11  Johan Knol
9422
9423         * Added math lib of Jesus Calvino-Fraga
9424
9425 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9426
9427         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9428         * support/regression/Makefile: new target test-mcs51-stack-auto
9429         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9430
9431 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9432
9433         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9434
9435 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9436
9437         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9438
9439 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9440
9441         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9442
9443         * src/SDCCglue.h: add definition for printIvalChar()
9444
9445 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9446
9447         * src/SDCCast.c: fix #498138 by Johan
9448
9449         * src/SDCCglue.c: fix #498138 by Johan
9450
9451 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9452
9453         * support/regression/Makefile: fix clean
9454
9455         * support/regression/ports/ds390/support.c: fix transmission of last character
9456
9457 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9458
9459         * /sdcc/src/ds390/gen.c:
9460         a) improved computing address of stack variable
9461         b) took out some #if 0 code
9462         c) improved parmBytes adjustment
9463         d) improved genPlusIncr & genMinusIncr
9464         e) genCmp could generate bad code (when left assigned to DPTR)
9465         f) Fixed bug in hasInc
9466
9467         * /sdcc/src/ds390/ralloc.c:
9468         a) packRegsForSupport could mess up live information (Fixed)
9469         b) packRegsDPTRuse could be incorrect for left & right shift
9470
9471         * /sdcc/src/mcs51/ralloc.c:
9472         packRegsForSupport could mess up the live information (Fixed)
9473
9474         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9475
9476         * /sdcc/src/SDCCast.c:
9477         can reverse a loop even if function call is present as long
9478         as the loop control variable is local & is not passed as parameter
9479
9480 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9481
9482         * /sdcc/ChangeLog: *** empty log message ***
9483
9484         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9485         More builtin function additions for TININative
9486
9487         * /sdcc/src/ds390/ralloc.c:
9488         Had broken the regression testsuite
9489
9490         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9491
9492         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9493         Added funcattr hasStackParms will be set for reentrant functions when there
9494         are paramteres on the stack, this helps in minimizing frame pointer generation
9495         typeFromStr can handle function pointers now
9496
9497         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9498         *** empty log message ***
9499
9500 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9501
9502         * /src/ds390/gen.c, /src/ds390/main.c:
9503         More builtin function additions for TININative
9504
9505         * /src/ds390/ralloc.c:
9506         Had broken the regression testsuite
9507
9508         * /src/SDCCast.c: Fixed a bug in dumptree
9509
9510         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9511         Added funcattr hasStackParms will be set for reentrant functions when there
9512         are paramteres on the stack, this helps in minimizing frame pointer generation
9513         typeFromStr can handle function pointers now
9514
9515         * /doc/builtins.txt, /doc/TININative.txt:
9516         *** empty log message ***
9517
9518
9519 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9520
9521         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9522         ALPHA version for -mTININative
9523
9524         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9525         updated to reflect changes in the port structure
9526
9527         * /src/port.h:
9528         added function do_assemble (similar to do_link) if non-null this function
9529         will be called to do assembly (-mTININative) requires a multi command
9530         assembly
9531         added function genAssemblerEnd will be called to generate assembler Epilogue
9532
9533         * /src/SDCCsymt.c:
9534         added _JavaNative to debug info printing
9535
9536         * /src/SDCCmain.c: added option --tini-libid
9537         added port->do_assemble function (-mTININative) has a multi command assemble
9538
9539         * /src/SDCCglue.c: Disabled "constExpr" check
9540         added port->genAssemblerEnd function
9541
9542         * /src/SDCCglobl.h: Added option --tini-libid value
9543
9544         * /src/SDCCast.h:
9545         tookout optimizeCompare from the header (has no external references)
9546
9547         * /src/SDCCast.c: made one more function "static"
9548
9549 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9550
9551         * src/z80/mappings.i: Added z80asm support.
9552
9553         * src/z80/main.c: Added z80asm support on --asm=z80asm
9554
9555         * src/z80/gen.c: Fixed asm portability issues.
9556
9557         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9558
9559         * src/SDCCglue.c (printExterns): Added global/extern split.
9560
9561 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9562
9563         * support/regression/Makefile: added test for mcs51 model large
9564
9565         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9566
9567         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9568
9569 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9570
9571         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9572
9573 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9574
9575         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9576
9577         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9578
9579 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9580
9581         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9582
9583         * support/regression/tests/simplefloat.c: Port to mcs51.
9584
9585 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9586         * support/regression/tests/bug-485362.c: Added.
9587
9588         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9589
9590         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9591
9592         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9593
9594         * src/z80/gen.c (aopDump): Added a dump function.
9595
9596 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9597         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9598
9599         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9600
9601         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9602
9603         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9604
9605         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9606
9607         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9608
9609         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9610
9611         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9612
9613         * support/regression/ports/ds390/support.c: Use tinibios.
9614
9615         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9616
9617 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9618
9619         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9620         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9621
9622         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9623
9624         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9625
9626 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9627
9628         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9629
9630         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9631         (packRegsForIYUse): Created and optimised.
9632
9633 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9634
9635         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9636 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9637
9638         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9639
9640         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9641
9642         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9643
9644 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9645
9646         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9647
9648         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9649
9650 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9651
9652         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9653
9654         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9655
9656         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9657
9658 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9659
9660         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9661         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9662         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9663
9664         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9665
9666         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9667         (genNotFloat): Added.
9668         (genUminusFloat): Added.
9669
9670         * device/lib/z80/Makefile: Added floating pt stubs.
9671
9672         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9673
9674         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9675
9676         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9677
9678 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9679
9680         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9681
9682         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9683
9684         * sdcc/support/regression/Makefile: Add port ds390.
9685
9686         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9687
9688         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9689
9690         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9691
9692         * sdcc/support/regression/ports/ds390/support.c: Added.
9693
9694         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9695
9696         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9697
9698         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9699
9700 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9701
9702         * device/include/malloc.h: Added z80 and gbz80 support.
9703
9704         * device/lib/gbz80/heap.s: Added.
9705
9706         * device/lib/z80/heap.s: Added.
9707
9708         * device/lib/malloc.c: Added z80 and gbz80 support.
9709
9710         * support/regression/tests/malloc.c (testMalloc): Added.
9711
9712         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9713
9714         * support/regression/tests/bug-478094.c: Added.
9715
9716         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9717
9718 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9719
9720         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9721
9722         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9723
9724         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9725
9726         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9727
9728         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9729
9730 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9731
9732         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9733
9734 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9735
9736         * support/regression/tests/bug-477927.c: Added.
9737
9738         * src/z80/peeph.def: Added minor rules.
9739
9740         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9741
9742         * src/z80/peeph.def: Added jump optimisation modification.
9743
9744 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9745
9746         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9747
9748 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9749
9750         * support/regression/tests/funptrs.c: Added.
9751
9752 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9753
9754         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9755
9756 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9757
9758         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9759
9760         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9761
9762         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9763         (movLeft2ResultLong): Created.
9764
9765         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9766         (joinPushes): Added.  Joins two char pushes into a word push.
9767
9768 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9769
9770         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9771
9772         * support/makebin/Makefile (install): Added creation of dest dir.
9773
9774 2001-10-24 Karl Bongers <karl AT turbobit.com>
9775
9776         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9777
9778 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9779
9780         * src/z80/ralloc.c: Turned off faulty pack for one use.
9781
9782         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9783
9784         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9785
9786 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9787
9788         * support/regression/Makefile: Improved clean
9789
9790         * support/regression/ports/gbz80/spec.mk: Added clean
9791
9792         * support/regression/ports/host/spec.mk: Added clean
9793
9794         * support/regression/ports/z80/spec.mk: Added clean
9795
9796         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9797
9798         * support/regression/ports/mcs51/timeout.c: little improvements
9799
9800 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9801
9802         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9803
9804         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9805
9806         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9807
9808 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9809
9810         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9811
9812         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9813
9814 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9815         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9816
9817         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9818
9819         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9820
9821         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9822
9823         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9824
9825         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9826
9827         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9828
9829         * support/regression/tests/longor.c: Added.
9830
9831 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9832
9833         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9834
9835         * as/mcs51/aslink.h: define PATH_MAX
9836
9837         * as/mcs51/asm.h: define PATH_MAX
9838
9839         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9840
9841         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9842
9843         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9844
9845         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9846
9847         * src/SDCCglobl.h: define PATH_MAX
9848
9849         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9850
9851         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9852
9853 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9854
9855         * src/z80/gen.c (gencjneshort): Fixed
9856
9857         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9858
9859 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9860
9861         * support/regression/tests/bug-469671.c: Added.
9862
9863         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9864
9865 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9866
9867         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9868
9869         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9870
9871 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9872
9873         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9874
9875         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9876
9877         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9878
9879         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9880
9881         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9882
9883         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9884
9885         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9886
9887 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9888
9889         * 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.
9890
9891         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9892
9893         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9894
9895 2001-10-07    <johan AT FRIJA>
9896
9897         * device/lib/gets.c (gets): fixed the return value.
9898
9899 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9900         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9901
9902         * 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.
9903
9904         * 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.
9905
9906         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9907
9908         * src/pic/gen.c: Removed Safe_strdup.
9909
9910         * configure.in: Added option to enable libgc support.
9911
9912         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9913         (bitVectUnion): Optimised.
9914         (bitVectIntersect): Optimised.
9915         (bitVectBitsInCommon): Optimised.
9916         (bitVectCplAnd): Optimised.
9917
9918         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9919
9920 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9921
9922         * src/SDCCmain.c: distinguish between assembler debug and plain options
9923
9924         * src/avr/main.c:   remove standard assembler options
9925
9926         * src/ds390/main.c: remove standard assembler options
9927
9928         * src/mcs51/main.c: remove standard assembler options
9929
9930         * src/port.h: removed "PENDING" comment
9931
9932 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9933
9934         * src/device/lib/_mulint.c  : new, with assember functions
9935
9936         * src/device/lib/_mullong.c : new, with assember functions
9937
9938         * src/device/lib/_divuint.c : with assember functions
9939
9940         * src/device/lib/_divsint.c : with assember functions
9941
9942         * src/device/lib/_divulong.c: with assember functions
9943
9944         * src/device/lib/_divslong.c: with assember functions
9945
9946         * src/device/lib/_moduint.c : with assember functions
9947
9948         * src/device/lib/_modsint.c : with assember functions
9949
9950         * src/device/lib/_modulong.c: with assember functions
9951
9952         * src/device/lib/_modslong.c: with assember functions
9953
9954         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9955
9956         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9957
9958         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9959                                       replaced _mululong.c and _mulslong.c by _mullong.c
9960
9961 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9962
9963         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9964
9965 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9966
9967         * src/SDCCglue.c: test, if win32api is available for MINGW
9968
9969 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9970
9971         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9972         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9973         * support/regression/ports/gbz80/spec.mk: removed GENERIC
9974         * support/regression/ports/host/spec.mk: removed GENERIC
9975         * support/regression/ports/mcs51/spec.mk: removed GENERIC
9976         * support/regression/ports/z80/spec.mk: removed GENERIC
9977
9978 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
9979
9980         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
9981
9982         * support/regression/tests/bug-467035.c: Created.
9983
9984 2001-10-01    <johan AT FRIJA>
9985
9986         * src/SDCC.y: fixed bug #466586 part 1
9987
9988 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
9989
9990         * SDCCicode.c: z80 has no generic pointers
9991         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
9992
9993 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
9994
9995         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
9996
9997 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
9998
9999         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10000
10001         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10002
10003 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10004
10005         * configure.in: Fixed up so that ucsim is only configured once.
10006
10007         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10008
10009         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10010         (getPathDifference): As above.
10011
10012         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10013
10014         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10015
10016 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10017         * .version: Updated to 2.3.1
10018
10019         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10020         Added copyright header.
10021
10022         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10023         (assemble): Added support for macro based assembler commands.
10024         (linkEdit): Added support for macro based linker commands.
10025         (preProcess): Changed the pre-processor to use macros.
10026         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10027         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10028
10029         * device/lib/z80/crt0.s: Added module name for debugging.
10030
10031 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10032
10033         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10034
10035         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10036
10037         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10038
10039         * src/Makefile.in: Added SDCCmacro and SDCCutil
10040
10041 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10042
10043         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10044
10045 2001-09-16    <johan AT FRIJA>
10046
10047         * 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.
10048
10049 2001-09-15    <johan AT FRIJA>
10050
10051         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10052         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10053
10054 2001-09-11    <johan AT FRIJA>
10055
10056         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10057
10058 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10059
10060         * support/regression/tests/bug-460444.c: Added test case.
10061
10062         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10063         (genCast): Added justification for all of the asserts.
10064
10065 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10066
10067         * support/regression/support.c: _xdata replaced by xdata
10068
10069         * support/regression/spec.mk: removed _generic
10070
10071 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10072
10073         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10074
10075         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10076         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10077
10078         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10079
10080         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10081
10082         * support/regression/tests/bug-460010.c: Added test case.
10083
10084         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10085
10086 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10087
10088         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10089
10090         * support/regression/testfwk.c: removed workaround for bug #436344
10091
10092         * support/regression/tests/bp.c: use less memory with mcs51
10093
10094         * support/regression/tests/bug-441448.c: use less memory
10095
10096         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10097
10098         * support/regression/collate-results.py: typo
10099
10100 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10101
10102         * support/regression/tests/fetchoverlap.c: Added new test case.
10103
10104         * support/regression/tests/bp.c: Added new test case.
10105
10106         * support/regression/tests/bug-448984.c: Added new test case.
10107
10108         * support/regression/tests/pow2shifts.c: Added new test case.
10109
10110         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10111         (genlshTwo): Fixed right shift for count > 8.
10112
10113         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10114
10115 2001-09-08    <johan AT FRIJA>
10116
10117         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10118
10119 2001-09-07    <johan AT FRIJA>
10120
10121         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10122
10123         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10124
10125 2001-09-06    <johan AT FRIJA>
10126
10127         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10128         * bernhard noted me at this: "() equals to (void)" (1.38)
10129
10130 2001-09-05    <johan AT FRIJA>
10131
10132         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10133
10134 2001-09-04    <johan AT FRIJA>
10135
10136         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10137
10138
10139 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10140
10141         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10142
10143 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10144
10145         * link/z80/aslink.h: Fixed path for PATH_MAX
10146
10147 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10148
10149         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10150
10151         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10152
10153         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10154
10155         * 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.
10156
10157 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10158
10159         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10160         (genCmp): Fixed up genCmp for the GB with longs.
10161
10162         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10163
10164         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10165
10166         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10167
10168         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10169
10170 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10171
10172         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10173
10174 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10175
10176         * 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.
10177
10178         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10179
10180 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10181
10182         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10183
10184         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10185
10186 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10187
10188   * sim/ucsim/configure:    little improvement of Cygwin-detection
10189   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10190   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10191   * support/regression/tests/bug-221100.c: small changes for mcs51
10192   * support/regression/tests/bug-221168.c: small changes for mcs51
10193   * support/regression/tests/bug-227710.c: small changes for mcs51
10194   * support/regression/tests/staticinit.c: small changes for mcs51
10195   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10196   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10197   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10198
10199 $Revision$