_fs2slong.c, _fs2sint.c, _fs2char.c: Properly convert floats between -1.0 and 0.0
[fw/sdcc] / ChangeLog
1 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2
3         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
4           Properly convert floats between -1.0 and 0.0 to long, int, and char
5           types (max integer value of negative floats tends to zero).
6         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
7           Removed changes made so to work properly with floats between
8           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
9           and _fs2char.c
10
11 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
12
13         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
14         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
15         (genCast) cosmetic change
16         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
17         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
18         from mcs51
19         * support/regression/tests/bitfields (testSignedBitfields): added
20
21 2005-11-18 Borut Razem <borut.razem AT siol.net>
22
23         * sdcc/device/lib/Makefile.in: remove all unnecessary files
24         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
25           introduced SILENT option to make building of pic16 libraries less
26
27 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
28
29         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
30           Now they work properly with floats between -1.0 and 0.0
31         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
32
33 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
34
35         * src/SDCCicode.c (printOperand): added missing else
36
37 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
38
39         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
40         reformatted for better readability
41         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
42         signed bitfields
43
44 2005-11-17 Borut Razem <borut.razem AT siol.net>
45
46         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
47           introduced SILENT option to make building of pic16 libraries less
48           verbose - used for nightly snapshot build
49         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
50           available on Win32 platforms.
51         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
52           medium, large, pic and pic16
53
54 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
55
56         * device/lib/printf_large.c: Temporary patch for bug 1358192:
57           printf("%f"...) sets fraction to zero.
58
59 2005-11-16 Raphael Neider <rneider AT web.de>
60
61         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
62           fixes #1357221
63         * src/pic/gen.c (genIfx): implemented for CARRY bit
64         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
65           to generic pointers, fixes #1357332,
66           (pic16_movLit2f): NEW,
67           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
68
69 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
70
71         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
72
73 2005-11-11 Raphael Neider <rneider AT web.de>
74
75         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
76         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
77           compute pointer's type from operand,
78           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
79           improved single bit reads, fixes bug #1353379
80
81 2005-11-09 Borut Razem <borut.razem AT siol.net>
82
83         * support/scripts/sdcc.nsi: added lib/pic to the package
84
85 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
86
87         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
88
89 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
90
91         * support/regression/tests/bug1348008.c: added
92         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
93         * support/regression/tests/bug1337835.c: updated comment
94
95 2005-11-06 Borut Razem <borut.razem AT siol.net>
96
97         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
98           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
99           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
100           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
101           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
102           dynamic construction of cl_error_class and derivates - 2.nd try
103
104 2005-11-05 Borut Razem <borut.razem AT siol.net>
105
106         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
107           bug, which caused Bus Errors on sparc solaris
108
109 2005-11-04 Borut Razem <borut.razem AT siol.net>
110
111         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
112           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
113           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
114           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
115           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
116           and derivates to resolve the initialization problem on OSX
117
118 2005-11-02 Borut Razem <borut.razem AT siol.net>
119
120         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
121           corrected typo - #include <winsock2.h>
122
123 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
124
125         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
126           (_asxxxx_mapping): added org directive for future enhancements
127
128 2005-11-01 Borut Razem <borut.razem AT siol.net>
129
130         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
131           enabled sockets on WIN32
132         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
133
134 2005-10-31 Borut Razem <borut.razem AT siol.net>
135
136         * support/regression/generate-cases.py: escape backslashes in {testcase}:
137           WIN32 backslash path delimiters should be escaped when used in C strings
138         * support/regression/tests/bitfields.c: exclude failing assertions for
139           __CYGWIN32__ and __MINGW32__ hosts
140
141 2005-10-30 Borut Razem <borut.razem AT siol.net>
142
143         * src/SDCCutil.c: corrected double comparison typo
144
145 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
146
147         * device/lib/medium/Makefile: added for new memory model medium
148         * device/include/asm/mcs51/features.h: updated for medium/pdata
149         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
150           added Multiply & Accumulate sbit's and MAC0_PAGE define
151         * device/include/mcs51/c8051f300.h: added sfr16 definitions
152         * device/include/mcs51/c8051f310.h: added sfr16 definitions
153         * device/lib/_mullong.c: update for medium model
154         * device/lib/incl.mk: added medium model
155         * doc/sdccman.lyx: documented medium model
156         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
157         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
158         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
159         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
160           (allocParms): set SCLS and OCLS to pdata for medium model
161         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
162           for pdata,
163           (powof2): return <0 if not power of 2
164         * src/avr/gen.c (genBitWise): use updated powof2
165         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
166           (shiftR2Left2Result): small optimization in setup, save acc when storing,
167           (shiftLLeftOrResult): use B if necessary
168         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
169         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
170         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
171         * support/regression/Makefile.in: added test-mcs51-medium
172         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
173
174 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
175
176         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
177         specifier unsigned
178         * device/lib/time.c (mktime): fixed bug 1334315
179
180 2005-10-28 Raphael Neider <rneider AT web.de>
181
182         * device/include/pic/p16f_common.inc: added common declarations
183         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
184
185 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
186
187         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
188           (aopPutUsesAcc): added to predict accumulator use,
189           (assignResultValue): save acc if necessary,
190           (genMinusDec): store result if indirectly addressed,
191           (genDivOneByte):  save acc if necessary,
192           (movLeft2Result): bugfix if left already in acc,
193           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
194             attention to accumulator use (esp. pdata),
195           (genReceive): receive pdata correctly
196         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
197         * src/SDCCicode.h: added isOperandInPagedSpace prototype
198
199 2005-10-27 Raphael Neider <rneider AT web.de>
200
201         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
202
203 2005-10-27 Raphael Neider <rneider AT web.de>
204
205         * .version: changed version to 2.5.4
206         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
207         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
208           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
209             arithmetics support routines
210         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
211         * device/lib/Makefile.in: also create installdir for pic
212
213         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
214           pic14 port as well
215         * src/pic/device.c (dump_sfr): rewritten to delegate register
216           placement to the linker (use `extern sym' rather than sym EQU addr),
217           (validAddress): fixed to check last specified address
218         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
219           (popGetLit): truncate literal value to 8 bit,
220           (popGet): moved assert to more appropriate place
221           (popGetExternal): create pCode operand from and mark the according
222             symbol as being `extern'
223           (popGetAddr): added sanity check on immediate's offset, provide
224             GPOINTER tag on demand
225           (aopPut): fixed for immediates,
226           (mov2w_op): move operand's address or contents to WREG (depending on
227             operand type), safer variant of mov2w,
228           (movwf,call_libraryfunc): NEW, handy abbreviations,
229           (get_argument_pcop,get_return_val_pcop,pass_argument,
230           get_returnvalue): interface for accessing function parameters and
231             return values,
232           (assignResultValuei,genRet): use new parameter/return value interface
233           (pic14_getDataSize): back to old version handling generic pointers,
234           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
235             provided implementation and/or fixed old one,
236           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
237             calls, removed legacy 8051 reference code
238           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
239           (loadSignToC): NEW, move the operands sign bit to CARRY,
240           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
241             genRightShiftSigned, accepts negative shift counts,
242           (setup_fsr): load FSR and adjust IRP (indirect memory access),
243           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
244             generic pointers, __data pointers and __code pointers,
245           (genUnpackBits,genPackBits): rewritten to work with generic pointers
246             and signed bitfields, limit bitfields to 8 bit,
247           (genDataPointerGet): fixed number of bytes read,
248           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
249           (genPointerGet,genPointerSet): fixed handling of __code pointers,
250             pointers to constant data are no longer assumed to point to __code
251             space, removed invalid pointer types,
252           (bitpatternFromVal): retrieve the PICs representation of an integer
253             or float literal,
254           (genDataPointerSet): fixed assigning to po_immediate operands,
255           (genGenPointerSet): implemented as library call,
256           (genIfx): fixed incorrect condition,
257           (genAddrOf): limit generic pointers' addresses to 2 bytes,
258             provide GPOINTER tag according to destination's storage class,
259           (genCast): added code to handle casting to generic pointers, added
260             sign-/zero extension of the result
261           (aop_isLitLike,op_isLitLike): fixed handling of immediates
262         * src/pic/gen.h: added macros to access IRP bit in STATUS register
263         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
264           extend the result
265         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
266           address/register resides in the shared banks
267           (emitSymbolToFile): improved to handle global and `pinned' symbols,
268             put all variables into separate sections (have the linker arrange
269             them)
270           (picglue): put init code and interrupt handlers in separate sections
271         * src/pic/main.c: added port specific options table, modified to PORT
272           structure to make GPOINTERs 3 byte, added pic14_options
273           (_pic14_do_link): private linking routine (update paths to libraries,
274             add libsdcc.lib by default)
275         * src/pic/main.h: declare pic14_options
276         * src/pic/pcode.c: fixed instructions i/o relations,
277           (RegCond): reverted to correct version,
278           (newpCodeOpLit): truncate literals to 8 bit,
279           (genericPrint): added debug output,
280           (getRegFromInstruction): fixed for various operand types, simplified
281           (BuildFlow): fixed broken handling of isntructions with labels
282           (LinkFlow): start at last instruction in flow (skip trailing comments),
283             pass the flow on to the next instruction after CALL
284           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
285           (insertPCodeInstruction): fixed inserting after a skip instruction,
286           (DoBankSelect): fixed for labeled instructions
287           (OptimizepBlock): honor --nopeep switch
288           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
289         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
290         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
291           (pCodeOptime2pCodes): allow disabling this optimization via
292             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
293             but is still buggy), started implementation of a dataflow based
294             pCode optimization (CSE + dead code elimination)
295           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
296         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
297           names are independant of the stack location and therefore portable across
298           devices
299
300 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
301
302         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
303           (selectSpil): fixed bug 1337835 by not spilling bit variables
304         * support/regression/tests/bug1337835.c: added test for this bug
305         * src/mcs51/peeph.def: restart after rule 3.c,
306           addded rules 263.x to optimize loading constants
307
308 2005-10-26 Raphael Neider <rneider AT web.de>
309
310         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
311         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
312           (genAssign): emit warning when casting literals to generic pointer
313             type, also applies when taking the address of a fixed variable,
314           (genCast): improved casting to generic pointers
315         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
316           extern variables, added verbose error message
317         * device/include/pic16/{string.h,errno.h}: added #pragma library c
318
319 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
320
321         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
322         carry must be complemented too
323         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
324         could be emitted by genMinus
325         * src/SDCCval.c (constVal): fixed bug 1305065
326
327 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
328
329         * src/SDCCast.c (addCast): added promotion for bit variables
330         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
331         promotion casts + optimisation
332         (optimizeGetWord): fix warning 'i' might be used uninitialized
333         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
334         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
335
336 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
337
338         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
339         all chars are promoted to int; promotion should be handled in SDCCast.c
340
341 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
342
343         * device/lib/_strcmp.c: Fixed bug 1326457
344
345 2005-10-11 Raphael Neider <rneider AT web.de>
346
347         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
348         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
349
350 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
351
352         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
353         * support/regression/tests/sfr16.c: added test for the sfr32 bug
354
355 2005-10-04 Raphael Neider <rneider AT web.de>
356
357         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
358           device/lib/pic16/pics.all: added pic18f1320
359         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
360
361 2005-09-30 Raphael Neider <rneider AT web.de>
362
363         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
364         * src/pic16/devices.inc: NEW, provides device descriptions
365         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
366
367 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
368
369         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
370           GETHBIT
371
372 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
373
374         * doc/sdccman.lyx: updated Highest Order Bit documentation,
375           documented Any Order Bit, Higher Order Byte and Higher Order Word
376         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
377         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
378           (optimizeGetAbit): new, to get any bit, not only the high bit,
379           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
380           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
381           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
382           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
383             RIGHT_OP: also try GETBYTE, GETWORD optimization,
384             GETABIT, GETBYTE, GETWORD: decorate them,
385           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
386           (ast_print): added GETABIT, GETBYTE, GETWORD
387         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
388         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
389           (geniCodeBinary): new generic binary icode,
390           (ast2iCode): added GETABIT, GETBYTE, GETWORD
391         * src/port.h: updated comment for PORT.hasExtBitOp
392         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
393           (genGetByte): new, to get a single byte,
394           (genGetWord): new, to get a word from a long,
395           (gen51Code): added GETABIT, GETBYTE, GETWORD
396         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
397
398 2005-09-23 Raphael Neider <rneider AT web.de>
399
400         * configure.in, configure: have device/lib/pic configured
401         * device/lib/Makefile.in: added model-pic14
402         * device/lib/clean.mk: added pic/ to clean rule
403         * device/lib/pic: added rudimentary pic14 library providing support
404           functions for multiplication/division/generic pointer access
405         * src/SDCCopt.c (convilong): mark support functions as extern
406           for pic14 port as well
407         * src/pic/gen.c (genMult): added assertions,
408           (genpic14Code): emit warning on unhandled iCodes
409         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
410         * src/pic/pcode.c (pCodeOpCopy),
411         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
412           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
413           SFR_REGISTER}), made safe for future extensions
414         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
415           instructions even if preceeded by SKIP instructions (also remove
416           them); removed unused code
417         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
418           prevents leaving parts of the structure uninitialized after copying
419
420 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
421
422         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
423           ago by me
424         * support/regression/tests/addsub.c: added test for the bug
425
426 2005-09-21 Raphael Neider <rneider AT web.de>
427
428         * device/include/pic16/pic18f1220.h,
429           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
430         * device/lib/pic16/Makefile.rules: added missing opening paren
431         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
432           are provided in genutils.c,
433           (genUminusFloat,genUminus,genCmpEq): added asserts on different
434           operand/result sizes,
435           (genCmp): assert on NULL pointers first, then check deref'ed values
436         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
437           result size
438
439 2005-09-18 Raphael Neider <rneider AT web.de>
440
441         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
442           as these are now unused,
443           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
444         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
445           local, avoids uninitialized pointer dereference on r->name
446         * src/pic16/ralloc.c (newReg): fixed indentation
447
448 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
449
450         * src/SDCCval.c (constVal): fixed bug 730366
451         * support/Util/SDCCerr.c,
452         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
453
454 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
455
456         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
457
458 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
459
460         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
461
462 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
463
464         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
465           (hex2dec): made hex_digit unsigned char, removed ascii dependance
466         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
467           (hex2dec): made hex_digit unsigned char, removed ascii dependance
468         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
469         * packihx/packihx.c (hexDigit): made c unsigned char
470         * as/mcs51/lklibr.c (fndsym),
471         * link/z80/lkgb.c (gb),
472         * link/z80/lklibr.c (fndsym),
473         * link/z80/lkrloc.c (relr),
474         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
475         * src/SDCC.lex (checkCurrFile, process_pragma),
476         * src/SDCCglue.c (spacesToUnderscores),
477         * src/SDCCmain.c (setParseWithComma, processFile),
478         * src/asm.c (tvsprintf, printCLine),
479         * src/avr/gen.c (emitcode, aopPut),
480         * src/ds390/gen.c (emitcode),
481         * src/hc08/gen.c (emitcode, emitinline),
482         * src/mcs51/gen.c (emitcode, genInline),
483         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
484           tokenizeLineNode),
485         * src/pic/ralloc.c (debugLog),
486         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
487           tokenizeLineNode),
488         * src/pic16/ralloc.c (debugLog),
489         * src/z80/main.c (_process_pragma):
490            made all ctype.h function calls safe
491         * src/SDCCopt.c: include math.h for fabs
492         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
493           and used them throughout the code to make ctype.h function calls safe
494         * src/ds390/main.c (asmLineNodeFromLineNode),
495         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
496         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
497            unsigned char*
498         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
499           (newpCodeAsmDir): made ctype.h function calls safe
500         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
501           pic16_emitcode):  made lbp unsigned char*
502         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
503           (pic16_newpCodeAsmDir): made ctype.h function calls safe
504         * src/xa51/gen.c (emitcode),
505         * src/z80/gen.c (_emit2): made lbp unsigned char*
506         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
507            char*
508
509 2005-09-05 Raphael Neider <rneider AT web.de>
510
511         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
512           access bank splitpoint
513
514 2005-09-05 Raphael Neider <rneider AT web.de>
515
516         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
517
518 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
519
520         * .version: changed to version 2.5.3
521         * doc/sdccman.lyx: changed version to 2.5.3,
522           documented --codeseg and --constseg and pragma codeseg and constseg,
523           documented bit parameters (reentrant) and bit returning
524         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
525            currFunc->recvSize, but is this ok for all ports?
526           (ast2iCode): result of ~ on unsigned char must be cast to int for
527            bool to work
528         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
529           function pointers in bit space
530         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
531           (processFuncArgs): call port.reg_parm() with reentrancy info
532         * src/port.h,
533         * src/avr/main.c,
534         * src/ds390/main.c,
535         * src/hc08/main.c,
536         * src/pic/main.c,
537         * src/pic16/main.c,
538         * src/xa51/main.c,
539         * src/z80/main.c: port.reg_parm prototype extended with
540           "bool reentrant" parameter
541         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
542           options.stackAuto for allocating bit register parameters
543         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
544           (genSend): set BitBankUsed if it is,
545           (selectRegBank): factored out of genCall for use in genPcall,
546           (genCall): removed redundant dtype assignmen, use selectRegBank,
547           (genPcall): handle returning in Carry properly, save in F0 if needed,
548           (genReceive): handle bit register parameters
549         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
550           (mcs51_assignRegisters): enable bit registers for all reentrant
551            functions and don't set BitBankUsed unconditionally
552         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
553         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
554         * support/regression/tests/funptrs.c: added tests for BOOL and for return
555
556 2005-08-27 Borut Razem <borut.razem AT siol.net>
557
558         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
559         ppc-osx (Darwin) does not support -u option. It seems that it is
560         supported only on Linux - GNU cp
561
562 2005-08-25 Borut Razem <borut.razem AT siol.net>
563
564         * sim/ucsim/gui.src/serio.src/Makefile.in,
565           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
566           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
567           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
568           install and strip, since the strip at /usr/ccs/bin should be used
569           on solaris
570
571 2005-08-24 Borut Razem <borut.razem AT siol.net>
572
573         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
574
575 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
576
577         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
578         ffffffffu
579
580 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
581
582         * as/mcs51/aslink.h: completed lkrloc.c prototypes
583         * as/mcs51/lkmain.c (link_main): fixed warning
584         * device/include/stdbool.h: ds390 has no advanced bit support yet
585         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
586         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
587         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
588           and updated their macros
589         * src/SDCCval.c (constVal): updated comment for renamed b_long
590
591 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
592
593         * as/mcs51/asdata.c: changed ctype['['] to BINOP
594         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
595           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
596           (oprio): set priority for '['
597         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
598            and adb_24_bit
599         * as/mcs51/asm.h: added defines R_BIT and S_BIT
600         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
601         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
602         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
603           added overlayable BIT_BANK area
604         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
605           (summary2): explain 'T' in legenda
606         * as/mcs51/lkrloc.c: replaced old K&R style,
607           (relr): added R_BIT processing,
608           (errmsg): added "Bit-addressable relocation error",
609           (adb_bit): added for converting from byte- to bit-addressable space,
610           (adb_24_bit): added for converting from byte- to bit-addressable space
611         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
612            used in reentrant functions now even as return value
613         * device/lib/_gptrput.c (_gptrput): removed obsolete code
614         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
615           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
616         * src/SDCCglobl.h: added indicator BitBankUsed
617         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
618            the bit registers b0-b7
619         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
620           (geniCodeCast): fixed bug 1263853,
621           (geniCodeLogicAndOr): put result in bool or char,
622           (geniCodeReceive): added parameter func for accessing the return type,
623           (geniCodeFunctionBody): pass func to geniCodeReceive
624         * src/SDCCmain.c: added indicator BitBankUsed
625         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
626         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
627           (checkSClass): don't put automatic bool/bit on stack,
628           (checkFunction): removed check on function cannot return bit
629         * src/SDCCsymt.h: added newBoolLink prototype
630         * src/mcs51/gen.c (rb1regs): added bit registers,
631           (movc): created for assigning to carry,
632           (pushReg, popReg): created for pushing registers,
633           (sameRegs): check both AOP_REG and AOP_CRY types,
634           (aopOp): handle bit registers,
635           (aopPut): optimization no self-assign,
636           (saveRegisters): push reg->base (bits) only once for bit registers,
637            and use pushReg,
638           (unsaveRegisters): pop reg->base only once and use popReg,
639           (assignResultValue): added parameter func and return in carry for bits,
640           (genIpush): optimization no reload in A if not changed,
641           (genSend): bit parameters in reentrant functions are passed in bit
642            registers by first assigning to bits in B, then save registers and
643            copy B to bits,
644           (genCall): handle returning in Carry properly, save it in F0 if needed,
645           (genPcall): updated assignResultValue call, this is not safe yet for bit
646            returning function !!!
647           (genFunction): don't generate equ's for bit registers and use pushReg,
648           (genEndFunction): take care of bit returning functions and use popReg,
649           (genRet): return bit in Carry,
650           (genIfx): optimize bit registers and other directly addressable bits,
651           (genReceive): updated assignResultValue call
652         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
653           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
654            registers when using stack-auto
655         * src/mcs51/ralloc.c (_G): added allBitregs,
656           (regs8051): added the bit registers,
657           (createStackSpil): use macro IS_BIT,
658           (getRegBit): added to allocate a bit register, else spill,
659           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
660           (updateRegUsage): factored out to ease stepping while debugging,
661           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
662            also allocate bit registers,
663           (fillGaps): handle bit registers,
664           (findAllBitregs): added to create bit vector with all bit registers,
665           (mcs51_allBitregs): returns this bit vector,
666           (mcs51_assignRegisters): when using stack-auto use bit registers for
667            passing parameters and creating local variables
668         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
669
670 2005-08-22 Borut Razem <borut.razem AT siol.net>
671
672         * device/lib/Makefile.in: replaced find option -or with -o
673           to make it run on solaris
674
675 2005-08-22 Raphael Neider <rneider AT web.de>
676
677         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
678           fixes #1265442 (crash on Solaris)
679
680 2005-08-20 Borut Razem <borut.razem AT siol.net>
681
682         * configure, configure.in: added tests for libsocket and libnsl libraries,
683           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
684           from support/regression/Makefile.in
685         * support/regression/Makefile.in: added
686         * device/lib/pic16/Makefile.common.in: force make to use bash shell
687         * sim/ucsim/libtool: regenerated on sparc-solaris
688         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
689           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
690           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
691           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
692           sparc-solaris, which doesn't use GNU ld linker
693         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
694         * as/Makefile: find on sparc-solaris does not support -maxdepth option
695
696 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
697
698         * src/mcs51/peeph.def: updated comments
699
700 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
701
702         * device/lib/_gptrget.c,
703         * device/lib/_gptrput.c: slightly shorter
704         * doc/sdccman.lyx: incremented version
705         * src/mcs51/peeph.def: moved peephole comments to the line of first
706           change to better keep line correlation, reanimated 186.e
707         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
708
709 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
710
711         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
712           David Saxton with quotes around file name.
713
714 2005-08-15 Borut Razem <borut.razem AT siol.net>
715
716         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
717           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
718           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
719           make tests run on x86_64 platform
720
721 2005-08-13 Raphael Neider <rneider AT web.de>
722
723         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
724           as it might be executed DURING a build (parallel make is wonderful)
725
726 2005-08-13 Raphael Neider <rneider AT web.de>
727
728         * device/lib/Makefile.in (port-specific-objects-pic16):
729           revert to cp $(PORT)/bin/*.* $(PORTDIR)
730         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
731           dependency
732         * device/lib/pic16/Makefile.rules: build subdirs before creating
733           the library, removed builddir rule, create $(builddir) early in
734           recurse rule, use empty recurse rule for leaf directories
735         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
736           mkdir errors (race condition), removed duplicate suffix "hex"
737           from clean rules
738         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
739         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
740           prevents mkdir -p from aborting on Alpha
741
742 2005-08-12 Raphael Neider <rneider AT web.de>
743
744         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
745           db-statements in order to allow for arrays of pointers in code
746           sections to be placed without interspersed 0-padding, fixes
747           bug #1256215
748         * (emitStatistics): fixed division by zero for pic18f1220
749         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
750           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
751         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
752         * (pic16_pCodeConstString): keep track of already emitted string
753           literals to prevent "duplicate definitions of symbol _str_NR"
754         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
755           debug message
756         * device/lib/Makefile.in: ignore failing PIC16 library builds
757         * device/lib/pic16/Makefile: do not build if gputils are missing
758         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
759
760 2005-08-10 Raphael Neider <rneider AT web.de>
761
762         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
763           my last commit)
764
765 2005-08-10 Raphael Neider <rneider AT web.de>
766
767         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
768           Rokas' patch to add the new fixed point type "__fixed16x16"
769         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
770           functions for __fixed16x16 arithmetics
771         * device/lib/pic16: reimplemented the build system to support
772           a separate build directory, better handling of libio (create
773           the library in a separate subdir for each architecture) and
774           easier configuration (centralized in Makefile.common)
775
776 2005-08-07 Raphael Neider <rneider AT web.de>
777
778         * src/pic16/gen.c (genrshTwo): fixed sign extension
779         * src/pic16/device.c: added pic18f2320, 4220 and 4320
780         * device/include/pic16/pic18f2220.h: changed some bit definitions,
781           added T0CONbits
782         * device/include/pic16/pic18f4220.h: NEW, header for
783           pic18f4220 and pic18f4320
784         * device/include/pic16/pic18fregs.h: added new devices,
785           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
786         * device/include/pic16/signal.h: resolved name clashes
787           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
788           to also allow testing for interrupt enable bits, added
789           comments on how to use the macros
790         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
791         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
792           register definitions for the devices
793         * device/lib/pic16/pics.all: added new devices
794         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
795           allocated memory
796         * device/lib/pic16/libc/stdlib/memfree: do not count
797           the block header as free memory
798         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
799           simplified and added missing end-of-blocklist-marker
800           (reported by Peter Onion, fixes #1252814)
801         * (_mergeHeapBlock): fixed loop condition
802         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
803           len==0, restructured code
804         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
805           up a bit, reduced bitfield accesses, prevent endless loops
806           in case of heap corruption
807         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
808           "unreferenced arguments/must return a value" warnings
809         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
810           replaced BAUDREG with SPBRG
811         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
812           device/lib/pic16/debug/gstack/gstack.c: replaced
813           _naked, _asm, _endasm with __naked, __asm, __endasm
814
815 2005-08-05 Raphael Neider <rneider AT web.de>
816
817         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
818           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
819
820 2005-08-05 Borut Razem <borut.razem AT siol.net>
821
822         * device/lib/Makefile.in: added missing ';'
823         * configure: removed ^M characters
824
825 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
826
827         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
828           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
829           License
830
831 2005-08-04 Borut Razem <borut.razem AT siol.net>
832
833         * configure.in: pic16 libraries build 2nd try - enable running
834           configure in device/lib/pic16
835         * configure: regenerated from configure.in
836         * device/lib/Makefile.in: create $(PORT)/bin directory
837
838 2005-08-03 Raphael Neider <rneider AT web.de>
839
840         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
841           to get/set values via pointers
842         * (genUnpackBits,genPackBits): changed detection of
843           ptr->bitfield vs. sym.bitfield, fixed access via generic
844           pointers, removed dead (wrong) code for multibyte bitfields
845         * (genNearPointerGet, genGenPointerGet): removed useless code,
846           fixed bitfield detection, fixes #1250594
847         * (genNearPointerSet): removed useless code
848         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
849           and introduced macro pic16_emitpcode that conditionally emits
850           the origin of the following pCode (useful for debugging SDCC)
851         * src/pic16/pcode.c: changed (and disabled) some debug outputs
852         * (createDefmap): fixed handling of LFSR for --optimize-df
853
854 2005-08-02 Borut Razem <borut.razem AT siol.net>
855
856         * device/lib/Makefile.in: pic16 libraries build enabled since
857           gputils-0.13.2 are now localy installed at sourceforge's compile farm
858
859 2005-08-02 Raphael Neider <rneider AT web.de>
860
861         * src/pic16/gen.c (genPackBits): removed deprecated warning
862         * (genGenPointerSet): fixed bitfield detection
863
864 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
865
866         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
867
868 2005-07-31 Raphael Neider <rneider AT web.de>
869
870         * device/lib/pic16/libdev/pic18f458.c,
871           device/include/pic16/pic18f458.h: added missing T0CONbits
872
873 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
874
875         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
876
877 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
878
879         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
880
881 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
882
883         * device/include/mcs51/at89c51ed2.h: added.
884
885 2005-07-23 Raphael Neider <rneider AT web.de>
886
887         * src/pic/gen.h: added emitpcode macro for debugging
888         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
889           and replace by macro adding debug information on demand
890         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
891         * (gencjne): tried to fix; replaced with correct (slower) code
892         * (gen{Unp,P}ackBits): fixed single bit access
893         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
894         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
895           previous instruction
896         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
897           register has to be handled with care (forbidding movement
898           of assignments/uses, removing assignments completely, ...)
899         * (pCodeOptime2pCodes): make use of regIsSpecial
900         * added lots of debugging output (commented out)
901         * src/pic/rallloc.c (deassignLRs): prevent operand registers
902           from being reused as result UNLESS it is known to work
903
904 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
905
906         * support/Util/dbuf.h: include <stddef.h> for size_t
907         * .version: changed to version 2.5.2
908
909 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
910
911         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
912
913 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
914
915         * src/hc08/gen.c (genMinus): fixed bug #1241835,
916           (genModOneByte): removed needless psha/pula
917
918 2005-07-22 Raphael Neider <rneider AT web.de>
919
920         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
921           have PIC14 handled like PIC16, fixes broken pic14 linker calls
922         * src/pic/gen.c (resolveIfx): do not "invent" labels
923         * (genSkipc): changed to positive logic
924         * (genSkipCond): removed as no longer needed
925         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
926           backport from PIC16
927         * (genLeftShift): check operands are in different registers
928         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
929           INCF does not update CARRY...
930         * src/pic/main.c: fixed _linkCmd
931         * src/pic/pcode.c (unlinkpCode): added inactive code
932         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
933           alive (do not assign result and operand overlapping registers)
934
935 2005-07-22 Raphael Neider <rneider AT web.de>
936
937         * src/pic/device.c (dump_sfr): replaced register declaration with
938           call to emitSymbolToFile() to avoid duplicate symbols
939         * (assignRelocatableRegisters): do not declare external symbols
940         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
941           right (take size of type, not etype)
942         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
943         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
944         * (packRegsForAccUse): disabled assignment of WREG as
945           the result reg to prevent occurence of just fixed #1235003,
946           fixes #1242954
947         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
948           symbols (avoids duplicate symbols in .asm file)
949         * (pic14emitRegularMap): use emitSymbolToFile()
950         * src/pic/gen.c (aopOp): fixed spillLocation handling
951         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
952         * (genDataPointerSet): removed unneccessary variables/output
953
954 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
955
956         * as/mcs51/lkarea.c: enlarged codemap for banked memory
957         * device/lib/mcs51/crtbank.asm: added # to 0x0F
958
959 2005-07-21 Raphael Neider <rneider AT web.de>
960
961         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
962           architecture cannot handle them efficiently, fixes bug #1235003
963         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
964           check for empty sets before using them (fixes bug #1232190)
965
966 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
967
968         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
969           (lnksect2): generate warnings for memory overlap
970         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
971           constseg to set the name of these segments so you can instruct the linker
972           to place them in banks
973         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
974         * src/SDCCglobl.h: added MODEL_HUGE to enum,
975           added code_seg and const_seg to options
976         * src/SDCCglue.c (emitMaps): use options.const_seg,
977           (createInterruptVect): put interrupt vectors in segment HOME,
978           (glue): put HOME before static segment and put the main glue in HOME,
979           (glue): use options.code_seg
980         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
981         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
982           these segments so you can instruct the linker to place them in banks
983           (linkEdit): use code_loc for HOME segment which should be the first
984           segment in code memory now
985         * src/SDCCmem.c: fixed more stuff like bug 1238386
986         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
987           (changePointer): don't change function pointers to code pointers for
988           banked functions,
989           (compareType): added exceptional check for banked function pointers
990         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
991         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
992           after static in code memory
993         * src/mcs51/gen.c: added aopLiteralLong prototype,
994           (aopForSym): use getSize for functions,
995           (genCall): generate banked calls over one trampoline __sdcc_banked_call
996           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
997           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
998           the segment,
999           (genPcall): use call for literal function pointers and generate banked
1000           calls over the one trampoline so there's only one place for the user to
1001           modify according to his/hers hardware,
1002           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1003           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1004         * src/mcs51/main.c: added keyword banked,
1005           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1006         * support/Util/SDCCerr.c,
1007         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1008           needed for passing the bank and address to the trampoline
1009         * device/lib/mcs51/crtbank.asm: added for bankswitching
1010         * device/lib/mcs51/Makefile: added crtbank
1011
1012 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1013
1014         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1015           for fields at offset 0 of a struct or union as reported
1016           on 2005-07-07 in the developer mailing list.
1017
1018 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1019
1020         * src/SDCCmem.c: fixed bug 1238386
1021
1022 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1023
1024         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1025           (patch #1144962), added peephole 300, enabled 259.x
1026         * doc/sdccman.lyx: removed screenshot and provided link instead
1027
1028 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1029
1030         * doc/sdccman.lyx: added section about debugging with ddd
1031         * doc/figures/ddd_example.eps: screenshot of debugging session
1032
1033 2005-07-04 Raphael Neider <rneider AT web.de>
1034
1035         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1036           like CODE pointers, fixes #1115683
1037         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1038           call, fixes bugs #1232211, #1228110,
1039           fixed wrong casts to pCodeFlow from pCodeInstructions
1040
1041 2005-07-04 Raphael Neider <rneider AT web.de>
1042
1043         * src/pic/gen.c (popGet): changed assert to allow for
1044           bit operands
1045         * (popGetAddr): changed signature to provide
1046           an additional index, patched all call sites
1047         * (genCmpEq): handle literal-like operands correctly
1048         * (genAddrOf): added sanity checks on __code/__data pointers
1049         * (genAssign): added handling of symbols from __code section
1050         * (gencjne): do not generate code for comparisons whose result
1051           is neither stored nor used, fixes bug #1171114
1052         * (AccLsh, AccRsh): operate on operand instead of WREG
1053         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1054           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1055           by known count
1056         * rewrote complete shift-by-literal logic, commented unused
1057           functions out
1058         * (genConstPointerGet): get multiple bytes (if result size > 1),
1059           fixed handling of non-immediate addresses
1060         * (genPointerGet): handle CODE pointers like CONST pointers
1061         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1062         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1063           operand is to be treated as a literal or not
1064         * (mov2w,genPcall,genCmpEq),
1065           src/pic/genarith.c: use aop_isLitLike() to decide between
1066           literal/register contents
1067         * (addSign): added missing offset
1068         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1069           only emit comment in debug-mode,
1070           use {aop,op}_isLitLike throughout the file
1071         * src/pic/glue.c: fix initializers for pointers (work in progress)
1072         * src/pic/pcode.c (get_op): honor index on _const symbols
1073         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1074         * (dumppBlock): added pCode size estimation
1075         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1076           check for IS_SYMOP before OP_SYMBOL'ing
1077         * fixed indentation, compacted switch-statements
1078         * (allocReg): find free register and allocate it instead of
1079           allocating new registers all the time
1080         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1081           registers as its operands (necessary only for multibyte GETs)
1082
1083 2005-07-01 Raphael Neider <rneider AT web.de>
1084
1085         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1086           debugging .asm-output macros FENTRY + FEXIT
1087         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1088           way... I wonder...
1089         * (emitpComment): NEW, printf to pCode
1090         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1091           offset handling
1092         * (popGetAddr): NEW, variant of popGet to access an immediates
1093           high(er) bytes instead of the n'th byte of memory they reference,
1094           replaced popGet with popGetAddr where neccessary
1095         * (genDataPointerGet): reactivated and fixed implementation
1096         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1097           accesses
1098         * (genDataPointerSet): fixed multibyte assignments
1099         * (genpic14Code): fixed --i-code-in-asm handling
1100         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1101         * (genPlus): fixed index-out-of-bounds error
1102         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1103         * src/pic/ralloc.c: added debugging output macro FENTRY2
1104         * (spillThis): fixed indentation, enbraced for-body for clarity
1105         * (rematStr): commented out as now unused
1106         * (regTypeNum): commented out special spill case (overwrites
1107           arbitrary values)
1108         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1109
1110 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1111
1112         * doc/sdccman.lyx: documented sfr16/sfr32,
1113           added example for using storage class with function pointers
1114         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1115
1116 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1117
1118         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1119         * device/lib/_itoa.c,
1120         * device/lib/_ltoa.c: optimized codesize
1121         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1122           but don't know how to suppress the double warning.
1123         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1124         * support/Util/SDCCerr.c,
1125         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1126
1127 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1128
1129         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1130           fixed old K&R prototypes
1131         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1132         * device/lib/_gptrget.c,
1133         * device/lib/_gptrgetc.c,
1134         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1135           also new versions for small generic pointers and banked generic pointers
1136         * src/port.h: added const_name
1137         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1138         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1139         * src/SDCCcse.c (findPrevIc): check all associative operators
1140         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1141         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1142         * src/SDCCmem.c: updated comments,
1143           set far-space to 0 for pdata, results in optimized code
1144         * src/SDCCmem.h: added macro CONST_NAME
1145         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1146           moving the info into the highest bits, see also gptrget/gptrput
1147         * src/src.dsp: added sdcc.ico to project files
1148         * src/avr/gen.c (genCast): fixed bug 0x%d
1149         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1150         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1151           relation between ptr_type and DCL_TYPE,
1152           (genCast): fixed bug 0x%d
1153         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1154           (CODE)" for const_name
1155         * src/hc08/gen.c (genCast): fixed bug 0x%d
1156         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1157           (hc08_port): added "CONST (CODE)" for const_name
1158         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1159           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1160           between ptr_type and DCL_TYPE,
1161           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1162           operand* and took AOP() inside function so sfr-ness can be checked,
1163           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1164           new prototype,
1165           (genFunction, genEndFunction): optimized stack setup,
1166           (genMinus): optimized for literals with ending zeroes (in bytes),
1167           (genCast): fixed bug 0x%d
1168         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1169           (mcs51_port): added "CONST (CODE)" for const_name
1170         * src/mcs51/peeph.def: made rule 226 more generic
1171         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1172         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1173         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1174         * src/z80/main.c (z80_port): added NULL for const_name,
1175           (gbz80_port): added NULL for const_name
1176         * support/regression/tests/bug663539.c,
1177         * support/regression/tests/sfr16.c: new tests
1178
1179 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1180
1181         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1182
1183 2005-06-24 Raphael Neider <rneider AT web.de>
1184
1185         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1186           corrected typos...
1187         * device/include/pic16/signal.h: added USBIF
1188           and SIG_USB
1189
1190 2005-06-24 Raphael Neider <rneider AT web.de>
1191
1192         * device/lib/pic16/libdev/pic18f2455.c,
1193           device/include/pic16/pic18f2455.h: NEW
1194         * device/include/pic16/pic18fregs.h,
1195           device/lib/pic16/pics.all,
1196           src/pic16/device.c: added 18f2455
1197         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1198           device/include/pic16/{pic18f[68][567].h,usart.h}:
1199           replaced MULTIPLE_USARTS define with more relaible
1200           compatibility sfrs (for USART access)
1201
1202 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1203
1204         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1205           and the output asm file line is printed on two lines.
1206
1207 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1208
1209         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1210           BGT, BLE, BHI, and BLS instructions
1211         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1212           genCmpEq): removed
1213         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1214           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1215           fixes bug #1216342
1216         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1217
1218 2005-06-15 Raphael Neider <rneider AT web.de>
1219
1220         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1221         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1222         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1223           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1224           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1225
1226 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1227
1228         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1229           Marcel Telka in bug #1215704
1230
1231 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1232
1233         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1234           located in shared memory bank.
1235
1236 2005-05-31 Raphael Neider <rneider AT web.de>
1237
1238         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1239           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1240           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1241
1242 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1243
1244         * device/lib/_strncpy.c: fixed the fix
1245
1246 2005-05-26 Raphael Neider <rneider AT web.de>
1247
1248         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1249           initializers with \0, bug #1208187
1250         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1251           intializers with \0, bug #1208187
1252
1253 2005-05-26 Raphael Neider <rneider AT web.de>
1254
1255         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1256           initializers with \0, bug #1208187
1257         * src/pic16/main.c (_process_pragma): added sanity checks
1258           for stack position and size, emit warnings when appropriate
1259
1260 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1261
1262         * device/lib/_strncpy.c: fixed not filling with \0
1263
1264 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1265
1266         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1267           createFunction),
1268         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1269           compound_statement),
1270         * src/SDCCsymt.h,
1271         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1272
1273 2005-05-24 Raphael Neider <rneider AT web.de>
1274
1275         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1276
1277 2005-05-24 Raphael Neider <rneider AT web.de>
1278
1279         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1280           TRISE definitions, closes bug #1162453
1281
1282 2005-05-22 Raphael Neider <rneider AT web.de>
1283
1284         * src/pic16/main.c (_process_pragma): check for missing
1285           arguments to pragmas code and udata
1286         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1287           consistency fixes to match other headers (thanks to Jim Paris)
1288         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1289
1290 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1291
1292         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1293
1294 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1295
1296         * support/regression/tests/bug1198642.c: new test
1297         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1298         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1299         * support/scripts/resource.h,
1300         * support/scripts/resource.rc,
1301         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1302         * support/scripts/sdcc.ico: added 32x32 icon
1303
1304 2005-05-18 Raphael Neider <rneider AT web.de>
1305
1306         * device/lib/pic16/libdev/pic18f*.c,
1307         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1308           keywords to "__sfr" and "__at (X)"
1309         * device/include/pic16/pic18fregs.h: added pic18f4520
1310         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1311           #1203088 (MPLAB compatibility)
1312
1313 2005-05-17 Raphael Neider <rneider AT web.de>
1314
1315         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1316         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1317         * device/lib/pic16/pics.all: added new devices
1318         * src/pic16/device.c: added support for pic18f4520
1319
1320 2005-05-16 Raphael Neider <rneider AT web.de>
1321         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1322         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1323         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1324           convenience function for bit access
1325
1326 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1327
1328         * device/lib/printf_large.c: fixed bug 1193299
1329         * support/regression/tests/bug1057979.c: added test %3.3s
1330
1331 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1332
1333         * device/include/mcs51/8051.h,
1334         * device/include/mcs51/8052.h: made parseable with lint
1335         * device/include/mcs51/lint.h: added include file for (sp)lint
1336         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1337         * doc/cdbfileformat.lyx,
1338         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1339
1340 2005-05-14 Raphael Neider <rneider AT web.de>
1341
1342         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1343         * device/lib/pic16/libc/stdlib/itoa.c (new)
1344         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1345         * device/lib/pic16/libio/Makefile: exclude subdir according to
1346           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1347         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1348         * src/pic16/gen.c (genFunction): prevent annoying warning
1349         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1350           nameclashes on BeOS
1351         * support/cpp2/cppmain.c (cpp_output_string): new
1352         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1353           fixes bug 1116802
1354
1355 2005-05-13 Borut Razem <borut.razem AT siol.net>
1356
1357         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1358
1359 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1360
1361         * .version: changed to version 2.5.1; back to bleeding edge development
1362
1363 2005-05-11 Borut Razem <borut.razem AT siol.net>
1364
1365         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1366           generate PDF version 1.3 documents
1367
1368 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1369
1370         * .version: changed to version 2.5.0
1371
1372 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1373
1374         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1375
1376 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1377
1378         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1379         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1380         well as many smaller updates.
1381         * .version: changed to version 2.5.0-pre1
1382
1383 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1384
1385         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1386
1387 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1388
1389         * support/regression/tests/bug1185672.c: added
1390         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1391           bug 1185672
1392         * src/mcs51/gen.c (genCall): added comments, made it look safer
1393         * src/mcs51/gen.c (genEndFunction): simplified
1394
1395 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1396
1397         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1398
1399 2005-04-14 Borut Razem <borut.razem AT siol.net>
1400
1401         * fixed bug 1045046 - SIGSEGV with really simple code?:
1402           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1403           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1404
1405 2005-04-14 Borut Razem <borut.razem AT siol.net>
1406
1407         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1408           src/pic16/device.h: temporarily disabled experimental #inline pragma
1409           for 2.5.0 release
1410
1411 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1412
1413         * device/include/z80/stdio.h,
1414         * device/include/z80/string.h: removed these highly incomplete files so
1415           SDCC can use the default ones in device/include/
1416
1417 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1418
1419         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1420         gcc warning.
1421         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1422         fix sdcpp warnings.
1423
1424 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1425
1426         * device/include/malloc.h: removed redundant __reentrant prototypes
1427         * device/lib/_mullong.c: added working xstack variant in asm (C version
1428           doesn't pass regression tests)
1429         * device/lib/bpx.c: used __data and made bpx char for mcs51
1430         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1431           (createFunction): fixed bug with xstackPtr
1432         * src/SDCCcse.c: corrected comments
1433         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1434           (killDeadCode, eBBlockFromiCode): removed unused code
1435         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1436           corrected comments
1437         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1438           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1439           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1440           (genModOneByte): fixed warning in MSVC
1441         * src/mcs51/main.c (): added comments
1442         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1443
1444 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1445
1446         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1447
1448 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1449
1450         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1451
1452 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1453
1454         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1455         characters arrays of larger size than the declared one.
1456
1457 2005-04-10 Borut Razem <borut.razem AT siol.net>
1458
1459         * src/pic/gen.c (genInline),
1460           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1461           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1462           (findNextInstruction), (findPrevInstruction),
1463           (findInstructionUsingLabel),
1464           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1465         * src/pic/pcode.c (findLabel): added missing '\n'
1466         * src/src.dsp: added SDCCdwarf2.c to the project
1467
1468 2005-04-09 Borut Razem <borut.razem AT siol.net>
1469
1470         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1471
1472 2005-04-08 Raphael Neider <rneider AT web.de>
1473
1474         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1475           into the chain after a given one) and mergeDefmapSymbols (combine
1476           defmap entries for each symbol per pcode)
1477         * (createDefmap): have defmap entries merged in the end
1478         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1479           a symbol before replacing one access type's symbol, merge symbols in
1480           the end (replacement symbol might already have an entry)
1481         * (assignValnums): keep reference to written WREG intact
1482
1483 2005-04-08 Raphael Neider <rneider AT web.de>
1484
1485         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1486           Alpha)
1487
1488 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1489
1490         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1491         bytes
1492
1493 2005-04-07 Raphael Neider <rneider AT web.de>
1494
1495         * device/include/pic16/usart.h: added compatibility defines for
1496           devices with more than one USART
1497         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1498
1499 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1500
1501         * device/lib/Makefile.in: updated for port specific include
1502
1503 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1504
1505         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1506
1507 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1508
1509         * device/include/8051.h,
1510         * device/include/8052.h,
1511         * device/include/at89S8252.h,
1512         * device/include/at89c55.h,
1513         * device/include/at89x051.h,
1514         * device/include/at89x51.h,
1515         * device/include/at89x52.h,
1516         * device/include/mcs51reg.h,
1517         * device/include/reg51.h,
1518         * device/include/reg764.h,
1519         * device/include/regc515c.h,
1520         * device/include/sab80515.h: (re)moved these 12 files
1521         * device/include/mcs51/8051.h,
1522         * device/include/mcs51/8052.h,
1523         * device/include/mcs51/at89S8252.h,
1524         * device/include/mcs51/at89c55.h,
1525         * device/include/mcs51/at89x051.h,
1526         * device/include/mcs51/at89x51.h,
1527         * device/include/mcs51/at89x52.h,
1528         * device/include/mcs51/mcs51reg.h,
1529         * device/include/mcs51/reg51.h,
1530         * device/include/mcs51/reg764.h,
1531         * device/include/mcs51/regc515c.h,
1532         * device/include/mcs51/sab80515.h: and added them here
1533
1534 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1535
1536         * device/include/stdarg.h: changed SDCC specific keywords to double
1537           underlined form.
1538         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1539           mcs51 and ds390.
1540         * device/include/hc08/mc68hc908gp32.h,
1541         * device/include/hc08/mc68hc908jb8.h,
1542         * device/include/hc08/mc68hc908jkjl.h,
1543         * device/include/hc08/mc68hc908qy.h: fixed comments
1544         * device/include/mcs51/README: updated
1545         * device/include/mcs51/c8051f120.h: added PINRSF
1546         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1547         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1548           amidst code. Also inline is not supported.
1549
1550 2005-04-06 Raphael Neider <rneider AT web.de>
1551
1552         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1553         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1554           callers stack/frame pointers
1555
1556 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1557
1558         * device/include/pic16/usart.h: added, missing in previous commit,
1559         * device/include/pic16/adc.h: fixed typo,
1560         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1561         commit,
1562         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1563         <p18fxxx.inc>
1564         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1565         uninitialized because a bug appears with gplink
1566         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1567         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1568         complains for unrecognised option
1569
1570 2005-04-05 Raphael Neider <rneider AT web.de>
1571
1572         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1573           structs as well (using memcpy)
1574         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1575           on ISRs (GOTO has no label)
1576         * src/pic16/device.h: added OF_OPTIMIZE_DF
1577         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1578           new data flow analysis/optimization
1579         * src/pic16/pcode.c: added (prototypes for and implementation of)
1580           dataflow analysis functions, fixed pCodeInstructions' inCond and
1581           outCond values, made RCALL a branch instruction
1582         * (pic16_unlinkpCode): keep C line if possible
1583         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1584           C line moved if possible
1585         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1586         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1587           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1588         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1589           new flow)
1590         * (pic16_getJumptabpCode): NEW, needed in...
1591         * (LinkFlow): fixed handling of jumptables, calls and conditional
1592           branches
1593         * (pic16_InsertCommentAfter): NEW
1594         * (pic16_pCodeReplace): made verbose and flow preserving
1595         * (AnalyzeFlow): added call to data flow analysis
1596         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1597         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1598         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1599
1600 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1601
1602         * src/SDCCast.c (decorateType): fixed bug #1105626
1603
1604 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1605
1606         * device/include/asm/pic16/features.h,
1607         * pic18f*.h headers,
1608         * device/include/pic16/adc.h,
1609         * device/include/pic16/delay.h,
1610         * device/include/pic16/i2c.h,
1611         * device/include/pic16/malloc.h,
1612         * device/include/pic16/stdio.h,
1613         * device/include/pic16/stdlib.h,
1614         * device/include/pic16/string.h,
1615         * device/lib/pic16/libc/stdio/printf_tiny.c,
1616         * device/lib/pic16/libc/stdio/printf_small.c,
1617         * device/lib/pic16/libc/stdio/strmgpsim.c,
1618         * device/lib/pic16/libc/stdio/strmmssp.c,
1619         * device/lib/pic16/libc/stdio/strmusart.c,
1620         * device/lib/pic16/libc/stdio/vfprintf.c,
1621         * device/lib/pic16/libc/stdlib/ltoa.c,
1622         * device/lib/pic16/libc/stdlib/putchar.c,
1623         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1624         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1625         * device/lib/pic16/libc/stdlib/memchrram.c,
1626         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1627         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1628         * device/lib/pic16/libio/adc/adcbusy.c,
1629         * device/lib/pic16/libio/adc/adcread.c,
1630         * device/lib/pic16/libio/adc/adcsetch.c,
1631         * device/lib/pic16/libio/usart/ubaud.c,
1632         * device/lib/pic16/libio/usart/ubusy.c,
1633         * device/lib/pic16/libio/usart/udrdy.c,
1634         * device/lib/pic16/libio/usart/uopen.c,
1635         * device/lib/pic16/libio/usart/uputc.c,
1636         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1637         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1638         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1639         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1640         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1641         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1642         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1643         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1644         specific keywords to double underlined form,
1645         * device/lib/pic16/libc/Makefile.rules,
1646         * device/lib/pic16/libsdcc/Makefile.rules,
1647         * device/lib/pic16/libm/Makefile,
1648         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1649         to compile with C standard set in Makefile.common
1650         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1651         rand.c and crc.c in compilation process,
1652         * device/lib/pic16/libsdcc/int/divuint.c,
1653         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1654         `c' from signed to unsigned,
1655         * device/lib/pic16/startup/crt0.c,
1656         * device/lib/pic16/startup/crt0i.c,
1657         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1658         keywords to double underlined form, bug fixes in _do_cinit function
1659         which prevented the correct initialization of the .idata segment,
1660         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1661         core to enter a infinite loop
1662         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1663
1664 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1665
1666         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1667
1668 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1669
1670         * device/include/Makefile.in: add support for hc08 subdirectory
1671         * device/include/hc08/: new subdirectory
1672         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1673         Lucas Loizaga, thanks!
1674         * device/include/hc08/mc68hc908qy.h,
1675         * device/include/hc08/mc68hc908gp32.h,
1676         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1677         their own directory. Changed internal macro names to use the compiler
1678         reserved namespace. Changed SDCC specific keywords to double
1679         underlined form.
1680         * device/include/math.h,
1681         * device/include/malloc.h,
1682         * device/include/stdarg.h,
1683         * device/include/stdbool.h
1684         * device/include/string.h,
1685         * device/include/tinibios.h,
1686         * device/include/ds400rom.h,
1687         * device/include/8051.h,
1688         * device/include/8052.h,
1689         * device/include/80c51xa.h,
1690         * device/include/at89c55.h,
1691         * device/include/at89S8252.h,
1692         * device/include/at89x51.h,
1693         * device/include/at89x52.h,
1694         * device/include/ds80c390.h,
1695         * device/include/reg764.h,
1696         * device/include/regc515c.h,
1697         * device/include/sab80515.h,
1698         * device/include/mcs51/c8051f000.h,
1699         * device/include/mcs51/c8051f018.h,
1700         * device/include/mcs51/c8051f020.h,
1701         * device/include/mcs51/c8051f040.h,
1702         * device/include/mcs51/c8051f060.h,
1703         * device/include/mcs51/c8051f120.h,
1704         * device/include/mcs51/c8051f300.h,
1705         * device/include/mcs51/c8051f310.h,
1706         * device/include/mcs51/c8051f320.h,
1707         * device/include/mcs51/c8051f330.h,
1708         * device/include/mcs51/c8051f350.h,
1709         * device/include/z180.h: Changed SDCC specific keywords to double
1710         underlined form.
1711
1712 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1713
1714         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1715         18F4455,
1716         * (pic16_assignConfigWordValue): disable testing of configuration
1717         register value with config mask,
1718         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1719         function with port->fun_prefix,
1720         * (genFunction): when generating a naked interrupt function never
1721         create an absolute segment placed in interrupt vector address, place
1722         the actual interrupt function at IVA instead, when an interrupt
1723         function is generated with unspecified interrupt then do not create
1724         the absolute section,
1725         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1726         code for generating a call to generic pointer get/put function with
1727         a call to function pic16_callGenericPointer(),
1728         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1729         the call to the generic pointer get/put functions with prefixing the
1730         function name with port->fun_prefix,
1731         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1732         * src/pic16/main.c (_process_pragma): prefix function with
1733         port->fun_prefix,
1734         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1735         calling assembler, old 18Fxxxx macro is deprecated,
1736         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1737         PC_ASMDIR in while condition,
1738         * (findInstruction): add PC_ASMDIR in while condition,
1739         * (buildCallTree): prefix main with port->fun_prefix,
1740         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1741         identifier for variable with banked access in instructions BTFSS,
1742         BTFSC, BCF, BSF, BTG
1743         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1744         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1745         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1746         perform optimization when enviroment variable NO_REG_OPT is set,
1747         * (insideLRBlock): NEW, return 1 if register is inside an
1748         INF_LOCALREGS block,
1749         * (RemoveRegFromLRBlock): remove a register that is completely
1750         eliminated by register optimization, but it is still left in local
1751         register store/restore in/from stack block,
1752         * (Remove2pcodes): after removing register, check to see if it
1753         should be removed from local register store/restore in/from stack
1754         block,
1755         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1756         DUMMY_READ_VOLATILE,
1757
1758         * device/include/pic16/adc.h: minor prototype modifications and
1759         update,
1760         * device/include/pic16/malloc.h: added GPL notice various
1761         modifications,
1762         * device/include/pic16/stdint.h: NEW, standard header for ints
1763         * device/include/pic16/delay.h: NEW, header for delay functions,
1764         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1765         delay1mtcy,
1766         * device/include/pic16/signal.h: NEW, header providing helper macros
1767         for implementing signal handlers,
1768         * device/include/pic16/stdio.h: added prototypes for functions,
1769         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1770         prototypes for stdin and stdout, added macro PUTCHAR to
1771         automatically implement putchar function prototype,
1772         * device/include/pic16/usart.h: modified and updated USART library,
1773         * device/lib/pic16/libio/adc/,
1774         * device/lib/pic16/libio/i2c: some modifications to improve library
1775         performance,
1776         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1777         family of functions,
1778         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1779         family of functions and other sources,
1780         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1781         of the PIC18Fxx[28] devices,
1782         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1783         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1784         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1785         _do_cinit function, because the previous failed when local variables
1786         where not placed in the same memory bank,
1787         * device/lib/pic16/libsdcc/char/: various modifications to improve
1788         library performance,
1789         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1790         information on the new functions of the c library and more...
1791
1792 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1793
1794         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1795
1796 2005-03-26 Raphael Neider <rneider AT web.de>
1797
1798         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1799           if condition == CARRY)
1800         * (genCmp): adapted to new genSkipc semantics
1801         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1802           on rIfx (genCmp was broken)
1803
1804 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1805
1806         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1807         * src/z80/main.c (_keywords[]),
1808         * src/SDCCglobal.h (struct options),
1809         * src/SDCC.y,
1810         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1811         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1812         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1813         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1814         always available in leading double underscore form. The C99 support is
1815         mostly missing, but it's a start.
1816         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1817         reserved identifier "__data".
1818
1819 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1820
1821         * src/mcs51/peeph.def: fixed bug 1170013
1822
1823 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1824
1825         * device/include/mcs51reg.h: fixed bug 842007
1826
1827 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1828
1829         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1830         last time.
1831
1832 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1833
1834         * src/port.h (struct PORT),
1835         * src/avr/ralloc.c (avr_assignRegisters),
1836         * src/avr/main.c,
1837         * src/ds390/ralloc.c (ds390_assignRegisters),
1838         * src/ds390/main.c,
1839         * src/hc08/ralloc.c (hc08_assignRegisters),
1840         * src/hc08/main.c,
1841         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1842         * src/mcs51/main.c,
1843         * src/pic/ralloc.c (pic14_assignRegisters),
1844         * src/pic/main.c,
1845         * src/pic16/ralloc.c (pic16_assignRegisters),
1846         * src/pic16/main.c,
1847         * src/xa51/ralloc.c (xa51_assignRegisters),
1848         * src/xa51/main.c,
1849         * src/z80/ralloc.c (z80_assignRegisters),
1850         * src/z80/ralloc.h,
1851         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1852         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1853         * src/SDCCcse.h,
1854         * src/SDCCdflow.c (computeDataFlow),
1855         * src/SDCCdflow.h,
1856         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1857         * src/SDCCloop.h,
1858         * src/SDCCcflow.c (*),
1859         * src/SDCCcflow.h,
1860         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1861         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1862         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1863         immedDom() returning wrong block; probably fixes bug #1160833)
1864
1865 2005-03-20 Borut Razem <borut.razem AT siol.net>
1866
1867         * support/scripts/inc2h.pl: WIN32 port
1868
1869 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1870
1871         * device/lib/makefile.in: added abs.c and labs.c
1872
1873 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1874
1875         * device/include/stdint.h: added
1876         * device/lib/abs.c: added
1877         * device/lib/labs.c: added
1878         * device/include/stdlib.h: added abs() and labs() prototypes
1879         * device/lib/libsdcc.lib: added abs and labs
1880         * device/include/float.h,
1881         * device/lib/_fsmul.c,
1882         * device/lib/printf_fast.c,
1883         * device/lib/printf_tiny.c: updated comments
1884
1885 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1886
1887         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1888         bug #1164313
1889
1890 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1891
1892         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1893         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1894
1895 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1896
1897         * device/lib/printf_large.c: removed inline assembly for portability and
1898           readability. Use printf_fast if speed or size are more important.
1899         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1900         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1901
1902 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1903
1904         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1905         prevent compiler warning
1906
1907 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1908
1909         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1910         moved to level 0 and declared as static. Also they are explicit
1911         placed in access bank. This was necessery because some times they
1912         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1913         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1914         optimizations. Currently only compare to unsigned char is implemented,
1915         * src/pic16/gen.c: added fReturnIdx array,
1916         * (struct resolvedIfx) is moved to gen.h and made public,
1917         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1918         * (aopForSym): added an optimization to directly store in stack of
1919         the operand of a SEND iCode,
1920         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1921         but as registers instead (AOP_REG) using the fReturnIdx array,
1922         * (pic16_freeAsmop): remove the freed register from the
1923         _G.sregsAlloc field,
1924         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1925         a compare of 'WREG',
1926         * (pic16_popGetTempRegCond): changed function prototype, now
1927         function takes also a bitVector argument v which holds the current
1928         set of registers that are allocated for stack access by aopForSym,
1929         registers allocated in aopForSym for accessing stack symbols are not
1930         any more part of the functions usedRegs field,
1931         * (genCall): some times aopOp is called for a stack variable to be
1932         send, aopForSym might perform the push, if this is true make sure
1933         that genCall doesn't push the variable twice by testing _G.resDirect,
1934         * (genFunction): changed testing for unspecified interrupt number
1935         from 256 to INTNO_UNSPEC,
1936         * modified selection scheme of frame pointer generation. Previously
1937         if function did use local registers a frame pointer was generated,
1938         now a frame pointer is generated only if function has arguments
1939         (that need PLUSW2 register access), or has stack arguments, or the
1940         compiler is not instructed to omit the frame pointer,
1941         * (genEndFunction): before restoring local registers that were saved
1942         in the function preamble, also restore the registers that *might*
1943         have been allocated for stack access,
1944         * (genRet): removed some old comments,
1945         * (genCmp, the active (RN's) version): added a call to the
1946         pic16_genCmp_special function to perform the compare with a more
1947         robust and optimized way,
1948         * (genInline): a feature has been added in inline code generation,
1949         which allows a wildcard variable substitution when writing inline
1950         assembly. Code is incomplete and experimental therefore undocumented,
1951         * (genCast): changed order of aopOp for result and right to allow
1952         aopForSym to directly load the result if possible,
1953         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1954         perform an optimized compare on some selected special occasions,
1955         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1956         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1957         generate an IVT any more,
1958         * src/pic16/main.c (pic16_optionsTable): added command line option
1959         --optimize-cmp,
1960         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1961         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1962         macros,
1963         * src/pic16/NOTES: Raphael Neider added in list of active developers
1964         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1965         jumptable_end to prevent bug #,
1966         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1967         inCond and outCond fields,
1968         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1969         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1970         turn off register spilling,
1971         * (packRegsForOneUse): synced with other ports' versions although it
1972         is not used currently,
1973         * (pic16_packRegisters): added an optimization while reading
1974         structure bitfields, some registers may be saved (malloc code is
1975         decreased by 80 bytes)
1976
1977 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1978
1979         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
1980         left is a bitfield, if yes, then don't optimize assignment. Perhaps
1981         this can be optimized more?
1982
1983 2005-03-10 Raphael Neider <rneider AT web.de>
1984
1985         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
1986           genNearPointerGet): (hopefully) fixed access to bitfields via
1987           pointers (p->bitN = x; and x = p->bitN; failed)
1988
1989 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
1990
1991         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
1992
1993 2005-03-09 Raphael Neider <rneider AT web.de>
1994
1995         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
1996
1997 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
1998
1999         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2000         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2001           (regTypeNum): set REG_BIT type if necessary
2002         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2003         * support/regression/tests/critical.c: check bug 1144613
2004
2005 2005-03-02 Raphael Neider <rneider AT web.de>
2006
2007         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2008
2009 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2010
2011         * src/avr/ralloc.c (serialRegAssign),
2012         * src/ds390/ralloc.c (serialRegAssign),
2013         * src/hc08/ralloc.c (serialRegAssign),
2014         * src/mcs51/ralloc.c (serialRegAssign),
2015         * src/pic/ralloc.c (serialRegAssign),
2016         * src/pic16/ralloc.c (serialRegAssign),
2017         * src/xa51/ralloc.c (serialRegAssign),
2018         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2019
2020 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2021
2022         * src/SDCCast.c (decorateType): fixed bug 1124787
2023
2024 2005-02-20 Hubert Sack <sack AT digiplan.de>
2025         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2026
2027         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2028         patch #1121755
2029
2030 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2031
2032         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2033         to keep the correct label reference count when adding/removing references
2034         to labels. A peephole file using this is appended to patch #1144962.
2035
2036 2005-02-14 Raphael Neider <rneider AT web.de>
2037
2038         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2039         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2040         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2041           retrievals of result operand's value on assignment
2042
2043 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2044
2045         * device/include/pic16/string.h: modified prototype for memccpy()
2046         to memccpy(void *, void *, char, size_t)
2047         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2048         check whether to omit frame pointer or not,
2049         * (genInline): convert all occurences of "\n" to LF in inline
2050         assembler blocks, this helps formatting the inline text,
2051         * (pic16_loadFSR0): modified prototype,
2052         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2053         removed some 8051 legacy code,
2054         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2055         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2056         before allocating temporary registers in functions,
2057
2058 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2059
2060         * support/regression/tests/bitvars.c: corrected the "fix"
2061
2062 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2063
2064         * support/regression/tests/bitvars.c,
2065         * support/regression/tests/bitwise.c,
2066         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2067
2068 2005-02-10 Raphael Neider <rneider AT web.de>
2069
2070         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2071           different size for Alpha
2072         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2073
2074 2005-02-09 Raphael Neider <rneider AT web.de>
2075
2076         * src/SDCC.lex(doPragma) : save and restore warning options as well
2077           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2078         * have #pragma less_pedantic set the errorlevel to WARNING
2079           (fixes #1117001)
2080         * (cloneOptimize) : fixed wrong malloc's size
2081         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2082           facilitate correct handling of #pragma (save|restore)
2083
2084 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2085
2086         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2087
2088 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2089
2090         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2091
2092 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2093
2094         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2095
2096 2005-02-02 Raphael Neider <rneider AT web.de>
2097
2098         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2099         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2100         * (pic16_storeForReturn): fixed to allow returning function pointers
2101         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2102         * device/include/pic16/{stddef.h,stdbool.h}: added
2103
2104 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2105
2106         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2107
2108 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2109
2110         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2111         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2112          appeared to be required
2113
2114 2005-01-31 Borut Razem <borut.razem AT siol.net>
2115
2116         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2117           include/mcs51 and include/z80 directories to the package
2118
2119 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2120
2121         * src/hc08/gen.c (genFunction): fixed bug #1112752
2122
2123 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2124
2125         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2126
2127 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2128
2129         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2130
2131 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2132
2133         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2134
2135 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2136
2137         * device/include/c8051fxxx.h: removed these 6 files
2138         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2139
2140 2005-01-26 Raphael Neider <rneider AT web.de>
2141
2142         * src/pic16/gen.c (genAssign): fixed assignment from longs
2143           in codespace (were cut to three bytes)
2144         * (genDummyRead): implemented (except for CODESPACE...),
2145           fixed bug #1108575
2146         * src/pic16/glue.c (emitStatistics): beautified
2147         * device/lib/pic16/libm/Makefile: added include path
2148
2149 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2150
2151         * src/z80/gen.c (aopPut): fixed bug #1103902
2152
2153 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2154
2155         * device/lib/expf.c: fixed bug #1095792
2156
2157 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2158
2159         * device/lib/pic16/libm: added Math library sources
2160
2161 2005-01-24 Raphael Neider <rneider AT web.de>
2162
2163         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2164           to enable upcast to pCodeOpReg2 (there is no type tag to
2165           differenciate the two and pic16_popGet2p cast into PCOR2)
2166         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2167           (sizeof(sectNames) changed to sizeof(sectName))
2168           Both patches fix segfaults under MinGW.
2169
2170 2005-01-23 Raphael Neider <rneider AT web.de>
2171
2172         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2173           Safe_[mc]?alloc()'ed variables
2174         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2175           of (byte sized) temporaries (assign them to WREG for now)
2176         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2177           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2178           this might fix SIGSEGVs on MinGW...
2179         * src/SDCCopt.c (killDeadCode): restored original behaviour
2180           (volatile operands might get thrown away though)
2181
2182 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2183
2184         * src/pic16/gen.c: fixed bug #1106975,
2185         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2186         pointer update, INTCON is saved, global interrupts are disabled and
2187         restored after updateing TOS.
2188         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2189         * added function attribute 'shadowregs' to take advantage of shadow
2190         registers,
2191         * added function attribute 'wparam' as an alternative to the wparam
2192         pragma,
2193         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2194         user declares a non-ISR function as 'shadowregs',
2195         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2196
2197 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2198
2199         * .version: bumped version number to 2.4.8
2200         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2201         pic16 port,
2202         * device/lib/pic16/libio/i2c/: I2C module support library,
2203         * device/include/pic16/i2c.h: I2C support library header,
2204         * device/lib/pic16/libc/stdio/: standard IO support sources,
2205         * (printf_small.c): printf_small() source, supports float print,
2206         * (printf_tiny.c): printf_tiny() source, does not support floats,
2207         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2208         enable global optimizations for entire library source, other
2209         Makefiles in the source tree are also modified to reflect this,
2210         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2211         function,
2212         * doc/sdccman.lyx: updated to reflect new changes,
2213         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2214         sym->onStack if-case,
2215         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2216         sbit, idata, _idata, xdata, _xdata,
2217         * added pragma library, to link an external library, (see doc),
2218         * removed command line options, --pomit-config-words, --pomit-ivt,
2219         --pleave-reset-vector,
2220         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2221         when calling assembler to reflect memory model used, also define
2222         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2223         reflect stack model used,
2224         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2225         on stack return NULL,
2226
2227 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2228
2229         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2230           of the operands is volatile. Fixes #1020220
2231
2232 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2233
2234         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2235         * (OptimizeRegUsage): make sure that there is really no other flow where
2236           the first pCode is used
2237
2238 2005-01-22 Raphael Neider <rneider AT web.de>
2239
2240         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2241           to fix #1106967 (pCode->seq are not set up correctly)
2242
2243 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2244
2245         * src/SDCCglue.c (glue): make sure code area is declared before the
2246         static initialization area.
2247
2248 2005-01-21 Raphael Neider <rneider AT web.de>
2249
2250         * device/lib/Makefile.in: fixed test for pic16 install dir
2251         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2252           optimizations
2253         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2254           added --optimize-goto compiler switch and pragma wparam documentation
2255         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2256         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2257           and PRODH closing bug #1071770 (peephole optimizer)
2258
2259 2005-01-19 Raphael Neider <rneider AT web.de>
2260
2261         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2262           cmdLine buffers (used when calling sdcpp...) are large enough
2263           (MAX_PATH=256 truncates arguments leading to system halts when
2264           used in MinGW...)
2265         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2266         * (genUminus): rewritten to for efficiency
2267         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2268           used uninitialized in some cases)
2269         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2270           copy the third byte from the int -- now assumes 0x80 (data memory)
2271         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2272           operands (genAddLit expects the iCode's operands to swapped as
2273           well), fixed leftover bytes (crashed for short left operands)
2274         * (pic16_genMinusDec): performance improvements, removed false
2275           PIC14 emitSKPNCs
2276         * (pic16_genMinus): fixed to cope with differently sized operands
2277         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2278           for --obanksel > 1
2279         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2280         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2281           new banksel optimization
2282         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2283           analysis for temporary registers (segfaults...)
2284         * src/pic16/peeph.def: added rule
2285
2286 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2287
2288         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2289         which converts a float number to its ASCII representation
2290         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2291         functions to convert the fractional and integer part of a float to ASCII,
2292         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2293         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2294         ram
2295         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2296         _STATMEM macros,
2297         * device/include/pic16/adc.h: added GPL info,
2298         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2299         a pCodeOp as tested operand,
2300         * (genNearPointerGet): optimized bit testing, does not use
2301         intermediate register for bit value, test directly instead with
2302         BTFSS, BTFSC, works only for single bits,
2303         * (genpic16Code): dump the name of the iCode in the asm,
2304         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2305         renamed to pic16_decodeOp,
2306         * (serialRegAssign): do not allocate a temporary register for iCode
2307         sequences that test a single bit for 1/0
2308
2309 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2310
2311         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2312         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2313         access stack and frame pointers. They are initially assigned to
2314         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2315         accessing SFRs. Updated all occurences of modification of stack or
2316         frame pointer in gen.c and pcode.c,
2317         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2318         assigning of a literal value to pointers,
2319         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2320         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2321         selected
2322
2323 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2324
2325         * doc/sdccman.lyx: update documentation about stack pragma, added
2326         some info for stack memory models
2327
2328 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2329
2330         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2331
2332 2005-01-08 Raphael Neider <rneider AT web.de>
2333
2334         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2335           udata sections to fix bug #1097823
2336
2337 2005-01-05 Raphael Neider <rneider AT web.de>
2338
2339         * src/pic16/gen.c (genGenericShift): added handling of differently
2340           sized left operand and result
2341
2342 2005-01-04 Raphael Neider <rneider AT web.de>
2343
2344         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2345         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2346           to hold the condition bit)
2347         * added new version of genCmp (old code available via #define)
2348         * added new version of genShiftLeft/genShiftRight in a generic
2349           way, now supports shifting by negative values
2350         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2351           shiftCount (expected by genGenericShift)
2352         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2353         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2354           dump
2355         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2356           is an invalid literal too...)
2357
2358 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2359
2360         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2361         from Raphael Neider,
2362         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2363         for 8-bit literals. This fixes some literal operands which are sign
2364         extended to 16-bits ints when instruction needs only 8-bits.
2365
2366 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2367
2368         * device/lib/logf.c: added mcs51 assembly version
2369         * device/lib/expf.c: added mcs51 assembly version
2370         * device/lib/_logexpf.c: new shared asm code for expf and logf
2371         * device/include/math.h: add defines for assembly math library
2372         * device/lib/Makefile.in: build new _logexpf.c
2373         * device/lib/libfloat.lib: use new _logexpf.c
2374
2375 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2376
2377         * src/pic/device.c
2378         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2379           device types which have less than 0x7f registers.
2380
2381 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2382
2383         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2384
2385 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2386
2387         * device/lib/printf_fast.c: only build on supported arch.
2388         * device/lib/printf_tiny.c: only build on supported arch.
2389         * device/lib/printf_fast_f.c: only build if asm float lib
2390         * device/lib/_fsget1arg.c: only build if asm float lib
2391         * device/lib/_fsget2args.c: only build if asm float lib
2392         * device/lib/_fsnormalize.c: only build if asm float lib
2393         * device/lib/_fsreturnval.c: only build if asm float lib
2394         * device/lib/_fsrshift.c: only build if asm float lib
2395         * device/lib/_fsswapargs.c: only build if asm float lib
2396         * device/include/stdio.h: don't provide print_fast,
2397           print_fast_f, print_tiny prototypes if --xstack used
2398
2399 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2400
2401         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2402         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2403           to the SOURCES
2404
2405 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2406
2407         * device/lib/printf_fast_f.c: same as printf_fast, but
2408           with floating point enabled
2409         * device/lib/printf_fast.c: minor tweaks
2410         * device/include/stdio.h: add printf_fast_f
2411
2412 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2413
2414         * src/SDCCmain.c: make --float-reent default for mcs51
2415         * device/lib/_fsadd.c: added mcs51 assembly version
2416         * device/lib/_fssub.c: added mcs51 assembly version
2417         * device/lib/_fsmul.c: added mcs51 assembly version
2418         * device/lib/_fsdiv.c: added mcs51 assembly version
2419         * device/lib/_fseq.c: added mcs51 assembly version
2420         * device/lib/_fsneq.c: added mcs51 assembly version
2421         * device/lib/_fsgt.c: added mcs51 assembly version
2422         * device/lib/_fslt.c: added mcs51 assembly version
2423         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2424         * device/lib/Makefile.in: add _fscmp to build
2425         * device/lib/libfloat.lib: add _fscmp to build
2426
2427 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2428
2429         * device/lib/_fs2slong.c: added mcs51 assembly version
2430         * device/lib/_fs2sint.c: added mcs51 assembly version
2431         * device/lib/_fs2schar.c: added mcs51 assembly version
2432         * device/lib/_fs2ulong.c: added mcs51 assembly version
2433         * device/lib/_fs2uint.c: added mcs51 assembly version
2434         * device/lib/_fs2uchar.c: added mcs51 assembly version
2435         * device/lib/_slong2fs.c: added mcs51 assembly version
2436         * device/lib/_sint2fs.c: added mcs51 assembly version
2437         * device/lib/_schar2fs.c: added mcs51 assembly version
2438         * device/lib/_ulong2fs.c: added mcs51 assembly version
2439         * device/lib/_uint2fs.c: added mcs51 assembly version
2440         * device/lib/_uchar2fs.c: added mcs51 assembly version
2441         * device/include/float.h: added #define to select asm vs c
2442
2443 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2444
2445         * device/lib/printf_fast.c: improvements to float output
2446         * device/include/float.h: add defines for assembly float library
2447         * device/lib/_fsget1arg.c: receive 1 float arg
2448         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2449         * device/lib/_fsnormalize.c: normalize a float
2450         * device/lib/_fsreturnval.c: return float, various helper routines
2451         * device/lib/_fsrshift.c: right shift a float's mantissa
2452         * device/lib/_fsswapargs.c: swap 2 floats
2453         * device/lib/Makefile.in: build these 6 new files for mcs51
2454         * device/lib/libfloat.lib: add these 6 files to the library
2455
2456 2004-12-26 Borut Razem <borut.razem AT siol.net>
2457
2458         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2459           built by gcc 3.4.2
2460
2461 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2462
2463         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2464           and fully reentrant and register bank neutral.
2465         * device/lib/printf_fast.c: added float (not enabled by default),
2466           added compact/slower integer (also not enabled by default),
2467           improved size/speed of fast integer code, other minor changes
2468         * device/include/stdio.h, device/lib/Makefile.in,
2469           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2470
2471 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2472
2473         * src/pic16/pcode.c: declaring variables other than at the start of a
2474           block is not supported in C by VC6.
2475
2476 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2477
2478         * applied a previous patch from Raphael Neider that wasn't included
2479         in the previous commits, which fixes infinite loops within jumptable
2480         improvements,
2481         * made some fixes that previous patches introduced
2482
2483 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2484
2485         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2486         that fixes an issue with AOP_PCODE asmop's offset,
2487         * (pic16_popCopyReg): update instance field too,
2488         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2489         function of pic port,
2490         * (genCmp, genAnd, genAssign),
2491         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2492
2493 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2494
2495         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2496         variables initial values to idata section,
2497         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2498         variables in some functions. This utilizes parmBytes field of iCode
2499         structure to hold the offset of the variable in stack. (might be
2500         able to use the stack field too?)
2501         * applied patch from Raphael Neider # ### , # ###
2502         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2503         variable initial values in idata section,
2504         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2505         for static variables with initial value
2506         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2507         applied fix in while loop from Raphael Neider.
2508
2509 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2510
2511         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2512         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2513         * src/ds390/ralloc.c (serialRegAssign): spill bits
2514         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2515         * support/Util/SDCCerr.c,
2516         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2517         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2518         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2519
2520 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2521
2522         * device/include/sdcc-lib.h: inserted LGPL, added includes
2523           asm/ds390/features.h and asm/mcs51/features.h
2524         * device/include/asm/default/features.h,
2525         * device/include/asm/gbz80/features.h,
2526         * device/include/asm/z80/features.h: added empty _AUTOMEM
2527           and _STATMEM
2528         * device/include/asm/ds390/features.h,
2529         * device/include/asm/mcs51/features.h: added files with defines for
2530           _AUTOMEM and _STATMEM indicating automatic and static storage class
2531         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2532         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2533         * src/SDCCicode.c (geniCodeCast),
2534         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2535         * src/SDCCloop.c (loopInduction): removed unused variable lr
2536         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2537           to convertToFcall to include char modulo (RFE 1065037), added check
2538           if left operand is unsigned and use abs of literal value
2539         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2540           as it doesn't work after conversion from peephole.def to peephole.rul
2541         * src/mcs51/gen.c (toBoolean): added check for size,
2542           (genModOneByte): optimized code for signed char modulo a literal
2543           power of 2 (thanks to Hubert Sack),
2544           (genRRC): removed unnecessary "clr c",
2545           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2546         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2547           jump optimization,
2548           swapped rules 256.c and 256.d,
2549           extended 256.d by using new multiple checks (thanks Erik),
2550           added rules 256.e and 256.f,
2551           updated rule 261.a and 261.b to new generated code
2552         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2553
2554 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2555
2556         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2557           induction related bugs, including first part of bug #1074377
2558
2559 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2560
2561         * applied patch from bug-report #1076292,
2562         * applied patches for genAnd and Goto-optimizations for Raphael
2563         Neider,
2564         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2565         dump a less iCode information,
2566         * src/pic16/device.h (pic16_options_t): added field debgen,
2567         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2568         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2569         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2570         puclic,
2571         * (various functions): added macros FENTRY and FENTRY2 to functions,
2572         to emit function prologue,
2573         * (various functions): fixed indentation,
2574         * (genNearPointerGet): fixed loading of FSR0,
2575         * (genPackBits): applied patch from Raphael Neider to fix updating
2576         of FSR0 and touching only the modified bits,
2577         * src/pic16/genarith.c (various functions): added macros FENTRY to
2578         emit function prologue in comments,
2579         * src/pic16/pcode.h: added functions debugf2, debugf3,
2580         * src/pic16/ralloc.c: partial fix for packForPush caused
2581         segmentation fault,
2582
2583 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2584
2585         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2586           <stsp AT users.sourceforge.net> with reversed byte order
2587         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2588
2589 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2590
2591         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2592           bug #1074377
2593         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2594         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2595
2596 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2597
2598         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2599
2600 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2601
2602         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2603           conditions,
2604           (setFromConditionArgs): friendly operand parser for peephole rules,
2605           (operandBaseName, operandsNotRelated): new peephole condition
2606           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2607           architecture specific register naming into account, handles n-way
2608           comparisons, and supports quoted literals
2609         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2610
2611 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2612
2613         * src/mcs51/peeph.def: fixed bug #1076940
2614
2615 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2616
2617         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2618
2619 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2620
2621         Adding support for replacing ljmps with sjmps in jumptables
2622         generated for switch statements. For now you need to set the
2623         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2624         Now 4 algorithms for mcs51 jumptable generation are used:
2625         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2626         addresses loaded pc-relative for up to 112 cases and stack-pushing
2627         target addresses loaded with offset from dptr for up to 256 cases.
2628
2629         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2630         * src/mcs51/main.c: adapted constants for switch table generation
2631         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2632
2633 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2634
2635         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2636         * support/regression/tests/bug1057979.c: added test for bug 1073386
2637
2638 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2639
2640         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2641         compilers
2642
2643 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2644
2645         * src/pic16/device.h,
2646         * src/pic16/genarith.c,
2647         * src/pic16/glue.c,
2648         * src/pic16/main.c,
2649         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2650
2651 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2652
2653         Large cummulative patch for pic16 port.
2654         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2655         to call when a stack overflow occurs,
2656         * (malloc.h): added CVS Id tag,
2657         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2658         variable,
2659         * added libc directory. The current version of LibC contains string
2660         functions, ctype functions and macros and some functions of the
2661         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2662         be extensively tested in the future. Standard disclaimer here.
2663         Library is not automatically build yet. But one can build it by
2664         invoking 'make' inside the libc directory.
2665         * added ADC library under libio. Preliminary version yet.
2666
2667         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2668         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2669         aopForRemat() now and not by pic16_aopOp(),
2670         * (pic16_popGetTempReg): removed warning messgae when allocating
2671         temporary registers, its a buggy feature and will be removed,
2672         * (pic16_popGet): set register instance field in AOP_CRY,
2673         * (pic16_outBitC): fixed for results in size greater than 1,
2674         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2675         * (pic16_storeForReturn): optimized return of 0,
2676         * (genCmp): experimental code for new genCmp which uses PIC18's
2677         special compare&skip instructions. Initial tests fail some times
2678         with variables grater than 1 byte in size, so new code is disabled,
2679         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2680         a single bit,
2681         * (genCast): began a fix to optimize the casting of a bit to another
2682         bit, now assigning a bitfield to another bitfield will fail, sorry,
2683         * src/pic16/main.c: disabled the use of lr-support feature,
2684         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2685         * added some function prototypes, added function _debugf prototype,
2686         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2687         bits with offset (case PO_GPR_BIT),
2688         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2689         command line,
2690         * (isBankInstruction): modified to return 0 for no banking instruction,
2691         and 1 for banking instruction,
2692         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2693         caused stop processing pCodes after a inline assembly block,
2694         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2695         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2696         registers when it shouldn't,
2697         * src/pic16/ralloc.c (allocReg): add preliminary support for
2698         supporting a limited set of temporary registers,
2699
2700 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2701
2702         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2703           genDataPointerSet): ensure assignments always copy in MSB to LSB
2704           order,
2705           (loadRegFromAop): recognize CLRH optimization,
2706           (genFunction): optimize RECEIVE iCodes in reentrant functions
2707
2708 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2709
2710         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2711           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2712           selected.
2713         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2714         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2715           contiguous with data
2716
2717 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2718
2719         * device/lib/_gptrget.c (_gptrget),
2720         * device/lib/_gptrgetc.c (_gptrgetc),
2721         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2722           instead of sjmp to ret
2723         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2724           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2725
2726 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2727
2728         * .version: bumped version to 2.4.7
2729         * device/lib/_gptrget.c (_gptrget): is now _naked
2730         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2731         * device/lib/_gptrput.c (_gptrput): is now _naked
2732         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2733           (createFunction): fixed xstack
2734         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2735         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2736           or bit either,
2737           (geniCodeCritical): store original interrupt state in an iTemp bit
2738           var unless stack-auto
2739         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2740         * src/SDCCmain.c (setIncludePath): added include/target to search path
2741         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2742         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2743           prototype,
2744           (processFuncArgs): put bit vars in bit area
2745         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2746           unsaveRBank): fixed xstack,
2747           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2748           (genFunction, genEndFunction): fixed xstack,
2749           (genAssign): optimization don't walk backwards through mem
2750         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2751         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2752         * support/regression/Makefile: also make library (for stack-auto) when
2753           making "all" and added "test-mcs51-xstack-auto"
2754         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2755         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2756         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2757         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2758         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2759           make-library by MAKE_LIBRARY
2760         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2761           regression tests for xstack
2762         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2763         * support/regression/tests/critical.c: test for critical on mcs51
2764
2765 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2766
2767         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2768           built version of sdcc instead of installed version
2769
2770 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2771
2772         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2773         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2774           vprintf.c now
2775         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2776         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2777           WARNING: remove device/lib/build/z80/printf.o by hand when
2778           updating from previous build!
2779         * device/lib/z80/printf.c: updated comment
2780         * support/regression/tests/bug1057979.c: test all ports now
2781         * support/regression/tests/bug1065458.c: file added
2782
2783 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2784
2785         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2786           *_start and *_end symbols for static functions
2787
2788 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2789
2790         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2791           and search crt0.o in all library paths,
2792           (setIncludePath): proper handling of --nostdinc,
2793           (setLibPath): proper handling of --nostdlib
2794         * support/regression/Makefile,
2795         * support/regression/ports/ds390/spec.mk,
2796         * support/regression/ports/gbz80/spec.mk,
2797         * support/regression/ports/hc08/spec.mk,
2798         * support/regression/ports/mcs51/spec.mk,
2799         * support/regression/ports/mcs51-large/spec.mk,
2800         * support/regression/ports/mcs51-stack-auto/spec.mk,
2801         * support/regression/ports/z80/spec.mk: use include and lib files from
2802           built version of sdcc instead of installed version
2803         * doc/sdccman.lyx: fixed typo in --nostdinc
2804
2805 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2806
2807         * src/pic/pcode.c,
2808         * src/pic/device.c,
2809         * src/pic/ralloc.c,
2810         * src/pic/gen.c : added support to generate code for struct bit fields.
2811
2812 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2813
2814         * as/xa51/xa_version.h,
2815         * device/include/errno.h,
2816         * device/include/regc515c.h,
2817         * device/lib/_itoa.c,
2818         * device/lib/_ltoa.c,
2819         * device/lib/ser_ir_cts_rts.c,
2820         * sim/ucsim/xa.src/glob.cc,
2821         * sim/ucsim/xa.src/inst_gen.cc,
2822         * sim/ucsim/xa.src/xa_bit.cc,
2823         * sim/ucsim/xa.src/xa_sfr.cc,
2824         * sim/ucsim/z80.src/inst_dd.cc,
2825         * sim/ucsim/z80.src/inst_fdcb.cc,
2826         * support/scripts/keil2sdcc.pl,
2827         * src/pic16/pic16.dsp,
2828         * src/pic16/pic16a.dsp: corrected cvs line endings
2829         * device/lib/printf_large.c: fixed bug 1057979
2830         * src/pic16/gen.c: fixed non-C standard code
2831         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2832         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2833         * support/regression/ports/mcs51/support.c: reload T1 asap
2834         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2835           pdata use and clear idata startup behaviour
2836         * support/regression/tests/bug1057979.c: added
2837
2838 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2839
2840         * device/examples/ds390/ow390/ad26.h,
2841         * device/examples/ds390/ow390/cnt1d.h,
2842         * device/examples/ds390/ow390/crcutil.c,
2843         * device/examples/ds390/ow390/ownet.h,
2844         * device/examples/ds390/ow390/owsesu.c,
2845         * device/examples/ds390/ow390/swt12.h,
2846         * device/examples/ds390/ow390/swtoper.c,
2847         * device/examples/ds390/ow390/temp10.h,
2848         * device/examples/ds390/ow390/thermodl.c,
2849         * device/examples/ds390/tinitalk/tinitalk.dsp,
2850         * device/examples/ds390/tinitalk/tinitalk.dsw,
2851         * device/examples/mcs51/clock/hw.h,
2852         * device/examples/mcs51/simple2/go.bat,
2853         * device/examples/serialcomm/windows/serial.h,
2854         * device/examples/xa51/dummy.c,
2855         * device/examples/xa51/hello.c,
2856         * device/include/80c51xa.h,
2857         * device/include/at89x051.h: corrected cvs line endings
2858
2859 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2860
2861         * src/pic16/main.c (options): added command line --gstack, to trace
2862         stack over/under flows,
2863         * added pragma 'wparam' to allow passing first byte of function
2864         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2865         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2866         call to __gstack_test function and sets up the symbol as extern,
2867         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2868         * popaop): added call to pic16_testStackOverflow,
2869         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2870         wparamList list,
2871         * (genCall, genPcall): now all parameters are passed via stack
2872         except in functions that are pass to wparam pragma in which WREG is
2873         used too,
2874         * (genPcall): REENTRANT flag is checked to see if variable prototype
2875         contains reentrant keyword, don't call a non-reentrant function, via
2876         a reentrant function pointer or vice versa, functions are never
2877         passed via WREG,
2878         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2879         D.Winkler,
2880         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2881         SIGSEGV when accessing a NULL register stucture,
2882         * (pic16_printGPointerType): modified to handle UPPER modifier for
2883         function initializers, changed prototype of function to simpler one,
2884         * (pic16_printIvalFuncPtr): check to see if function is already
2885         added in externs list,
2886         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2887         optimized a move from W to SFR with a move to the same register
2888         later after a CALL,
2889         * device/lib/pic16/debug: NEW directory, contains debug features
2890         which are enabled when linking with libdebug.lib, currently command
2891         line option --gstack enables stack pointer tracing for over/under
2892         flow, corresponding sources are in debug/gstack
2893
2894 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2895
2896         * doc/sdccman.lyx: updated SDCC version,
2897         * (PIC16 port): update list of command line options,
2898         * src/pic16/device.h (structure pic16_options_t): added field gstack
2899         to enable stack overflow tracing on push/pops,
2900         * src/pic16/device.c (statistics structure): added statistics
2901         structure,
2902         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2903         pic16_dump_int_registers): increase statistics counters for each
2904         * variable which is encountered
2905         * (pic16_dump_usection): emit each .udata variable to its own udata
2906         section,
2907         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2908         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2909         parameters via stack, otherwise use old scheme,
2910         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2911         assembler output file,
2912         * src/pic16/main.c: added command line options --gstack to enable
2913         push/pop tracing for stack overflow,
2914         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2915         instructions): added size of each instruction,
2916         * (pic16_countInstruction): estimate size of instructions in
2917         the_pFile list, inline assembly blocks are not counted,
2918         * (pic16_FixRegisterBanking): trace previous register usage, when
2919         banksel optimizations is greater than 0, don't emit a redudant
2920         banksel directive,
2921
2922 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2923
2924         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2925         * src/pic16/ralloc.c : applied same fix for pic16.
2926         * src/pic/gen.c : tidied it up a little.
2927
2928 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2929
2930         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2931         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2932
2933 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2934
2935         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2936
2937 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2938
2939         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2940         non-reentrant function __modsint in the interrupt function (thus
2941         corrupting math operations during serial I/O)
2942         * device/lib/ser_ir.c: as above, changed buffersize
2943         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2944         256.c,d for zeroing
2945         * doc/Makefile: added option -t for rsync
2946
2947 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2948
2949         * src/SDCCast.h (struct ast),
2950         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2951
2952 2004-10-20 Borut Razem <borut.razem AT siol.net>
2953
2954         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2955         package
2956
2957 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2958
2959         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2960         makefile targets,
2961         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2962         support functions to replace long sequences of MOVFF's from access
2963         bank registers to stack and vice versa,
2964         * src/pic16/device.h: added new field opt_flags, where optimization
2965         flags can be set to enable certain features,
2966         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2967         * pBlock, (genFunction, genEndFunction): surroung loop for
2968         saving/loading used registers in stack with PC_INFO pCodes,
2969         INF_LREGS. Code in between can then be optimized by pCode optimizer
2970         to support function calls,
2971         * (genDataPointerSet): fixed bug which loaded float fields in
2972         structures with corrupt data,
2973         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2974         in a standard way debug info on stderr. Feature used for developing
2975         and debugging only,
2976         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2977         obsolete chunks of code,
2978         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2979         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
2980         * pic16/src/pcode.c (pic16_newpCodeInfo,
2981         * (pic16_newpCodeOpLocalRegs),
2982         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
2983         feature,
2984         * (pic16_pCodeConstString): printing of the initial value of a
2985         symbol as a comment is inhibited since parsing was already done by
2986         copyStr and output is corrupt,
2987         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
2988
2989 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2990
2991         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
2992
2993 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
2994
2995         * as/mcs51/lkarea.c: removed old K&R style,
2996           (lnksect): changed check on boundary error,
2997           (lnksect2): changed check on boundary error,
2998           (lnksect2): extend XSTK to end of page if size = 1
2999         * as/mcs51/lkmain.c: removed old K&R style,
3000           (Areas51): create l_IRAM symbol
3001         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3002         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3003           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3004         * device/lib/_mullong.c: added version to be compiled with xstack
3005         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3006         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3007         * device/lib/mcs51/crtxstack.asm: fixed comment
3008         * src/SDCCglue.c: maxInterrupts defaults to 0,
3009           (emitMaps): added pdata,
3010           (createInterruptVect): (re)moved default,
3011           (glue): added pdata,
3012           (glue): moved __start__xstack to XSTK with default size 1
3013         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3014           and options.float_rent when options.stackAuto is set,
3015           (linkEdit): only write XDATA_NAME if provided on command line
3016         * src/SDCCmem.h,
3017         * src/SDCCmem.c: added pdata
3018         * src/port.h: added pdata_name to PORT
3019         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3020           (saveRegisters, unsaveRegisters): removed usage of B,
3021           (genMinus): fixed accumulator clash,
3022           (genJumpTab): added comment, this needs another look
3023         * src/mcs51/gen.c: added check for "B in use" paranoia,
3024           added pushB() and popB()
3025         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3026           chance
3027         * src/avr/main.c,
3028         * src/ds390/main.c,
3029         * src/hc08/main.c,
3030         * src/mcs51/main.c,
3031         * src/pic/main.c,
3032         * src/pic16/main.c,
3033         * src/xa51/main.c,
3034         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3035           added PSEG (PAG,XDATA) or NULL to port specifier
3036         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3037         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3038           (_mcs51_genInitStartup): removed __start__xstack equ,
3039           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3040         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3041         * src/z80/gen.c (_rleAppend): fixed warnings
3042         * support/regression/tests/zeropad.c: added pdata test
3043         * .version: bumped to 2.4.6
3044
3045 2004-10-17 Borut Razem <borut.razem AT siol.net>
3046
3047         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3048         as a part of nightly build
3049
3050 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3051
3052         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3053         WREG holds the first byte function parameters,
3054         * (aopForSym): take special case for symbols which are in FARSPACE
3055         but in CODESPACE too,
3056         * (assignResultValue): modified to take into account _G.useWreg,
3057         * (genCall): don't use wreg for parameter passing when function is
3058         declared as reentrant, too, added optimization INCF to stack
3059         pointer when stack parameter count is 1,
3060         * (genFunction, genEndFunction): refurnished and fixed to not using
3061         wreg for passing parameters when function has varargs or is
3062         reentrant, fixed bug with symbol name compare for generating
3063         functions in absolute address,
3064         * (pic16_storeForReturn): refurnished,
3065         * (genCmp): began writing a new version of the function, not ready
3066         yet, therefore it is disabled,
3067         * (genAssign): do not read code memory when assigning a function to
3068         a pointer function,
3069         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3070         array of characters, not pointer,
3071         * (pic16initialComments): in debug mode emit an .ident directive for
3072         the assembler,
3073         * (_process_pragma): emit a new warning type (internal to pic16)
3074         when setting stack to default length, emit a similar warning when
3075         placing a function at absolute address and address is not word aligned
3076         * (_pic16_parseOptions): added 'return TRUE' statement,
3077         * (_pic16_linkEdit): if compiling a source, then add the source's
3078         file object, first in the list of objects to link,
3079
3080 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3081
3082         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3083         * src/pic/main.c : removed VC warning.
3084         * src/pic/gen.c : changed comment.
3085
3086 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3087
3088         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3089         reference to a deprecated symbol _GPTRREG was causing failure to
3090         link. Thanks G. M. Gallant for the info.
3091
3092 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3093
3094         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3095         comments for Bugs item #954788.
3096
3097 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3098
3099         * src/pic16/device.c (pic16_dump_gsection,
3100         * pic16_groupRegistersInSection): handle symbols declared to be in
3101         access bank differently,
3102         * src/pic16/gen.c (struct _G): added field resDirect,
3103         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3104         send values read from stack directly to result and don't allocate
3105         temporary values,
3106         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3107         same registers,
3108         * (pic16_sameRegsOfs): NEW,
3109         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3110         free because they were not allocated from temporary pool,
3111         * pic16_popRegFromString): workaround to fix a problem with
3112         allocating variables twice or never,
3113         * (genGenPointerGet): using PRODL instead of FSR0H,
3114         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3115         instead of FSR0H,
3116         * (genAssign): take advantage of the _G.resDirect flag,
3117         * (genCast): around line 11844, use mov2f instead of directly
3118         MOVFF'ing between operands to account for literal values,
3119         * src/pic16/genutils.c: some new debug functions for gpsim have been
3120         added,
3121         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3122         float with integer part only,
3123         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3124         place variables in access bank
3125         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3126         updated sources to reflect recent changes in gen.c
3127
3128 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3129
3130         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3131         sources that searched for headers in installation path, now the
3132         device/include/pic16 is used,
3133         * src/pic16/glue.c (pic16glue),
3134         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3135         .line directives if not in debug mode, this suppresses assembler's
3136         warnings for ignored directives
3137
3138 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3139
3140         * src/port.h: made reset_regparms prototype void parameter explicit.
3141         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3142         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3143         * doc/sdccman.lyx: documented warning disabling and how to use
3144           printf_large to make it print floats.
3145         * device/include/stdbool.h: NEW
3146         * device/lib/_atof.c,
3147         * device/lib/_divuint.c,
3148         * device/lib/_divulong.c,
3149         * device/lib/expf.c,
3150         * device/lib/printf_large.c,
3151         * device/lib/sincosf.c,
3152         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3153         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3154           a completely reentrant lib.
3155
3156 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3157
3158         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3159         * device/include/pic16/stdio.h: fixed bug with colon
3160
3161 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3162
3163         * device/include/pic16/stdio.h,
3164         * device/include/pic16/stdlib.h,
3165         * device/include/pic16/math.h: NEW
3166         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3167         declared as _naked to reduce overhead
3168         * device/lib/Makefile.in (target port-specific-objects-pic16):
3169         changed * to *.* so to ignore the CVS directory,
3170         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3171         stacked variables back in stack,
3172         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3173         corruption
3174
3175 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3176
3177         * .version: bumped version number to 2.4.5
3178         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3179         * support/Util/SDCCerr.c (messages structure): added entry for
3180         W_POSSBUG2
3181
3182         Large cumulative patch for pic16 port and libraries.
3183         * device/include/pic16/sdcc-lib.h,
3184         * device/include/pic16/stdarg.h,
3185         * device/include/asm/pic16/features.h,
3186         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3187         * device/include/pic16/float.h: changes reentrant keyword with
3188         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3189         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3190         updated target build-libraries to include objects from gptr,
3191         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3192         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3193         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3194         all function headings,
3195         * src/SDCCmain.c: added global parameter userIncDirsSet,
3196         * (parseCmdLine): when option -I is encountered add directory to
3197         userIncDirsSet too,
3198         * src/version.awk: added space between control and long,
3199         * src/pic16/NOTES: added some notes for the port,
3200         * src/pic16/gen.c: added prototype for mov2fp function,
3201         * (fReturnpic16[]): properly named return value registers,
3202         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3203         * (aopForSym): added code to handle symbols with onStack flag set,
3204         symbols onStack are allocated PTRSIZE bytes,
3205         * (aopFreeAsmop): handles special case where asmops are stack objects,
3206         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3207         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3208         added argument lock to trace flaws in allocating temporary registers
3209         when developing port,
3210         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3211         * (pic16_popRegFromString): reenabled allocating a direct register
3212         from string,
3213         * (assignResultValue): various beautifications,
3214         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3215         referenced function argument,
3216         * (genIpush): reenabled to allow stacked arguments, handles only
3217         ic->parmPush iCodes,
3218         * (genCall, genPcall): major changes to allow for variable argument
3219         functions, fixed a bug with falsely restoring stack pointer after
3220         returning from call,
3221         * (genFunction): pending code for critical function,
3222         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3223         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3224         * (genNearPointerGet): fixed bug with indirect reading, was always
3225         reading from INDF0
3226         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3227         pointers,
3228         * (genAddrOf): rewrote code to take address of a stacked function parameter
3229         * (genCast): fixed casting to generic pointer type,
3230         * src/pic16/gen.h: added AOP_STA,
3231         * (struct asmop): added field stk,
3232         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3233         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3234         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3235         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3236         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3237         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3238         generic pointers,
3239         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3240         and library paths,
3241         * (pic16_port structure): generic pointer size is set to 3,
3242         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3243         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3244         compiler warning,
3245         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3246         operand is an iTemp,
3247
3248 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3249
3250         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3251         * debugger/mcs51/simi.c: addapt new syntax of s51
3252
3253 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3254
3255         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3256         * src/pic16/pcode.c: commented out some calls to free() in order to
3257         fix bug #989576,
3258
3259 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3260
3261         * src/SDCCicode.h,
3262         * src/SDCCicode.c (isiCodeInFunctionCall),
3263         * src/avr/ralloc.c (selectSpil),
3264         * src/pic/ralloc.c (selectSpil),
3265         * src/pic16/ralloc.c (selectSpil),
3266         * src/ds390/ralloc.c (selectSpil),
3267         * src/hc08/ralloc.c (selectSpil),
3268         * src/xa51/ralloc.c (selectSpil),
3269         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3270         stack in the middle of a function call sequence (fixes bug #1020268)
3271         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3272         costs associated with the minimum switch case.
3273
3274 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3275
3276         * src/SDCC.lex: fixed bug #1030549
3277
3278 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3279
3280         * src/SDCCcse.h (struct cseDef),
3281         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3282         over a function call if the CSE is derived from a symbol whose
3283         address has been taken (fixes bug #1029883)
3284         * support/regression/tests/bug-1029883: a new regression test for
3285         this bug
3286
3287 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3288
3289         * src/hc08/gen.c (emitinline): fixed bug #1029778
3290         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3291         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3292         and starts toward RFE #905167)
3293
3294 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3295
3296         * src/pic16/gen.c (mov2f): New function to move an operand to
3297         another without considering if it is a literal or a register,
3298         * (pic16_sameRegs): don't check if they are both AOP_REG,
3299         * (AccRsh): removed andmask=0 lines,
3300         * (genLeftShift): duplicated to be improved in future versions,
3301         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3302         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3303         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3304         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3305         * (insertBankSwitch): fixed inserting banksel directives algorithm
3306         for instructions that follow a skip instruction, this fixes a report
3307         for broken subtraction code generation,
3308         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3309         iCode is a left op, just in case result and right share the same
3310         registers
3311
3312 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3313
3314         * src/hc08/main.c,
3315         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3316         preservation of HX
3317         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3318         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3319         on 2004-09-12; it was buggy
3320
3321 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3322
3323         * src/SDCCsymt.h: removed RESULT_CHECK
3324         * src/SDCCast.c,
3325         * src/SDCCglue.c,
3326         * src/SDCCval.c,
3327         * src/pic/glue.c,
3328         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3329
3330 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3331
3332         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3333         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3334         configuration values no more rejected by compiler, they are assigned
3335         to configuration registers with a warning message instead,
3336         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3337         the for-loop so last conf register is emitted too,
3338         * (_pic16_initPaths): link library libsdcc.lib by default,
3339         * (_hasNativeMulFor): modified test for multiplication according to
3340         Raphael Neider's remarks. Integer multiplication is also done with
3341         support functions,
3342         * device/include/pic16/pic18fregs.h: corrected type error in while
3343         testing and including 18f6720 header file
3344
3345 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3346
3347         * src/pic16/device.h (pic16_options): removed field use_crt,
3348         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3349         until an optimization to handle single bits is added,
3350         * (pic16_loadFSR0): moved before genUnpackBits,
3351         * (genAnd): some white lines removed,
3352         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3353         leave_reset flags in pic16_options when using crt modules,
3354
3355 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3356
3357         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3358           for bugs 898889 & 979599. Also used some safer print instructions.
3359
3360 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3361
3362         * src/pic16/device.h (pic16_options_t): added field use_crt,
3363         crt_name, no_crt,
3364         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3365         catch a probable future bug,
3366         * src/pic16/gen.c: aopIdx function commented out,
3367         * (genAssign): commented out old code which used aopIdx,
3368         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3369         code, added if conditionals to take into account the --use-crt
3370         command line options,
3371         * src/pic16/main.c (pic16_optionsTable): added new command line
3372         options, --use-crt= and --no-crt,
3373         * (_pic16_linkEdit): now the proper crt object is added in the
3374         linker command line except than when --no-crt is specified,
3375         * src/pic16/pcode.c,
3376         * src/pic16/pcode.h: added some structures and functions for a new
3377         optimization scheme to compansate for instruction overhead between
3378         same iCodes, this scheme is currently under development and is not
3379         working in any way,
3380         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3381         to && operator,
3382         * device/lib/pic16/startup/crt0i.c,
3383         * device/lib/pic16/startup/crt0iz.c: added global char variable
3384         __uflags to force the generation of an idata section
3385
3386 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3387
3388         * doc/Makefile,
3389         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3390         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3391
3392 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3393
3394         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3395         Frieder) and clarified the default code optimization mode
3396
3397 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3398
3399         * src/SDCC.lex (doPragma, process_pragma),
3400         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3401         "opt_code_size", and "opt_code_balanced"
3402         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3403         regrouped options by category, added support for category headers
3404         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3405         and "--opt-code-size"
3406         * doc/sdccman.lyx: documented these new options and pragmas
3407         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3408         preference into account
3409
3410 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3411
3412         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3413           geniCodePreDec): Fixed bug 904237 by generating a warning
3414         * src/SDCCerr.h,
3415         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3416
3417 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3418
3419         * src/pic/device.c : When no max ram set validate full memory range.
3420         * src/pic/pcode.c,
3421         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3422
3423 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3424
3425         * device/lib/_gptrget.c,
3426         * device/lib/_gptrput.c: updated comment
3427         * device/lib/calloc.c,
3428         * device/lib/free.c,
3429         * device/lib/malloc.c,
3430         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3431         * src/SDCCcse.c (cseBBlock),
3432         * src/SDCCicode.c (printOperand, geniCodeArray),
3433         * src/SDCCicode.h (struct operand): fixed bug 868103
3434         * support/regression/tests/bug-868103.c: added
3435         * src/SDCCast.c (searchLitOp),
3436         * src/SDCCcse.h (struct cseDef),
3437         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3438         * src/SDCCicode.h (struct operand),
3439         * src/SDCCsymt.h (struct sym_link),
3440         * src/avr/gen.c (hasInc),
3441         * src/ds390/gen.c (hasInc),
3442         * src/hc08/gen.c (genPlusIncr, hasInc),
3443         * src/mcs51/gen.c (hasInc),
3444         * src/pic16/glue.c (pic16_printIvalChar),
3445         * src/pic16/ralloc.c (regWithIdx),
3446         * src/xa51/gen.c (hasInc) : removed warnings
3447         * src/SDCCast.c (createBlock): added comment ???
3448         * src/hc08/ralloc.c: updated comments
3449
3450 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3451
3452         * doc/sdccman.lyx: updated section on switch statements, added
3453         section about semaphore locking
3454         * doc/Makefile: added option -info for latex2html
3455         * device/lib/_gptrget.c,
3456         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3457
3458 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3459
3460         * src/pic/device.h,
3461         * src/pic/device.c,
3462         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3463          maxram is less than 0x100.
3464
3465 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3466
3467         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3468
3469 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3470
3471         * src/port.h,
3472         * src/mcs51/main.c,
3473         * src/ds390/main.c,
3474         * src/z80/main.c,
3475         * src/hc08/main.c,
3476         * src/pic/main.c,
3477         * src/pic16/main.c,
3478         * src/avr/main.c,
3479         * src/xa51/main.c
3480         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3481         a jump table is the best form for a switch statement, including
3482         automatic insertion of missing cases to make the case range
3483         continuous. Developed in collaboration with Frieder Ferlemann.
3484
3485 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3486
3487         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3488         accumulator result if it needs sign extension
3489
3490 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3491
3492         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3493
3494 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3495
3496         * device/lib/gbz80/printf.c,
3497         * device/lib/z80/printf.c: removed define for NULL
3498
3499 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3500
3501         * as/xa51/xa_link.c,
3502         * device/examples/ds390/ow390/ad26.c,
3503         * device/examples/ds390/ow390/cnt1d.c,
3504         * device/examples/ds390/ow390/counter.c,
3505         * device/examples/ds390/ow390/ds2480.h,
3506         * device/examples/ds390/ow390/ds2480ut.c,
3507         * device/examples/ds390/ow390/findtype.c,
3508         * device/examples/ds390/ow390/gethumd.c,
3509         * device/examples/ds390/ow390/owllu.c,
3510         * device/examples/ds390/ow390/ownetu.c,
3511         * device/examples/ds390/ow390/swt12.c,
3512         * device/examples/ds390/ow390/swtloop.c,
3513         * device/examples/ds390/ow390/temp.c,
3514         * device/examples/ds390/ow390/temp10.c,
3515         * device/examples/ds390/ow390/thermo21.c,
3516         * device/examples/ds390/ow390/tinilnk.c,
3517         * device/examples/ds390/ow390/tstfind.c,
3518         * device/examples/serialcomm/windows/serial.cpp,
3519         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3520         * device/include/reg51.h: fixed line endings for cvs
3521
3522 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3523
3524         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3525         packRegsForAccUse, packRegisters): new accumulator register
3526         packing algorithm
3527         * support/regression/ports/hc08/support.c (_putchar): suppress
3528         warning of unused variable
3529         * src/SDCCicode.c: added SWAP entry to codeTable
3530
3531 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3532
3533         * device/lib/sprintf.c: forgot to add this file before previous commit
3534
3535 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3536
3537         * src/pic16/gen.c (genPackBits): added operand right in function
3538         parameters, load result directly if p_type is POINTER (that is
3539         called by genNearPointerSet)
3540         * (genUnPackBits): added operand left in function parameters,
3541         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3542         FSR0 if accessing bitfields,
3543
3544 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3545
3546         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3547           _print_format; updated printf, sprintf, vsprintf
3548         * device/include/asm/default/features.h: corrected comment/define
3549         * device/lib/Makefile.in: added sprintf.c
3550         * device/lib/libsdcc.lib: added sprintf module
3551         * device/lib/printf_large.c,
3552         * device/lib/vprintf.c,
3553         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3554           into these 3 files
3555         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3556         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3557         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3558           hc08 test
3559         * support/regression/tests/zeropad.c: define idata as data for hc08
3560
3561 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3562
3563         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3564         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3565         labels are referenced at least once (even if a reference is not found)
3566         * src/hc08/gen.c (emitcode): set isComment flag for comments
3567         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3568         loads), rules 6a..6b (optimize jumps to return)
3569
3570 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3571
3572         * device/lib/acosf.c (acosf),
3573         * device/lib/asinf.c (asinf),
3574         * device/lib/atanf.c (atanf),
3575         * device/lib/ceilf.c (ceilf),
3576         * device/lib/cosf.c (cosf),
3577         * device/lib/coshf.c (coshf),
3578         * device/lib/cotf.c (cotf),
3579         * device/lib/fabsf.c (fabsf),
3580         * device/lib/floorf.c (floorf),
3581         * device/lib/log10f.c (log10f),
3582         * device/lib/logf.c (logf),
3583         * device/lib/sinf.c (sinf),
3584         * device/lib/sinhf.c (sinhf),
3585         * device/lib/sqrtf.c (sqrtf),
3586         * device/lib/tanf.c (tanf),
3587         * device/lib/tanhf.c (tanhf),
3588         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3589         replaced all instances of "reentrant" in the library functions
3590         defined in math.h with this macro.
3591         * support/regression/tests/float_trans.c: reenabled test for hc08
3592
3593 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3594
3595         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3596         erroneously deleted
3597
3598 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3599
3600         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3601         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3602         multi-byte volatile operands are used
3603         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3604         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3605         initialization to area GSINIT0 so that it would always precede
3606         any static initializers in GSINIT
3607         * support/regression/tests/zeropad.c: fixed idata define for hc08
3608         * support/regression/tests/bug-927659.c,
3609         * support/regression/tests/float_trans.c: disabled tests for hc08
3610         pending missing library routines
3611         * .version: increased version number to 2.4.4 - hc08 port now passes
3612         regression tests
3613
3614
3615 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3616
3617         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3618         * Makefile.common.in,
3619         * as/Makefile,
3620         * as/hc08/Makefile.in,
3621         * as/mcs51/Makefile.in,
3622         * as/z80/Makefile.in,
3623         * debugger/mcs51/Makefile.in,
3624         * device/include/Makefile.in,
3625         * device/lib/Makefile.in,
3626         * doc/Makefile,
3627         * link/Makefile,
3628         * link/z80/Makefile.in,
3629         * packihx/Makefile.in,
3630         * sim/ucsim/main_in.mk,
3631         * sim/ucsim/avr.src/Makefile.in,
3632         * sim/ucsim/doc/Makefile.in,
3633         * sim/ucsim/gui.src/serio.src/Makefile.in,
3634         * sim/ucsim/hc08.src/Makefile.in,
3635         * sim/ucsim/s51.src/Makefile.in,
3636         * sim/ucsim/xa.src/Makefile.in,
3637         * sim/ucsim/z80.src/Makefile.in,
3638         * src/Makefile.in,
3639         * support/cpp2/Makefile.in,
3640         * support/librarian/Makefile,
3641         * support/makebin/Makefile: added DESTDIR to the install path proposed
3642         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3643         * doc/sdccman.lyx: added DESTDIR documentation
3644
3645 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3646
3647         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3648         instruction for interrupt handlers, use fast returns when returning
3649         from high priority interrupts
3650
3651 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3652
3653         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3654         code generation
3655         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3656         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3657         bugs, ported much of Bernhard's code from mcs51
3658         * src/mcs51/gen.c (genSend),
3659         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3660         than one when calling a reentrant function
3661         * device/lib/_mullong.c: defined an alternate struct layout for big
3662         endian ports (hc08)
3663
3664 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3665
3666         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3667         test
3668
3669 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3670
3671         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3672         are sane and complete before asking the port its prefered parameter
3673         passing method (fixes bug #1017633)
3674         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3675         and _ret3
3676
3677 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3678
3679         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3680         problem in bitfields >= 8 bits.
3681
3682 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3683
3684         * src/SDCCsymt.c: undid changes that were not meant to be committed
3685
3686 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3687
3688         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3689
3690 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3691
3692         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3693           copied and wrong bit got inverted
3694
3695 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3696
3697         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3698         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3699         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3700         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3701         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3702         assignments to bitfields at known addresses
3703         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3704         reads from bitfields at known addresses
3705         * src/hc08/ralloc.c (packRegisters),
3706         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3707         genhc08Code): optimize pointer get values used as conditionals
3708         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3709         and branch
3710
3711 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3712
3713         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3714         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3715         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3716         as conditionals
3717
3718 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3719
3720         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3721
3722 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3723
3724         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3725         related problems
3726
3727 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3728
3729         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3730
3731 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3732
3733         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3734         mcs51 port
3735
3736 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3737
3738         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3739
3740 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3741
3742         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3743         cases use more compact code.
3744
3745 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3746
3747         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3748
3749 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3750
3751         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3752
3753 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3754
3755         * src/SDCCsymt.h,
3756         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3757         parameter of changePointer() from symbol* to sym_link*
3758         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3759         * src/SDCCsymt.c (compareType): void* type is castable to other
3760         pointers, but not necesarily an exact match.
3761         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3762         is no longer blindly treated as an exact match.
3763         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3764
3765 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3766
3767         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3768
3769 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3770
3771         * src/pic/gen.c,
3772         * src/pic/pcode.c,
3773         * src/pic/ralloc.h,
3774         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3775
3776 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3777
3778         * src/pic/device.c,
3779         * src/pic/device.h,
3780         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3781
3782 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3783
3784         * src/mcs51/gen.c (emitcode): fixed bug #992819
3785
3786 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3787
3788         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3789           there's no need to make it worse
3790
3791 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3792
3793         * src/mcs51/ralloc.c (deassignLR),
3794         * src/ds390/ralloc.c (deassignLR),
3795         * src/hc08/ralloc.c (deassignLR),
3796         * src/z80/ralloc.c (deassignLR),
3797         * src/pic/ralloc.c (deassignLR),
3798         * src/pic16/ralloc.c (deassignLR),
3799         * src/avr/ralloc.c (deassignLR),
3800         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3801         rlivePoint): fixed another part of bug #971834
3802
3803 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3804
3805         * src/z80/main.c: enabled "critical" keyword
3806         * src/z80/mappings.i,
3807         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3808         functions (fixes bug #979646)
3809         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3810
3811 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3812
3813         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3814           such as c:\mydir.
3815
3816 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3817
3818         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3819           doesn't disable too much optimizations
3820
3821 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3822
3823         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3824
3825 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3826
3827         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3828
3829 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3830
3831         * src/pic/gen.c tidied up tabs
3832         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3833         * src/pic/main.c tidied up tabs
3834         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3835         * src/pic/pcoderegs.c tidied up tabs
3836         * src/pic/ralloc.c tidied up tabs
3837
3838 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3839
3840         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3841         to S_FIXED for pic16 port and when symbol is not in level 0,
3842         allocate for S_REGISTER storage class and pic16 port, too,
3843         * src/pic16/device.h: prototype for checkSym,
3844         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3845         * (pic16_assignConfigWordValue): test the value and the mask to
3846         validate that the value is suitable for the configuration word,
3847         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3848         collect extern declared symbols, don't emit symbol twice, check
3849         first if symbol is in publics set first,
3850         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3851         * added command line '--fstack' which enables an experimental
3852         feature for stack access, too buggy to be used yet...
3853         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3854         * (pic16_allocDirReg): when register has storage class S_REGISTER
3855         allocate in pic16_dynAccessRegs,
3856         * device/include/pic16/pic18f????.h: modified configuration word
3857         naming convention, words started as CONFIG0H but should be CONFIG1H
3858
3859 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3860
3861         * device/include/mcs51reg.h: fixed bug 970993
3862
3863 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3864
3865         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3866         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3867         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3868         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3869         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3870         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3871           error/warning numbers,
3872           added function setWarningDisabled()
3873         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3874         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3875           _memcmp.c _memmove.c calloc.c realloc.c free.c
3876         * support/regression/tests/malloc.c: added tests for new functionality
3877         * support/regression/tests/zeropad.c: added tests for truncated initializers
3878           and initialized char arrays starting with '\x0'
3879         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3880
3881 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3882
3883         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3884
3885 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3886
3887         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3888         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3889         peephole 177.e. Thanks to anonymous
3890
3891 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3892
3893         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3894         function isn't used in the source but referenced as a
3895         variable initializer then declare it as extern in .asm file
3896
3897 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3898
3899         * .version: increased version number to 2.4.3
3900
3901         Adding version extension according to ChangeLog CVS revision
3902         * src/Makefile.in (target all): added dependency 'version.h'
3903         * (rule version.h): added rule to create version.h from ChangeLog,
3904         * (rule dep): added dependency version.h,
3905         * src/version.awk: AWK script to create version.h
3906         * src/SDCCdwarf2.c (dwWriteModule),
3907         * src/SDCCglue.c (initialComments),
3908         * src/SDCCmain.c (printVersionInfo): modified to write after
3909         version string the version extension number,
3910         * src/SDCCutil.c: included "version.h"
3911         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3912         number,
3913         * src/SDCCutil.h: added prototype for getBuildNumber
3914
3915         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3916         includeDirsSet, too,
3917         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3918         const char [] is found in function prototype...
3919
3920         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3921         moving to WREG with source is already in WREG,
3922         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3923         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3924         * (aopForSym): stack'ed symbols are partially supported, added
3925         if-clause to support symbols in FARSPACE,
3926         * (sameRegs): added test for AOP_ACC to see if registers are same,
3927         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3928         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3929         * (pic16_popRegFromString): will not allocate a new register if it
3930         doesn't find one by name, bug may have introduced...
3931         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3932         * (genIpush): revived to use pic16 port's stack,
3933         * (genAddrOf): added incomplete case for stack'ed operand,
3934         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3935         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3936         can handle multibyte operands,
3937         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3938         * (pic16initialComments): added message for MPLAB compatibility
3939         mode enabled,
3940         * src/pic16/main.h: prototype for pic16_mplab_comp,
3941         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3942         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3943         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3944         because of increased complexity of procedure,
3945         * (_process_pragma): stack pragma changed to format 'stack pos len',
3946         emit symbol '_stack_end' to conform with gplink,
3947         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3948         to search for register,
3949         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3950         PO_GPR_REGISTER,
3951         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3952         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3953         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3954         case for PO_GPR_REGISTER,
3955         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3956         dies, the new era is ahead !...
3957         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3958         pic16_dynInternalRegs,
3959         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3960         * (pic16_allocDirReg): minor optimizations and bug fixes,
3961         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3962
3963         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3964         load stack and frame pointer with address of 'stack_end' symbol
3965
3966 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3967
3968         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3969         without source code but only variable initializers
3970
3971 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3972
3973         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3974         external are not declared as extern to reduce overhead while linking
3975
3976 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3977
3978         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3979
3980 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
3981
3982         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
3983           Yee Keat for the patch
3984         * src/SDCCast.c (decorateType): fixed bug #979599
3985         * src/ds390/gen.h: removed local fReturnSizeDS390
3986         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
3987         * src/ds390/gen.c (genAnd, genOr, genXor),
3988         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
3989
3990 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
3991
3992         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
3993         add relFilesSet to $3, manipulate $2 to handle linking of object
3994         files without source files in command line,
3995         * device/include/pic16 (all headers): added ID location macros,
3996         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
3997         entries for ID location bytes,
3998         * (pic16_assignIdByteValue): NEW,
3999         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4000         added field dumpcalltree to pic16_options_t,
4001         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4002         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4003         emitting rFalseIfx label after check_carry label,
4004         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4005         pic16_emitDIRegs), NEW
4006         * (pic16glue): dump .calltree file when option --calltree found,
4007         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4008         * (_pic16_genAssemblerPreamble): emit ID locations after
4009         configuration registers,
4010         * (pic16_linkCmd): modifications of the link command,
4011         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4012         * (pic16_pCodeInitRegisters): don't init stack registers,
4013         * (pic16_findPrevInstruction): fixed bug,
4014         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4015         bug with immediate registers,
4016         * (buildCallTree): traces stack push and pop,
4017         * (pct2): dump also stack usage for each function,
4018         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4019         * (pic16_allocDirReg): various modifications,
4020         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4021         fixed to 1,
4022
4023 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4024
4025         * src/pic16/pcode.c: removed buggy double colon
4026
4027 2004-07-01 Borut Razem <borut.razem AT siol.net>
4028
4029         * support/scripts/sdcc.nsi: added include/pic16 to setup
4030
4031 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4032
4033         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4034         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4035         target 'clean',
4036         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4037         specific command line arguments. Also added sample lkr script
4038         for placing a variable at a specific memory bank.
4039         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4040         at a specific memory bank,
4041         * (pic16_dump_isection): fixed bug which caused string literals to
4042         be omitted when dumping idata section,
4043         * (pic16_groupRegistersInSection): added code to handle registers
4044         in specific memory banks,
4045         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4046         public, all references are renamed too,
4047         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4048         AOP_DPTR2,
4049         * (pic16_storeForReturn): added case to handle when dest is WREG,
4050         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4051         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4052         pic16_rel_udata, check to see if that register is marked as being
4053         a member of a specific memory bank,
4054         * (pic16_printIvalCharPtr): added code to add string literals either
4055         to code or the idata sections,
4056         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4057         also accept the 'udata' pragma,
4058         * src/pic16/main.h: new structure types sectName and sectSym
4059         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4060         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4061         * (pic16_findPrevInstruction): fixed, it returned nothing,
4062         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4063         instruction combinations,
4064         * (pic16_FixRegisterBanking): heavily reorganised,
4065         * (pic16_AnalyzeBanking): if generating banksel directives is
4066         disabled, then don't call FixRegisterBanking at all,
4067         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4068         completely removed,
4069         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4070
4071 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4072
4073         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4074         Phuah Yee Keat <yk.phuah AT nestac.com>
4075
4076 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4077
4078         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4079         correctly the IVT even if it is relocated to some other location
4080
4081 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4082
4083         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4084         * device/include/pic16/pic18f2220.h: NEW,
4085         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4086         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4087         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4088         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4089         nodefaultlibs, ivt_loc is the location of the interrupt vector
4090         table, and nodefaultlibs signs that default libraries should not be
4091         linked in link stage,
4092         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4093         according to --ivt-loc argument,
4094         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4095         when pragma stack is found,
4096
4097 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4098
4099         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4100         256 (range check), 257 (do while), 258.a-f (bit banging
4101         f.e. on 3-wire SPI bus)
4102
4103 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4104
4105         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4106         variables used exclusively within a loop
4107
4108 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4109
4110         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4111
4112 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4113
4114         * src/SDCClrange.c (computeClash): fixed bug #971834
4115
4116 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4117
4118         * src/mcs51/gen.c (genCmp): fixed bug #975903
4119         * src/hc08/gen.c (operandsEqu),
4120         * src/ds390/gen.c (operandsEqu),
4121         * src/z80/gen.c (operandsEqu),
4122         * src/pic/gen.c (operandsEqu),
4123         * src/pic16/gen.c (operandsEqu),
4124         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4125         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4126
4127 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4128
4129         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4130
4131 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4132
4133         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4134         default case in switch statement,
4135         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4136         to eliminate problem with initialisation of pointers, but problem
4137         still exists,
4138         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4139         * (emitStaticSegment): removed various lines emitting debug info,
4140         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4141         added processor registers for utilizing EEPROM,
4142         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4143         configurable and set 8
4144
4145 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4146
4147         * .version: increased version number to 2.4.2,
4148
4149         Cumulative patch for pic16 port
4150         * src/pic16/device.c: changed scheme to dump initial values for
4151         variables in idata segment, all print_idata* functions were removed,
4152         now the pic16_printIval* will be called,
4153         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4154         * _pic16_printPointerType, pic16_printPointerType,
4155         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4156         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4157         NEW, similar to the respective functions in SDCCglue.c,
4158         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4159         way, emitting hex bytes,
4160         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4161
4162 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4163
4164         * src/avr/ralloc.c (serialRegAssign),
4165         * src/xa51/ralloc.c (serialRegAssign),
4166         * src/pic/ralloc.c (serialRegAssign),
4167         * src/pic16/ralloc.c (serialRegAssign),
4168         * src/hc08/ralloc.c (serialRegAssign),
4169         * src/z80/ralloc.c (serialRegAssign),
4170         * src/ds390/ralloc.c (serialRegAssign),
4171         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4172
4173 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4174
4175         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4176         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4177
4178 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4179
4180         Cumulative patch for pic16 port:
4181         * src/pic16/device.h (typedef PIC16_device) modified fields for
4182         defining microcontrollers,
4183         * src/pic16/device.c: added new info for all devices in Pics16 array,
4184         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4185         to be optimised out by the pCode optimiser,
4186         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4187         specially, bug reported by G.M. Gallant,
4188         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4189         as force'd so that cannot be optimised out by pCode optimiser,
4190         * src/pic16/pcode.c,
4191         * src/pic16/pcodepeeph.c,
4192         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4193         they are disabled by default, but can be enabled explicit with
4194         command argument --denable-peeps, for testing,
4195         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4196         --pomit-ivt in COMPILE_FLAGS
4197
4198 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4199
4200         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4201           compilation on MSVC
4202
4203 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4204
4205         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4206
4207 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4208
4209         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4210         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4211
4212 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4213
4214         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4215         would only assign 0x300001 register.
4216
4217 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4218
4219         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4220         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4221
4222 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4223
4224         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4225         for ds80c400
4226         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4227         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4228         added peephole 254 (left shift), 255 (jump table)
4229
4230 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4231
4232         * device/lib/Makefile.in: removed comment line with model-pic16,
4233         * (target port-specific-objects-pic16): the libraries and objects
4234         are copied to the build directory form the device/lib/pic16/bin
4235         directory
4236
4237         Cumulative patch concerning pic16 port:
4238         * library directory has been re-organized,
4239         * added support for PIC18F1220,
4240         * added headers and library sources for chips 18f1220,18f6520,
4241         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4242
4243         * configuration registers setting has changed, now each supported
4244         device has a complete description of the registers it uses,
4245         * all initialisations are moved to idata sections, these section
4246         can be absolute or relocatable,
4247         * fixed initialisation of codespace variables,
4248         * fixed warning about PCLATU and gpsim,
4249         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4250         * (genAssign): use table reads when assigning from variables in codespace,
4251         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4252         char/int variables placed in codespace,
4253         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4254         registers set in .asm file, no need for --pomit-config-words anymore,
4255         * (pic16glue): some 8051 legacy segments are commented out
4256         (to be removed completely),
4257         * added support for alternative assembler and linker with --asm=
4258         and --link= command line arguments,
4259         * peepholes are disabled automatically in the port, no need to
4260         specify on command line,
4261         * port supports natively char/int/long multiplication, but converts
4262         all divisions to support functions,
4263         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4264         to the file set in variable $2,
4265         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4266         strings in ASCII format and not in hex,
4267         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4268         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4269         allocate proper register if iCodes aren't temporary,
4270
4271 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4272
4273         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4274
4275 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4276
4277         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4278         is commented out
4279
4280 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4281
4282         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4283         computed address is reused
4284         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4285         multi-byte bitfields
4286
4287 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4288
4289         * src/z80/gen.c: (genArrayInit): must check for pointers too
4290
4291 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4292
4293         * support/regression/tests/zeropad.c: never meant to commit the
4294           nestedstruct test: removed, added check for GCC version
4295
4296 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4297
4298         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4299         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4300         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4301           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4302           bugs 928906 and 954082 half-empty initializers
4303         * src/SDCCsymt.h,
4304         * src/SDCCsymt.c (getAllocSize): added for above fix
4305         * src/z80/gen.c (genArrayInit): fixed bug 741044
4306         * support/regression/tests/zeropad.c: added tests
4307
4308 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4309
4310         * src/pic16/device.c (pic16_dump_section): corrected bug which
4311         caused some symbols of the libraries to be misplaced
4312
4313 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4314
4315         * src/pic16/glue.c,
4316         * src/pic16/ralloc.h,
4317         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4318         to fix conflict with pic port
4319
4320 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4321
4322         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4323         externs configuration variables,
4324         * src/pic16/ralloc.h,
4325         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4326         prototype in header, commented out some debug messages
4327
4328 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4329
4330         * src/pic16/glue.c,
4331         * src/pic16/main.c,
4332         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4333         for gpasm COFF object generation. Thanks to D. Hawkins for
4334         his patch info
4335
4336 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4337
4338         * src/ds390/main.c,
4339         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4340         Brock for spotting this)
4341         * src/ds390/gen.c (genEndFunction),
4342         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4343         interrupt handler and critical. Disable push/pop optimizations when
4344         peephole optimizations disabled.
4345
4346 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4347
4348         Updated pic16 library sources and headers.
4349         * device/lib/pic16/pic18f*/ ,
4350         * device/include/pic16/*.h: modified to handle structured SFR
4351         definitions
4352
4353 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4354
4355         * src/port.h (PORT structure): added hook initPaths, now each
4356         port can declare its own default search paths,
4357         which can been seen with the --print-search-dirs option,
4358         see pic16 port for example,
4359         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4360         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4361         * (doPrintSearchDirs): NEW, replaces in a central manner the
4362         printing of search dirs which was split in set*Paths functions,
4363         * (main): added call to port->initPaths and doPrintSearchDirs,
4364         * src/avr/main.c,
4365         * src/ds390/main.c,
4366         * src/hc08/main.c,
4367         * src/izt/i186.c,
4368         * src/izt/tlcs900h.c,
4369         * src/mcs51/main.c,
4370         * src/pic/main.c,
4371         * src/pic16/main.c: modified port structures to reflect addition of
4372         initPaths hook,
4373
4374         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4375         * (pic16_dump_section): for registers in same address reserve memory once,
4376         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4377         to no_banksel,
4378         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4379         result is greater in size than right or left,
4380         * (pic16_genUMult8X8_8): there are some cases where the result can
4381         be 16 bits size, so handle these,
4382         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4383         * (pic16_outBitC): modified to emit pcodes,
4384         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4385         or not,
4386         * (genDivOneByte): implemented algorithm to divide 8-bits,
4387         * (genCmp): uncommented goto, but issues still exist,
4388         * (genAnd): fixed a bug with variables >8bits,
4389         * (genPackBits): optimization added that uses BCF/BSF to change a
4390         single bit,
4391         * (genAssign): fixed bug when assigning floating point literals,
4392         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4393         __sdcc_gsinit_startup label,
4394         * src/pic16/main.c (_pic16_init): removed search directory
4395         initialisations,
4396         * (_pic16_initPaths): NEW, used to initialise search directories,
4397         * (_hasNativeMulFor): support functions for all except char/int
4398         multiplication, and char division,
4399         * (PIC16_port struct): modified entry for native mul support,
4400         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4401         no_banksel option,
4402         * (buildCallTree): call to register_usage is ifdef'ed out,
4403
4404 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4405
4406         * device/include/string.h: applied Stas Sergeev's patch to make this
4407         header file compatible with the preprocessor -Wundef option
4408         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4409         failure (fixes bug #941458)
4410
4411 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4412
4413         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4414         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4415         that the variable, not the function, should be static
4416         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4417         to be consistent with non-literal case
4418
4419 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4420
4421         * src/SDCCast.c (isConformingBody): fixed bug #949967
4422         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4423         convilong): fixed bug #952086
4424
4425 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4426
4427         * src/SDCCmem.c (allocVariables): fixed bug #955321
4428
4429 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4430
4431         * src/hc08/main.c (_hc08_genAssemblerEnd),
4432         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4433         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4434         completely eliminated the use of a temporary file
4435         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4436         when more than one file linked
4437         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4438
4439 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4440
4441         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4442         which fixes bug #543481
4443         * support/regression/tests/bug-751703.c: fixed comments left from a
4444         cut and paste error
4445         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4446         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4447         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4448         scopes
4449         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4450         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4451         are now changed to underscores in moduleName
4452
4453 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4454
4455         * as/mcs51/lkmem.c: better fix for bug #954173
4456
4457 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4458         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4459
4460         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4461         * device/include/c8051f000.h,
4462         * device/include/c8051f120.h,
4463         * device/include/c8051f300.h,
4464         * device/include/c8051f310.h,
4465         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4466         PWM16) and detab'ed
4467
4468 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4469
4470         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4471         and mailing lists, doc'ed --no-peep-comments, removed reference
4472         to knoppix (newest version has no LyX/LaTeX), other minor changes
4473         * src/SDCCglue.c (glue): save 2 bytes stack space with
4474         option --main-return. The ljmp could probably be avoided too
4475
4476 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4477
4478         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4479
4480 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4481
4482         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4483         * src/SDCCopt.c (isLocalWithoutDef),
4484         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4485         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4486         (credit to Maarten Brock for patch #949363, on which this is based)
4487         * support/regression/tests/bug-751703.c: some test cases of extern used
4488         within inner scopes.
4489
4490 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4491
4492         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4493         SPEC_STRUCT
4494         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4495         struct definitions
4496         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4497         dwWriteLabel): fix to create valid debugger symbols even when
4498         the module name has non-alphanumeric symbols in it
4499         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4500         when a variable's allocation has been optimized away
4501
4502
4503 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4504
4505         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4506         * src/hc08/main.c,
4507         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4508         * src/mcs51/main.c,
4509         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4510         * src/ds390/main.c,
4511         * src/z80/gen.c (z80_emitDebuggerSymbol),
4512         * src/z80/main.c,
4513         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4514         * src/pic/main.c,
4515         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4516         * src/pic16/main.c,
4517         * src/avr/gen.c (avr_emitDebuggerSymbol),
4518         * src/avr/main.c,
4519         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4520         * src/xa51/main.c,
4521         * src/SDCCdebug.c (emitDebuggerSymbol),
4522         * src/SDCCdebug.h,
4523         * src/port.h: added a debugger struct to the port struct. Added a
4524         callback for defining debugger symbols
4525
4526         * src/SDCCast.c (createLabel),
4527         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4528         with isitmp = 1
4529         * src/SDCCicode.h,
4530         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4531         iCode back to the ast for the function
4532
4533         * src/hc08/ralloc.c (hc08_assignRegisters),
4534         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4535         unneeded fields from the regs struct.
4536         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4537         pushReg() & pullReg() functions instead of emitcode()
4538
4539         * src/hc08/gen.c (genLabel, genhc08Code),
4540         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4541
4542         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4543         debugger hooks
4544
4545         * src/hc08/gen.c (genEndFunction, genhc08Code),
4546         * src/hc08/gen.h,
4547         * src/mcs51/gen.c (genEndFunction, gen51Code),
4548         * src/mcs51/gen.h,
4549         * src/ds390/gen.c (genEndFunction, gen390Code),
4550         * src/ds390/gen.h,
4551         * src/z80/gen.c (genEndFunction, genZ80Code),
4552         * src/z80/gen.h,
4553         * src/z80/z80.h,
4554         * src/pic/gen.c (genEndFunction, genpic14Code),
4555         * src/pic/gen.h,
4556         * src/pic16/gen.c (genEndFunction, genpic16Code),
4557         * src/pic16/gen.h,
4558         * src/avr/gen.c (genEndFunction, genAVRCode),
4559         * src/avr/gen.h,
4560         * src/xa51/gen.c (genEndFunction, genXA51Code),
4561         * src/xa51/gen.h,
4562         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4563         specific code to cdbFile.c and out of the backend code generators
4564
4565         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4566         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4567         starting address is now 0
4568
4569         * as/hc08/asm.h,
4570         * as/hc08/m08pst.c,
4571         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4572         assembler directive for DWARF support
4573         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4574
4575         * src/src.dsp,
4576         * src/Makefile.in,
4577         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4578
4579 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4580
4581         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4582         and inappropriate peephole optimization in jump tables
4583
4584 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4585
4586         * as/hc08/m08pst.c,
4587         * src/SDCCglue.c: sdccopt works for the hc08 port now
4588
4589 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4590
4591         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4592
4593 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4594
4595         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4596
4597 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4598
4599         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4600         rules
4601         * src/SDCCmain.c,
4602         * src/SDCCglobl.h,
4603         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4604         comments from the peephole optimizer replacement rules
4605         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4606         symbols
4607         * src/SDCCcse.c (updateSpillLocation),
4608         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4609         equivalents
4610         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4611         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4612         objects far pointers
4613
4614 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4615
4616         * src/SDCCsymt.h: a missing part of my last change
4617         * src/pic/ralloc.c (regTypeNum),
4618         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4619
4620 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4621
4622         * src/SDCCicode.h,
4623         * src/SDCCicode.c (aggrToPtrDclType),
4624         * src/SDCCptropt.h,
4625         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4626         ptrPseudoSymConvert),
4627         * src/pic/ralloc.c (regTypeNum),
4628         * src/pic16/ralloc.c (regTypeNum),
4629         * src/hc08/ralloc.c (regTypeNum),
4630         * src/ds390/ralloc.c (regTypeNum),
4631         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4632         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4633
4634 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4635
4636         * link/z80/lkmain.c (afile),
4637         * as/hc08/lkmain.c (afile),
4638         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4639         prevent a pointer problem when a filename has no directory and
4640         no extension specified.
4641
4642 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4643
4644         * link/z80/lkmain.c (afile): allow periods in directory names
4645         * link/z80/lkmain.c (afile),
4646         * as/mcs51/lkmain.c (afile),
4647         * as/hc08/lkmain.c (afile): allow linker script file to have an
4648         extension other than ".lnk"
4649         * link/z80/lklex.c (getfid),
4650         * link/z80/lkmain.c (parse),
4651         * as/mcs51/lklex.c (getfid),
4652         * as/mcs51/lkmain.c (parse),
4653         * as/hc08/lklex.c (getfid),
4654         * as/hc08/lkmain.c (parse): Support comments in the linker script
4655         file on lines by themselves and after filenames
4656
4657 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4658
4659         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4660
4661 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4662
4663         * src/z80/peeph-z80.def: removed some peephole rules that don't
4664         work with multibyte arithmetic (fixed bug #937126)
4665         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4666         to registers and not global variables
4667         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4668         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4669         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4670         checking for assignments not internally generated (fixed bug #931895)
4671         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4672         structure member (fixed bug #930072)
4673
4674 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4675
4676         * src/SDCCmain.c (linkEdit),
4677         * src/hc08/main.c (_hc08_parseOptions),
4678         * as/hc08/Makefile.in,
4679         * as/hc08/aslink.h,
4680         * as/hc08/asm.h,
4681         * as/hc08/m08pst.c,
4682         * as/hc08/lkrloc.c (relr, rele),
4683         * as/hc08/lkarea.c (lnkarea)
4684         * as/hc08/lkmain.c (afile, parse),
4685         * as/hc08/lkelf.c: support for ELF output
4686         * as/hc08/lks19.c (s19),
4687         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4688
4689 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4690
4691         * as/mcs51/lkihx.c: Fixed bug #899105.
4692
4693 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4694
4695         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4696         .dsp files from Unix to DOS.
4697
4698 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4699
4700         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4701         function pointers; we have been compliant for several months now.
4702         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4703         change that was accidently commented out
4704         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4705         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4706         bug #922319
4707
4708 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4709
4710         * src/hc08/gen.c: output of all of the internal debugging information
4711         is now controlled by the D() macro; it is disabled by default
4712
4713 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4714
4715         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4716         harder to keep the same registers during a CAST iCode
4717         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4718         long via int can be done in a single cast, if the signedness is
4719         correct.
4720         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4721         putchar() in tinibios.c in ds390's library
4722
4723 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4724
4725         * src/SDCCast.c (decorateType): fixed bug #898889,
4726         cast result of a literal complement too
4727         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4728         fixed check for bitfields
4729
4730 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4731
4732         * src/SDCCicode.c (geniCodeLogic): made it static,
4733         (geniCodeLogicAndOr): added in order to fix bug #905492,
4734         (ast2iCode): fixed bug #905492
4735         * support/regression/tests/bug-905492.c: added
4736         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4737         (processParms): fixed bug #927659: don't copy parms, this will clear
4738         decorated flag
4739         * support/regression/tests/bug-927659.c: added
4740
4741 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4742
4743         * src/SDCCast.c (addCast): don't cast float to char
4744         * device/lib/libsdcc.lib: added _memmove
4745
4746 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4747
4748         * device/lib/large/Makefile: fixed parallel execution by
4749         replacing `make` by `$(MAKE)`
4750
4751 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4752
4753         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4754         offsets (fixes bug #923936)
4755
4756 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4757
4758         * device/lib/small/Makefile: fixed parallel execution by
4759         replacing `make` by `$(MAKE)`
4760
4761 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4762
4763         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4764
4765 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4766
4767         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4768         * src/regression/Makefile: Regression test was not running.
4769
4770 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4771
4772         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4773         complement if possible
4774         * src/SDCCval.c (valComplement),
4775         * src/SDCCicode.c (operandOperation): fixed complement of literal
4776         * support/regression/tests/onebyte.c (testComplement): added
4777
4778 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4779
4780         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4781         return an optimized tree; actually replace actParm with the new tree
4782         * src/SDCCast.h: added some parantheses to remove side effects
4783         * support/regression/tests/bug-920866.c
4784
4785 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4786         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4787         Bit operands were not being handled properly in the pic14 port.
4788         (now src/regression/add.c passes again).
4789
4790 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4791
4792         * src/SDCC.y (labeled_statement): case and default no longer require
4793         a following statement (RFE #893037)
4794
4795 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4796
4797         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4798         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4799         disabled (fixes bug #916294)
4800         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4801         "mov a,acc"; patch provided by Lenny Story
4802         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4803
4804 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4805
4806         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4807         functions
4808         * src/ds390/gen.c (genFunction, genEndFunction),
4809         * src/ds390/ralloc.c (ds390_assignRegisters),
4810         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4811         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4812         pushed if there are parameters passed on the stack. Also, a cleaner
4813         way to decide if r0/r1 should be pushed/popped. (Together they fix
4814         bug #918693)
4815
4816 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4817
4818         * doc/sdccman.lyx,
4819         * device/lib/mcs51/crtpagesfr.asm,
4820         * device/lib/mcs51/crtxinit.asm,
4821         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4822         to avoid confusion with Si Lab's SFRPAGE register.
4823
4824 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4825
4826         * src/SDCCglue.c (emitMaps): allow public sfr variables
4827         * src/SDCCglue.c (initialComments): include compiler build date
4828         with compiler version and put the timestamp of the generated
4829         assembly file on a serperate line to be less confusing.
4830         * src/port.h: added genInitStartup hook
4831         * src/avr/main.c,
4832         * src/ds390/main.c,
4833         * src/hc08/main.c,
4834         * src/pic/main.c,
4835         * src/pic16/main.c,
4836         * src/xa51/main.c,
4837         * src/z80/main.c: genInitStartup initialize as NULL (default to
4838         historical behaviour)
4839         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4840         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4841         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4842         library instead of hard coding it into the compiler.
4843         * support/regression/ports/mcs51-stack-auto/spec.mk,
4844         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4845         * device/lib/mcs51/Makefile,
4846         * device/lib/small/Makefile,
4847         * device/lib/large/Makefile,
4848         * device/lib/mcs51/crtpagesfr.asm,
4849         * device/lib/mcs51/crtstart.asm,
4850         * device/lib/mcs51/crtxclear.asm,
4851         * device/lib/mcs51/crtxinit.asm,
4852         * device/lib/mcs51/crtclear.asm,
4853         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4854         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4855         and into user configurable files.
4856         * device/lib/clean.mk: clean mcs51 directory too
4857         * support/regression/tests/longlit.c: added static to T1 declaration
4858         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4859         accesses in the initialization code
4860
4861 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4862
4863         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4864         OSCTRIMVAL as noted in bug #916008
4865
4866 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4867
4868         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4869         in loops with multiple exits (reported as incorrect registers
4870         used by Martin Helmling in Sdcc-user list)
4871
4872 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4873
4874         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4875         made ds390 register extensions look less like error messages
4876
4877 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4878
4879         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4880         reported by Adam Wozniak in Sdcc-user list
4881
4882 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4883
4884         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4885         arithmetic optimizations, added debug output
4886
4887 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4888
4889         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4890         * sdcc.spec: updated and split sdcc into 3 rpms
4891         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4892         needed for literals of LEFT_OP and '+'
4893         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4894         introduced RESULT_TYPE_NOPROM
4895         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4896         left shift
4897         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4898         limited promotion to int only for '*'
4899         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4900
4901 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4902
4903         * src/pic16/gen.c (genSkip),
4904         (genc16bit2lit), (gencjneshort): commented out
4905         (is_LitOp): new helper function, checks operand type
4906         (genCmpEq): rewritten
4907
4908 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4909
4910         * support/regression/tests/bug-908454.c: added
4911
4912 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4913
4914         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4915         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4916         (geniCodeCast): cosmetic, don't preserve bit storage class
4917         (geniCodeLeftShift): added promotion
4918         (geniCodeLogic): fixed regression
4919         * src/SDCCsymt.c (computeTypeOr): accept bits too
4920         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4921
4922 2004-03-07  Borut Razem <borut.razem AT siol.net>
4923
4924         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4925
4926 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4927
4928         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4929         version of pic16_genPackRegisters which does not check if ic is a
4930         CAST operator,
4931         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4932         function cause string1.c regression test fails
4933
4934 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4935
4936         * sim/ucsim/configure.in,
4937         * sim/ucsim/configure,
4938         * sim/ucsim/doc/Makefile.in: use docdir
4939         * src/SDCC.y: fixed sbit atrributes
4940         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4941         * src/SDCCast.c (decorateType): |^& need special promotion handling
4942         * src/SDCCast.h,
4943         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4944         * src/SDCCsymt.h (computeType),
4945         * src/SDCCicode.c: computeType() needs op
4946         * src/SDCCsymt.c (checkTypeSanity),
4947         * doc/sddman.lyx: "plain" bitfields are unsigned
4948         * src/SDCCsymt.c (computeTypeOr): added
4949         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4950         |^& ops
4951         * src/SDCCval.c (val*): computeType() needs op
4952         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4953         * support/regression/tests/onebyte.c: added tests for |^&
4954
4955 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4956
4957         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4958         for writing icode into asm output.
4959
4960 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4961
4962         * src/pic16/device.c: added some debug lines enabled
4963         with macro DEBUG_CHECK,
4964         * src/pic16/genarith.c: more debug in genPlus,
4965         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4966         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4967         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4968         * (aopForSym): onStack symbols are re-placed in data memspace,
4969         and onStack flag is cleared,
4970         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4971         copy temporary pcodeop,
4972         * (genPcall): added warning for not updating PCLATU,
4973         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4974         always true for pic16 port,
4975         * (genMultOneWord): NEW, supports integer multiplication,
4976         * (genMult): modified to call genMultOneWord,
4977         * (ifxForOp): added warning when return NULL,
4978         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4979         flag is set before call to operandFromSymbol for implicit
4980         added structures,
4981         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
4982         options.intlong_rent are set by default,
4983         * (_hasNativeMulFor): modified to allow port generation of integer
4984         multiplication,
4985         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
4986         set regtype to REG_SFR for all registers, restricting seting the
4987         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
4988
4989 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4990
4991         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
4992         more than 500 times in the regression tests
4993
4994 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4995
4996         * support/Util/SDCCerr.h,
4997         * support/Util/SDCCerr.c,
4998         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
4999         enumerator_list),
5000         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5001         for symbol conflicts.
5002         * support/valdiags/tests/enum.c,
5003         * support/valdiags/tests/tentdecl.c,
5004         * support/valdiags/tests/struct.c: expect possible error messages
5005         referring to original symbol definitions.
5006         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5007         * src/SDCCsymt.h,
5008         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5009
5010 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5011
5012         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5013
5014 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5015
5016         * src/pic16/ralloc.c (newReg): fixed bug #908929
5017
5018 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5019
5020         * src/ds390/gen.c: added missing #include "main.h"
5021
5022 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5023
5024         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5025         checking if symbol is already in set,
5026         * src/pic16/device.h: prototype for checkAddSym,
5027         * src/pic16/gen.c: (_G): added entry interruptvector,
5028         * (assignResultValue): removed some commented out lines,
5029         * (genFunction): check for ISR via sym->type, absolute section for
5030         interrupt code is created via a new pBlock, the goto instruction is
5031         placed now correctly at the interrupt vector position, changed all
5032         references from ivec to _G.interruptvector,
5033         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5034         is the interrupt is a high priority one, same for return from ISR,
5035         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5036         externs to calls of checkAddSym,
5037         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5038         pic16_pcode_verbose flag is set,
5039         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5040         * src/pic16/pcoderegs.c: message about how many registers are saved
5041         will only be emitted if pic16_pcode_verbose flag is set,
5042
5043 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5044
5045         * src/ds390/ralloc.h,
5046         * src/ds390/ralloc.c (ds390_regWithIdx),
5047         * src/ds390/gen.c (emitcode),
5048         * src/ds390/main.h,
5049         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5050         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5051         ds390operandCompare, getRegsRead, getRegsWritten,
5052         initializeAsmLineNode): customized instruction size calculation for
5053         ds390, started basis for some register optimizations
5054         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5055         corresponding assembly output
5056         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5057         missing push/pop of r0/r1. Optimized push/pops
5058
5059 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5060
5061         * src/mcs51/main.c (instructionSize): fixed ACALL size
5062         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5063
5064 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5065
5066         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5067         the sorting of rlist with NULL elements
5068         * (print_idataType, print_idata): NEW to create idata sections
5069         * src/pic16/device.h: idataSymSet new variable
5070         * src/pic16/gen.c (genFunction): fixed some bugs in string
5071         comparing, improved the absolute section creation for ISRs,
5072         added FSR0L/FSR0H in registers that are saved in an ISR,
5073         * (genInline): fixed the processing of inline snippets,
5074         now they undergo no process by the peephole optimizer
5075         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5076         are placed in idataSymSet,
5077         * (pic16emitStaticSeg): extern symbols are added in externs,
5078         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5079         switching when aboslute variables are placed in access bank memory
5080         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5081         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5082         commented out with #if,
5083         * (pic16_packRegisters): reintroduce the check for CAST because some
5084         symbols are not correctly handled,
5085         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5086         pCodeInstruction instead of pCode,
5087         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5088         pCodeAsmDir definition,
5089         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5090         directive, then the argument directive is emitted without the leading
5091         tab, hack for inline labels which must be in the first column,
5092         * (compareLabel,pic16_findNextInstruction),
5093         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5094         * (insertBankSwitch): modified for the new pCodeAsmDir,
5095
5096 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5097         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5098
5099         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5100         instance,
5101         * (pushSide): commented out with #if,
5102         * (assignResultValue): fixed some typos in saving
5103         registers,
5104         * (genPcall): FIXED and sync'ed with genCall,
5105         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5106         * (genNearPointerGet): fixed to handle some more cases,
5107         implementation scheme via table reads,
5108         * (genConstPointerGet): modified to access code memory correct,
5109         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5110         and improved to handle some cases
5111         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5112         instead of "RETLW" for init data
5113         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5114         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5115         variables are placed in access bank memory (<0x80 and >=0xf80),
5116         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5117         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5118         TBLWT_POSTDEC,TBLWT_PREINC
5119         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5120         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5121         directives
5122         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5123         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5124         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5125         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5126
5127 2004-02-29  Borut Razem <borut.razem AT siol.net>
5128
5129         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5130         support/Util/findme.h, support/Util/system.h: enhance binary relative
5131         search for lib and include by using findProgramPath()
5132
5133 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5134
5135         * src/SDCCpeeph.h,
5136         * src/SDCCpeeph.c (pcDistance),
5137         * src/port.h,
5138         * src/mcs51/ralloc.h,
5139         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5140         * src/mcs51/main.h,
5141         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5142         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5143         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5144         size calculation port specific, started basis for some register
5145         optimizations
5146         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5147         missing push/pop of r0/r1. Optimized push/pops
5148         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5149         * device/lib/_modsint.c (_modsint),
5150         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5151         and stack version so regression tests pass
5152
5153 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5154
5155         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5156         * src/SDCCast.c (decorateType): catch another small optimization
5157         with '?' operator
5158         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5159         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5160         modified to finally use computeType() all over SDCC,
5161         see Feature Request #877103
5162         * src/SDCCval.h: cosmetic
5163         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5164         valCompare(); regression tested in muldiv.c
5165         * support/regression/tests/muldiv.c (testMod): mod sign follows
5166         dividend only
5167
5168 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5169
5170         * src/SDCCast.c (decorateType): fixed bug #902362
5171         * doc/INSTALL.txt: fixed install instructions for win32
5172
5173 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5174
5175         * device/include/Makefile.in (install): fixed by replacing spaces
5176         by tabs
5177         * doc/README.txt,
5178         * doc/INSTALL.txt: updated for release
5179         * doc/sdccman.lyx: added warning for --xstack being buggy
5180
5181 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5182
5183         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5184         to eliminate build warnings.
5185         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5186
5187 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5188            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5189
5190         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5191         removed -penable-stack, added comment for stack pragma, added
5192         warning for not initializing the stack/frame registers, removed
5193         comment at interrupts section
5194
5195         Stack is made permanent, there is no ability to disable stack usage.
5196         * src/pic16/device.h,
5197         * src/pic16/device.c: removed all references to USE_STACK macro,
5198         * src/pic16/device.c (pic16_dump_section): when no elements in
5199         rlist, free rlist before return,
5200         * (pic16_dump_int_registers): NEW, internal registers are a new set
5201         of general purpose registers reused by each function,
5202         * (checkAddReg): returns 1 if registers is added to set,
5203         * (pic16_groupRegistersInSection): when a registers is of type
5204         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5205         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5206         SRCASECMP macro is moved here from device.c
5207         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5208         PO_PCLATU, PO_PRODL, PO_PRODH,
5209         * (pic16_pCodeOpType, genMinus,
5210         changed compares to "a" register, with AOP_ACC,
5211         * (pic16_genPlus): fixed some bugs and indented properly,
5212         * (pic16_addSign): changed size to size+offset in the MOVWF
5213         instruction,
5214         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5215         multiply 8-bit operand by literal, result is 8-bit,
5216         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5217         multiply 2 8-bit operand, result is 8-bit,
5218         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5219         genUMult8X*_16,
5220         * src/pic16/gen.c: changed accUse to contain WREG only,
5221         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5222         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5223         true, do not use immediate addressing any more unless sym is a
5224         pointer in codespace,
5225         * (aopForRemat): do not use immediate addressing when symbol not in
5226         codespace and when symbol's address is requested,
5227         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5228         accUse size (= 1),
5229         * (aopGet): added case for AOP_ACC and don't return "accumulator
5230         bug" but WREG instead,
5231         * (popGetTempReg): pushes contents of temporary register in stack,
5232         * (popReleaseTempReg): pops contents of temporary register from
5233         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5234         * (pic16_popGet): separated case AOP_ACC to return register WREG
5235         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5236         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5237         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5238         the use of immediate pointers to certain cases only.
5239
5240         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5241         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5242         * (assignResultValue, genCall, genRet): modified to use the new
5243         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5244         genPcall is still broken,
5245         * (genFunction): added code to create 'A' type pBlocks when
5246         interrupt functions are generated, code not extensively tested yet,
5247         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5248         * (genEndFunction): modified so ISRs pop stored registers from stack,
5249         * (genMultOneByte): cleanup,
5250         * (AccRsh): added flag andmask, to and result with appropriate mask,
5251         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5252         * (genDataPointerGet): fixed and reenabled its use,
5253         * (genNearDataPointerGet): bugs fixed,
5254         * (genDataPointerSet): bugs fixed,
5255         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5256         pic16_DumpSymbol, pic16_DumpOp,
5257         * src/pic16/genutils.h: function prototypes for the above functions,
5258         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5259         pointers,
5260         * (pic16emitRegularMap): many many many improvements, but needs a
5261         major cleanup,
5262         * src/pic16/main.c: enable_stack in pic16_options is removed,
5263         * (_pic16_parseOptions): removed command line options -penable-stack,
5264         * (_process_pragma): emit stack symbol only when stack pragma is
5265         processed,
5266         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5267         redirected to FSR0L/FSR0H pair,
5268         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5269         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5270         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5271         for immediates,
5272         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5273         * (dumpPicOptype): NEW,
5274         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5275         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5276         with movff instruction,
5277         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5278         added pic16_int_regs, some packRegsFor* functions are commented out,
5279         because produce errors,
5280         * src/pic16/NOTES: minor modifications
5281
5282 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5283
5284         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5285         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5286         --pack-iram.
5287         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5288         * as/mcs51/lkaomf51.c: fixed bug #895763
5289
5290 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5291
5292         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5293
5294 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5295
5296         * doc/sdccman.lyx: added details about the HC08 storage classes and
5297         interrupts, fixed the register usage info for z80 & gbz80
5298
5299 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5300
5301         * doc/sdccman.lyx: added more pic16 port documentation
5302         * device/include/pic16/: added header pic18fregs.h
5303
5304 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5305
5306         * doc/sdccman.lyx: added Vangelis' contribution
5307
5308 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5309
5310         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5311         extend to the next CALL or PCALL, not just to the next CALL.
5312
5313 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5314
5315         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5316
5317 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5318
5319         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5320         bug #895752 and a better fix for bug #716790
5321
5322 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5323
5324         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5325
5326 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5327
5328         * doc/sdccman.lyx: minor changes, minor changed
5329
5330 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5331
5332         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5333         which can't handle SDCC_NEWONEBYTEOPS,
5334         (geniCodeMultiply): removed conversion from mult to shift for pic14
5335         and pic16
5336
5337 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5338
5339         * src/hc08/gen.h,
5340         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5341         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5342         thus fixing bug #895406
5343
5344 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5345
5346         * device/lib/_modsint.c,
5347         * device/lib/_modslong.c: sign follows divisor only
5348         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5349         signs or signedness can be ignored
5350         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5351         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5352         added optimization for IFX,
5353         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5354         arguments;
5355         reenabled optimization for IFX, which was removed on 2004-01-11
5356         * src/SDCCast.h: added return type IFX
5357         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5358         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5359         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5360         SDCC_OLDONEBYTEOPS selects the old behaviour
5361         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5362         changed again and commented promotion rule
5363         * src/SDCCval.c (valDiv): promotion no longer necessary
5364         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5365         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5366         rewritten
5367         * support/regression/tests/onebyte.c: added
5368
5369 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5370
5371         * gen.c (genInline): reverted to old code for assemnling inline
5372         code because of bug reported James Chadd
5373
5374 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5375
5376         * ralloc.h: missing declarations from previous patch,
5377         seems that patch for ralloc.h was never applied, fixed
5378
5379 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5380            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5381
5382         * pcode.c,
5383         * pcode.h,
5384         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5385         indirect addressing. Marked FSR0 as deprecated
5386         * gen.c (pointerCode): commented out, not needed now
5387         (pic16_popGet2p): new MOVFF helper function
5388         (genGenPointerGet),
5389         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5390         (shiftRLong): removed duplicate debugging info
5391
5392 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5393
5394         * src/ds390/gen.c (genNearPointerGet),
5395         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5396         optimization with bits, but not bitfields.
5397         * src/ds390/ralloc.c (packRegisters),
5398         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5399
5400 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5401
5402         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5403
5404 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5405
5406         * src/SDCCsymt.h,
5407         * src/SDCCicode.c (operandFromSymbol),
5408         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5409         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5410         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5411         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5412         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5413         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5414         bug #892038
5415         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5416         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5417         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5418         * src/SDCCsymt.c (newSymbol),
5419         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5420         enumerator_list),
5421         * src/SDCCval.h,
5422         * src/SDCCval.c (newiList): fixed bug #885705
5423
5424 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5425
5426         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5427         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5428
5429 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5430
5431         * device/include/c8051f120.h,
5432         * device/include/c8051f300.h,
5433         * device/include/c8051f310.h: added/updated header files for Silicon
5434         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5435         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5436         in new section Submitting patches
5437
5438 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5439
5440         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5441         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5442         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5443         genGenPointerSet),
5444         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5445         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5446         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5447         genGenPointerSet),
5448         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5449         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5450         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5451         genGenPointerSet),
5452         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5453         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5454         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5455         genGenPointerSet): fixed bug #892400
5456         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5457         to eliminate build warnings.
5458         * src/SDCCast.c (processParms),
5459         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5460         fixed bug 751859
5461         * support/valdiag/valdiag.py: added GCC to the list of defines active
5462         when compiling with gcc
5463
5464 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5465
5466         * support/Util/SDCCerr.h,
5467         * support/Util/SDCCerr.c,
5468         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5469         with an incomplete type (fixed bug #883734)
5470         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5471
5472 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5473
5474         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5475
5476 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5477
5478         * src/SDCCast.c (decorateType),
5479         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5480         function pointer implementation
5481         * support/regression/tests/funptrs.c: added tests to verify both forms
5482         of function pointers work correctly. Added tests to verify parameters
5483         are passed in the correct order.
5484
5485 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5486
5487         * device.c (regCompare): registers are sorted by ascending
5488         address and increasing size,
5489         * main.c (_pic16_finaliseOptions): removed the declaration
5490         of compiler macro MCU. Now a macro of the format pic18fxxxx
5491         will be defined from the command line
5492
5493 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5494             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5495
5496         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5497         PCOP_RLCF was overwritten!
5498         * gen.c (genSkip): commented out calls to pic16_emitcode,
5499         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5500         * (genlshTwo),
5501         * (genRRC): added debugging info,
5502         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5503         overwritten while shifting,
5504         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5505         overwritten while shifting,
5506         * (AccLsh),
5507         * (AccRsh),
5508         * (shiftLLeftOrResult),
5509         * (shiftRLeftOrResult),
5510         * (shiftRLong),
5511         * (shiftLLong): Implemented with pic16_emitpcode
5512         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5513         * (genLeftShift): Fixed bug, operand for shift by variable always
5514         was "and"ed with 0x0f,
5515         * (genLeftShiftLiteral),
5516         * (genrshTwo),
5517         * (genRightShiftLiteral): added debugging info,
5518         * (genrshFour): added comment,
5519         * (genRightShift): determined signedness from operand "left"
5520         instead of "result"
5521
5522 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5523
5524         * src/SDCCicode.c (geniCodeParms),
5525         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5526         function pointers, fixed function pointer bugs #861242 and #861896
5527
5528 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5529
5530         * device/include/c8051f000.h,
5531         * device/include/c8051f120.h,
5532         * device/include/c8051f300.h: added header files for Silicon
5533         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5534
5535 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5536
5537         * src/SDCCast.c (processParams): added new type flow and restructured
5538         (gatherAutoInit): added new type flow
5539         (addCast): cosmetic changes
5540         (getLeftResultType): added new type flow for array indices, patch
5541         provided by Stas, see FR #877103
5542         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5543         array index patch by Stas
5544         * src/SDCCast.h: added prototype getResultTypeFromType()
5545         * src/SDCCval.h,
5546         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5547         * src/pic/glue.c (pic14emitStaticSeg),
5548         * src/pic16/glue.c (pic16emitStaticSeg),
5549         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5550         for initialization of symbols
5551         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5552         * support/Util/SDCCerr.h:
5553         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5554         * .version: bumped version number to 2.3.8
5555         * device/include/Makefile.in (install),
5556         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5557         avoid warnings
5558
5559 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5560
5561         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5562         Slade Rich fixed an optimization bug
5563         * src/pic/pcodepeep.c,
5564         * src/pic/pcoderegs.c
5565         * doc/Makefile (install): added test for directory
5566
5567 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5568
5569         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5570         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5571         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5572         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5573         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5574         * as/mcs51/asexpr.c (term),
5575         * as/hc08/asexpr.c (term): fixed bug #887146
5576
5577 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5578
5579         * src/z80/gen.c (genMult): handle single byte result product
5580         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5581         DUMMY_READ_VOLATILE (fixed bug #886367)
5582
5583 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5584
5585         * support/regression/tests/libmullong.c: fixed logic, on little endian
5586         hosts we ended without a mullong_wrapper()
5587
5588 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5589
5590         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5591         virus/worm forged address usage.
5592
5593 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5594
5595         Fixed promotion, it should be done on AST level:
5596         * src/SDCCast.c (addCast): added promotion to int
5597         (decorateType): updated call to upCast()
5598         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5599         usualUnaryConversions()
5600
5601 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5602
5603         * support/regression/tests/literalop.c (mulWrapper): Added a
5604         wrapper to remove integer overflow warnings.
5605
5606         * support/regression/tests/float_trans.c: Made work on host.
5607
5608         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5609         location of sz80.
5610
5611         * support/regression/generate-cases.py (main): Changed from inline
5612         to a main method.
5613
5614         * doc/Makefile (install): Changed to depth first to get rid of
5615         missing directory install warning.
5616
5617         * as/Makefile (install-doc): Made work on Mac.
5618
5619 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5620
5621         * src/SDCCast.c: added an additional type flow in decorateType() of
5622         opposite direction, see feature request #860006; it's enabled at runtime
5623         by setting the environment variable SDCC_NEWTYPEFLOW
5624         * src/SDCCast.h: changed prototype of decorateType()
5625         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5626         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5627         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5628         see feature request #877103
5629         * src/SDCCval.c: updated call of decorateType()
5630         (valBitwise): fixed bug #882876
5631         (valMinus): added promotion
5632         (valLogicAndOr): result is unsigned
5633         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5634         * src/SDCCsymt.c (computeType),
5635         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5636         must not cause an unsigned operation
5637         * src/pic/glue (pic14emitRegularMap),
5638         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5639
5640 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5641
5642         * src/pic/pcode.c (PCodeID): commented out left over debug code
5643
5644 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5645
5646         * support/valdiag/tests/overflow.c: added shift tests
5647         * src/pic/device.c,
5648         * src/pic/gen.c,
5649         * src/pic/gen.h,
5650         * src/pic/glue.c,
5651         * src/pic/main.c,
5652         * src/pic/pcode.c,
5653         * src/pic/pcode.h,
5654         * src/pic/pcodepeep.c,
5655         * src/pic/pcoderegs.c,
5656         * src/pic/ralloc.c,
5657         * src/pic/ralloc.h: applied patch from Slade Rich;
5658         added support for multiple code pages and multiple RAM banks on the
5659         PIC 14 port. The ASM files now no longer simply assume all the
5660         code / RAM are in the same page / bank. This means the linker can
5661         safely allocate code/RAM of separate ASM files to different pages/banks.
5662         * doc/sdccman.lyx: added Slade's tips
5663         * src/mcs51/peeph.def: fixed bug #880768
5664
5665 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5666
5667         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5668         * src/SDCCast.c (decorateType): fixed bug #880197
5669
5670 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5671
5672         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5673         getopt.h.
5674
5675         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5676         strtof is not part of C89 and isn't included with Mac OS X.
5677
5678 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5679
5680         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5681         shiftL2Left2Result): fixed bug #879326
5682         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5683         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5684         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5685         address fetch for clr instruction
5686         * device/lib/hc08/_mulint.c: created optimized assembly version
5687         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5688
5689 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5690
5691         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5692         proposed in FR #877103
5693
5694 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5695
5696         * src/SDCCval.c (cheapestVal): added missing checks
5697         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5698         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5699
5700 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5701
5702         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5703         equal operands
5704
5705 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5706
5707         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5708         loaded with the linker search paths (-L arguments) and the libraries
5709         to be linked with the current source (-l arguments). Changes
5710         currently will affect only the pic16 port.
5711         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5712         include path the port specific paths and port specific libraries,
5713         * gplink command now contains the $3 argument,
5714         * src/pic16/device.h,
5715         * src/pic16/device.c,: structure PIC_device is made public and
5716         renamed to PIC16_device, the same for variable Pics which is renamed
5717         to Pics16. Updated all references to them.
5718         * src/pic16/glue.c (pic16glue): corrected bug with code
5719         initialization which bypassed the variable initializations block.
5720
5721         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5722         COMPILE_FLAGS and added the --nostdinc option
5723
5724 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5725
5726         * device/include/mc68hc908jb8.h: Register defs for another member
5727         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5728
5729 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5730
5731         Documenting changes from previous commits.
5732         * configure.in (version 1.56),
5733         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5734         when generating output files to configure the pic16 library,
5735         but now I've commented it out, since gputils aren't installed in the
5736         SF compile farm, so library won't compile
5737
5738         * device/lib/Makefile.in (version 1.56): initially I've added in
5739         target 'all' the prerequestive 'model-pic16' so it compiled the
5740         pic16 library, but now I've commented it out for the same reasons
5741         above,
5742         * added targets 'model-pic16' and 'objects-pic16' to compile the
5743         library
5744         * added target 'port-specific-objects-pic16' to handle the
5745         generated libraries and copy them into the build/ directory
5746         * added target 'clean-intermediate-pic16' to clean intermediate
5747         files into pic16 directory
5748         * in target 'installdirs' added line to create directory pic16 in
5749         the installation path
5750
5751         * device/include/Makefile.in (version 1.11): in target 'install'
5752         added lines to copy all header files to installation path,
5753         * in target 'installdirs' added line create directory for pic16
5754         headers in the installation path
5755
5756 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5757
5758         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5759          a function call
5760
5761 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5762
5763         * configure,
5764         * device/lib/configure.in,
5765         * device/lib/configure: fixed for autoconf 2.57
5766
5767 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5768
5769         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5770         option so that it actually works. Made it specific to the z80, since
5771         the gbz80 doesn't have these kinds of I/O ports.
5772
5773 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5774
5775         * device/include/z180.h,
5776         * device/lib/_memcpy.c,
5777         * device/lib/_memmove.c,
5778         * device/lib/_mulint.c,
5779         * device/lib/ser_ir.c,
5780         * device/lib/ser_ir_cts_rts.c,
5781         * device/lib/_strcmp.c,
5782         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5783         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5784         portmode; added deprecation warning for bank= and protmode= forms.
5785         Also, guard against buffer overflow.
5786         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5787
5788 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5789
5790         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5791         changed interrupt vector table generation to only emit declared vectors.
5792         * device/include/Makefile.in: added missing backslash
5793         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5794
5795 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5796
5797         Mainly changes to support compilation of the device libraries
5798         * src/pic16/device.c: stack is allocated via symbol and not
5799         via literal number. The symbol is placed in the corresponding
5800         position of the data ram
5801         * (pic16_dump_section): relocatable and absolute uninitialized
5802         data are now emitted in sorted order to reduce section naming,
5803         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5804         weren't marked as being in the access bank,
5805
5806 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5807
5808         Added portion of GNU PIC Library under the directory
5809         device/include/pic16 and device/lib/pic16. These files
5810         contain the declarations of SFRs for the PIC18Fxx2 devices.
5811         The directory is initialized via configure from toplevel.
5812
5813 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5814
5815         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5816         the spilllocations to be compared correctly
5817
5818 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5819
5820         * src/SDCCast.c (decorateType): fixed bug introduced today
5821
5822 2004-01-12  Borut Razem <borut.razem AT siol.net>
5823
5824         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5825         doc/sdccman.lyx: upper case pragmas are deprecated
5826
5827 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5828
5829         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5830         in simpler and even better code
5831
5832 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5833
5834         * src/SDCCicode.c (operandOperation): fixed bug #874819
5835         * src/SDCCast.c (decorateType): fixed
5836         char foo (unsigned long ul) { return ul > 0; }
5837
5838 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5839
5840         * doc/sdccman.lyx: Moved and added some sections, small changes
5841         all over. Telling LaTeX to be less strict with word spacing
5842         to better keep the right margin. Changed some notes about
5843         maintainance of the ports in section 3.2.1 - is it OK like this?
5844
5845 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5846
5847         SDCC source changes:
5848         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5849         convilong): modified to inform the pic16 port that builtin functions
5850         are external
5851
5852         PIC16 PORT specific changes:
5853         * src/pic16/device.c pic16_dump_equates() added,
5854         processor registers declared internally by the port are emitted in
5855         the translation as equates,
5856         * src/pic16/gen.c: inline code is passed unprocessed to the
5857         translation,
5858         * (pic16_popGetLit2): fnuction modified to take second operand as
5859         pCodeOp pointer and not as literal,
5860         * (popRegFromIdx): prefixed with pic16_,
5861         * (pic16_popCombine2): modified to receive already allocated pCode
5862         operands,
5863         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5864         * (genFunction): initializes local stack frame and pushes on stack
5865         all the registers used by this function,
5866         * (genEndFunction): restores all registers from stack and restores
5867         stack frame,
5868         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5869         improvements,
5870         * (pic16glue): changed the program startup sequence,
5871         * added new dbName code 'A' for functions placed in absolute section
5872         * src/pic16/main.c: added function attribute _naked,
5873         * added pragma 'code' to place a fnuction at an absolute address,
5874         * added command line arguments --debug-ralloc and --pcode-verbose,
5875         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5876         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5877         * (pic16_newpCodeOpLit2): modified to take the second operand as
5878         pCodeOp pointer,
5879         * (pic16_printpBlock): modified to emit each function in a separate
5880         section,
5881         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5882         UPPER for immediate operands,
5883         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5884         instruction,
5885         * src/pic16/peeph.def: all peepholes with movff are commented out,
5886         because there is a problem in the pcode peep optimizer,
5887         * src/pic16/ralloc.c: the register allocator can now reuse local
5888         function symbols for another function. This saves register usage.
5889         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5890
5891         Added file src/pic16/NOTES with information about program writing on
5892         the current port version.
5893
5894 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5895
5896         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5897         and peephole 252 (array access)
5898
5899 2004-01-09  Borut Razem <borut.razem AT siol.net>
5900
5901         * src/SDCCmain.c : fixed #872250: -l command line defined library
5902           files are scanned before standard library files
5903
5904 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5905
5906         * src/SDCCast.c (decorateType): fixed bug #874046
5907
5908 2004-01-09  Borut Razem <borut.razem AT siol.net>
5909
5910         * support/scripts/sdcc.nsi: remove previous installation
5911
5912 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5913
5914         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5915         bytes for last interrupt vector (mcs51)
5916         * sdcc.spec: fixed typo
5917
5918 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5919
5920         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5921         gen51Code): more efficient parameter receive for --model-large
5922         ("bug" #845294)
5923
5924 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5925
5926         * src/ds390/main.c,
5927         * src/z80/main.c: added missed needLinkerScript flags (more than
5928         one port structure defined in these file)
5929         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5930         bug #795325
5931
5932 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5933
5934         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5935         * src/port.h: added flag needLinkerScript in port->linker
5936         structure to inform whether to create a .lnk file or not,
5937         * src/avr/main.c,
5938         * src/ds390/main.c,
5939         * src/hc08/main.c,
5940         * src/mcs51/main.c,
5941         * src/pic/main.c,
5942         * src/pic16/main.c,
5943         * src/xa51/main.c,
5944         * src/z80/main.c: changed appropriately to configure
5945         needLinkerScript flag
5946         * src/pic/gen.c,
5947         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5948         * src/pic/glue.c: added variable udata_section_name to
5949         override default uninitialized data segment definition for
5950         devices only with SHAREBANK memory (reported from Erik Epetrich)
5951         * (pic14emitOverlay): modified to emit a commented overlay segment
5952         directive when no overlay data exist
5953         * (picglue): modified to emit uninitialized data segment
5954         according to udata_section_name
5955         * src/pic/main.c (_pic14_parseOptions): added command line
5956         options --udata-section-name=[name] to override default
5957         udata definition name
5958         * modified _linkCmd and _asmCmd to include compiler passed
5959         arguments via -W option
5960         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5961         object file from '.rel' to '.o' in port->linker structure,
5962         changed size of fptr from 2 to 3 in port structure
5963
5964 2004-01-07  Borut Razem <borut.razem AT siol.net>
5965
5966         * support/scripts/sdcc.nsi: update PATH
5967         * support/scripts/sdcc.ico: craeted
5968
5969 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5970
5971         * device/include/Makefile.in: fix install
5972         * doc/Makefile: fix install
5973
5974 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5975
5976         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5977         in bug #860505
5978         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5979         how the function variable allocation summary is displayed; also
5980         include information about variables allocated to the overlay
5981         segment
5982
5983 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5984
5985         * as/mcs51/lkmain.c: Help about -Y option
5986         * as/mcs51/lkarea.c: Fixed gcc warnings
5987
5988 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
5989
5990         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
5991         fixed warning
5992         * support/valdiag/tests/overflow.c: added
5993         * src/SDCCast.c (decorateType),
5994         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
5995         LEFT_OP (left shift)
5996
5997 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5998
5999         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6000         (default behaviour).
6001
6002 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6003
6004         A python script to validate compiler diagnostic messages. It can be
6005         used to verify that sdcc complains about bad c source code and
6006         gives a good location of the error.
6007         * support/valdiag/Makefile,
6008         * support/valdiag/valdiag.py,
6009         * support/valdiag/tests/*
6010
6011 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6012
6013         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6014         * src/SDCCsymt.c (newEnumType),
6015         * src/SDCCsymt.h
6016         * support/Util/SDCCerr.c,
6017         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6018         enum related bugs.
6019         * support/regression/tests/enum.c: added test for enum values that
6020         require at least 2 bytes of storage.
6021
6022 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6023
6024         * src/common.h: added ifndef/define/endif macros
6025         around the header file.
6026         Bug reported from Jesus Calvino-Fraga
6027
6028 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6029
6030         * sdcc.spec: updated
6031         * device/include/Makefile.in: don't install CVS directories
6032         * device/lib/Makefile.in: added removal of CVS directories after install
6033         * doc/Makefile: fixed install, added local_icons
6034         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6035         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6036         * src/ds390/gen.c (genRightShift): fixed bug #870788
6037         * src/SDCCast.c (decorateType): fixed bug #870781
6038
6039 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6040
6041         PIC16 port related changes:
6042         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6043         added variable stackPos,
6044
6045         * gen.c: genCall, assignResultValue: added support for
6046         pushing/retrieving function parameters to/from stack,
6047         genFunction,genEndFunction: setup stack frame for the
6048         generated function,
6049         genAddrOf: will be changed according to bug 863624
6050
6051         * added files genutils.c and genutils.h which contain gen*
6052         debugged and optimised functions extracted from gen.c
6053
6054         * glue.c: added variable 'externs' which holds extern symbols,
6055         pic16emitRegularMap: is modified to properly handle relocatable
6056          symbols under the new scheme,
6057         pic16createInterruptVect: is modified
6058         pic16printPublics: is modified to emit 'global' assembler directives,
6059         added pic16_printExterns to print extern symbols,
6060         pic16glue: initializes stack/frame pointer in the beginning of
6061         the assembly output. Temporary hack, will be corrected later,
6062         because gplink yet does not support stack and SDCC does not
6063         yet support a type of crt0.o object to create the final binary.
6064
6065         * Removed many lines that contain 8051 legacy code.
6066         * The code is finally placed under a 'code' directive.
6067         * Added port specific options.
6068
6069         * _process_pragma: simplified since now we do not need *special*
6070         include file to define SFR registers. But a separate header
6071         will be needed. This will be developed later.
6072         * _pic16_parseOptions: added, parses port specific options:
6073         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6074         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6075         --preplace-udata-with=
6076
6077         * _pic16_setDefaultOptions: modified to initialize section names,
6078         but hack is temporarly out of order since it needs improvement.
6079         * _pic16_genAssemblerPreamble: configuration words are emitted by
6080         their address instead of their name. This part is incomplete and
6081         supports only the 18Fxx2 devices. Other devices will emit an error
6082         during assembly since they do not contain the same set of config
6083         registers
6084         * _pic16_genIVT: is modified,
6085
6086         * pcode.c: added definitions for some hardware registers that are needed
6087         for stack support
6088         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6089         All PCI entries are updated. Now LFSR is supported.
6090         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6091         * added pic16_newpCodeOpLit2 to support instructions with
6092         two literal arguments
6093         * pic16_pCode2str: corrected code that emits assembler instructions
6094         with two literal operands and those that have an access bit modifier
6095         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6096         this fixes a bug which caused some labels to be lost, when an
6097         assembler directive was added, i.e. banksel,
6098         * pic16_FixRegisterBanking: improved logic that causes the insertion
6099         of bank switching,
6100         * InlineFunction: functions that are called once, are not any more
6101         inlined. This can be a port option in the future,
6102
6103         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6104
6105         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6106         hold the corresponding uninitialized symbols,
6107         * pic16_allocProcessorRegister: registers have explicit marked the
6108         accessBank field,
6109         * pic16_allocInternalRegister: registers are explicit marked as
6110         not used,
6111         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6112         processing list, so bit registers were lost,
6113         *
6114
6115         * ralloc.h: added field 'accessBank' and original symbol operand
6116         in register definition,
6117         * removed the field isMapped from register definition,
6118
6119         ** Several functions have been removed from various sources:
6120         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6121         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6122         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6123         pic16_assignRelocatableRegisters
6124
6125         ** others have been introduced:
6126         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6127         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6128
6129 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6130
6131         * support/scripts/inc2h.pl: changed definition of BIT_AT
6132         to emit 'sbit at' instead of 'bit at'. This was a request.
6133
6134         PIC16 port related preliminary changes:
6135         * gen.c: prefixed function popRegFromString with
6136         pic16_ and all references to it corrected
6137         * pcode.c: all pic16_pc_* hardware registers prefixed
6138         with underscore (_),
6139         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6140         * ralloc.c: newReg(): when register is REG_SFR then
6141         set address to rIdx,
6142         pic16_allocProcessorRegister(): marks register wasUsed=0
6143         pic16_writeUsedRegs(): added a call to assign processor
6144         registers via pic16_assignFixedRegisters
6145
6146 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6147
6148         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6149         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6150         variables in unused register banks.  Also the SSEG is placed
6151         wherever there is enough space for it, and IDATA can be anywhere
6152         in internal RAM.  For now compile using -Wl-Y[stack_size].
6153         The mem file is different for this option as well, since it
6154         makes no sense of talking about DSEG lenght.
6155
6156 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6157
6158         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6159         in certain cases, e.g. when ROM assignment, patch provided
6160         from Albert den Haan.
6161
6162 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6163
6164         Many signedness and type propagation fixes:
6165         * src/SDCCicode.c: made geniCodeCast() static
6166         replaced SPEC_ by IS_ (cosmetic)
6167         (operandOperation): fixed div and mod operation
6168         (usualBinaryConversions): added support for promotion of char
6169         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6170         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6171         (geniCodeAdd): an array index will stay unsigned, even if promoted
6172         from char to int
6173         (geniCodeArray): ditto
6174         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6175         * src/SDCCsymt.c (computeType): added more support for char;
6176         promotion of char is selectable by promoteCharToInt, fixed signedness
6177         for all cases
6178         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6179         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6180         * src/SDCCval (val*): replaced signedness calculation by
6181         computeType()
6182         rearranged if-branches (cosmetic)
6183         (valShift): added warning W_SHIFT_CHANGED
6184         (valCompare): fixed problem with different types
6185         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6186         * support/regression/tests/literalop.c: added many cases
6187         * support/regression/tests/ast_constant_folding.c: changed finally to
6188         'unsigned int'
6189         * .version: new year, new version: 2.3.7
6190         * src/SDCCmain.c (main): applied patch #866468
6191         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6192         provided by Scott Bronson
6193         * doc/sdccman.lyx: updated documentation for sdcdb
6194         updated and added chapter tips
6195
6196 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6197
6198         * src/SDCCsymt.h: missing from yesterday's commits
6199
6200 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6201
6202         * src/SDCC.y (struct_or_union_specifier),
6203         * support/Util/SDCCerr.c,
6204         * support/Util/SDCCerr.h: verify that struct & union tags are used
6205         as declared.
6206
6207 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6208
6209         * src/SDCCglobl.h: missing from yesterday's commits
6210
6211 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6212
6213         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6214         sft_attributes, struct_declaration, parameter_declaration,
6215         type_name, start_block, declaration_list),
6216         * src/SDCC.lex (check_type): support redefinition of typedef names
6217
6218 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6219
6220         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6221         aligned xdata arrays. Erik helped me with the if clause.
6222
6223 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6224
6225         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6226         warning
6227
6228 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6229
6230         * src/SDCCast.h,
6231         * src/SDCCast.c (newAst_),
6232         * src/SDCCicode.h,
6233         * src/SDCCicode.c (ast2iCode, newiCode),
6234         * src/SDCCglobl.h,
6235         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6236         expr, statement, expression_statement, selection_statement,
6237         iteration_statement, expr_opt, jump_statement): foundation for tracking
6238         sequence points
6239         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6240         point code too)
6241
6242 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6243
6244         * support/Util/SDCCerr.c,
6245         * src/SDCCast.h,
6246         * src/SDCCast.c (createCase, createDefault, decorateType),
6247         * src/SDCClabel.c (labelUnreach),
6248         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6249         to error messages.
6250         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6251         (with thanks to Stas Sergeev)
6252         * device/include/time.h,
6253         * device/lib/time.c (CheckTime): suppress unreachable code warning
6254
6255 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6256
6257         * src/SDCCast.c (createIvalCharPtr),
6258         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6259         bug #753752)
6260         * support/regression/tests/nullstring.c: tests for these two bugs
6261
6262 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6263
6264         * support/Util/SDCCerr.h,
6265         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6266         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6267         about storage class and 'at' used inside struct or union
6268         * src/SDCCBBlock.c (iCodeFromeBBlock),
6269         * src/SDCCcse.c (ifxOptimize),
6270         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6271         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6272         printIval, emitStaticSeg, emitOverlay),
6273         * src/SDCClabel.c (deleteIfx),
6274         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6275         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6276         gatherAutoInit, processParms),
6277         * support/Util/SDCCerr.h,
6278         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6279         reporting for post-parse errors.
6280
6281 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6282
6283         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6284         implicit casts via union; they don't work on big endian systems
6285         (possible fix for bug #861138)
6286
6287 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6288
6289         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6290         * src/mcs51/main.c: fixed the fix for bug #737001
6291
6292 2003-12-15  Borut Razem <borut.razem AT siol.net>
6293
6294         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6295
6296 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6297
6298         * support/makebin/makebin.c: put output in binary mode
6299
6300 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6301
6302         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6303         xdata and data memory on startup. Set the environment variable
6304         SDCC_NOGENRAMCLEAR to disable this.
6305         * src/mcs51/peephole.def,
6306         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6307         (allows non-interrupt and interrupt code to safely compete for a resource
6308         without the non-interrupt code having to disable interrupts)
6309
6310 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6311
6312         * src/SDCCicode.c (geniCodeAdd),
6313         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6314         with valFromType if type might be a pointer and host is big endian).
6315         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6316         types, not just integer types.
6317         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6318         multiply defined with mismatching "at" address.
6319
6320 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6321
6322         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6323         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6324         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6325         with embedded nulls (fixed bug #753752)
6326
6327 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6328
6329         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6330         Apparently this did not see much testing (endless loop)
6331
6332 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6333
6334         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6335
6336 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6337
6338         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6339         gracefully handle NULL memmap pointers
6340
6341 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6342
6343         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6344         instead of deleting the iCode when an operand is volatile
6345         * src/z80/gen.c (genDummyRead),
6346         * src/mcs51/gen.c (genDummyRead),
6347         * src/ds390/gen.c (genDummyRead),
6348         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6349         not just IC_RIGHT
6350         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6351         * src/SDCC.y: fixed bug #850420
6352
6353 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6354
6355         Applied z80 i/o port patch from Peter Townson and fixed some operators
6356         to better handle operands in A register.
6357         * device/include/z180.h
6358         * src/SDCC.y
6359         * src/SDCCglue.c
6360         * src/z80/gen.c
6361         * src/z80/gen.h
6362         * src/z80/main.c
6363         * src/z80/peeph-z80.def
6364         * src/z80/peeph.def
6365         * src/z80/z80.h
6366
6367 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6368
6369         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6370
6371 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6372
6373         * device/lib/hc08/_mullong.c: Removed extra #endif
6374
6375 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6376
6377         * sim/ucsim/hc08.src/inst.cc,
6378         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6379         carries from x to h
6380         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6381         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6382         * device/include/stdarg.h: fixed varargs for hc08
6383         * device/lib/Makefile.in,
6384         * device/lib/hc08/Makefile,
6385         * device/lib/hc08/_mulint.c,
6386         * device/lib/hc08/_mullong.c: fixed some endian problems
6387
6388 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6389
6390         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6391         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6392         * device/lib/_gptrget.c,
6393         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6394
6395 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6396
6397         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6398         * src/SDCCast.c (astErrors): fixed bug #846007
6399         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6400
6401 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6402
6403         * src/SDCCast.c (decorateType): disabled a transformation I added in
6404         revision 1.188 (access to fields of a structure at an absolute address);
6405         it breaks with bitfields, extern declarations, and gcse analysis.
6406         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6407         could be assigned through a pointer, so don't complain.
6408         * src/SDCCast.c (astErrors),
6409         * src/SDCCast.h,
6410         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6411
6412 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6413
6414         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6415         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6416         output of __config directives, since gpasm now supports them
6417         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6418         pre-processor macro, i.e. -DMCU=p18f452
6419         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6420         and modified to handle 'cast' icode similarly to '=' icode
6421         * src/pic16/device.h (typedef struct PIC_device): added field
6422         'extMIface' to indicate that chip has external memory interface
6423         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6424         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6425         18F8720
6426
6427 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6428
6429         * src/SDCC.y (pointer): fixed bug #846006
6430         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6431         * src/SDCCast.c (decorateType): fixed bug #846009
6432         * src/ds390/peeph.def,
6433         * src/ds390/gen.c (genAnd, genOr),
6434         * src/mcs51/peeph.def,
6435         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6436
6437 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6438
6439         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6440         * src/SDCCdflow.c
6441         * src/SDCCcse.c
6442         * src/SDCCcse.h
6443         * src/SDCCBBlock.h
6444         * src/SDCCBBlock.c
6445
6446 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6447
6448         fixed bug #845089
6449         * src/SDCCbitv.h,
6450         * src/SDCCbitv.c: added function to free a bitvector
6451         * src/SDCClrange.h,
6452         * src/SDCClrange.c: added function to recompute the liveranges
6453         * src/avr/ralloc.c,
6454         * src/ds390/ralloc.c,
6455         * src/hc08/ralloc.c,
6456         * src/mcs51/ralloc.c,
6457         * src/pic/ralloc.c,
6458         * src/pic16/ralloc.c,
6459         * src/xa51/ralloc.c,
6460         * src/z80/ralloc.c: recompute the liveranges after register packing
6461
6462 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6463
6464         * src/SDCCloop.c (newInduction): fixed bug #845630
6465
6466 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6467
6468         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6469         inadvertantly left behind from my 2003-11-12 change
6470
6471 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6472
6473         Updated headers I neglected to commit yesterday.
6474         * src/SDCClrange.h,
6475         * src/SDCCicode.h
6476
6477 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6478
6479         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6480         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6481         * src/SDCCopt.c (eBBlockFromiCode),
6482         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6483         the creation of the key hash table from the sequencing so it can be used
6484         earlier (for some GCSE bug fixes still pending)
6485
6486 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6487
6488         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6489         * support/regression/tests/addsub.c: testing genPlus shortcut
6490
6491 2003-11-15  Borut Razem <borut.razem AT siol.net>
6492
6493         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6494
6495 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6496
6497         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6498         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6499         ordering is immaterial.
6500         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6501
6502 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6503
6504         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6505         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6506         (SIGSEV) of bug #840381
6507         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6508         unlink new file before rename if new and old filenames are the same)
6509
6510 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6511
6512         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6513         uninitialized variables) for the mcs51. Set environment variable
6514         SDCC_GENRAMCLEAR to test.
6515         xdata initialization slightly shorter
6516
6517 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6518
6519         * src/SDCCsymt.h,
6520         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6521         #838241 & 780691 (basicly the same bug)
6522         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6523         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6524
6525 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6526
6527         * src/SDCCmain.c (linkEdit): "fix" #834252
6528
6529 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6530
6531         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6532         * src/SDCCast.h,
6533         * src/SDCC.y: fixed bug #819403
6534
6535 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6536
6537         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6538         the reentrant attribute.
6539         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6540         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6541         simulation
6542         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6543         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6544         erroneously reduced to a literal.
6545         * src/hc08/ralloc.c (packRegisters, rematStr),
6546         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6547         some cases
6548
6549 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6550
6551         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6552         * doc/sdccman.lyx: changed from 'article' to 'book'
6553         * doc/Makefile: readded test_suite_spec and cdbfileformat
6554
6555 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6556
6557         * device/include/stdlib.h: include malloc.h to comply with ANSI
6558         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6559
6560 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6561
6562         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6563         * doc/clean.mk: also remove *.out files
6564         * doc/sdccman.lyx: some additions, larger top/bottom margins
6565
6566 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6567
6568         * src/SDCC.y: fixed bug #837365
6569         * support/regression/tests/bitopcse.c
6570         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6571         a symbol (might be valop instead)
6572         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6573         * device/lib/clean.mk: added hc08 to the cleaning list
6574
6575 2003-11-04  Borut Razem <borut.razem AT siol.net>
6576
6577         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6578           made 2003-11-04
6579         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6580           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6581           malloc is declared in standard stdlib.h
6582
6583 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6584
6585         * device/lib/hc08/Makefile: need to clean .rel not .o files
6586         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6587
6588 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6589
6590         * src/port.h,
6591         * src/hc08/main.c,
6592         * src/mcs51/main.c,
6593         * src/ds390/main.c,
6594         * src/z80/main.c,
6595         * src/avr/main.c,
6596         * src/pic/main.c,
6597         * src/pic16/main.c,
6598         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6599         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6600         tests (which uses the port's oclsExpense function)
6601         * src/SDCC.y,
6602         * src/SDCCast.c,
6603         * src/SDCCicode.c,
6604         * src/hc08/gen.c,
6605         * src/ds390/gen.c,
6606         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6607
6608 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6609
6610         * src/SDCCcse.c (ifxOptimize),
6611         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6612         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6613         deleting the IFX iCode.
6614         * src/hc08/ralloc.c: reduced unneeded slocs
6615         * src/hc08/gen.c: fixed bug in asmopToBoolean
6616
6617 2003-11-04  Borut Razem <borut.razem AT siol.net>
6618
6619         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6620           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6621           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6622           transferred to configure
6623
6624 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6625
6626         Use headers defined in the C[++] standards:
6627         * sim/ucsim/gui.src/serio.src/fileio.cc
6628         * sim/ucsim/gui.src/serio.src/frontend.cc
6629         * sim/ucsim/gui.src/serio.src/main.cc
6630         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6631         * support/Util/NewAlloc.c
6632         * as/hc08/lklibr.c
6633         * as/mcs51/lklibr.c
6634         * as/z80/aslist.c
6635         * as/z80/assym.c
6636
6637 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6638
6639         * Added MSVC projects for hc08 assembler and linker:
6640         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6641         /as/hc08/link_hc08.dsp
6642
6643 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6644
6645         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6646
6647 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6648
6649         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6650
6651 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6652
6653         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6654
6655 2003-10-31  Borut Razem <borut.razem AT siol.net>
6656
6657         * support/cpp2/cpplib.h,
6658           support/cpp2/cpplib.c,
6659           support/cpp2/cpplex.c,
6660           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6661           to switch _asm block preprocessing on / off. Default is
6662           #pragma preproc_asm +
6663
6664 2003-10-31  Borut Razem <borut.razem AT siol.net>
6665
6666         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6667           when outputting comment blocks (when executed with -C option) and
6668           _asm (SDCPP specific) blocks
6669
6670 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6671
6672         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6673
6674 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6675
6676         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6677
6678 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6679
6680         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6681         * src/SDCCast.c (decorateType): fixed bug #832664
6682
6683 2003-10-31  Borut Razem <borut.razem AT siol.net>
6684
6685         * support\cpp2\cpplex.c: fixed for SDCPP:
6686           comments(when executed with -C option) and _asm blocks
6687           were included even if they where in skipped #if block.
6688           Applied solution from GCC cpp 3.3.2
6689
6690 2003-10-31  Borut Razem <borut.razem AT siol.net>
6691
6692         * src/SDCC.lex: sdcc now understands both formats:
6693           '# <line_number> <file_name>' and
6694           '#line <line_number> <file_name>'
6695         * support/cpp2/cppmain.c: sdcpp now generates the standard
6696           '# <line_number> <file_name>' instead of former
6697           '#line <line_number> <file_name>'
6698
6699 2003-10-30  Borut Razem <borut.razem AT siol.net>
6700
6701         * support/cpp2/cpphash.h,
6702         * support/cpp2/cpplib.h
6703         * support/cpp2/cpplex.c,
6704         * support/cpp2/cppmain.c,
6705         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6706
6707 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6708
6709         Fixed a number of problems revealed by bug #827883.
6710         * src/SDCCloop.c (loopInvariants): Spill location of the
6711         result operand should be recomputed if extracted from
6712         a loop. Also, don't extract assignments of an iTemp
6713         from a literal.
6714         * src/SDCCast.c (isConformingBody): loop reversal should
6715         not occur if the control variable is involved with a
6716         relational operator.
6717
6718 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6719
6720         * .version: bumped to 2.3.6 to reflect the big improvements
6721         made by Erik and Klaus. Thanks!
6722
6723 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6724
6725         Replaced the livrange code.
6726         * src/SDCClrange.c: added new LR code
6727         * src/SDCCloop.c,
6728         * src/SDCCBBlock.h: removed remainig parts from old LR code
6729         * src/ds390/ralloc.c,
6730         * src/ds390/gen.c: minor fixes to make it work with new code
6731
6732 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6733
6734         * as/hc08/asm.h,
6735         * as/hc08/lkrloc.c,
6736         * src/hc08/gen.c,
6737         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6738         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6739         (tweaked fix for bug #818696)
6740
6741 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6742
6743         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6744
6745 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6746
6747         * src/SDCCmain.c,
6748         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6749         * src/mcs51/gen.c (gencjneshort),
6750         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6751         more efficient (per Scott Bronson's suggestion)
6752
6753 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6754
6755         Extended the semantics of the critical keyword to include
6756         individual statements. See RFE #827755 and #799831
6757         * src/SDCC.y
6758         * src/SDCCicode.c
6759         * src/SDCCopt.c
6760         * src/SDCCast.c
6761         * support/Util/SDCCerr.c
6762         * support/Util/SDCCerr.h
6763         * src/mcs51/gen.c
6764         * src/ds390/gen.c
6765         * src/hc08/gen.c
6766
6767 2003-10-19  Borut Razem <borut.razem AT siol.net>
6768
6769         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6770
6771 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6772
6773         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6774         Fixed bug #818696
6775         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6776         and predecrement operand is displayed
6777
6778 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6779
6780         * src/SDCCval.c (valMinus): fixed bug #826041
6781
6782 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6783
6784         Some hc08 related updates that I missed earlier
6785         * sim/ucsim/stypes.h
6786         * support/regression/ports/hc08/spec.mk
6787
6788 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6789
6790         New target "hc08" for the Motorola 68hc08 family of micros
6791
6792         * configure
6793         * configure.in
6794         * Makefile
6795         * src/hc08/*
6796         * src/SDCCmain.c
6797         * src/port.h
6798         * sim/ucsim/hc08.src/*
6799         * sim/ucsim/configure.in
6800         * src/ucsim/configure
6801         * sim/ucsim/packages_in.mk
6802         * as/hc08/*
6803         * as/Makefile
6804         * device/include/mc68hc908qy.h
6805         * device/lib/hc08/*
6806         * device/lib/Makefile.in
6807         * support/regression/ports/hc08/*
6808         * support/regression/Makefile
6809
6810 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6811
6812         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6813         regression test
6814         * src/ds390/gen.c (genCast): fixed bug #821957
6815
6816 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6817
6818         * device/lib/logf.c: "fixed" overlay bug
6819         * support/regression/ports/host/spec.mk: added m library
6820         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6821         * support/regression/tests/float_trans: added (for Eric)
6822
6823 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6824
6825         * src/mcs51/gen.c (genCpl): fixed bug
6826         http://sf.net/mailarchive/message.php?msg_id=6263915
6827
6828 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6829
6830         * src/SDCCast.c (decorateType): added extended constant folding
6831         * src/SDCCsymt.c (computeType): cleanup
6832         * src/SDCCval.c (valShift): minor optimization
6833         * support/regression/tests/ast_constant_folding.c: added
6834
6835 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6836
6837         * src/SDCCmain.c: removed some unintended changes
6838
6839 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6840
6841         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6842         * src/z80/gen.c: fixed part of bug #817589
6843         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6844
6845 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6846
6847         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6848         * src/SDCCcflow.c
6849         * src/SDCCcse.c
6850         * src/SDCCdflow.c
6851         * src/SDCClabel.c
6852         * src/SDCClrange.c
6853         * src/SDCCmem.c
6854         * src/SDCCopt.c
6855         * src/SDCCpeeph.c
6856         * src/SDCCset.c
6857         * src/avr/ralloc.c
6858         * src/ds390/ralloc.c
6859         * src/izt/ralloc.c
6860         * src/mcs51/ralloc.c
6861         * src/pic/ralloc.c
6862         * src/pic16/ralloc.c
6863         * src/xa51/ralloc.c
6864         * src/z80/ralloc.c
6865         * src/z80/gen.c: removed unused label "release:"
6866
6867 2003-10-06  Borut Razem <borut.razem AT siol.net>
6868
6869         * src/SDCC.lex: removed definition of unused variables
6870           save_optimize and save_options
6871
6872 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6873
6874         * clean.mk: removed '=' in "-maxdepth=1"
6875         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6876         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6877
6878 2003-10-06  Borut Razem <borut.razem AT siol.net>
6879
6880         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6881           my_unput() replaced by unput()
6882
6883 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6884
6885         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6886         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6887         type-punned pointer will break strict-aliasing rules"
6888         Old LR behaviour is again default; Klaus' LR can be choosen by
6889         defining the environment variable LRKLAUS
6890         * src/SDCCBBlock.h
6891         * src/SDCCloop.c
6892         * src/SDCClrange.c
6893         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6894         * clean.mk: fixed removal of files in bin/CVS/
6895         * device/lib/clean.mk: fixed removal of directories small and large
6896         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6897         * src/SDCCicode.c,
6898         * src/SDCCval.c: removed superflous test for pedantic
6899
6900 2003-10-05  Borut Razem <borut.razem AT siol.net>
6901
6902         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6903           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6904           message "unmatched #pragma SAVE and #pragma RESTORE"
6905
6906 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6907
6908         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6909           assembly, critical functions, atomic, nojtbound)
6910
6911 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6912
6913         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6914         * src/SDCCBBlock.h
6915         * src/SDCCloop.c
6916         * src/SDCCloop.h
6917         * src/SDCClrange.c
6918
6919 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6920
6921         * src/z80/gen.h,
6922         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6923         * src/mcs51/gen.h
6924         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6925         * src/ds390/gen.h
6926         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6927         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6928         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6929
6930 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6931
6932         * src/z80/gen.c (genRet): fixed bug #524753
6933         * src/z80/gen.c (genCast): fixed internal error on cast from
6934         pointer to long
6935         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6936         fix for bug #477835 to the z80
6937         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6938         for tracking iCodes in the peephole optimizer for z80
6939
6940 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6941
6942         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6943         the other part of bug #814548
6944         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6945
6946 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6947
6948         * src/SDCCcse.c: fixed part of bug #814548
6949
6950 2003-09-28  Borut Razem <borut.razem AT siol.net>
6951
6952         * src/asm.c: rewrite of printILine() to use temporary file instead
6953           a pipe
6954         * src/xa51/main.c: commented out declaration of int rewinds
6955
6956 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6957
6958         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6959
6960 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6961
6962         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6963         * src/asm.c (printILine): Fixed bug #811015
6964
6965 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6966
6967         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6968         freeing.
6969
6970 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6971
6972         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6973         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6974         to correctly handle general case of AOP_PAIRPTR
6975         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6976
6977 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6978
6979         * src/mcs51/ralloc.c (fillGaps),
6980         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
6981         register positioning bug)
6982
6983 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
6984
6985         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
6986
6987 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6988
6989         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
6990         genCodePointerGet, genGenPointerGet, genFarPointerSet,
6991         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
6992         (ralloc doesn't intentionally do this now, but perhaps later)
6993         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
6994         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
6995         register positioning bugs (Fixed bug #762602 and #795325)
6996         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
6997         (Fixed bug #808779)
6998         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
6999         lines that --i-code-in-asm generates
7000
7001 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7002
7003         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7004         trying to fclose a FILE* that was already closed.
7005
7006 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7007
7008         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7009         of const struct should be treated as if const themselves)
7010
7011 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7012
7013         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7014
7015 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7016
7017         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7018         Unix (/n) and DOS (/r/n) line terminations.
7019
7020 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7021
7022         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7023         bug #613775
7024
7025 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7026
7027         * src/mcs51/gen.c (genFunction, genEndFunction),
7028         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7029         and restore of EA so that stack offsets to parameters are
7030         correct when using both critical and reentrant/stack-auto.
7031         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7032         size (can be triggered in error if sloc is shared between
7033         different sized objects)
7034         * device/include/float.h: fixed macros to explicitly use
7035         unsigned long where needed
7036
7037 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7038
7039         Feature req. 799831: added code to allow nesting of critical functions
7040         * src/mcs51/gen.c (genFunction, genEndFunction)
7041         * src/ds390/gen.c (genFunction, genEndFunction)
7042
7043 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7044
7045         * src/SDCCsymt.c (sclsFromPtr),
7046         * src/SDCCsymt.h,
7047         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7048         support for standard C idiom of memory mapped variables; for
7049         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7050         to xdata int at 0x1234 tempvar = 1.
7051         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7052         provided by Akiya ISHIDA
7053
7054 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7055
7056         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7057         * src/SDCCval.c (constVal): added reduction from int to char
7058         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7059         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7060         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7061         to ignore the sign
7062         * support/regression/tests/shifts.c: fixed
7063
7064 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7065
7066         * src/z80/gen.c (genXor): Fixed bug #805445
7067
7068 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7069
7070         Fixed bug #621531 (const & volatile confusion in the type chain).
7071         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7072         refer to the const or volatile state of the pointer itself.
7073
7074         * src/SDCCast.c
7075         * src/SDCCglue.c
7076         * src/SDCCicode.c
7077         * src/SDCCsymt.c
7078         * src/SDCCval.c
7079         * src/SDCC.y
7080         * src/SDCCsymt.h
7081         * src/pic/gen.c
7082         * src/pic/ralloc.c
7083         * src/pic16/gen.c
7084         * src/pic16/ralloc.c
7085         * support/regression/tests/const.c
7086
7087 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7088
7089         When checking for duplicated modules, use absolute paths
7090         instead of relative paths.  Files changed:
7091
7092         * as/mcs51/lklib.c
7093         * link/z80/lklib.c
7094
7095 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7096
7097         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7098
7099 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7100
7101         * device/include/string.h: added size_t typedef, changed
7102         prototypes to use size_t, eliminated separate reentrant and
7103         non-reentrant declarations, added _memmove declaration
7104         * device/lib/_memcpy.c: changed to use size_t instead of int,
7105         changed /4 to >>2 to avoid division library call
7106         * device/lib/_memcmp.c,
7107         * device/lib/_memset.c,
7108         * device/lib/_strncat.c,
7109         * device/lib/_strncpy.c,
7110         * device/lib/_strncmp.c: changed to use size_t instead of int
7111         * device/lib/_memmove.c: new file (fixed bug #772294)
7112         * device/lib/Makefile.in: added _memmove.c
7113         * device/lib/z80/asm_strings.s: fixed bug #772290
7114         * support/regression/tests/bitfields.c: attempt to fix host assertion
7115         failure on amd64-unknown-linux2.2
7116
7117 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7118
7119         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7120         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7121         * as/z80/asmain.c (main): fixed bug #801766
7122
7123 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7124
7125         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7126         compilers
7127
7128 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7129
7130         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7131         reported in bug #800609
7132
7133 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7134
7135         * Top header beautifications in src/pic16 directory:
7136           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7137           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7138           pcoderegs.h, ralloc.c, ralloc.h
7139         * main.c: added top header and GPL license notice
7140         * pcode.c: fixed the if-conditional warning
7141
7142 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7143
7144         * device/lib/_mullong.c: replaced int by short for gcc
7145
7146 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7147
7148         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7149         and JUMPTABLE iCodes properly now (worked by accident before)
7150         * src/mcs51/gen.c (leftRightUseAcc),
7151         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7152         iCode properly now. Use getSize instead of nRegs since a & b
7153         aren't part of the nRegs tally.
7154
7155 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7156
7157         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7158         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7159           before instructions that use the _STATUS register
7160
7161 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7162
7163         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7164         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7165         fetching of the pointer
7166         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7167         copied from genNearPointerSet()
7168         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7169         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7170         If they pop r0/r1 they must be called in the opposite order than aopOp().
7171         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7172         (resp. --stack-auto), prepared for --xstack
7173
7174 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7175
7176         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7177
7178 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7179
7180         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7181         these ports have their own __sdcc_external_start()
7182
7183 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7184
7185         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7186         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7187         type for bits was changed. It resulted in bit variables becoming
7188         global, which is not permitted in PIC 14 assembly output.
7189
7190 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7191
7192         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7193
7194 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7195
7196         Z80 and MCS51 linkers complaint if a public symbol is defined
7197         in more than one library module:
7198
7199         * as/mcs51/lklib.c
7200         * link/z80/lklib.c
7201         * as/mcs51/Makefile.in
7202
7203 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7204
7205         A few small changes that speed up the peephole optimizer.
7206
7207         * src/SDCCpeeph.c
7208
7209 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7210
7211         Try to make the peephole optimizer smarter by maintaining
7212         an association between the assembly source code and the
7213         iCodes that originated them. Put this information to use
7214         with a new peephole rule condition "notVolatile" so that
7215         the rules can be aggressive yet still safe.
7216
7217         * src/SDCCpeeph.c
7218         * src/SDCCpeeph.h
7219         * src/mcs51/gen.c
7220         * src/mcs51/peeph.def
7221
7222 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7223
7224         Fixed bug #741761
7225
7226         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7227         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7228         if the left or right operand symbols have the accuse flag set.
7229
7230 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7231
7232         Changed the type of the result of the ! (NOT) operator to char;
7233         previously it returned the same type as the source. This allows
7234         us to eliminate all the genFloatNot functions (all of its target
7235         implementations were very buggy) since !float can use the same
7236         code as !long now.
7237
7238         * src/SDCCicode.c (ast2iCode): ! returns char
7239         * src/mcs51/gen.c (genNot, genNotFloat),
7240         * src/ds390/gen.c (genNot, genNotFloat),
7241         * src/z80/gen.c (genNot, genNotFloat),
7242         * src/pic/gen.c (genNot, genNotFloat),
7243         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7244
7245 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7246
7247         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7248         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7249            during interrupts. Ensure WSAVE is located at a shared bank address.
7250         2. Fixed page selection in some places
7251         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7252            the registers name strings.
7253         4. Fixed "signed / unsigned compare" compiler warnings.
7254         5. The PIC port manages its own allocation of the general purpose
7255            registers, but makes no attempt to reuse them. As a result when
7256            compiling it soon runs out of general purpose registers. Some
7257            additional code was added to the files pcode.c and device.c to walk
7258            through the function call tree and rename the registers so that they
7259            get reused.
7260
7261         * src/pic/device.c
7262         * src/pic/gen.c
7263         * src/pic/glue.c
7264         * src/pic/pcode.c
7265         * src/pic/pcode.h
7266         * src/pic/ralloc.c
7267         * src/pic/ralloc.h
7268         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7269         genPlus() & genMinus() when the result is the same as left or right
7270
7271 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7272
7273         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7274
7275 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7276
7277         Made bitfield a distinct type from bit so that bitfields
7278         convert as per ANSI C and bits retain their traditional
7279         boolean style behaviour. Implemented bitfield support in
7280         the z80 port.
7281
7282         * src/SDCCsymt.h,
7283         * src/SDCCsymt.c,
7284         * src/SDCCast.c,
7285         * src/cdbFile.c,
7286         * src/mcs51/gen.c,
7287         * src/ds390/gen.c: bit v bitfield split
7288         * src/z80/gen.c: New support for bitfields
7289         * support/regression/tests/bitfields.c: reenabled z80,
7290         added more tests
7291
7292 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7293
7294         Rules 246.x, 247.x relate to bitfields, the others speed up
7295         access to xdata mapped I/O devices.
7296
7297         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7298
7299 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7300
7301         Cleaned up genPackBits and genUnpackBits and added two helper
7302         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7303         for literal assignments in genPackBits (thanks to Frieder for
7304         reminding me).
7305
7306         * src/mcs51/gen.c
7307         * src/ds390/gen.c
7308
7309 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7310
7311         Fixed bug #748310 (pointer to function type mishandled when the
7312         function name is omitted). Also fixed a SIGSEGV when a function
7313         attribute (reentrant, etc) is used on a non-function or on a
7314         function but misplaced before the parameter list.
7315
7316         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7317         bug #748310
7318         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7319         * support/Util/SDCCerr.h,
7320         * support/Util/SDCCerr.c: Added func attr misuse error msg
7321
7322 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7323
7324         Fixed bug #787649 by anonymous
7325         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7326         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7327
7328 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7329
7330         Fixed numerous bitfield problems.
7331
7332         * src/SDCC.y: More bitfield related error checking
7333         * src/SDCCsymt.h,
7334         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7335         * support/Util/SDCCerr.h,
7336         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7337         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7338         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7339         * support/regression/tests/bitfields.c: tests added
7340
7341 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7342
7343         Made the constant following the "interrupt" keyword optional. If
7344         omitted, the function will not automatically be given an entry
7345         in the interrupt vector table (similar to #pragma NOIV, but
7346         less syntacticly kludgy). The interrupt number is also now
7347         range checked. Also fixed a bug in the high order bit example
7348         in the manual.
7349
7350         * src/SDCC.y
7351         * src/SDCCmem.c
7352         * src/SDCCglue.c
7353         * src/SDCCsymt.h
7354         * support/Util/SDCCerr.c
7355         * support/Util/SDCCerr.h
7356         * doc/sdccman.lyx
7357
7358 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7359
7360         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7361         * src/SDCCicode.c (operandOperation): rewritten some ops
7362         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7363         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7364         other type
7365         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7366         be re-activated by defining REDUCE_LITERALS)
7367         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7368         unsigned, but are signed by default
7369         * src/SDCCval.c (constVal): rearranged
7370         * src/SDCCval.c (valMod): preliminary fix
7371         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7372         * support/regression/literalop.c: added, work in progress
7373
7374 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7375
7376         Generate warnings for useless declarations like "char data;"
7377         that don't do what new users expect.
7378
7379         * src/SDCC.y
7380         * support/Util/SDCCerr.h
7381         * support/Util/SDCCerr.c
7382
7383 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7384
7385         * src/SDCCval.c (valMult): fix overflow detection of negative int
7386
7387 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7388
7389         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7390
7391         Changes to support big endian targets:
7392
7393         * src/ports.h
7394         * src/SDCCglue.c
7395         * src/avr/main.c
7396         * src/ds390/main.c
7397         * src/izt/i186.c
7398         * src/mcs51/main.c
7399         * src/pic/main.c
7400         * src/pic16/main.c
7401         * src/xa51/main.c
7402         * src/z80/main.c
7403
7404 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7405
7406         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7407         * device/lib/time.c: fixed warning "integer overflow in expression"
7408
7409 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7410
7411         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7412         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7413         constants are unsigned; added recognition of "u" flag for unsigned
7414         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7415         * src/SDCCval.c (valDiv, valMod): fixed signdness
7416         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7417         signedness of modulo, left and right shift
7418         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7419         * support/Util/SDCCerr.h: added warning W_INT_OVL
7420         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7421         * src/SDCCast.c (ast_print): improved output of constants
7422
7423 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7424
7425         Fixed some warnings when building with MSVC:
7426
7427         * as\mcs51\asdata.c
7428         * as\z80\asdata.c
7429         * as\mcs51\asm.h
7430         * as\z80\asm.h
7431         * link\z80\aslink.h
7432         * link\z80\lkdata.c
7433         * link\z80\lkeval.c
7434         * link\z80\lkgb.c
7435         * link\z80\lkihx.c
7436         * link\z80\lks19.c
7437         * link\z80\lksym.c
7438         * support\cpp2\cpplib.c
7439         * src\ds390\gen.c
7440         * src\mcs51\gen.c
7441
7442 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7443
7444         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7445
7446 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7447
7448         * support\librarian\clean.mk: Do not remove Makefile.
7449         * support\librarian\Makefile: added.
7450
7451 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7452
7453         Added librarian to MSVC build:
7454         * all.dsp
7455         * sdcc.dsw
7456         * support\librarian\librarian.dsp
7457
7458         'configure' not needed for librarian, removed:
7459         * support\librarian\configure
7460         * support\librarian\configure.in
7461         * support\librarian\config_in.h
7462         * support\librarian\Makefile.in
7463
7464         Hopefully these ones built the librarian and the rest of sdcc properly:
7465         * Makefile
7466         * Makefile.common.in
7467
7468         Messed up 'configure', so revert to previous version:
7469         * configure
7470         * configure.in
7471
7472 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7473
7474         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7475         there, while the mantissa of a double is "only" 53 bits wide.
7476
7477 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7478
7479         Adding sdcclib to the build.  MSVC project coming soon.
7480         Files added/changed:
7481
7482         * support\librarian\clean.mk
7483         * support\librarian\configure
7484         * support\librarian\configure.in
7485         * support\librarian\config_in.h
7486         * support\librarian\Makefile.bcc
7487         * support\librarian\Makefile.in
7488         * support\librarian\sdcclib.c
7489         * Makefile.bcc
7490         * Makefile
7491         * Makefile.common.in
7492         * configure
7493         * configure.in
7494
7495 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7496
7497         Linker now complaints if linked modules have conflicting options, for
7498         example, one compiled using --model-large and another one compiled with
7499         --model-small.  The following files were modified:
7500
7501         * as\mcs51\asdata.c
7502         * as\mcs51\aslink.h
7503         * as\mcs51\asm.h
7504         * as\mcs51\asmain.c
7505         * as\mcs51\asout.c
7506         * as\mcs51\i51pst.c
7507         * as\mcs51\lkdata.c
7508         * as\mcs51\lklibr.c
7509         * as\mcs51\lkmain.c
7510         * as\z80\asdata.c
7511         * as\z80\asm.h
7512         * as\z80\asmain.c
7513         * as\z80\asout.c
7514         * as\z80\z80pst.c
7515         * link\z80\aslink.h
7516         * link\z80\lkdata.c
7517         * link\z80\lklibr.c
7518         * link\z80\lkmain.c
7519         * src\SDCCglue.c
7520
7521 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7522
7523         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7524         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7525
7526 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7527
7528         * src/z80/mappings.i: fix _mul[us][int,long] entries
7529
7530 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7531
7532         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7533
7534 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7535
7536         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7537         * support/regression/tests/bitopcse.c: added
7538         fixed warning:
7539         * src/avr/gen.c:
7540         * src/pic/gen.c:
7541         * src/pic16/gen.c:
7542         * src/z80/gen.c:
7543         * src/xa51/gen.c:
7544
7545 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7546
7547         added support for new library format to z80, gbz80 linkers:
7548         *link/z80/aslink.h
7549         *link/z80/lklex.c
7550         *link/z80/lklib.c
7551         *link/z80/lklist.c
7552
7553 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7554
7555         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7556         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7557
7558 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7559
7560         added DUMMY_READ_VOLATILE:
7561         * src/SDCC.y:
7562         * src/avr/gen.c:
7563         * src/xa51/gen.c:
7564         * src/z80/gen.c:
7565         * src/pic/gen.c:
7566         * src/pic16/gen.c:
7567         * src/mcs51/gen.c:
7568         * src/ds390/gen.c:
7569         * src/SDCCcse.c (algebraicOpts): many improvements
7570         * src/SDCCcse.h: removed algebraicOpts()
7571         * src/SDCCicode.c (picDummyRead): added
7572
7573 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7574
7575         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7576         "Insufficient space in data memory".
7577
7578 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7579
7580         * src/mcs51/gen.c: fixed bug #771358
7581         * src/z80/gen.c: fixed bug #759087
7582
7583 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7584
7585         * src/pic16/glue.c: minor cleanup by Vangelis
7586
7587 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7588
7589         * device/include/regc515c.h: fixed #758477
7590         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7591         * device/lib/_gptrput.c: saved a few bytes
7592         * my tab spacing is 8, yours too?)
7593         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7594         * device/lib/serial.c: process RX bytes earlier than TX bytes
7595         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7596
7597 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7598
7599         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7600
7601 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7602
7603     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7604
7605 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7606
7607         * device/lib/Makefile.in: bad fix, reverted to 1.43
7608
7609 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7610
7611         * device/lib/Makefile.in: added missing z80 object files
7612
7613 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7614
7615         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7616         pic16 progress by Vangelis:
7617         * src/SDCCglobl.h:
7618         * src/SDCCmain.c:
7619         * src/pic/Makefile:
7620         * src/pic:
7621         * pic/Makefile:
7622         * pic16/device.c:
7623         * pic16/device.h:
7624         * pic16/gen.c:
7625         * pic16/gen.h:
7626         * pic16/genarith.c:
7627         * pic16/glue.c:
7628         * pic16/main.c:
7629         * pic16/pcode.c:
7630         * pic16/pcode.h:
7631         * pic16/pcodepeep.c:
7632         * pic16/peeph.def:
7633
7634 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7635
7636     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7637
7638 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7639
7640     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7641     added gbz80 build to MSVC project.
7642     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7643     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7644     from 8051 stuff and setup so it links using a .lnk file.
7645
7646 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7647
7648     * support/librarian/sdcclib.c: sdcc librarian.
7649     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7650     with sdcclib.
7651
7652 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7653
7654     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7655
7656 2003-07-02  Borut Razem <borut.razem AT siol.net>
7657
7658         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7659         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7660         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7661         src/xa51/main.c, src/z80/main.c:
7662         virtualization of glue() function: each port has it's own glue function,
7663         which is accessed by do_glue function pointer in PORT.general structure
7664
7665 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7666
7667         * DS800C400 fun, improved ROM interface and tinibios.
7668
7669 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7670
7671         * More support for DS80C400. Now includes beginning of interface to ROM.
7672
7673 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7674
7675         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7676
7677 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7678
7679         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7680
7681 2003-06-19  Borut Razem <borut.razem AT siol.net>
7682
7683         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7684
7685 2003-06-19  Borut Razem <borut.razem AT siol.net>
7686
7687         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7688         fixed Z80 port - crt0.o: cannot open.
7689
7690 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7691
7692         * support/Util/MySystem.c (merge_command): revert bad fix
7693
7694 2003-06-18  Borut Razem <borut.razem AT siol.net>
7695
7696         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7697
7698 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7699
7700         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7701         option --use-stdout sends errors to stdout instead of stderr.
7702
7703 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7704
7705         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7706
7707 2003-06-15  Borut Razem <borut.razem AT siol.net>
7708
7709         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7710         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7711         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7712         fixed width array of pointers replaced with sets;
7713         multiple include and lib paths ared transferred to preprocessor and linker
7714         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7715         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7716         fixed width array of pointers
7717         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7718         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7719         fixupPath(), getPathDifference()
7720         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7721         fixed width array of pointers
7722
7723 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7724
7725         * src/pic16/ralloc.c: fix warnings
7726         * src/pic16/pcode.c: fix warning
7727
7728 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7729
7730          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7731         know all the details, but essentially this set of changes enable
7732         the pic16 port to generate movff instructions and generate assembler
7733         directives,
7734         * src/SDCCmain.c:
7735         * src/pic16/gen.c:
7736         * src/pic16/glue.c:
7737         * src/pic16/pcode.c:
7738         * src/pic16/device.c:
7739         * src/pic16/main.c:
7740         * src/pic16/pcode.h:
7741         * src/pic16/pcoderegs.c:
7742         * src/pic16/ralloc.c:
7743         * src/pic16/ralloc.h:
7744
7745 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7746
7747         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7748         added option --vc, so sdcc errors and warnings are compatible with
7749         Microsoft Visual Studio.
7750
7751 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7752
7753         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7754           device/lib/libfloat.lib: added atof function.
7755
7756 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7757
7758         * doc/sdccman.lyx: updated to Lyx 1.3
7759         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7760         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7761         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7762
7763 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7764
7765         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7766
7767 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7768
7769         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7770           additions to the "related tools/documentation" section
7771
7772 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7773
7774         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7775
7776 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7777
7778         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7779         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7780
7781 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7782
7783         * doc/sdccman.lyx: fix double dash and other minor things
7784         * doc/Makefile: fix double dash
7785
7786 2003-05-28  Karl Bongers(patches from Martin Helmling)
7787         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7788           condition and ignore commands.
7789
7790 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7791
7792         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7793           is in parts still quite out of date, I did changes as far as I felt makes sense
7794           for a non-native english speaker.
7795           Please feel free to add to the manual or to correct my changes.
7796         * doc/Makefile: undid touching the date of intermediate tex files.
7797
7798 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7799
7800         * doc/sdccman.lyx: Manual has an index now
7801
7802 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7803
7804         Finalize muluint/mulsint and mululong/mulslong merging:
7805         * device/lib/_mulint.c
7806         * device/lib/_mullong.c
7807         * device/lib/gbz80/mul.s
7808         * device/lib/gbz80/stubs.s
7809         * device/lib/z80/mul.s
7810         * device/lib/z80/stubs.s
7811         * src/SDCCsymt.c (initCSupport)
7812
7813 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7814
7815         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7816         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7817           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7818           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7819           instead of /Zm500.
7820
7821 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7822
7823         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7824           the regression tests I'm not brave enough to enable 245.b, 245.c
7825         * doc/sdccman.lyx: added latex preamble for hyperref package.
7826           Using pdflatex this will give you a hyperlinked pdf file with
7827           bookmarks. (prepend '%' before /usepackage if this breaks something)
7828
7829 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7830
7831          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7832
7833 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7834
7835         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7836
7837 2003-05-21    <johan AT balder>
7838
7839         * src/SDCCglue.c (printIval): fixed bug #739934
7840
7841 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7842
7843         Applied patch from bug 737905 (renamed yylineo to mylineno):
7844         * src/altlex.c
7845         * src/SDCCast.c
7846         * src/SDCglobl.h
7847         * src/SDCC.lex
7848         * src/SDCCsymt.c
7849         * src/SDCCval.c
7850         * src/pic16/pcode.c: Cleaned warnings
7851         * src/pic16/pcodeflow.c: Cleaned warnings
7852         * src/pic16/pcoderegs.c: Cleaned warnings
7853
7854 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7855
7856         * src/pic16/pcode.c: Cleaned warnings
7857         * src/pic16/pcodepeep.c: Cleaned warnings
7858         * src/pic16/ralloc.c: Cleaned warnings
7859
7860 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7861
7862         * doc/sdccman.lyx: fixed bug 739745
7863         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7864
7865 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7866
7867         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7868         it can be defined with CFLAGS when running configure
7869         * src/SDCCmain.c: fixed compiling + linking with object files
7870
7871 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7872
7873         * configure.in: configure for pic16 port,
7874             added --disable-pic16-port
7875         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7876         * src/SDCCmain.c: linkOptions is changed to set *,
7877             added if/endif conditional macros to remove options help
7878             messages from optionsTable when a port is not configured, added
7879             support for the PIc16 port in the ports table, when executing
7880             the compiler with no port specified on command line, a default
7881             port is selected with the new macro DEFAULT_PORT which is
7882             defined in port.h, in setDefaultOptions() linkOptions is removed
7883             from initialization assignment, since now it is a set,
7884             parseCmdLine uses setParseWithComma for linkOptions, in
7885             linkEdit() linkOptions are accessed with new function indexSet()
7886             which returns the i'th item of a set variable. See SDCCset.c, in
7887             linkEdit() when calling buildCmdLine(), added linkOptions as
7888             last argument. Now users can pass arguments to gplink via the
7889             -Wl option, main() uses pic16glue() to glue up pic16 programs
7890         * src/SDCCpeeph.c: various changes to support pic16
7891         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7892             return the i'th item of the set
7893         * src/SDCCset.h: added function prototype for indexSet()
7894         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7895         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7896         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7897             added macro DEFAULT_PORT
7898         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7899         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7900             generated
7901         * src/pic16/glue.c: commented out some error producing lines
7902         * src/pic16/main.c: __config directives are commented out to stop
7903             gpasm complaining and test the linkage with gplink, _linkCmd and
7904             _asmCmd changed to be more gplink and gpasm friendly
7905         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7906             produced an error when parsed, peep rule 12 is added to utilize
7907             movff, but it is commented out since the pCode does not support
7908             yet a command with 2 address arguments
7909
7910 2003-05-18    <johan AT balder>
7911
7912         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7913         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7914 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7915
7916         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7917   Added feature to script commands from file.
7918
7919 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7920
7921         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7922         * src/SDCCutil.c: include ctype.h for win32
7923
7924 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7925
7926         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7927
7928 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7929
7930         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7931   Fixed so you can set breakpoints prior to run, run does not stop
7932   on entry now.  Add tbreak.  Other enhancements and fixes for use
7933   with ddd.
7934
7935 2003-05-12  Borut Razem <borut.razem AT siol.net>
7936
7937         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7938
7939 2003-05-11  Borut Razem <borut.razem AT siol.net>
7940
7941         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7942         the path of bin directory, so that PATH is the only env. variable, which has to be set
7943         in case of standard installation.
7944         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7945         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7946         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7947
7948 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7949
7950         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7951         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7952         temp files are in the port dir; clean the gen/test directory when
7953         generating new test.c
7954         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7955         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7956         * support/regression/tests/zeropad.c: added
7957
7958 2003-05-09    <johan AT balder>
7959
7960         * src/SDCCglue.c: fixed bug #597940
7961
7962 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7963
7964         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7965   cache sfr, optimize next,step, fix off by one sourceline,
7966   support ddd list function.
7967         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7968
7969 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7970
7971         * support/regression/HTMLgen.py: added compare_s2f()
7972         * support/regression/Makefile: redo 1.27
7973         * support/regression/generate-cases.py: redo 1.5
7974
7975 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7976
7977         * support/regression/tests/float.c: workaround 33 bit hex constant
7978         * support/regression/tests/simplefloat.c: fix division for host
7979
7980 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
7981
7982         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
7983         that tame's the PIC's over-aggressive optimizer.
7984
7985 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7986
7987          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
7988          support for MSVC.
7989
7990 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
7991
7992         Initial support for DS80C400. "Hello world" runs on TINIm400
7993         (with polled I/O).
7994
7995 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
7996
7997          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7998          * Some notes on ddd usage added in debugger/README
7999          Martin Helmling adding more features and fixes for ddd GUI debugger.
8000          Code added for nexti, stepi, up, down, and other adjustments.
8001
8002 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8003
8004         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8005         * src/pic/peeph.def Added two rules to optimize carry manipulation
8006         * src/pic/* removed debug printfs
8007
8008 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8009
8010         * debugger/mcs51/cmd.c: added header newalloc.h
8011
8012 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8013
8014         * as/Makefile: new EXEEXT
8015         * as/z80/Makefile: remove trailing slash of BUILDIR
8016         * as/z80/clean.mk: new EXEEXT
8017         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8018         * support/cpp2/Makefile.in: new EXEEXT
8019         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8020
8021 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8022
8023         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8024         EXEEXT was introduced to fix all related problems with targets
8025         "clean", "install" and "uninstall"; a couple of further flaws
8026         especially with "clean" have been fixed too
8027         * as/mcs51/Makefile.in
8028         * as/mcs51/clean.mk
8029         * as/z80/Makefile
8030         * Makefile
8031         * clean.mk
8032         * debugger/mcs51/Makefile.in
8033         * debugger/mcs51/clean.mk
8034         * link/z80/Makefile
8035         * link/z80/Makefile.in
8036         * link/z80/clean.mk
8037         * link/Makefile
8038         * packihx/Makefile.in
8039         * packihx/clean.mk
8040         * sim/ucsim/Makefile
8041         * sim/ucsim/clean.mk
8042         * sim/ucsim/avr.src/Makefile.in
8043         * sim/ucsim/avr.src/clean.mk
8044         * sim/ucsim/s51.src/Makefile.in
8045         * sim/ucsim/s51.src/clean.mk
8046         * sim/ucsim/xa.src/Makefile.in
8047         * sim/ucsim/xa.src/clean.mk
8048         * sim/ucsim/z80.src/Makefile.in
8049         * sim/ucsim/z80.src/clean.mk
8050         * sim/ucsim/main_in.mk
8051         * sim/ucsim/packages_in.mk
8052         * sim/ucsim/gui.src/Makefile.in
8053         * sim/ucsim/gui.src/serio.src/Makefile.in
8054         * sim/ucsim/gui.src/serio.src/clean.mk
8055         * src/Makefile.in
8056         * src/clean.mk
8057         * support/cpp2/Makefile.in
8058         * support/cpp2/clean.mk
8059         * support/makebin/Makefile
8060         * support/makebin/clean.mk
8061         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8062         * doc/sdccman.lyx: --program-suffix no longer needed
8063
8064 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8065
8066          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8067          Martin Helmling added support for ddd GUI debugger.
8068          Code added to display assembly, set variables, and other commands
8069          to interface to ddd.
8070
8071 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8072
8073         * as/Makefile: fix target clean
8074         * as/clean.mk: fix target clean
8075         * as/z80/clean.mk: fix target clean
8076
8077 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8078
8079         * Makefile.common.in: added  AT EXEEXT AT
8080         * configure.in: removed all mingw32 stuff
8081         * configure: rebuilt from configure.in
8082         * doc/sdccman.lyx: updated section "installation"
8083         * support/scripts/sdcc_mingw32: adapted to configure
8084         * support/scripts/sdcc_cygwin_mingw32: added
8085
8086 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8087
8088         * src/pic Added object file support for the PIC port
8089         * src/pic Applied patch from Craig Franklin (this started the object file support)
8090         * src/regression Updated the PIC regression tests for object files
8091
8092 2003-04-20  Borut Razem <borut.razem AT siol.net>
8093
8094         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8095           lklex.c: In function `getfid':
8096           lklex.c:203: warning: array subscript has type `char'
8097         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8098           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8099         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8100           stack handling macros
8101
8102 2003-04-19  Borut Razem <borut.razem AT siol.net>
8103
8104         * "handling space characters in file path" task:
8105         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8106         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8107         * support/Util/MySystem.h: make it self-sufficient
8108         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8109           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8110           handling space characters in file path
8111         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8112           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8113         * support/Util/MySystem.c: handling space characters in executable's path
8114
8115 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8116
8117         * as/z80/Makefile: fix permanent rebuild of z80
8118         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8119         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8120
8121 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8122
8123         * src/SDCCopt.c: add special case optimization to replace modulo by
8124           a power of two with a bitwise AND.
8125
8126 2003-04-18    <johan AT balder>
8127
8128         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8129
8130 2003-04-17    <johan AT balder>
8131
8132         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8133         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8134
8135 2003-04-13  Borut Razem <borut.razem AT siol.net>
8136
8137         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8138         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8139           fixed mingw problem in adl_NORMALIZE_PATH
8140
8141 2003-04-12  Borut Razem <borut.razem AT siol.net>
8142
8143         * fixed "#pragma SAVE/RESTORE can not be nested":
8144         * src/SDCC.lex: reworked pragma handling functions
8145         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8146         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8147
8148 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8149
8150         * src/SDCCutil.c (pathEquivalent): defined but not used
8151         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8152         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8153         * configure: rebuilt from configure.in
8154         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8155         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8156         * device/include/Makefile.in: replace sdcc_datadir
8157         * device/lib/Makefile.in: replace sdcc_datadir
8158         * Makefile.common.in: add LDFLAGS from configure
8159         * packihx/Makefile.in: use LDFLAGS
8160         * src/Makefile.in: use LDFLAGS
8161         * support/cpp2/Makefile.in: add LDFLAGS from configure
8162         * support/makebin/Makefile: use LDFLAGS
8163         * .version: bumped version number to 2.3.5
8164
8165 2003-04-12  Borut Razem <borut.razem AT siol.net>
8166
8167         * completed "different paths" task:
8168         * src/SDCCmacro.c: fixed bug in handling quotes
8169         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8170         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8171
8172 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8173
8174         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8175
8176 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8177
8178         * ds390/gen.c ds390/peeph.def: fix bug 706781
8179
8180 2003-04-11  Borut Razem <borut.razem AT siol.net>
8181
8182         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8183
8184 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8185
8186         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8187         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8188          set - this bit used to not be set...).
8189         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8190           bad code in PIC Port
8191         * src/regression/and2.c added to test bug 609268
8192         * src/regression/Makefile added and2.c to regression test
8193
8194
8195 2003-04-08    <johan AT CP255758-A>
8196
8197         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8198         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8199         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8200
8201 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8202
8203         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8204         fix bug #487815
8205         * support/cpp2/Makefile.in: fix bug #487815
8206         * configure: rebuilt from configure.in
8207         * Makefile.common.in: docdir changed, new path suffixes
8208         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8209         * sdcc_vc_in.h: reflect changes from sdccconf.h
8210         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8211         * src/SDCCutil.h: remove BINDIR hack
8212         * doc/sdccman.lyx: update new path hierarchy
8213
8214 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8215
8216         * src/SDCCpeeph.c: added okToRemoveSLOC test
8217
8218 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8219
8220         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8221
8222 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8223
8224         * src/SDCCpeeph.c: added labelIsReturnOnly test
8225         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8226
8227 2003-04-05    <johan AT balder>
8228
8229         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8230         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8231         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8232         * src/SDCCast.c: fixed a warning
8233         * src/SDCCast.h: fixed a warning
8234         * src/SDCCicode.c (operandFromAst): fixed a warning
8235
8236 2003-04-04    <johan AT balder>
8237
8238         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8239         * src/SDCCast.c (decorateType): fixed bug #715076
8240         * src/SDCC.y: fixed bug #702907
8241
8242 2003-04-03    <johan AT balder>
8243
8244         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8245         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8246         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8247         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8248         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8249
8250 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8251
8252         * _decdptr.c: fix return values
8253         * _gptrget.c: fix return values
8254         * _gptrgetc.c: fix return values
8255         * _gptrput.c: fix return values
8256         * _mulint.c: fix return values
8257         * as/z80/Makefile: fix 'make -j' problem
8258
8259 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8260
8261         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8262         * configure.in: big cleanup, updated to autoconf 2.5x
8263         * configure: rebuilt from configure.in
8264         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8265         * sdcc_vc_in.h: reflect changes from sdccconf.h
8266         * doc/Makefile: fixed a flaw in "make install"
8267
8268 2003-04-02    <johan AT balder>
8269
8270         * src/ds390/gen.c (genCmp): no comments
8271         * src/mcs51/gen.c (genCmp): no comments
8272         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8273         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8274
8275 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8276
8277         * support/regression/generate-cases.py: place generated file in given sub directory
8278         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8279         * support/regression/Makefile: improvements for 'make -j';
8280         side effect: it's simpler and faster now
8281
8282 2003-03-31  Borut Razem <borut.razem AT siol.net>
8283
8284         * src/z80/main.c: link-{port} and as-{port} defined without path
8285         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8286
8287 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8288
8289         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8290
8291 2003-03-30  Borut Razem <borut.razem AT siol.net>
8292
8293         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8294           changed type of list parameter to set
8295         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8296         * src/port.h: changed type of do_assemble() parameter to set
8297         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8298           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8299           definition of "cppoutfilename" macro with NULL value in preProcess()
8300         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8301         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8302         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8303           replaced with set *binPathSet
8304         * shash_add() deallocates the item, if allready exsists, before adding the new one
8305         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8306
8307 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8308
8309         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8310           a nested for loop bug in the PIC port
8311         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8312           for loops
8313
8314 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8315
8316         * support/Util/dbuf.h: remove C++ stuff to make it portable
8317
8318 2003-03-28  Borut Razem <borut.razem AT siol.net>
8319
8320         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8321           literal strings in stringLiteral()
8322         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8323         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8324           to the project
8325
8326 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8327
8328         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8329
8330 2003-03-26    <johan AT balder>
8331
8332         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8333         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8334         * src/SDCCast.c (decorateType): fixed " -v < 3"
8335
8336 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8337
8338         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8339         Added Lenny Story's debug infrastructure changes:
8340         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8341         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8342         * src/cdbFile.c: added
8343         * src/SDCCdebug.c: added
8344         * src/SDCCdebug.h: added
8345         * src/SDCCast.c (createFunction)
8346         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8347         * src/SDCCmain.c (parseCmdLine, main)
8348         * src/SDCCmem.c (redoStackOffsets)
8349         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8350         * src/SDCCsymt.h
8351         * src/common.h
8352         * src/avr/gen.c (genAVRCode)
8353         * src/ds390/gen.c (gen390Code)
8354         * src/mcs51/gen.c (gen51Code)
8355         * src/pic/gen.c (genpic14Code)
8356         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8357         * src/xa51/gen.c (genXA51Code)
8358         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8359
8360 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8361
8362         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8363         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8364
8365 2003-03-22    <johan AT balder>
8366
8367         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8368
8369 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8370
8371         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8372         * doc/cdbfileformat.lyx: added, written by Lenny Story
8373         * doc/Makefile: added cdbfileformat.lyx
8374         * doc/clean.mk: added cdbfileformat.lyx
8375
8376 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8377
8378         * src/mcs51/peeph.def: fix bug #705773
8379
8380 2003-03-20    <johan AT balder>
8381
8382         An sfr/sbit can have an "at #" AND an initializer
8383         * src/SDCCsymt.c (checkSClass):
8384         * src/SDCCmem.c (allocGlobal):
8385         * src/SDCCmem.c (allocLocal):
8386         * src/SDCCast.c (createBlock):
8387
8388 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8389
8390         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8391
8392 2003-03-16    <johan AT balder>
8393
8394         Undid the hackup of const and volatile, the problem is much bigger
8395         * src/SDCC.y:1.65
8396         * src/SDCCast.c:1.171
8397         * src/SDCCglue.c:1.138
8398         * src/SDCCicode.c:1.146
8399         * src/SDCCsymt.c:1.150
8400         * src/SDCCval.c:1.65
8401
8402 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8403
8404         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8405         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8406
8407 2003-03-13    <johan AT balder>
8408
8409         Hackup const and volatile modifiers in type chains a bit:
8410         * src/SDCC.y:1.63
8411         * src/SDCCast.c:1.169
8412         * src/SDCCglue.c:1.136
8413         * src/SDCCicode.c:1.143
8414         * src/SDCCsymt.c1.146
8415         * src/SDCCsymt.h1.59
8416         * src/SDCCval.c:1.63
8417
8418 2003-03-12    <johan AT balder>
8419
8420         * src/SDCCBBlock.h: more LRH debugging junk
8421         * src/SDCCcflow.h: more LRH debugging junk
8422         * src/SDCCloop.c: more LRH debugging junk
8423         * src/SDCC.y (struct_declaration): fixed bug #697590
8424         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8425         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8426         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8427
8428 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8429         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8430         test function names must now match exactly).
8431         * src/SDCCcse.c: added special case in findCheaperOp to allow
8432         extending a short integer. Makes less awful code for bug 700121 test case.
8433
8434 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8435
8436         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8437         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8438
8439 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8440
8441         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8442         actually called (operandsNotEqual() was called for all
8443         operandsNotEqualX tests).
8444
8445 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8446
8447         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8448         with shorter literals. Fixes bug 700121.
8449
8450 2003-03-11    <johan AT balder>
8451
8452         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8453
8454 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8455
8456         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8457         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8458
8459 2003-03-10  Borut Razem <borut.razem AT siol.net>
8460
8461         * src/SDCCmain.c: pipe preprocessor's output
8462         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8463         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8464         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8465         which closes all pipes in pipeSet set
8466         * src/SDCCset.c: free deleted item in function deleteSetItem()
8467         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8468         moved from z80 to src subproject
8469         * .version: increased version number to 2.3.4
8470
8471 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8472
8473         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8474         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8475         * support/regression/ports/xa51/spec.mk: fix typo
8476
8477 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8478
8479         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8480
8481 2003-03-09  Borut Razem <borut.razem AT siol.net>
8482
8483         * src/SDCCmain.c: pipe preprocessor's output
8484         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8485         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8486         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8487         which closes all pipes in pipeSet set
8488         * src/SDCCset.c: free deleted item in function deleteSetItem()
8489         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8490         moved from z80 to src subproject
8491
8492 2003-03-09  Borut Razem <borut.razem AT siol.net>
8493
8494         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8495         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8496         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8497         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8498         * src/SDCCglobl.h: unification of WIN32 native definitions
8499
8500 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8501
8502         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8503
8504 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8505
8506         * src/configure.in:   check for endianess (even while cross-compiling)
8507         * src/configure:      check for endianess (even while cross-compiling)
8508         * src/configure_in.h: check for endianess (even while cross-compiling)
8509         * src/avr/gen.c:        remove old endianess stuff
8510         * src/mcs51/gen.c:      remove old endianess stuff
8511         * src/ds390/gen.c:      remove old endianess stuff
8512         * src/pic/gen.c:        remove old endianess stuff
8513         * src/pic/genarith.c:   remove old endianess stuff
8514         * src/pic/glue.c:       fix endianess check
8515         * src/pic16/gen.c:      remove old endianess stuff
8516         * src/pic16/genarith.c: remove old endianess stuff
8517         * src/pic16/glue.c:     fix endianess check
8518         * src/xa51/gen.c:       remove old endianess stuff
8519         * src/z80/gen.c:        fix endianess check
8520         * src/SDCCglue.c:       fix endianess check
8521         * src/ds390/peeph.def: fix bug 700036
8522
8523 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8524
8525         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8526         * src/configure: find appropriate data-types on host for SDCC's int and long
8527         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8528         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8529         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8530
8531 2003-03-07    <johan AT balder>
8532
8533         Just a big NOOP:
8534                 some minor cleanups before the big shot
8535                 OP_DEFS and OP_USES now use Kevin's protection
8536                 new option --nolabelopt
8537
8538         * src/SDCCBBlock.c:
8539         * src/SDCCast.c,:
8540         * src/SDCCcflow.c:
8541         * src/SDCCcse.c:
8542         * src/SDCCicode.c:
8543         * src/SDCCicode.h:
8544         * src/SDCClabel.c:
8545         * src/SDCCloop.c:
8546         * src/SDCCmain.c:
8547         * src/ds390/ralloc.c:
8548         * src/mcs51/ralloc.c:
8549         * src/pic/ralloc.c:
8550         * src/xa51/ralloc.c:
8551         * src/z80/ralloc.c:
8552
8553 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8554
8555         * src/pic/pcode.c (get_op): fix 64 bit warnings
8556         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8557         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8558         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8559         * support/regression/tests/malloc.c: fix 64 bit warnings
8560
8561 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8562
8563         * src/mcs51/gen.c (genMinus): fixed bug 696436
8564
8565 2003-03-02  Borut Razem <borut.razem AT siol.net>
8566
8567         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8568
8569 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8570
8571         * configure.in: test for mkstemp
8572         * sdccconf_in.h: add HAVE_MKSTEMP
8573
8574 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8575
8576         * device/include/ctype.h: removed warning while using --stack-auto
8577         * device/include/malloc.h: removed warning while using --stack-auto
8578         * device/include/string.h: removed warning while using --stack-auto
8579
8580 2003-02-23  Borut Razem <borut.razem AT siol.net>
8581
8582         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8583         because NDEBUG is defined (see man assert)
8584         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8585
8586 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8587
8588         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8589         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8590
8591 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8592
8593         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8594         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8595
8596 2003-02-18    <johan AT balder>
8597
8598         * as/mcs51/asmain.c (asmbl): module can start with a digit
8599         * as/z80/asmain.c (asmbl): module can start with a digit
8600
8601 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8602
8603         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8604         * src/asm.c: fix pipe() for Mingw32
8605
8606 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8607
8608         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8609         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8610         make -V work again; --c1mode reads now from stdin
8611         * doc/sdccman.lyx: added --c1mode
8612         * support/Util/SDCCerr.c: new messages for c1 mode
8613         * support/Util/SDCCerr.h: new messages for c1 mode
8614         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8615
8616 2003-02-15    <johan AT balder>
8617
8618         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8619
8620 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8621
8622         * doc/sdccman.lyx: Environment variables, -o and other minor things
8623
8624 2003-02-14    <johan AT balder>
8625
8626         * src/xa51/main.c: before anyone really tries to use it :)
8627
8628         * Install doc's in share/sdcc/doc
8629         * removed some obsolete files
8630         * Do a proper make distclean and uninstall
8631         M Makefile.common.in
8632         R sdccbuild.sh
8633         M as/Makefile
8634         M device/include/Makefile.in
8635         M device/lib/Makefile.in
8636         M doc/sdccman.lyx
8637         M link/Makefile
8638         M sim/ucsim/doc/Makefile.in
8639         M src/clean.mk
8640         R src/avr/peeph.rul
8641         R src/xa51/peeph.rul
8642         M support/cpp2/Makefile.in
8643         M support/makebin/Makefile
8644
8645
8646 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8647
8648         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8649
8650 2003-02-10  Borut Razem <borut.razem AT siol.net>
8651
8652         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8653         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8654         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8655         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8656         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8657         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8658         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8659         src/z80/Makefile.bcc: Borland Makefile cleanup
8660         * as/z80/Makefile.bcc: Added Borland Makefile
8661         * support/cpp2/borland.h: Removed
8662
8663 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8664
8665         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8666         * src/SDCC.lex: new pragma NOIV
8667         * src/SDCCglobl.h: new pragma NOIV
8668         * src/SDCCmem.c: new pragma NOIV
8669
8670 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8671
8672         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8673
8674 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8675
8676         * src/SDCCmain.c: signal handling is switched off by --debug
8677         * doc/Makefile: small fix for install; use clean.mk again
8678         * doc/clean.mk: clean *.pdf and *.html too
8679
8680 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8681
8682         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8683         * device/lib/printfl.c: fix a ds390 bug by making it portable
8684         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8685         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8686         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8687         * debugger/mcs51/cmd.c: converted multi-line string literals
8688         * sim/ucsim/globals.cc: converted multi-line string literals
8689         * src/SDCCmain.c: introduced signal handler to remove temp files
8690         * doc/Makefile: small tweaks, implement clean
8691         * doc: removed generated files
8692
8693 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8694
8695         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8696         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8697         Address Record is not correctly generated for DS390."
8698
8699 2003-02-02  Borut Razem <borut.razem AT siol.net>
8700
8701         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8702         * as/mcs51/asm.h: fixed compilation with Borland C
8703         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8704         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8705         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8706         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8707         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8708         src/z80/Makefile.bcc: delete $(LIB) only if exist
8709         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8710
8711 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8712
8713         * device/include/malloc.h: introduced NULL
8714         * device/include/string.h: introduced NULL
8715         * device/include/stdlib.h: introduced NULL
8716         * device/lib/_memcpy.c: removed NULL
8717         * device/lib/_strcat.c: removed NULL
8718         * device/lib/_strchr.c: removed NULL
8719         * device/lib/_strcmp.c: removed NULL
8720         * device/lib/_strcpy.c: removed NULL
8721         * device/lib/_strcspn.c: removed NULL
8722         * device/lib/_strlen.c: removed NULL
8723         * device/lib/_strncat.c: removed NULL
8724         * device/lib/_strncmp.c: removed NULL
8725         * device/lib/_strncpy.c: removed NULL
8726         * device/lib/_strpbrk.c: removed NULL
8727         * device/lib/_strrchr.c: removed NULL
8728         * device/lib/_strspn.c: removed NULL
8729         * device/lib/_strstr.c: removed NULL
8730         * device/lib/_strtok.c: removed NULL
8731         * device/lib/malloc.c: removed NULL, include own header
8732
8733 2003-02-02    <johan AT balder>
8734
8735         * 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
8736         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8737         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8738         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8739         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8740         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8741
8742 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8743
8744         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8745         area 'DATA'"
8746
8747 2003-02-01    <johan AT balder>
8748
8749         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8750
8751 2003-01-31    <johan AT CP255758-A>
8752
8753         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8754
8755 2003-01-30    <johan AT balder>
8756
8757         * src/SDCCBBlock.c: automatic bug detection
8758         * src/SDCCicode.c: automatic bug detection
8759
8760 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8761
8762         * src/SDCCglobl.h:   now --xram-size 0 works
8763         * src/SDCCmain.c:    now --xram-size 0 works
8764
8765 2003-01-29    <johan AT balder>
8766
8767         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8768
8769 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8770
8771         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8772         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8773         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8774         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8775         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8776         * src/SDCCmain.c:    Added options --xram-size and --code-size
8777
8778 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8779
8780         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8781         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8782
8783 2003-01-27    <johan AT balder>
8784
8785         * src/SDCC.y: fixed bug #613764
8786
8787 2003-01-26    <johan AT balder>
8788
8789         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8790         * src/SDCCsymt.h: fixed bug #673374
8791         * src/SDCCglue.c: fixed bug #661910
8792         * src/SDCCast.c: fixed bug #458099 and 673374
8793
8794 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8795
8796         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8797         * as/mcs51/strcmpi.h: added
8798         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8799         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8800         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8801         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8802         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8803         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8804         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8805         * as/mcs51/Makefile.aslink: new module strcmpi
8806         * as/mcs51/Makefile.asx8051: new module strcmpi
8807         * as/mcs51/Makefil.bcc: new module strcmpi
8808         * as/mcs51/Makefile.in: new module strcmpi
8809         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8810
8811 2003-01-26    <johan AT balder>
8812
8813         * src/SDCCglue.c: reverted back to 1.124
8814         * src/SDCCast.c: reverted back to 1.156
8815         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8816
8817 2003-01-25    <johan AT balder>
8818
8819         * src/SDCCglue.c: A better fix for bug #661910
8820         * src/SDCCast.c: A better fix for bug #661910
8821         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8822
8823 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8824
8825         * src/Makefile.in: remove spawn.o
8826         * src/SDCCmain.c: remove spawn.h
8827         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8828         * src/spawn.c: removed
8829         * src/spawn.h: removed
8830         * support/regression/ports/ds390/spec.mk: link with -r
8831
8832 2003-01-24    <johan AT CP255758-A>
8833
8834         * src/ds390/gen.c (aopOp): fixed bug #667458
8835         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8836         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8837         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8838
8839 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8840
8841         * src/mcs51/peeph.def: better assembler identation by Frieder
8842         * src/mcs51/gen.c: better assembler identation by Frieder
8843
8844 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8845
8846         * as/z80/string.h: removed for gcc 3.2
8847         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8848         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8849
8850 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8851
8852         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8853         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8854         * support/regression/Makefile: separate temp files for ports
8855         * support/regression/generate-cases.py: separate temp files for ports
8856         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8857         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8858
8859 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8860
8861         * moved tinitalk to device/examples/ds390
8862
8863 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8864
8865         * as/mcs51/lkmem.c: rflag is for DS390
8866         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8867         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8868                          (linkEdit): move mem- and map-files the same way as ihx-files
8869         * src/z80/main.c (_setDefaultOptions): removed --generic
8870         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8871         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8872         * src/pic/glue.c (picglue): --c1mode works again
8873         * src/pic16/glue.c (pic16glue): --c1mode works again
8874         * src/asm.c (printCLine): fix #660034
8875
8876 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8877
8878         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8879         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8880         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8881         * as/mcs51/lkmem (summary): better fix for sp problem
8882         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8883         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8884         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8885                                               remove --stack-after-data
8886
8887 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8888
8889         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8890         * src/SDCCutil.c (join): ugly bug: missing '\0'
8891         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8892
8893 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8894
8895         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8896         * src/port.h: typo
8897         * src/pic/main.c (_asmCmd): gpasm supports -o
8898         * src/z80/main.c: more general macros
8899         * device/lib/Makefile.in: remove intermediate files
8900
8901 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8902
8903         * .version: Bumped version number to 2.3.3
8904         * src/SDCCBBlock.c: new option -o
8905         * src/SDCCglobl.h: new option -o
8906         * src/SDCCglue.c: new option -o
8907         * src/SDCCmain.c: new option -o
8908         * src/asm.c: new option -o
8909         * src/ds390/main.c: new option -o
8910         * src/pic/glue.c: new option -o
8911         * src/pic/pcode.c: new option -o
8912         * src/pic/ralloc.c: new option -o
8913         * src/pic16/glue.c: new option -o
8914         * src/pic16/pcode.c: new option -o
8915         * src/pic16/ralloc.c: new option -o
8916         * src/z80/main.c: new option -o
8917         * device/lib/Makefile.in: use -o
8918         * support/regression/ports/ds390/spec.mk: use -o
8919         * support/regression/ports/gbz80/spec.mk: use -o
8920         * support/regression/ports/mcs51/spec.mk: use -o
8921         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8922         * support/regression/ports/z80/spec.mk: use -o
8923         * support/regression/ports/ucz80/spec.mk: use -o
8924         * support/regression/ports/xa51/spec.mk: use -o
8925         * support/regression/fwk/lib/timeout.c: fix usage string
8926
8927 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8928         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8929
8930 2003-01-07    <johan AT balder>
8931
8932         * src/SDCCast.c (decorateType): fixed bug #600035
8933
8934 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8935         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8936         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8937         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8938         * src/pic/pcode.c: outcommented unused variable to remove warnings
8939         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8940
8941 2003-01-06    <karl AT turbobit.com>
8942         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8943    regression tests.
8944
8945 2003-01-06    <johan AT balder>
8946
8947         * src/SDCCicode.c: fixed array add
8948
8949 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8950         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8951         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8952
8953 2003-01-04    <johan AT balder>
8954
8955         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8956
8957 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8958         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8959
8960 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8961         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8962         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8963
8964 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8965         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8966
8967 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8968         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8969
8970 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8971         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8972
8973 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8974
8975     * in \sdcc\as\mcs51\ changed these files in order to create an
8976     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8977     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8978     following files to include the previous two files: aslink.dsp,
8979     Makefile.aslink, Makefile.bcc, and Makefile.in.
8980
8981     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
8982     .adb instead of .cdb
8983
8984 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8985
8986         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
8987         value from option --iram-size.
8988
8989 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8990
8991         * \sdcc\as\mcs51\lklist.c: added boundary check before using
8992         dram[] array.
8993
8994 2002-09-18    <wiml AT hhhh.org>
8995
8996         * SDCClrange.h: exposed setFromRange() and setToRange()
8997         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
8998           packRegsForAccUse() (bug 542397)
8999         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9000           multiple times and emitting the fetch operations more than once
9001           added aopGetUsesAcc() function to allow binary operators to
9002           fetch their operands in the correct order; made genMinus() emit
9003           compact code for X = LITERAL - Y
9004
9005 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9006         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9007         sprintf() in line 1267.
9008
9009 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9010         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9011         like ports.
9012
9013 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9014         Changes to aslink (All the changes are marked with 'JCF'):
9015
9016         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9017         summary().
9018
9019         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9020         area BSEG.  Also moves, if possible, the DATA area down into the internal
9021         ram so more space is available.
9022
9023         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9024         sflag.
9025
9026         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9027         not bytes.  Function summary() which creates a memory usage summary
9028         file with extension .mem.  Reports of overlaping stack and small stack
9029         size.  If the space for the stack is less than 16 bytes aslink trows a
9030         warning.
9031
9032         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9033         the 8051.  Option 'y' for memory summary output file.
9034
9035         Changes to sdcc (All the changes are marked with 'JCF'):
9036
9037         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9038
9039         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9040         overlaying area for it (uses RegBankUsed[4]).
9041
9042         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9043         bank zero as used by default.  By default aslink locates the stack
9044         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9045         the creation of the .mem file.  Delegates the allocation of data area
9046         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9047         the begining of the stack area to aslink.
9048
9049         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9050         glue() in SDCCglue.c creates an area for it.
9051
9052 2002-09-03  Borut Razem <borut.razem AT siol.net>
9053         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9054         sdcc/src/pic/glue.c:
9055         introduced atexit() handler for teporay files removal in case of
9056         errors, assertions, ...
9057
9058 2002-08-29  Borut Razem <borut.razem AT siol.net>
9059         * sdcc/support/cpp2/auto-host_vc_in.h:
9060         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9061         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9062         Maybe there is a similar problem with BORLANDC? It should be checked!
9063
9064         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9065         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9066         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9067         was not executed, and the compiler (cl) launched a warning:
9068         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9069
9070 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9071         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9072
9073 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9074         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9075
9076         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9077           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9078           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9079           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9080           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9081           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9082           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9083         - added Release configuration in VS projects
9084         - review of compiler an linker options
9085         - VC .exe files are generated in bin_vc directory, not to interfere
9086           with binaries generated from other projects (cygwin, mingw, bcc ...)
9087
9088         * sdcc/src/yacc.dsp: added
9089
9090         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9091         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9092         and insert the version number definitions from .version
9093
9094         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9095
9096         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9097         added - genarate auto-host.h using auto-host_vc_in.h as template
9098
9099         * sdcc/sdcc_vc.h,
9100         removed from CVS, generated automatically
9101
9102 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9103         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9104
9105 2002-08-11  Borut Razem <borut.razem AT siol.net>
9106         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9107
9108 2002-08-10  Borut Razem <borut.razem AT siol.net>
9109         * src/SDCCmain.c (main):
9110         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9111         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9112         The consequence was that some temporary files were not removed.
9113
9114         * src/SDCCglue.c:
9115         unification of code in functions tempfilename() and tempfile():
9116         function tempnam() is defined in Visual Studio 6.0 and .NET
9117
9118         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9119
9120         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9121           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9122         - removed compiler command line option /WX: Treats all warnings as errors
9123         - update a list of source files, included into the project
9124
9125         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9126           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9127         changed project type to Generic Project so that can be correcly converted to VS.NET project
9128
9129         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9130
9131         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9132
9133         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9134
9135         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9136         added return 0 statements after assert() to make compiler happy
9137
9138         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9139         added newline in the def file to keep MSC compiler satisfied
9140
9141         * sdcc/src/z80/gen.c:
9142         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9143           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9144         - solved MSC error in function aopDump()
9145
9146         * sdcc_vc.h: define PREFIX as "\\sdcc"
9147
9148 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9149         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9150
9151 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9152         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9153         - Rewrote the register banking algorithm.
9154         - Added pCode live-range analysis to registers (for now, only non-used and
9155         singly-used registers optimized away)
9156
9157         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9158
9159         * 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.
9160
9161 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9162         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9163
9164 2002-04-22  Michael Hope  <michaelh AT vroom>
9165
9166         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9167
9168         * configure.in (DD_COPT): Added include support required for gbdk.
9169
9170         * .version: Bumped version number just to increase it.
9171
9172         * src/SDCCmain.c: Added -nostdinc to the default options.
9173
9174 2002-04-15  Michael Hope  <michaelh AT vroom>
9175
9176         * device/lib/z80/printf.c (sprintf): Added.
9177
9178         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9179
9180         * src/z80/peeph.def: Added transpose redundent load rule.
9181
9182         * src/z80/main.c: Added force callee saves for jaune.
9183
9184         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9185
9186         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9187
9188 2002-03-28  Johan Knol  <johan AT balder>
9189
9190         * src/SDCCval.c: fixed bug #532436
9191
9192 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9193         * /src/port.h:
9194         Added "char *Processor" field to the port structure.
9195
9196         * /src/SDCCmain.c:
9197         Added -p option. Allows port dependent processor to be specified.
9198
9199         * all ports:
9200         Initialized the new field char *Processor field to NULL in all ports
9201
9202         * /src/pic/*:
9203         Compiler generated registers for interrupt context saving
9204         were not getting allocated.
9205
9206 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9207
9208         * /src/SDCCast.c:
9209         Fixed left shift. Will promote the left side of a left shift
9210         if a) left shifting more than size of operand or b) when assigned
9211         to something size > size of left side
9212
9213 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9214         * src/pic/*
9215         tons of changes. Register allocation has been
9216         rewritten. Added customization for the various PICs. Flow
9217         analysis is restructured. ...
9218
9219         * src/pic/device.h:
9220         Added
9221
9222         * src/pic/device.c:
9223         Added. device.c is a PIC port hack to accomodate variations
9224         in PIC devices.
9225
9226 2002-03-13  Michael Hope  <michaelh AT vroom>
9227
9228         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9229
9230 2002-03-04  johanknol  <johanknol AT manik>
9231
9232         * /src/SDCCval.c: fixed
9233
9234         const unsigned char arr[][2] = { { 0, 1 } };
9235         t18.c:1: error: Initializer element is not constant
9236
9237 2002-03-04  bela  <bela AT manik>
9238
9239         * /device/include/mcs51reg.h:
9240         ds89c420 register definition update
9241
9242 2002-03-03    <johan AT FRIJA>
9243
9244         * support/Util/SDCCerr.c: did something, but don't no why anymore
9245
9246         * support/regression/tests/bug-524691.c: made it a little less shy
9247
9248         * src/SDCCast.c (decorateType): fixed bug #524697
9249
9250         * src/SDCCast.c: made some lineno improvements
9251
9252         * src/SDCCval.c (getNelements): changed warning to error
9253
9254         * src/SDCCglue.c (printIvalArray): changed warning to error
9255
9256         * src/SDCCicode.c: fixed a warning for mingw
9257
9258         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9259
9260         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9261
9262 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9263
9264         * src/ds390/peeph.def:
9265         Added some more peephole rules
9266
9267         * src/ds390/gen.c: Various fixes & enhancements
9268
9269         * src/SDCClrange.c, src/SDCClrange.h:
9270         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9271
9272         * src/ds390/ralloc.c:
9273         various fixes & enhancements (ds390) specific
9274
9275         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9276         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9277         from rallocs.
9278
9279         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9280
9281 2002-03-02    <johan AT FRIJA>
9282
9283         * src/SDCCast.c (decorateType): fixed bug #524708
9284
9285         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9286
9287         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9288
9289 2002-03-01  Michael Hope  <michaelh AT vroom>
9290
9291         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9292
9293         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9294
9295 2002-03-01    <johan AT FRIJA>
9296
9297         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9298
9299         * src/SDCCast.c (decorateType): fixed bug #524209
9300
9301         * src/SDCCval.c (valNot): fixed bug #524195
9302
9303 2002-02-26    <johan AT balder>
9304
9305         * src/xa51/gen.c: fixed a warning
9306
9307         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9308
9309         * src/SDCCast.c (decorateType): fixed bug #522534
9310
9311 2002-02-23    <johan AT balder>
9312
9313         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9314
9315 2002-02-22    <johan AT balder>
9316
9317         * src/SDCCast.c: fixed bug #514865
9318
9319         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9320
9321 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9322
9323         * sdcc/src/SDCCloop.c:
9324         Previous fix was not good. basic blocks that have "break" or "return" are
9325         not really partof a loop , but live ranges used in these blocks should
9326         be live thru the entire loop, so set partOfLoop but don't add them to
9327         loop region
9328
9329 2002-02-21    <johan AT FRIJA>
9330
9331         * src/SDCCcse.c: fixed bug #514308
9332
9333 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9334
9335         * src/SDCCloop.c:
9336         Fixed BUG #519583. If a conditional block ended in a return/break
9337         statement inside a loop, it was not being considered part of the loop.
9338
9339         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9340
9341 2002-02-10  Karl Bongers <karl AT turbobit.com>
9342
9343         * debugger/*:
9344         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9345         with lots of comments and notes.
9346
9347         * device/examples/test2.c:
9348         Fix bug, "red" variable not being initialized(compiler complained).
9349
9350         * device/examples/Makefile, examples/test3.c:
9351         Add Makefile in device/examples folder, compiles test3.c
9352         for use as a multiple module SDCDB test case.
9353
9354         * sim/ucsim/cmd.src/cmdset.cc:
9355         Took out debug printfs in ucsim "next" command.
9356
9357         * sim/ucsim/xa.src:
9358         Karl and Johan start ucsim XA support.  Most dissassembly working,
9359         about 75% emulation done(plenty of work remaining).
9360
9361         * sim/ucsim/z80.src:
9362         Add Z80 support to ucsim, add test-ucz80 regression test,
9363         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9364         Notice z80 compiler fails on examples/test3.c/crc code.
9365
9366 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9367
9368         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9369         Added support for --parms-in-bank1
9370
9371         * src/ds390/peeph.def:
9372         added a few more peephole optimzations
9373
9374         * src/ds390/main.c:
9375         1) added __builtin_inp & __builtin_outp used to read in data of given length
9376            from a memory mapped port
9377         2) added __builtin_memcmp
9378         3) added __builtin_swapw swap bytes of a short
9379
9380         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9381         1) handle multiple send & receives from register bank1
9382         2) ralloc can now allocate DPTR1 to some liveRanges
9383
9384         * src/SDCCsymt.c, src/SDCCsymt.h:
9385         changes to handle multiple sends & receives
9386
9387         * src/SDCCptropt.h:
9388         added some pointer arithmetic optimization
9389
9390         * src/SDCCptropt.c:
9391         added some pointer arithmetic optimizations but not stable yet so not
9392         called from anywhere (will get this working shortly)
9393
9394         * src/SDCCopt.c: fixed for multiple sends & receives
9395
9396         * src/SDCCmain.c:
9397         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9398         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9399            set preprocessor defines (depending on options)
9400
9401         * src/SDCCicode.c, src/SDCCicode.h:
9402         changes made to handle multiple sends & receives
9403
9404         * src/SDCCglobl.h:
9405         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9406
9407         * src/SDCCcse.c, src/SDCCcse.h:
9408         added function findbackward def (to be used in upcoming optimization)
9409
9410         * src/SDCCcflow.c, src/SDCCcflow.h:
9411         added function returnAtEnd - to determine if a basic block terminates with
9412         a RETURN iCode
9413
9414         * src/SDCCast.c, src/SDCCast.h:
9415         added option parms-in-bank1
9416
9417         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9418         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9419         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9420         adjusted for --parms-in-bank1 option
9421
9422         * device/include/string.h:
9423         donot redefine "reentrant" keyword
9424
9425         * device/include/ds80c390.h: Added some more SFRs
9426
9427 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9428
9429         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9430
9431 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9432
9433         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9434
9435 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9436
9437         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9438
9439 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9440
9441         * Added --xram-movc option
9442
9443 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9444
9445         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9446
9447 2002-01-11  Johan Knol
9448
9449         * Added math lib of Jesus Calvino-Fraga
9450
9451 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9452
9453         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9454         * support/regression/Makefile: new target test-mcs51-stack-auto
9455         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9456
9457 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9458
9459         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9460
9461 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9462
9463         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9464
9465 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9466
9467         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9468
9469         * src/SDCCglue.h: add definition for printIvalChar()
9470
9471 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9472
9473         * src/SDCCast.c: fix #498138 by Johan
9474
9475         * src/SDCCglue.c: fix #498138 by Johan
9476
9477 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9478
9479         * support/regression/Makefile: fix clean
9480
9481         * support/regression/ports/ds390/support.c: fix transmission of last character
9482
9483 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9484
9485         * /sdcc/src/ds390/gen.c:
9486         a) improved computing address of stack variable
9487         b) took out some #if 0 code
9488         c) improved parmBytes adjustment
9489         d) improved genPlusIncr & genMinusIncr
9490         e) genCmp could generate bad code (when left assigned to DPTR)
9491         f) Fixed bug in hasInc
9492
9493         * /sdcc/src/ds390/ralloc.c:
9494         a) packRegsForSupport could mess up live information (Fixed)
9495         b) packRegsDPTRuse could be incorrect for left & right shift
9496
9497         * /sdcc/src/mcs51/ralloc.c:
9498         packRegsForSupport could mess up the live information (Fixed)
9499
9500         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9501
9502         * /sdcc/src/SDCCast.c:
9503         can reverse a loop even if function call is present as long
9504         as the loop control variable is local & is not passed as parameter
9505
9506 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9507
9508         * /sdcc/ChangeLog: *** empty log message ***
9509
9510         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9511         More builtin function additions for TININative
9512
9513         * /sdcc/src/ds390/ralloc.c:
9514         Had broken the regression testsuite
9515
9516         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9517
9518         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9519         Added funcattr hasStackParms will be set for reentrant functions when there
9520         are paramteres on the stack, this helps in minimizing frame pointer generation
9521         typeFromStr can handle function pointers now
9522
9523         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9524         *** empty log message ***
9525
9526 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9527
9528         * /src/ds390/gen.c, /src/ds390/main.c:
9529         More builtin function additions for TININative
9530
9531         * /src/ds390/ralloc.c:
9532         Had broken the regression testsuite
9533
9534         * /src/SDCCast.c: Fixed a bug in dumptree
9535
9536         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9537         Added funcattr hasStackParms will be set for reentrant functions when there
9538         are paramteres on the stack, this helps in minimizing frame pointer generation
9539         typeFromStr can handle function pointers now
9540
9541         * /doc/builtins.txt, /doc/TININative.txt:
9542         *** empty log message ***
9543
9544
9545 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9546
9547         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9548         ALPHA version for -mTININative
9549
9550         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9551         updated to reflect changes in the port structure
9552
9553         * /src/port.h:
9554         added function do_assemble (similar to do_link) if non-null this function
9555         will be called to do assembly (-mTININative) requires a multi command
9556         assembly
9557         added function genAssemblerEnd will be called to generate assembler Epilogue
9558
9559         * /src/SDCCsymt.c:
9560         added _JavaNative to debug info printing
9561
9562         * /src/SDCCmain.c: added option --tini-libid
9563         added port->do_assemble function (-mTININative) has a multi command assemble
9564
9565         * /src/SDCCglue.c: Disabled "constExpr" check
9566         added port->genAssemblerEnd function
9567
9568         * /src/SDCCglobl.h: Added option --tini-libid value
9569
9570         * /src/SDCCast.h:
9571         tookout optimizeCompare from the header (has no external references)
9572
9573         * /src/SDCCast.c: made one more function "static"
9574
9575 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9576
9577         * src/z80/mappings.i: Added z80asm support.
9578
9579         * src/z80/main.c: Added z80asm support on --asm=z80asm
9580
9581         * src/z80/gen.c: Fixed asm portability issues.
9582
9583         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9584
9585         * src/SDCCglue.c (printExterns): Added global/extern split.
9586
9587 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9588
9589         * support/regression/Makefile: added test for mcs51 model large
9590
9591         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9592
9593         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9594
9595 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9596
9597         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9598
9599 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9600
9601         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9602
9603         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9604
9605 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9606
9607         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9608
9609         * support/regression/tests/simplefloat.c: Port to mcs51.
9610
9611 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9612         * support/regression/tests/bug-485362.c: Added.
9613
9614         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9615
9616         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9617
9618         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9619
9620         * src/z80/gen.c (aopDump): Added a dump function.
9621
9622 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9623         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9624
9625         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9626
9627         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9628
9629         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9630
9631         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9632
9633         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9634
9635         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9636
9637         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9638
9639         * support/regression/ports/ds390/support.c: Use tinibios.
9640
9641         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9642
9643 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9644
9645         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9646         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9647
9648         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9649
9650         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9651
9652 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9653
9654         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9655
9656         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9657         (packRegsForIYUse): Created and optimised.
9658
9659 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9660
9661         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9662 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9663
9664         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9665
9666         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9667
9668         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9669
9670 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9671
9672         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9673
9674         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9675
9676 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9677
9678         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9679
9680         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9681
9682         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9683
9684 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9685
9686         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9687         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9688         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9689
9690         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9691
9692         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9693         (genNotFloat): Added.
9694         (genUminusFloat): Added.
9695
9696         * device/lib/z80/Makefile: Added floating pt stubs.
9697
9698         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9699
9700         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9701
9702         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9703
9704 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9705
9706         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9707
9708         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9709
9710         * sdcc/support/regression/Makefile: Add port ds390.
9711
9712         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9713
9714         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9715
9716         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9717
9718         * sdcc/support/regression/ports/ds390/support.c: Added.
9719
9720         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9721
9722         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9723
9724         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9725
9726 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9727
9728         * device/include/malloc.h: Added z80 and gbz80 support.
9729
9730         * device/lib/gbz80/heap.s: Added.
9731
9732         * device/lib/z80/heap.s: Added.
9733
9734         * device/lib/malloc.c: Added z80 and gbz80 support.
9735
9736         * support/regression/tests/malloc.c (testMalloc): Added.
9737
9738         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9739
9740         * support/regression/tests/bug-478094.c: Added.
9741
9742         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9743
9744 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9745
9746         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9747
9748         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9749
9750         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9751
9752         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9753
9754         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9755
9756 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9757
9758         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9759
9760 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9761
9762         * support/regression/tests/bug-477927.c: Added.
9763
9764         * src/z80/peeph.def: Added minor rules.
9765
9766         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9767
9768         * src/z80/peeph.def: Added jump optimisation modification.
9769
9770 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9771
9772         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9773
9774 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9775
9776         * support/regression/tests/funptrs.c: Added.
9777
9778 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9779
9780         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9781
9782 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9783
9784         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9785
9786         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9787
9788         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9789         (movLeft2ResultLong): Created.
9790
9791         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9792         (joinPushes): Added.  Joins two char pushes into a word push.
9793
9794 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9795
9796         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9797
9798         * support/makebin/Makefile (install): Added creation of dest dir.
9799
9800 2001-10-24 Karl Bongers <karl AT turbobit.com>
9801
9802         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9803
9804 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9805
9806         * src/z80/ralloc.c: Turned off faulty pack for one use.
9807
9808         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9809
9810         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9811
9812 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9813
9814         * support/regression/Makefile: Improved clean
9815
9816         * support/regression/ports/gbz80/spec.mk: Added clean
9817
9818         * support/regression/ports/host/spec.mk: Added clean
9819
9820         * support/regression/ports/z80/spec.mk: Added clean
9821
9822         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9823
9824         * support/regression/ports/mcs51/timeout.c: little improvements
9825
9826 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9827
9828         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9829
9830         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9831
9832         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9833
9834 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9835
9836         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9837
9838         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9839
9840 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9841         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9842
9843         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9844
9845         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9846
9847         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9848
9849         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9850
9851         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9852
9853         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9854
9855         * support/regression/tests/longor.c: Added.
9856
9857 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9858
9859         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9860
9861         * as/mcs51/aslink.h: define PATH_MAX
9862
9863         * as/mcs51/asm.h: define PATH_MAX
9864
9865         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9866
9867         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9868
9869         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9870
9871         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9872
9873         * src/SDCCglobl.h: define PATH_MAX
9874
9875         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9876
9877         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9878
9879 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9880
9881         * src/z80/gen.c (gencjneshort): Fixed
9882
9883         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9884
9885 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9886
9887         * support/regression/tests/bug-469671.c: Added.
9888
9889         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9890
9891 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9892
9893         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9894
9895         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9896
9897 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9898
9899         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9900
9901         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9902
9903         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9904
9905         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9906
9907         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9908
9909         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9910
9911         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9912
9913 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9914
9915         * 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.
9916
9917         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9918
9919         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9920
9921 2001-10-07    <johan AT FRIJA>
9922
9923         * device/lib/gets.c (gets): fixed the return value.
9924
9925 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9926         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9927
9928         * 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.
9929
9930         * 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.
9931
9932         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9933
9934         * src/pic/gen.c: Removed Safe_strdup.
9935
9936         * configure.in: Added option to enable libgc support.
9937
9938         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9939         (bitVectUnion): Optimised.
9940         (bitVectIntersect): Optimised.
9941         (bitVectBitsInCommon): Optimised.
9942         (bitVectCplAnd): Optimised.
9943
9944         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9945
9946 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9947
9948         * src/SDCCmain.c: distinguish between assembler debug and plain options
9949
9950         * src/avr/main.c:   remove standard assembler options
9951
9952         * src/ds390/main.c: remove standard assembler options
9953
9954         * src/mcs51/main.c: remove standard assembler options
9955
9956         * src/port.h: removed "PENDING" comment
9957
9958 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9959
9960         * src/device/lib/_mulint.c  : new, with assember functions
9961
9962         * src/device/lib/_mullong.c : new, with assember functions
9963
9964         * src/device/lib/_divuint.c : with assember functions
9965
9966         * src/device/lib/_divsint.c : with assember functions
9967
9968         * src/device/lib/_divulong.c: with assember functions
9969
9970         * src/device/lib/_divslong.c: with assember functions
9971
9972         * src/device/lib/_moduint.c : with assember functions
9973
9974         * src/device/lib/_modsint.c : with assember functions
9975
9976         * src/device/lib/_modulong.c: with assember functions
9977
9978         * src/device/lib/_modslong.c: with assember functions
9979
9980         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
9981
9982         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
9983
9984         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
9985                                       replaced _mululong.c and _mulslong.c by _mullong.c
9986
9987 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9988
9989         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
9990
9991 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9992
9993         * src/SDCCglue.c: test, if win32api is available for MINGW
9994
9995 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
9996
9997         * src/SDCCsymt.c: no more _modifier in printTypeChain()
9998         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
9999         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10000         * support/regression/ports/host/spec.mk: removed GENERIC
10001         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10002         * support/regression/ports/z80/spec.mk: removed GENERIC
10003
10004 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10005
10006         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10007
10008         * support/regression/tests/bug-467035.c: Created.
10009
10010 2001-10-01    <johan AT FRIJA>
10011
10012         * src/SDCC.y: fixed bug #466586 part 1
10013
10014 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10015
10016         * SDCCicode.c: z80 has no generic pointers
10017         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10018
10019 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10020
10021         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10022
10023 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10024
10025         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10026
10027         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10028
10029 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10030
10031         * configure.in: Fixed up so that ucsim is only configured once.
10032
10033         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10034
10035         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10036         (getPathDifference): As above.
10037
10038         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10039
10040         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10041
10042 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10043         * .version: Updated to 2.3.1
10044
10045         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10046         Added copyright header.
10047
10048         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10049         (assemble): Added support for macro based assembler commands.
10050         (linkEdit): Added support for macro based linker commands.
10051         (preProcess): Changed the pre-processor to use macros.
10052         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10053         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10054
10055         * device/lib/z80/crt0.s: Added module name for debugging.
10056
10057 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10058
10059         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10060
10061         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10062
10063         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10064
10065         * src/Makefile.in: Added SDCCmacro and SDCCutil
10066
10067 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10068
10069         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10070
10071 2001-09-16    <johan AT FRIJA>
10072
10073         * 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.
10074
10075 2001-09-15    <johan AT FRIJA>
10076
10077         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10078         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10079
10080 2001-09-11    <johan AT FRIJA>
10081
10082         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10083
10084 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10085
10086         * support/regression/tests/bug-460444.c: Added test case.
10087
10088         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10089         (genCast): Added justification for all of the asserts.
10090
10091 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10092
10093         * support/regression/support.c: _xdata replaced by xdata
10094
10095         * support/regression/spec.mk: removed _generic
10096
10097 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10098
10099         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10100
10101         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10102         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10103
10104         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10105
10106         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10107
10108         * support/regression/tests/bug-460010.c: Added test case.
10109
10110         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10111
10112 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10113
10114         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10115
10116         * support/regression/testfwk.c: removed workaround for bug #436344
10117
10118         * support/regression/tests/bp.c: use less memory with mcs51
10119
10120         * support/regression/tests/bug-441448.c: use less memory
10121
10122         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10123
10124         * support/regression/collate-results.py: typo
10125
10126 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10127
10128         * support/regression/tests/fetchoverlap.c: Added new test case.
10129
10130         * support/regression/tests/bp.c: Added new test case.
10131
10132         * support/regression/tests/bug-448984.c: Added new test case.
10133
10134         * support/regression/tests/pow2shifts.c: Added new test case.
10135
10136         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10137         (genlshTwo): Fixed right shift for count > 8.
10138
10139         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10140
10141 2001-09-08    <johan AT FRIJA>
10142
10143         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10144
10145 2001-09-07    <johan AT FRIJA>
10146
10147         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10148
10149         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10150
10151 2001-09-06    <johan AT FRIJA>
10152
10153         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10154         * bernhard noted me at this: "() equals to (void)" (1.38)
10155
10156 2001-09-05    <johan AT FRIJA>
10157
10158         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10159
10160 2001-09-04    <johan AT FRIJA>
10161
10162         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10163
10164
10165 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10166
10167         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10168
10169 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10170
10171         * link/z80/aslink.h: Fixed path for PATH_MAX
10172
10173 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10174
10175         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10176
10177         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10178
10179         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10180
10181         * 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.
10182
10183 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10184
10185         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10186         (genCmp): Fixed up genCmp for the GB with longs.
10187
10188         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10189
10190         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10191
10192         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10193
10194         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10195
10196 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10197
10198         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10199
10200 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10201
10202         * 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.
10203
10204         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10205
10206 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10207
10208         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10209
10210         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10211
10212 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10213
10214   * sim/ucsim/configure:    little improvement of Cygwin-detection
10215   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10216   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10217   * support/regression/tests/bug-221100.c: small changes for mcs51
10218   * support/regression/tests/bug-221168.c: small changes for mcs51
10219   * support/regression/tests/bug-227710.c: small changes for mcs51
10220   * support/regression/tests/staticinit.c: small changes for mcs51
10221   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10222   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10223   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10224
10225 $Revision$