* src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
[fw/sdcc] / ChangeLog
1 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2
3         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
4
5 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
6
7         * device/lib/_fs2schar.c,
8         * device/lib/_fs2sint.c,
9         * device/lib/_fs2slong.c: optimized inline asm
10
11 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
12
13         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
14           Better handling of floats between -1.0 and 0.0.
15
16 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
17
18         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
19           (the missing "if"s prohibited removal of redundant labels)
20
21 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
22
23         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
24           Properly convert floats between -1.0 and 0.0 to long, int, and char
25           types (max integer value of negative floats tends to zero).
26         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
27           Removed changes made so to work properly with floats between
28           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
29           and _fs2char.c
30
31 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
32
33         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
34         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
35         (genCast) cosmetic change
36         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
37         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
38         from mcs51
39         * support/regression/tests/bitfields (testSignedBitfields): added
40
41 2005-11-18 Borut Razem <borut.razem AT siol.net>
42
43         * sdcc/device/lib/Makefile.in: remove all unnecessary files
44         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
45           introduced SILENT option to make building of pic16 libraries less
46
47 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
48
49         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
50           Now they work properly with floats between -1.0 and 0.0
51         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
52
53 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
54
55         * src/SDCCicode.c (printOperand): added missing else
56
57 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
58
59         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
60         reformatted for better readability
61         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
62         signed bitfields
63
64 2005-11-17 Borut Razem <borut.razem AT siol.net>
65
66         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
67           introduced SILENT option to make building of pic16 libraries less
68           verbose - used for nightly snapshot build
69         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
70           available on Win32 platforms.
71         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
72           medium, large, pic and pic16
73
74 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
75
76         * device/lib/printf_large.c: Temporary patch for bug 1358192:
77           printf("%f"...) sets fraction to zero.
78
79 2005-11-16 Raphael Neider <rneider AT web.de>
80
81         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
82           fixes #1357221
83         * src/pic/gen.c (genIfx): implemented for CARRY bit
84         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
85           to generic pointers, fixes #1357332,
86           (pic16_movLit2f): NEW,
87           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
88
89 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
90
91         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
92
93 2005-11-11 Raphael Neider <rneider AT web.de>
94
95         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
96         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
97           compute pointer's type from operand,
98           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
99           improved single bit reads, fixes bug #1353379
100
101 2005-11-09 Borut Razem <borut.razem AT siol.net>
102
103         * support/scripts/sdcc.nsi: added lib/pic to the package
104
105 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
106
107         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
108
109 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
110
111         * support/regression/tests/bug1348008.c: added
112         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
113         * support/regression/tests/bug1337835.c: updated comment
114
115 2005-11-06 Borut Razem <borut.razem AT siol.net>
116
117         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
118           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
119           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
120           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
121           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
122           dynamic construction of cl_error_class and derivates - 2.nd try
123
124 2005-11-05 Borut Razem <borut.razem AT siol.net>
125
126         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
127           bug, which caused Bus Errors on sparc solaris
128
129 2005-11-04 Borut Razem <borut.razem AT siol.net>
130
131         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
132           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
133           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
134           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
135           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
136           and derivates to resolve the initialization problem on OSX
137
138 2005-11-02 Borut Razem <borut.razem AT siol.net>
139
140         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
141           corrected typo - #include <winsock2.h>
142
143 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
144
145         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
146           (_asxxxx_mapping): added org directive for future enhancements
147
148 2005-11-01 Borut Razem <borut.razem AT siol.net>
149
150         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
151           enabled sockets on WIN32
152         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
153
154 2005-10-31 Borut Razem <borut.razem AT siol.net>
155
156         * support/regression/generate-cases.py: escape backslashes in {testcase}:
157           WIN32 backslash path delimiters should be escaped when used in C strings
158         * support/regression/tests/bitfields.c: exclude failing assertions for
159           __CYGWIN32__ and __MINGW32__ hosts
160
161 2005-10-30 Borut Razem <borut.razem AT siol.net>
162
163         * src/SDCCutil.c: corrected double comparison typo
164
165 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
166
167         * device/lib/medium/Makefile: added for new memory model medium
168         * device/include/asm/mcs51/features.h: updated for medium/pdata
169         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
170           added Multiply & Accumulate sbit's and MAC0_PAGE define
171         * device/include/mcs51/c8051f300.h: added sfr16 definitions
172         * device/include/mcs51/c8051f310.h: added sfr16 definitions
173         * device/lib/_mullong.c: update for medium model
174         * device/lib/incl.mk: added medium model
175         * doc/sdccman.lyx: documented medium model
176         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
177         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
178         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
179         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
180           (allocParms): set SCLS and OCLS to pdata for medium model
181         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
182           for pdata,
183           (powof2): return <0 if not power of 2
184         * src/avr/gen.c (genBitWise): use updated powof2
185         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
186           (shiftR2Left2Result): small optimization in setup, save acc when storing,
187           (shiftLLeftOrResult): use B if necessary
188         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
189         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
190         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
191         * support/regression/Makefile.in: added test-mcs51-medium
192         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
193
194 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
195
196         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
197         specifier unsigned
198         * device/lib/time.c (mktime): fixed bug 1334315
199
200 2005-10-28 Raphael Neider <rneider AT web.de>
201
202         * device/include/pic/p16f_common.inc: added common declarations
203         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
204
205 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
206
207         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
208           (aopPutUsesAcc): added to predict accumulator use,
209           (assignResultValue): save acc if necessary,
210           (genMinusDec): store result if indirectly addressed,
211           (genDivOneByte):  save acc if necessary,
212           (movLeft2Result): bugfix if left already in acc,
213           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
214             attention to accumulator use (esp. pdata),
215           (genReceive): receive pdata correctly
216         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
217         * src/SDCCicode.h: added isOperandInPagedSpace prototype
218
219 2005-10-27 Raphael Neider <rneider AT web.de>
220
221         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
222
223 2005-10-27 Raphael Neider <rneider AT web.de>
224
225         * .version: changed version to 2.5.4
226         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
227         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
228           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
229             arithmetics support routines
230         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
231         * device/lib/Makefile.in: also create installdir for pic
232
233         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
234           pic14 port as well
235         * src/pic/device.c (dump_sfr): rewritten to delegate register
236           placement to the linker (use `extern sym' rather than sym EQU addr),
237           (validAddress): fixed to check last specified address
238         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
239           (popGetLit): truncate literal value to 8 bit,
240           (popGet): moved assert to more appropriate place
241           (popGetExternal): create pCode operand from and mark the according
242             symbol as being `extern'
243           (popGetAddr): added sanity check on immediate's offset, provide
244             GPOINTER tag on demand
245           (aopPut): fixed for immediates,
246           (mov2w_op): move operand's address or contents to WREG (depending on
247             operand type), safer variant of mov2w,
248           (movwf,call_libraryfunc): NEW, handy abbreviations,
249           (get_argument_pcop,get_return_val_pcop,pass_argument,
250           get_returnvalue): interface for accessing function parameters and
251             return values,
252           (assignResultValuei,genRet): use new parameter/return value interface
253           (pic14_getDataSize): back to old version handling generic pointers,
254           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
255             provided implementation and/or fixed old one,
256           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
257             calls, removed legacy 8051 reference code
258           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
259           (loadSignToC): NEW, move the operands sign bit to CARRY,
260           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
261             genRightShiftSigned, accepts negative shift counts,
262           (setup_fsr): load FSR and adjust IRP (indirect memory access),
263           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
264             generic pointers, __data pointers and __code pointers,
265           (genUnpackBits,genPackBits): rewritten to work with generic pointers
266             and signed bitfields, limit bitfields to 8 bit,
267           (genDataPointerGet): fixed number of bytes read,
268           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
269           (genPointerGet,genPointerSet): fixed handling of __code pointers,
270             pointers to constant data are no longer assumed to point to __code
271             space, removed invalid pointer types,
272           (bitpatternFromVal): retrieve the PICs representation of an integer
273             or float literal,
274           (genDataPointerSet): fixed assigning to po_immediate operands,
275           (genGenPointerSet): implemented as library call,
276           (genIfx): fixed incorrect condition,
277           (genAddrOf): limit generic pointers' addresses to 2 bytes,
278             provide GPOINTER tag according to destination's storage class,
279           (genCast): added code to handle casting to generic pointers, added
280             sign-/zero extension of the result
281           (aop_isLitLike,op_isLitLike): fixed handling of immediates
282         * src/pic/gen.h: added macros to access IRP bit in STATUS register
283         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
284           extend the result
285         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
286           address/register resides in the shared banks
287           (emitSymbolToFile): improved to handle global and `pinned' symbols,
288             put all variables into separate sections (have the linker arrange
289             them)
290           (picglue): put init code and interrupt handlers in separate sections
291         * src/pic/main.c: added port specific options table, modified to PORT
292           structure to make GPOINTERs 3 byte, added pic14_options
293           (_pic14_do_link): private linking routine (update paths to libraries,
294             add libsdcc.lib by default)
295         * src/pic/main.h: declare pic14_options
296         * src/pic/pcode.c: fixed instructions i/o relations,
297           (RegCond): reverted to correct version,
298           (newpCodeOpLit): truncate literals to 8 bit,
299           (genericPrint): added debug output,
300           (getRegFromInstruction): fixed for various operand types, simplified
301           (BuildFlow): fixed broken handling of isntructions with labels
302           (LinkFlow): start at last instruction in flow (skip trailing comments),
303             pass the flow on to the next instruction after CALL
304           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
305           (insertPCodeInstruction): fixed inserting after a skip instruction,
306           (DoBankSelect): fixed for labeled instructions
307           (OptimizepBlock): honor --nopeep switch
308           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
309         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
310         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
311           (pCodeOptime2pCodes): allow disabling this optimization via
312             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
313             but is still buggy), started implementation of a dataflow based
314             pCode optimization (CSE + dead code elimination)
315           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
316         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
317           names are independant of the stack location and therefore portable across
318           devices
319
320 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
321
322         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
323           (selectSpil): fixed bug 1337835 by not spilling bit variables
324         * support/regression/tests/bug1337835.c: added test for this bug
325         * src/mcs51/peeph.def: restart after rule 3.c,
326           addded rules 263.x to optimize loading constants
327
328 2005-10-26 Raphael Neider <rneider AT web.de>
329
330         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
331         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
332           (genAssign): emit warning when casting literals to generic pointer
333             type, also applies when taking the address of a fixed variable,
334           (genCast): improved casting to generic pointers
335         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
336           extern variables, added verbose error message
337         * device/include/pic16/{string.h,errno.h}: added #pragma library c
338
339 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
340
341         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
342         carry must be complemented too
343         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
344         could be emitted by genMinus
345         * src/SDCCval.c (constVal): fixed bug 1305065
346
347 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
348
349         * src/SDCCast.c (addCast): added promotion for bit variables
350         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
351         promotion casts + optimisation
352         (optimizeGetWord): fix warning 'i' might be used uninitialized
353         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
354         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
355
356 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
357
358         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
359         all chars are promoted to int; promotion should be handled in SDCCast.c
360
361 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
362
363         * device/lib/_strcmp.c: Fixed bug 1326457
364
365 2005-10-11 Raphael Neider <rneider AT web.de>
366
367         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
368         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
369
370 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
371
372         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
373         * support/regression/tests/sfr16.c: added test for the sfr32 bug
374
375 2005-10-04 Raphael Neider <rneider AT web.de>
376
377         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
378           device/lib/pic16/pics.all: added pic18f1320
379         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
380
381 2005-09-30 Raphael Neider <rneider AT web.de>
382
383         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
384         * src/pic16/devices.inc: NEW, provides device descriptions
385         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
386
387 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
388
389         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
390           GETHBIT
391
392 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
393
394         * doc/sdccman.lyx: updated Highest Order Bit documentation,
395           documented Any Order Bit, Higher Order Byte and Higher Order Word
396         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
397         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
398           (optimizeGetAbit): new, to get any bit, not only the high bit,
399           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
400           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
401           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
402           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
403             RIGHT_OP: also try GETBYTE, GETWORD optimization,
404             GETABIT, GETBYTE, GETWORD: decorate them,
405           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
406           (ast_print): added GETABIT, GETBYTE, GETWORD
407         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
408         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
409           (geniCodeBinary): new generic binary icode,
410           (ast2iCode): added GETABIT, GETBYTE, GETWORD
411         * src/port.h: updated comment for PORT.hasExtBitOp
412         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
413           (genGetByte): new, to get a single byte,
414           (genGetWord): new, to get a word from a long,
415           (gen51Code): added GETABIT, GETBYTE, GETWORD
416         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
417
418 2005-09-23 Raphael Neider <rneider AT web.de>
419
420         * configure.in, configure: have device/lib/pic configured
421         * device/lib/Makefile.in: added model-pic14
422         * device/lib/clean.mk: added pic/ to clean rule
423         * device/lib/pic: added rudimentary pic14 library providing support
424           functions for multiplication/division/generic pointer access
425         * src/SDCCopt.c (convilong): mark support functions as extern
426           for pic14 port as well
427         * src/pic/gen.c (genMult): added assertions,
428           (genpic14Code): emit warning on unhandled iCodes
429         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
430         * src/pic/pcode.c (pCodeOpCopy),
431         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
432           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
433           SFR_REGISTER}), made safe for future extensions
434         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
435           instructions even if preceeded by SKIP instructions (also remove
436           them); removed unused code
437         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
438           prevents leaving parts of the structure uninitialized after copying
439
440 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
441
442         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
443           ago by me
444         * support/regression/tests/addsub.c: added test for the bug
445
446 2005-09-21 Raphael Neider <rneider AT web.de>
447
448         * device/include/pic16/pic18f1220.h,
449           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
450         * device/lib/pic16/Makefile.rules: added missing opening paren
451         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
452           are provided in genutils.c,
453           (genUminusFloat,genUminus,genCmpEq): added asserts on different
454           operand/result sizes,
455           (genCmp): assert on NULL pointers first, then check deref'ed values
456         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
457           result size
458
459 2005-09-18 Raphael Neider <rneider AT web.de>
460
461         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
462           as these are now unused,
463           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
464         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
465           local, avoids uninitialized pointer dereference on r->name
466         * src/pic16/ralloc.c (newReg): fixed indentation
467
468 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
469
470         * src/SDCCval.c (constVal): fixed bug 730366
471         * support/Util/SDCCerr.c,
472         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
473
474 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
475
476         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
477
478 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
479
480         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
481
482 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
483
484         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
485           (hex2dec): made hex_digit unsigned char, removed ascii dependance
486         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
487           (hex2dec): made hex_digit unsigned char, removed ascii dependance
488         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
489         * packihx/packihx.c (hexDigit): made c unsigned char
490         * as/mcs51/lklibr.c (fndsym),
491         * link/z80/lkgb.c (gb),
492         * link/z80/lklibr.c (fndsym),
493         * link/z80/lkrloc.c (relr),
494         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
495         * src/SDCC.lex (checkCurrFile, process_pragma),
496         * src/SDCCglue.c (spacesToUnderscores),
497         * src/SDCCmain.c (setParseWithComma, processFile),
498         * src/asm.c (tvsprintf, printCLine),
499         * src/avr/gen.c (emitcode, aopPut),
500         * src/ds390/gen.c (emitcode),
501         * src/hc08/gen.c (emitcode, emitinline),
502         * src/mcs51/gen.c (emitcode, genInline),
503         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
504           tokenizeLineNode),
505         * src/pic/ralloc.c (debugLog),
506         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
507           tokenizeLineNode),
508         * src/pic16/ralloc.c (debugLog),
509         * src/z80/main.c (_process_pragma):
510            made all ctype.h function calls safe
511         * src/SDCCopt.c: include math.h for fabs
512         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
513           and used them throughout the code to make ctype.h function calls safe
514         * src/ds390/main.c (asmLineNodeFromLineNode),
515         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
516         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
517            unsigned char*
518         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
519           (newpCodeAsmDir): made ctype.h function calls safe
520         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
521           pic16_emitcode):  made lbp unsigned char*
522         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
523           (pic16_newpCodeAsmDir): made ctype.h function calls safe
524         * src/xa51/gen.c (emitcode),
525         * src/z80/gen.c (_emit2): made lbp unsigned char*
526         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
527            char*
528
529 2005-09-05 Raphael Neider <rneider AT web.de>
530
531         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
532           access bank splitpoint
533
534 2005-09-05 Raphael Neider <rneider AT web.de>
535
536         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
537
538 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
539
540         * .version: changed to version 2.5.3
541         * doc/sdccman.lyx: changed version to 2.5.3,
542           documented --codeseg and --constseg and pragma codeseg and constseg,
543           documented bit parameters (reentrant) and bit returning
544         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
545            currFunc->recvSize, but is this ok for all ports?
546           (ast2iCode): result of ~ on unsigned char must be cast to int for
547            bool to work
548         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
549           function pointers in bit space
550         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
551           (processFuncArgs): call port.reg_parm() with reentrancy info
552         * src/port.h,
553         * src/avr/main.c,
554         * src/ds390/main.c,
555         * src/hc08/main.c,
556         * src/pic/main.c,
557         * src/pic16/main.c,
558         * src/xa51/main.c,
559         * src/z80/main.c: port.reg_parm prototype extended with
560           "bool reentrant" parameter
561         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
562           options.stackAuto for allocating bit register parameters
563         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
564           (genSend): set BitBankUsed if it is,
565           (selectRegBank): factored out of genCall for use in genPcall,
566           (genCall): removed redundant dtype assignmen, use selectRegBank,
567           (genPcall): handle returning in Carry properly, save in F0 if needed,
568           (genReceive): handle bit register parameters
569         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
570           (mcs51_assignRegisters): enable bit registers for all reentrant
571            functions and don't set BitBankUsed unconditionally
572         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
573         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
574         * support/regression/tests/funptrs.c: added tests for BOOL and for return
575
576 2005-08-27 Borut Razem <borut.razem AT siol.net>
577
578         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
579         ppc-osx (Darwin) does not support -u option. It seems that it is
580         supported only on Linux - GNU cp
581
582 2005-08-25 Borut Razem <borut.razem AT siol.net>
583
584         * sim/ucsim/gui.src/serio.src/Makefile.in,
585           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
586           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
587           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
588           install and strip, since the strip at /usr/ccs/bin should be used
589           on solaris
590
591 2005-08-24 Borut Razem <borut.razem AT siol.net>
592
593         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
594
595 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
596
597         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
598         ffffffffu
599
600 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
601
602         * as/mcs51/aslink.h: completed lkrloc.c prototypes
603         * as/mcs51/lkmain.c (link_main): fixed warning
604         * device/include/stdbool.h: ds390 has no advanced bit support yet
605         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
606         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
607         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
608           and updated their macros
609         * src/SDCCval.c (constVal): updated comment for renamed b_long
610
611 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
612
613         * as/mcs51/asdata.c: changed ctype['['] to BINOP
614         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
615           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
616           (oprio): set priority for '['
617         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
618            and adb_24_bit
619         * as/mcs51/asm.h: added defines R_BIT and S_BIT
620         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
621         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
622         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
623           added overlayable BIT_BANK area
624         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
625           (summary2): explain 'T' in legenda
626         * as/mcs51/lkrloc.c: replaced old K&R style,
627           (relr): added R_BIT processing,
628           (errmsg): added "Bit-addressable relocation error",
629           (adb_bit): added for converting from byte- to bit-addressable space,
630           (adb_24_bit): added for converting from byte- to bit-addressable space
631         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
632            used in reentrant functions now even as return value
633         * device/lib/_gptrput.c (_gptrput): removed obsolete code
634         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
635           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
636         * src/SDCCglobl.h: added indicator BitBankUsed
637         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
638            the bit registers b0-b7
639         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
640           (geniCodeCast): fixed bug 1263853,
641           (geniCodeLogicAndOr): put result in bool or char,
642           (geniCodeReceive): added parameter func for accessing the return type,
643           (geniCodeFunctionBody): pass func to geniCodeReceive
644         * src/SDCCmain.c: added indicator BitBankUsed
645         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
646         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
647           (checkSClass): don't put automatic bool/bit on stack,
648           (checkFunction): removed check on function cannot return bit
649         * src/SDCCsymt.h: added newBoolLink prototype
650         * src/mcs51/gen.c (rb1regs): added bit registers,
651           (movc): created for assigning to carry,
652           (pushReg, popReg): created for pushing registers,
653           (sameRegs): check both AOP_REG and AOP_CRY types,
654           (aopOp): handle bit registers,
655           (aopPut): optimization no self-assign,
656           (saveRegisters): push reg->base (bits) only once for bit registers,
657            and use pushReg,
658           (unsaveRegisters): pop reg->base only once and use popReg,
659           (assignResultValue): added parameter func and return in carry for bits,
660           (genIpush): optimization no reload in A if not changed,
661           (genSend): bit parameters in reentrant functions are passed in bit
662            registers by first assigning to bits in B, then save registers and
663            copy B to bits,
664           (genCall): handle returning in Carry properly, save it in F0 if needed,
665           (genPcall): updated assignResultValue call, this is not safe yet for bit
666            returning function !!!
667           (genFunction): don't generate equ's for bit registers and use pushReg,
668           (genEndFunction): take care of bit returning functions and use popReg,
669           (genRet): return bit in Carry,
670           (genIfx): optimize bit registers and other directly addressable bits,
671           (genReceive): updated assignResultValue call
672         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
673           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
674            registers when using stack-auto
675         * src/mcs51/ralloc.c (_G): added allBitregs,
676           (regs8051): added the bit registers,
677           (createStackSpil): use macro IS_BIT,
678           (getRegBit): added to allocate a bit register, else spill,
679           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
680           (updateRegUsage): factored out to ease stepping while debugging,
681           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
682            also allocate bit registers,
683           (fillGaps): handle bit registers,
684           (findAllBitregs): added to create bit vector with all bit registers,
685           (mcs51_allBitregs): returns this bit vector,
686           (mcs51_assignRegisters): when using stack-auto use bit registers for
687            passing parameters and creating local variables
688         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
689
690 2005-08-22 Borut Razem <borut.razem AT siol.net>
691
692         * device/lib/Makefile.in: replaced find option -or with -o
693           to make it run on solaris
694
695 2005-08-22 Raphael Neider <rneider AT web.de>
696
697         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
698           fixes #1265442 (crash on Solaris)
699
700 2005-08-20 Borut Razem <borut.razem AT siol.net>
701
702         * configure, configure.in: added tests for libsocket and libnsl libraries,
703           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
704           from support/regression/Makefile.in
705         * support/regression/Makefile.in: added
706         * device/lib/pic16/Makefile.common.in: force make to use bash shell
707         * sim/ucsim/libtool: regenerated on sparc-solaris
708         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
709           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
710           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
711           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
712           sparc-solaris, which doesn't use GNU ld linker
713         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
714         * as/Makefile: find on sparc-solaris does not support -maxdepth option
715
716 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
717
718         * src/mcs51/peeph.def: updated comments
719
720 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
721
722         * device/lib/_gptrget.c,
723         * device/lib/_gptrput.c: slightly shorter
724         * doc/sdccman.lyx: incremented version
725         * src/mcs51/peeph.def: moved peephole comments to the line of first
726           change to better keep line correlation, reanimated 186.e
727         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
728
729 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
730
731         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
732           David Saxton with quotes around file name.
733
734 2005-08-15 Borut Razem <borut.razem AT siol.net>
735
736         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
737           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
738           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
739           make tests run on x86_64 platform
740
741 2005-08-13 Raphael Neider <rneider AT web.de>
742
743         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
744           as it might be executed DURING a build (parallel make is wonderful)
745
746 2005-08-13 Raphael Neider <rneider AT web.de>
747
748         * device/lib/Makefile.in (port-specific-objects-pic16):
749           revert to cp $(PORT)/bin/*.* $(PORTDIR)
750         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
751           dependency
752         * device/lib/pic16/Makefile.rules: build subdirs before creating
753           the library, removed builddir rule, create $(builddir) early in
754           recurse rule, use empty recurse rule for leaf directories
755         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
756           mkdir errors (race condition), removed duplicate suffix "hex"
757           from clean rules
758         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
759         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
760           prevents mkdir -p from aborting on Alpha
761
762 2005-08-12 Raphael Neider <rneider AT web.de>
763
764         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
765           db-statements in order to allow for arrays of pointers in code
766           sections to be placed without interspersed 0-padding, fixes
767           bug #1256215
768         * (emitStatistics): fixed division by zero for pic18f1220
769         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
770           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
771         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
772         * (pic16_pCodeConstString): keep track of already emitted string
773           literals to prevent "duplicate definitions of symbol _str_NR"
774         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
775           debug message
776         * device/lib/Makefile.in: ignore failing PIC16 library builds
777         * device/lib/pic16/Makefile: do not build if gputils are missing
778         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
779
780 2005-08-10 Raphael Neider <rneider AT web.de>
781
782         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
783           my last commit)
784
785 2005-08-10 Raphael Neider <rneider AT web.de>
786
787         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
788           Rokas' patch to add the new fixed point type "__fixed16x16"
789         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
790           functions for __fixed16x16 arithmetics
791         * device/lib/pic16: reimplemented the build system to support
792           a separate build directory, better handling of libio (create
793           the library in a separate subdir for each architecture) and
794           easier configuration (centralized in Makefile.common)
795
796 2005-08-07 Raphael Neider <rneider AT web.de>
797
798         * src/pic16/gen.c (genrshTwo): fixed sign extension
799         * src/pic16/device.c: added pic18f2320, 4220 and 4320
800         * device/include/pic16/pic18f2220.h: changed some bit definitions,
801           added T0CONbits
802         * device/include/pic16/pic18f4220.h: NEW, header for
803           pic18f4220 and pic18f4320
804         * device/include/pic16/pic18fregs.h: added new devices,
805           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
806         * device/include/pic16/signal.h: resolved name clashes
807           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
808           to also allow testing for interrupt enable bits, added
809           comments on how to use the macros
810         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
811         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
812           register definitions for the devices
813         * device/lib/pic16/pics.all: added new devices
814         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
815           allocated memory
816         * device/lib/pic16/libc/stdlib/memfree: do not count
817           the block header as free memory
818         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
819           simplified and added missing end-of-blocklist-marker
820           (reported by Peter Onion, fixes #1252814)
821         * (_mergeHeapBlock): fixed loop condition
822         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
823           len==0, restructured code
824         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
825           up a bit, reduced bitfield accesses, prevent endless loops
826           in case of heap corruption
827         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
828           "unreferenced arguments/must return a value" warnings
829         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
830           replaced BAUDREG with SPBRG
831         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
832           device/lib/pic16/debug/gstack/gstack.c: replaced
833           _naked, _asm, _endasm with __naked, __asm, __endasm
834
835 2005-08-05 Raphael Neider <rneider AT web.de>
836
837         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
838           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
839
840 2005-08-05 Borut Razem <borut.razem AT siol.net>
841
842         * device/lib/Makefile.in: added missing ';'
843         * configure: removed ^M characters
844
845 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
846
847         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
848           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
849           License
850
851 2005-08-04 Borut Razem <borut.razem AT siol.net>
852
853         * configure.in: pic16 libraries build 2nd try - enable running
854           configure in device/lib/pic16
855         * configure: regenerated from configure.in
856         * device/lib/Makefile.in: create $(PORT)/bin directory
857
858 2005-08-03 Raphael Neider <rneider AT web.de>
859
860         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
861           to get/set values via pointers
862         * (genUnpackBits,genPackBits): changed detection of
863           ptr->bitfield vs. sym.bitfield, fixed access via generic
864           pointers, removed dead (wrong) code for multibyte bitfields
865         * (genNearPointerGet, genGenPointerGet): removed useless code,
866           fixed bitfield detection, fixes #1250594
867         * (genNearPointerSet): removed useless code
868         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
869           and introduced macro pic16_emitpcode that conditionally emits
870           the origin of the following pCode (useful for debugging SDCC)
871         * src/pic16/pcode.c: changed (and disabled) some debug outputs
872         * (createDefmap): fixed handling of LFSR for --optimize-df
873
874 2005-08-02 Borut Razem <borut.razem AT siol.net>
875
876         * device/lib/Makefile.in: pic16 libraries build enabled since
877           gputils-0.13.2 are now localy installed at sourceforge's compile farm
878
879 2005-08-02 Raphael Neider <rneider AT web.de>
880
881         * src/pic16/gen.c (genPackBits): removed deprecated warning
882         * (genGenPointerSet): fixed bitfield detection
883
884 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
885
886         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
887
888 2005-07-31 Raphael Neider <rneider AT web.de>
889
890         * device/lib/pic16/libdev/pic18f458.c,
891           device/include/pic16/pic18f458.h: added missing T0CONbits
892
893 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
894
895         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
896
897 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
898
899         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
900
901 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
902
903         * device/include/mcs51/at89c51ed2.h: added.
904
905 2005-07-23 Raphael Neider <rneider AT web.de>
906
907         * src/pic/gen.h: added emitpcode macro for debugging
908         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
909           and replace by macro adding debug information on demand
910         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
911         * (gencjne): tried to fix; replaced with correct (slower) code
912         * (gen{Unp,P}ackBits): fixed single bit access
913         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
914         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
915           previous instruction
916         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
917           register has to be handled with care (forbidding movement
918           of assignments/uses, removing assignments completely, ...)
919         * (pCodeOptime2pCodes): make use of regIsSpecial
920         * added lots of debugging output (commented out)
921         * src/pic/rallloc.c (deassignLRs): prevent operand registers
922           from being reused as result UNLESS it is known to work
923
924 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
925
926         * support/Util/dbuf.h: include <stddef.h> for size_t
927         * .version: changed to version 2.5.2
928
929 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
930
931         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
932
933 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
934
935         * src/hc08/gen.c (genMinus): fixed bug #1241835,
936           (genModOneByte): removed needless psha/pula
937
938 2005-07-22 Raphael Neider <rneider AT web.de>
939
940         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
941           have PIC14 handled like PIC16, fixes broken pic14 linker calls
942         * src/pic/gen.c (resolveIfx): do not "invent" labels
943         * (genSkipc): changed to positive logic
944         * (genSkipCond): removed as no longer needed
945         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
946           backport from PIC16
947         * (genLeftShift): check operands are in different registers
948         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
949           INCF does not update CARRY...
950         * src/pic/main.c: fixed _linkCmd
951         * src/pic/pcode.c (unlinkpCode): added inactive code
952         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
953           alive (do not assign result and operand overlapping registers)
954
955 2005-07-22 Raphael Neider <rneider AT web.de>
956
957         * src/pic/device.c (dump_sfr): replaced register declaration with
958           call to emitSymbolToFile() to avoid duplicate symbols
959         * (assignRelocatableRegisters): do not declare external symbols
960         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
961           right (take size of type, not etype)
962         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
963         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
964         * (packRegsForAccUse): disabled assignment of WREG as
965           the result reg to prevent occurence of just fixed #1235003,
966           fixes #1242954
967         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
968           symbols (avoids duplicate symbols in .asm file)
969         * (pic14emitRegularMap): use emitSymbolToFile()
970         * src/pic/gen.c (aopOp): fixed spillLocation handling
971         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
972         * (genDataPointerSet): removed unneccessary variables/output
973
974 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
975
976         * as/mcs51/lkarea.c: enlarged codemap for banked memory
977         * device/lib/mcs51/crtbank.asm: added # to 0x0F
978
979 2005-07-21 Raphael Neider <rneider AT web.de>
980
981         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
982           architecture cannot handle them efficiently, fixes bug #1235003
983         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
984           check for empty sets before using them (fixes bug #1232190)
985
986 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
987
988         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
989           (lnksect2): generate warnings for memory overlap
990         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
991           constseg to set the name of these segments so you can instruct the linker
992           to place them in banks
993         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
994         * src/SDCCglobl.h: added MODEL_HUGE to enum,
995           added code_seg and const_seg to options
996         * src/SDCCglue.c (emitMaps): use options.const_seg,
997           (createInterruptVect): put interrupt vectors in segment HOME,
998           (glue): put HOME before static segment and put the main glue in HOME,
999           (glue): use options.code_seg
1000         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
1001         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
1002           these segments so you can instruct the linker to place them in banks
1003           (linkEdit): use code_loc for HOME segment which should be the first
1004           segment in code memory now
1005         * src/SDCCmem.c: fixed more stuff like bug 1238386
1006         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
1007           (changePointer): don't change function pointers to code pointers for
1008           banked functions,
1009           (compareType): added exceptional check for banked function pointers
1010         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
1011         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
1012           after static in code memory
1013         * src/mcs51/gen.c: added aopLiteralLong prototype,
1014           (aopForSym): use getSize for functions,
1015           (genCall): generate banked calls over one trampoline __sdcc_banked_call
1016           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
1017           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
1018           the segment,
1019           (genPcall): use call for literal function pointers and generate banked
1020           calls over the one trampoline so there's only one place for the user to
1021           modify according to his/hers hardware,
1022           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
1023           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
1024         * src/mcs51/main.c: added keyword banked,
1025           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
1026         * support/Util/SDCCerr.c,
1027         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
1028           needed for passing the bank and address to the trampoline
1029         * device/lib/mcs51/crtbank.asm: added for bankswitching
1030         * device/lib/mcs51/Makefile: added crtbank
1031
1032 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1033
1034         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
1035           for fields at offset 0 of a struct or union as reported
1036           on 2005-07-07 in the developer mailing list.
1037
1038 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
1039
1040         * src/SDCCmem.c: fixed bug 1238386
1041
1042 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1043
1044         * src/mcs51/peeph.def: added labelrefcounting for peepholes
1045           (patch #1144962), added peephole 300, enabled 259.x
1046         * doc/sdccman.lyx: removed screenshot and provided link instead
1047
1048 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1049
1050         * doc/sdccman.lyx: added section about debugging with ddd
1051         * doc/figures/ddd_example.eps: screenshot of debugging session
1052
1053 2005-07-04 Raphael Neider <rneider AT web.de>
1054
1055         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
1056           like CODE pointers, fixes #1115683
1057         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
1058           call, fixes bugs #1232211, #1228110,
1059           fixed wrong casts to pCodeFlow from pCodeInstructions
1060
1061 2005-07-04 Raphael Neider <rneider AT web.de>
1062
1063         * src/pic/gen.c (popGet): changed assert to allow for
1064           bit operands
1065         * (popGetAddr): changed signature to provide
1066           an additional index, patched all call sites
1067         * (genCmpEq): handle literal-like operands correctly
1068         * (genAddrOf): added sanity checks on __code/__data pointers
1069         * (genAssign): added handling of symbols from __code section
1070         * (gencjne): do not generate code for comparisons whose result
1071           is neither stored nor used, fixes bug #1171114
1072         * (AccLsh, AccRsh): operate on operand instead of WREG
1073         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
1074           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
1075           by known count
1076         * rewrote complete shift-by-literal logic, commented unused
1077           functions out
1078         * (genConstPointerGet): get multiple bytes (if result size > 1),
1079           fixed handling of non-immediate addresses
1080         * (genPointerGet): handle CODE pointers like CONST pointers
1081         * (genpic14Code): insert C-SRC lines as Cource-pCodes
1082         * ({aop,op}_isLitLike): NEW, single place to decide whether an
1083           operand is to be treated as a literal or not
1084         * (mov2w,genPcall,genCmpEq),
1085           src/pic/genarith.c: use aop_isLitLike() to decide between
1086           literal/register contents
1087         * (addSign): added missing offset
1088         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
1089           only emit comment in debug-mode,
1090           use {aop,op}_isLitLike throughout the file
1091         * src/pic/glue.c: fix initializers for pointers (work in progress)
1092         * src/pic/pcode.c (get_op): honor index on _const symbols
1093         * ({reset,dump}pCodeStatistics): NEW, estimate code size
1094         * (dumppBlock): added pCode size estimation
1095         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
1096           check for IS_SYMOP before OP_SYMBOL'ing
1097         * fixed indentation, compacted switch-statements
1098         * (allocReg): find free register and allocate it instead of
1099           allocating new registers all the time
1100         * (deassignLRs): prevent POINTER_GET's from being assigned the same
1101           registers as its operands (necessary only for multibyte GETs)
1102
1103 2005-07-01 Raphael Neider <rneider AT web.de>
1104
1105         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
1106           debugging .asm-output macros FENTRY + FEXIT
1107         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
1108           way... I wonder...
1109         * (emitpComment): NEW, printf to pCode
1110         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
1111           offset handling
1112         * (popGetAddr): NEW, variant of popGet to access an immediates
1113           high(er) bytes instead of the n'th byte of memory they reference,
1114           replaced popGet with popGetAddr where neccessary
1115         * (genDataPointerGet): reactivated and fixed implementation
1116         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
1117           accesses
1118         * (genDataPointerSet): fixed multibyte assignments
1119         * (genpic14Code): fixed --i-code-in-asm handling
1120         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
1121         * (genPlus): fixed index-out-of-bounds error
1122         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
1123         * src/pic/ralloc.c: added debugging output macro FENTRY2
1124         * (spillThis): fixed indentation, enbraced for-body for clarity
1125         * (rematStr): commented out as now unused
1126         * (regTypeNum): commented out special spill case (overwrites
1127           arbitrary values)
1128         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
1129
1130 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
1131
1132         * doc/sdccman.lyx: documented sfr16/sfr32,
1133           added example for using storage class with function pointers
1134         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
1135
1136 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
1137
1138         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
1139         * device/lib/_itoa.c,
1140         * device/lib/_ltoa.c: optimized codesize
1141         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
1142           but don't know how to suppress the double warning.
1143         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
1144         * support/Util/SDCCerr.c,
1145         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
1146
1147 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
1148
1149         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
1150           fixed old K&R prototypes
1151         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
1152         * device/lib/_gptrget.c,
1153         * device/lib/_gptrgetc.c,
1154         * device/lib/_gptrput.c: changed versions for new memory indicator values,
1155           also new versions for small generic pointers and banked generic pointers
1156         * src/port.h: added const_name
1157         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
1158         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
1159         * src/SDCCcse.c (findPrevIc): check all associative operators
1160         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
1161         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
1162         * src/SDCCmem.c: updated comments,
1163           set far-space to 0 for pdata, results in optimized code
1164         * src/SDCCmem.h: added macro CONST_NAME
1165         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
1166           moving the info into the highest bits, see also gptrget/gptrput
1167         * src/src.dsp: added sdcc.ico to project files
1168         * src/avr/gen.c (genCast): fixed bug 0x%d
1169         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
1170         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
1171           relation between ptr_type and DCL_TYPE,
1172           (genCast): fixed bug 0x%d
1173         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
1174           (CODE)" for const_name
1175         * src/hc08/gen.c (genCast): fixed bug 0x%d
1176         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
1177           (hc08_port): added "CONST (CODE)" for const_name
1178         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
1179           (aopForRemat, adjustArithmeticResult): disconnected direct relation
1180           between ptr_type and DCL_TYPE,
1181           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
1182           operand* and took AOP() inside function so sfr-ness can be checked,
1183           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
1184           new prototype,
1185           (genFunction, genEndFunction): optimized stack setup,
1186           (genMinus): optimized for literals with ending zeroes (in bytes),
1187           (genCast): fixed bug 0x%d
1188         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
1189           (mcs51_port): added "CONST (CODE)" for const_name
1190         * src/mcs51/peeph.def: made rule 226 more generic
1191         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
1192         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
1193         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
1194         * src/z80/main.c (z80_port): added NULL for const_name,
1195           (gbz80_port): added NULL for const_name
1196         * support/regression/tests/bug663539.c,
1197         * support/regression/tests/sfr16.c: new tests
1198
1199 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1200
1201         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
1202
1203 2005-06-24 Raphael Neider <rneider AT web.de>
1204
1205         * device/lib/pic16/libdev/pic18f[68][567]20.c:
1206           corrected typos...
1207         * device/include/pic16/signal.h: added USBIF
1208           and SIG_USB
1209
1210 2005-06-24 Raphael Neider <rneider AT web.de>
1211
1212         * device/lib/pic16/libdev/pic18f2455.c,
1213           device/include/pic16/pic18f2455.h: NEW
1214         * device/include/pic16/pic18fregs.h,
1215           device/lib/pic16/pics.all,
1216           src/pic16/device.c: added 18f2455
1217         * device/lib/pic16/libdev/pic18f[68][567]20.c,
1218           device/include/pic16/{pic18f[68][567].h,usart.h}:
1219           replaced MULTIPLE_USARTS define with more relaible
1220           compatibility sfrs (for USART access)
1221
1222 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
1223
1224         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
1225           and the output asm file line is printed on two lines.
1226
1227 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1228
1229         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
1230           BGT, BLE, BHI, and BLS instructions
1231         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
1232           genCmpEq): removed
1233         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
1234           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
1235           fixes bug #1216342
1236         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
1237
1238 2005-06-15 Raphael Neider <rneider AT web.de>
1239
1240         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
1241         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
1242         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
1243           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
1244           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
1245
1246 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1247
1248         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
1249           Marcel Telka in bug #1215704
1250
1251 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
1252
1253         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
1254           located in shared memory bank.
1255
1256 2005-05-31 Raphael Neider <rneider AT web.de>
1257
1258         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
1259           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
1260           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
1261
1262 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
1263
1264         * device/lib/_strncpy.c: fixed the fix
1265
1266 2005-05-26 Raphael Neider <rneider AT web.de>
1267
1268         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
1269           initializers with \0, bug #1208187
1270         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
1271           intializers with \0, bug #1208187
1272
1273 2005-05-26 Raphael Neider <rneider AT web.de>
1274
1275         * src/pic16/glue.c (pic16_printIvalChar): fixed string
1276           initializers with \0, bug #1208187
1277         * src/pic16/main.c (_process_pragma): added sanity checks
1278           for stack position and size, emit warnings when appropriate
1279
1280 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1281
1282         * device/lib/_strncpy.c: fixed not filling with \0
1283
1284 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1285
1286         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
1287           createFunction),
1288         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
1289           compound_statement),
1290         * src/SDCCsymt.h,
1291         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
1292
1293 2005-05-24 Raphael Neider <rneider AT web.de>
1294
1295         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
1296
1297 2005-05-24 Raphael Neider <rneider AT web.de>
1298
1299         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
1300           TRISE definitions, closes bug #1162453
1301
1302 2005-05-22 Raphael Neider <rneider AT web.de>
1303
1304         * src/pic16/main.c (_process_pragma): check for missing
1305           arguments to pragmas code and udata
1306         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
1307           consistency fixes to match other headers (thanks to Jim Paris)
1308         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
1309
1310 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1311
1312         * src/SDCCicode.c (isOperandEqual): fixed missing ;
1313
1314 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
1315
1316         * support/regression/tests/bug1198642.c: new test
1317         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
1318         * src/SDCCcse.c (findPrevIc): added comment, please have a look
1319         * support/scripts/resource.h,
1320         * support/scripts/resource.rc,
1321         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
1322         * support/scripts/sdcc.ico: added 32x32 icon
1323
1324 2005-05-18 Raphael Neider <rneider AT web.de>
1325
1326         * device/lib/pic16/libdev/pic18f*.c,
1327         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
1328           keywords to "__sfr" and "__at (X)"
1329         * device/include/pic16/pic18fregs.h: added pic18f4520
1330         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
1331           #1203088 (MPLAB compatibility)
1332
1333 2005-05-17 Raphael Neider <rneider AT web.de>
1334
1335         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
1336         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
1337         * device/lib/pic16/pics.all: added new devices
1338         * src/pic16/device.c: added support for pic18f4520
1339
1340 2005-05-16 Raphael Neider <rneider AT web.de>
1341         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
1342         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
1343         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
1344           convenience function for bit access
1345
1346 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1347
1348         * device/lib/printf_large.c: fixed bug 1193299
1349         * support/regression/tests/bug1057979.c: added test %3.3s
1350
1351 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1352
1353         * device/include/mcs51/8051.h,
1354         * device/include/mcs51/8052.h: made parseable with lint
1355         * device/include/mcs51/lint.h: added include file for (sp)lint
1356         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
1357         * doc/cdbfileformat.lyx,
1358         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
1359
1360 2005-05-14 Raphael Neider <rneider AT web.de>
1361
1362         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
1363         * device/lib/pic16/libc/stdlib/itoa.c (new)
1364         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
1365         * device/lib/pic16/libio/Makefile: exclude subdir according to
1366           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
1367         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
1368         * src/pic16/gen.c (genFunction): prevent annoying warning
1369         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
1370           nameclashes on BeOS
1371         * support/cpp2/cppmain.c (cpp_output_string): new
1372         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
1373           fixes bug 1116802
1374
1375 2005-05-13 Borut Razem <borut.razem AT siol.net>
1376
1377         * src/SDCCmain.c (linkEdit): fixed bug 1195202
1378
1379 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1380
1381         * .version: changed to version 2.5.1; back to bleeding edge development
1382
1383 2005-05-11 Borut Razem <borut.razem AT siol.net>
1384
1385         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
1386           generate PDF version 1.3 documents
1387
1388 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1389
1390         * .version: changed to version 2.5.0
1391
1392 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1393
1394         * doc/sdccman.lyx: updated weblinks, index and smaller updates
1395
1396 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1397
1398         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
1399         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
1400         well as many smaller updates.
1401         * .version: changed to version 2.5.0-pre1
1402
1403 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1404
1405         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
1406
1407 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1408
1409         * support/regression/tests/bug1185672.c: added
1410         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
1411           bug 1185672
1412         * src/mcs51/gen.c (genCall): added comments, made it look safer
1413         * src/mcs51/gen.c (genEndFunction): simplified
1414
1415 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1416
1417         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
1418
1419 2005-04-14 Borut Razem <borut.razem AT siol.net>
1420
1421         * fixed bug 1045046 - SIGSEGV with really simple code?:
1422           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
1423           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
1424
1425 2005-04-14 Borut Razem <borut.razem AT siol.net>
1426
1427         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
1428           src/pic16/device.h: temporarily disabled experimental #inline pragma
1429           for 2.5.0 release
1430
1431 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
1432
1433         * device/include/z80/stdio.h,
1434         * device/include/z80/string.h: removed these highly incomplete files so
1435           SDCC can use the default ones in device/include/
1436
1437 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1438
1439         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
1440         gcc warning.
1441         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
1442         fix sdcpp warnings.
1443
1444 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1445
1446         * device/include/malloc.h: removed redundant __reentrant prototypes
1447         * device/lib/_mullong.c: added working xstack variant in asm (C version
1448           doesn't pass regression tests)
1449         * device/lib/bpx.c: used __data and made bpx char for mcs51
1450         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
1451           (createFunction): fixed bug with xstackPtr
1452         * src/SDCCcse.c: corrected comments
1453         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
1454           (killDeadCode, eBBlockFromiCode): removed unused code
1455         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
1456           corrected comments
1457         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
1458           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
1459           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
1460           (genModOneByte): fixed warning in MSVC
1461         * src/mcs51/main.c (): added comments
1462         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
1463
1464 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
1465
1466         * src/SDCCmain.c (linkEdit): oops, changed one line too many
1467
1468 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
1469
1470         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
1471
1472 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
1473
1474         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
1475         characters arrays of larger size than the declared one.
1476
1477 2005-04-10 Borut Razem <borut.razem AT siol.net>
1478
1479         * src/pic/gen.c (genInline),
1480           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
1481           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
1482           (findNextInstruction), (findPrevInstruction),
1483           (findInstructionUsingLabel),
1484           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
1485         * src/pic/pcode.c (findLabel): added missing '\n'
1486         * src/src.dsp: added SDCCdwarf2.c to the project
1487
1488 2005-04-09 Borut Razem <borut.razem AT siol.net>
1489
1490         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
1491
1492 2005-04-08 Raphael Neider <rneider AT web.de>
1493
1494         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
1495           into the chain after a given one) and mergeDefmapSymbols (combine
1496           defmap entries for each symbol per pcode)
1497         * (createDefmap): have defmap entries merged in the end
1498         * (defmapReplaceSymRef): split defmap entries covering two accesses to
1499           a symbol before replacing one access type's symbol, merge symbols in
1500           the end (replacement symbol might already have an entry)
1501         * (assignValnums): keep reference to written WREG intact
1502
1503 2005-04-08 Raphael Neider <rneider AT web.de>
1504
1505         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
1506           Alpha)
1507
1508 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
1509
1510         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
1511         bytes
1512
1513 2005-04-07 Raphael Neider <rneider AT web.de>
1514
1515         * device/include/pic16/usart.h: added compatibility defines for
1516           devices with more than one USART
1517         * device/include/pic16/pic18f[68][567]20.h: activated above defines
1518
1519 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1520
1521         * device/lib/Makefile.in: updated for port specific include
1522
1523 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1524
1525         * support/regression/ports/mcs51/spec.mk: added mcs51 include
1526
1527 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1528
1529         * device/include/8051.h,
1530         * device/include/8052.h,
1531         * device/include/at89S8252.h,
1532         * device/include/at89c55.h,
1533         * device/include/at89x051.h,
1534         * device/include/at89x51.h,
1535         * device/include/at89x52.h,
1536         * device/include/mcs51reg.h,
1537         * device/include/reg51.h,
1538         * device/include/reg764.h,
1539         * device/include/regc515c.h,
1540         * device/include/sab80515.h: (re)moved these 12 files
1541         * device/include/mcs51/8051.h,
1542         * device/include/mcs51/8052.h,
1543         * device/include/mcs51/at89S8252.h,
1544         * device/include/mcs51/at89c55.h,
1545         * device/include/mcs51/at89x051.h,
1546         * device/include/mcs51/at89x51.h,
1547         * device/include/mcs51/at89x52.h,
1548         * device/include/mcs51/mcs51reg.h,
1549         * device/include/mcs51/reg51.h,
1550         * device/include/mcs51/reg764.h,
1551         * device/include/mcs51/regc515c.h,
1552         * device/include/mcs51/sab80515.h: and added them here
1553
1554 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1555
1556         * device/include/stdarg.h: changed SDCC specific keywords to double
1557           underlined form.
1558         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
1559           mcs51 and ds390.
1560         * device/include/hc08/mc68hc908gp32.h,
1561         * device/include/hc08/mc68hc908jb8.h,
1562         * device/include/hc08/mc68hc908jkjl.h,
1563         * device/include/hc08/mc68hc908qy.h: fixed comments
1564         * device/include/mcs51/README: updated
1565         * device/include/mcs51/c8051f120.h: added PINRSF
1566         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
1567         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
1568           amidst code. Also inline is not supported.
1569
1570 2005-04-06 Raphael Neider <rneider AT web.de>
1571
1572         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
1573         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
1574           callers stack/frame pointers
1575
1576 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1577
1578         * device/include/pic16/usart.h: added, missing in previous commit,
1579         * device/include/pic16/adc.h: fixed typo,
1580         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
1581         commit,
1582         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
1583         <p18fxxx.inc>
1584         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
1585         uninitialized because a bug appears with gplink
1586         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
1587         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
1588         complains for unrecognised option
1589
1590 2005-04-05 Raphael Neider <rneider AT web.de>
1591
1592         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
1593           structs as well (using memcpy)
1594         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
1595           on ISRs (GOTO has no label)
1596         * src/pic16/device.h: added OF_OPTIMIZE_DF
1597         * src/pic16/main.c: added compiler switch --optimize-df to enable the
1598           new data flow analysis/optimization
1599         * src/pic16/pcode.c: added (prototypes for and implementation of)
1600           dataflow analysis functions, fixed pCodeInstructions' inCond and
1601           outCond values, made RCALL a branch instruction
1602         * (pic16_unlinkpCode): keep C line if possible
1603         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
1604           C line moved if possible
1605         * (pic16_getRegFrompCodeOp): NEW, improved version of...
1606         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
1607           to use new pic16_getRegFrompCodeOp (works for more SFRs)
1608         * (pic16_BuildFlow): fixed skip instructions with label (did not start
1609           new flow)
1610         * (pic16_getJumptabpCode): NEW, needed in...
1611         * (LinkFlow): fixed handling of jumptables, calls and conditional
1612           branches
1613         * (pic16_InsertCommentAfter): NEW
1614         * (pic16_pCodeReplace): made verbose and flow preserving
1615         * (AnalyzeFlow): added call to data flow analysis
1616         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
1617         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
1618         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
1619
1620 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1621
1622         * src/SDCCast.c (decorateType): fixed bug #1105626
1623
1624 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
1625
1626         * device/include/asm/pic16/features.h,
1627         * pic18f*.h headers,
1628         * device/include/pic16/adc.h,
1629         * device/include/pic16/delay.h,
1630         * device/include/pic16/i2c.h,
1631         * device/include/pic16/malloc.h,
1632         * device/include/pic16/stdio.h,
1633         * device/include/pic16/stdlib.h,
1634         * device/include/pic16/string.h,
1635         * device/lib/pic16/libc/stdio/printf_tiny.c,
1636         * device/lib/pic16/libc/stdio/printf_small.c,
1637         * device/lib/pic16/libc/stdio/strmgpsim.c,
1638         * device/lib/pic16/libc/stdio/strmmssp.c,
1639         * device/lib/pic16/libc/stdio/strmusart.c,
1640         * device/lib/pic16/libc/stdio/vfprintf.c,
1641         * device/lib/pic16/libc/stdlib/ltoa.c,
1642         * device/lib/pic16/libc/stdlib/putchar.c,
1643         * device/lib/pic16/libc/stdlib/x_ftoa.c,
1644         * device/lib/pic16/libc/stdlib/memchrpgm.c,
1645         * device/lib/pic16/libc/stdlib/memchrram.c,
1646         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
1647         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
1648         * device/lib/pic16/libio/adc/adcbusy.c,
1649         * device/lib/pic16/libio/adc/adcread.c,
1650         * device/lib/pic16/libio/adc/adcsetch.c,
1651         * device/lib/pic16/libio/usart/ubaud.c,
1652         * device/lib/pic16/libio/usart/ubusy.c,
1653         * device/lib/pic16/libio/usart/udrdy.c,
1654         * device/lib/pic16/libio/usart/uopen.c,
1655         * device/lib/pic16/libio/usart/uputc.c,
1656         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
1657         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
1658         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
1659         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
1660         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
1661         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
1662         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
1663         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
1664         specific keywords to double underlined form,
1665         * device/lib/pic16/libc/Makefile.rules,
1666         * device/lib/pic16/libsdcc/Makefile.rules,
1667         * device/lib/pic16/libm/Makefile,
1668         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
1669         to compile with C standard set in Makefile.common
1670         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
1671         rand.c and crc.c in compilation process,
1672         * device/lib/pic16/libsdcc/int/divuint.c,
1673         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
1674         `c' from signed to unsigned,
1675         * device/lib/pic16/startup/crt0.c,
1676         * device/lib/pic16/startup/crt0i.c,
1677         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
1678         keywords to double underlined form, bug fixes in _do_cinit function
1679         which prevented the correct initialization of the .idata segment,
1680         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
1681         core to enter a infinite loop
1682         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
1683
1684 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1685
1686         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
1687
1688 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1689
1690         * device/include/Makefile.in: add support for hc08 subdirectory
1691         * device/include/hc08/: new subdirectory
1692         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
1693         Lucas Loizaga, thanks!
1694         * device/include/hc08/mc68hc908qy.h,
1695         * device/include/hc08/mc68hc908gp32.h,
1696         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
1697         their own directory. Changed internal macro names to use the compiler
1698         reserved namespace. Changed SDCC specific keywords to double
1699         underlined form.
1700         * device/include/math.h,
1701         * device/include/malloc.h,
1702         * device/include/stdarg.h,
1703         * device/include/stdbool.h
1704         * device/include/string.h,
1705         * device/include/tinibios.h,
1706         * device/include/ds400rom.h,
1707         * device/include/8051.h,
1708         * device/include/8052.h,
1709         * device/include/80c51xa.h,
1710         * device/include/at89c55.h,
1711         * device/include/at89S8252.h,
1712         * device/include/at89x51.h,
1713         * device/include/at89x52.h,
1714         * device/include/ds80c390.h,
1715         * device/include/reg764.h,
1716         * device/include/regc515c.h,
1717         * device/include/sab80515.h,
1718         * device/include/mcs51/c8051f000.h,
1719         * device/include/mcs51/c8051f018.h,
1720         * device/include/mcs51/c8051f020.h,
1721         * device/include/mcs51/c8051f040.h,
1722         * device/include/mcs51/c8051f060.h,
1723         * device/include/mcs51/c8051f120.h,
1724         * device/include/mcs51/c8051f300.h,
1725         * device/include/mcs51/c8051f310.h,
1726         * device/include/mcs51/c8051f320.h,
1727         * device/include/mcs51/c8051f330.h,
1728         * device/include/mcs51/c8051f350.h,
1729         * device/include/z180.h: Changed SDCC specific keywords to double
1730         underlined form.
1731
1732 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
1733
1734         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
1735         18F4455,
1736         * (pic16_assignConfigWordValue): disable testing of configuration
1737         register value with config mask,
1738         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
1739         function with port->fun_prefix,
1740         * (genFunction): when generating a naked interrupt function never
1741         create an absolute segment placed in interrupt vector address, place
1742         the actual interrupt function at IVA instead, when an interrupt
1743         function is generated with unspecified interrupt then do not create
1744         the absolute section,
1745         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
1746         code for generating a call to generic pointer get/put function with
1747         a call to function pic16_callGenericPointer(),
1748         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
1749         the call to the generic pointer get/put functions with prefixing the
1750         function name with port->fun_prefix,
1751         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
1752         * src/pic16/main.c (_process_pragma): prefix function with
1753         port->fun_prefix,
1754         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
1755         calling assembler, old 18Fxxxx macro is deprecated,
1756         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
1757         PC_ASMDIR in while condition,
1758         * (findInstruction): add PC_ASMDIR in while condition,
1759         * (buildCallTree): prefix main with port->fun_prefix,
1760         * (pic16_pCode2str): fixed bug that didn't emit the memory access
1761         identifier for variable with banked access in instructions BTFSS,
1762         BTFSC, BCF, BSF, BTG
1763         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
1764         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
1765         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
1766         perform optimization when enviroment variable NO_REG_OPT is set,
1767         * (insideLRBlock): NEW, return 1 if register is inside an
1768         INF_LOCALREGS block,
1769         * (RemoveRegFromLRBlock): remove a register that is completely
1770         eliminated by register optimization, but it is still left in local
1771         register store/restore in/from stack block,
1772         * (Remove2pcodes): after removing register, check to see if it
1773         should be removed from local register store/restore in/from stack
1774         block,
1775         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
1776         DUMMY_READ_VOLATILE,
1777
1778         * device/include/pic16/adc.h: minor prototype modifications and
1779         update,
1780         * device/include/pic16/malloc.h: added GPL notice various
1781         modifications,
1782         * device/include/pic16/stdint.h: NEW, standard header for ints
1783         * device/include/pic16/delay.h: NEW, header for delay functions,
1784         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
1785         delay1mtcy,
1786         * device/include/pic16/signal.h: NEW, header providing helper macros
1787         for implementing signal handlers,
1788         * device/include/pic16/stdio.h: added prototypes for functions,
1789         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
1790         prototypes for stdin and stdout, added macro PUTCHAR to
1791         automatically implement putchar function prototype,
1792         * device/include/pic16/usart.h: modified and updated USART library,
1793         * device/lib/pic16/libio/adc/,
1794         * device/lib/pic16/libio/i2c: some modifications to improve library
1795         performance,
1796         * device/lib/pic16/libc/stdio/: modifications for the new printf*
1797         family of functions,
1798         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
1799         family of functions and other sources,
1800         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
1801         of the PIC18Fxx[28] devices,
1802         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
1803         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
1804         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
1805         _do_cinit function, because the previous failed when local variables
1806         where not placed in the same memory bank,
1807         * device/lib/pic16/libsdcc/char/: various modifications to improve
1808         library performance,
1809         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
1810         information on the new functions of the c library and more...
1811
1812 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1813
1814         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
1815
1816 2005-03-26 Raphael Neider <rneider AT web.de>
1817
1818         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
1819           if condition == CARRY)
1820         * (genCmp): adapted to new genSkipc semantics
1821         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
1822           on rIfx (genCmp was broken)
1823
1824 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1825
1826         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
1827         * src/z80/main.c (_keywords[]),
1828         * src/SDCCglobal.h (struct options),
1829         * src/SDCC.y,
1830         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
1831         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
1832         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
1833         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
1834         always available in leading double underscore form. The C99 support is
1835         mostly missing, but it's a start.
1836         * support/regression/tests/bug-227710.c: fixed nonconforming use of
1837         reserved identifier "__data".
1838
1839 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1840
1841         * src/mcs51/peeph.def: fixed bug 1170013
1842
1843 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
1844
1845         * device/include/mcs51reg.h: fixed bug 842007
1846
1847 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1848
1849         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
1850         last time.
1851
1852 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1853
1854         * src/port.h (struct PORT),
1855         * src/avr/ralloc.c (avr_assignRegisters),
1856         * src/avr/main.c,
1857         * src/ds390/ralloc.c (ds390_assignRegisters),
1858         * src/ds390/main.c,
1859         * src/hc08/ralloc.c (hc08_assignRegisters),
1860         * src/hc08/main.c,
1861         * src/mcs51/ralloc.c (mcs51_assignRegisters),
1862         * src/mcs51/main.c,
1863         * src/pic/ralloc.c (pic14_assignRegisters),
1864         * src/pic/main.c,
1865         * src/pic16/ralloc.c (pic16_assignRegisters),
1866         * src/pic16/main.c,
1867         * src/xa51/ralloc.c (xa51_assignRegisters),
1868         * src/xa51/main.c,
1869         * src/z80/ralloc.c (z80_assignRegisters),
1870         * src/z80/ralloc.h,
1871         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
1872         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
1873         * src/SDCCcse.h,
1874         * src/SDCCdflow.c (computeDataFlow),
1875         * src/SDCCdflow.h,
1876         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
1877         * src/SDCCloop.h,
1878         * src/SDCCcflow.c (*),
1879         * src/SDCCcflow.h,
1880         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
1881         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
1882         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
1883         immedDom() returning wrong block; probably fixes bug #1160833)
1884
1885 2005-03-20 Borut Razem <borut.razem AT siol.net>
1886
1887         * support/scripts/inc2h.pl: WIN32 port
1888
1889 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
1890
1891         * device/lib/makefile.in: added abs.c and labs.c
1892
1893 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
1894
1895         * device/include/stdint.h: added
1896         * device/lib/abs.c: added
1897         * device/lib/labs.c: added
1898         * device/include/stdlib.h: added abs() and labs() prototypes
1899         * device/lib/libsdcc.lib: added abs and labs
1900         * device/include/float.h,
1901         * device/lib/_fsmul.c,
1902         * device/lib/printf_fast.c,
1903         * device/lib/printf_tiny.c: updated comments
1904
1905 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1906
1907         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
1908         bug #1164313
1909
1910 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1911
1912         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
1913         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
1914
1915 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
1916
1917         * device/lib/printf_large.c: removed inline assembly for portability and
1918           readability. Use printf_fast if speed or size are more important.
1919         * src/pic16/gen.c: removed conditions around use of DEBUGpc
1920         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
1921
1922 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
1923
1924         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
1925         prevent compiler warning
1926
1927 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1928
1929         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
1930         moved to level 0 and declared as static. Also they are explicit
1931         placed in access bank. This was necessery because some times they
1932         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
1933         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
1934         optimizations. Currently only compare to unsigned char is implemented,
1935         * src/pic16/gen.c: added fReturnIdx array,
1936         * (struct resolvedIfx) is moved to gen.h and made public,
1937         * (struct _G): added sregsAlloc and sregsAllocSet fields,
1938         * (aopForSym): added an optimization to directly store in stack of
1939         the operand of a SEND iCode,
1940         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
1941         but as registers instead (AOP_REG) using the fReturnIdx array,
1942         * (pic16_freeAsmop): remove the freed register from the
1943         _G.sregsAlloc field,
1944         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
1945         a compare of 'WREG',
1946         * (pic16_popGetTempRegCond): changed function prototype, now
1947         function takes also a bitVector argument v which holds the current
1948         set of registers that are allocated for stack access by aopForSym,
1949         registers allocated in aopForSym for accessing stack symbols are not
1950         any more part of the functions usedRegs field,
1951         * (genCall): some times aopOp is called for a stack variable to be
1952         send, aopForSym might perform the push, if this is true make sure
1953         that genCall doesn't push the variable twice by testing _G.resDirect,
1954         * (genFunction): changed testing for unspecified interrupt number
1955         from 256 to INTNO_UNSPEC,
1956         * modified selection scheme of frame pointer generation. Previously
1957         if function did use local registers a frame pointer was generated,
1958         now a frame pointer is generated only if function has arguments
1959         (that need PLUSW2 register access), or has stack arguments, or the
1960         compiler is not instructed to omit the frame pointer,
1961         * (genEndFunction): before restoring local registers that were saved
1962         in the function preamble, also restore the registers that *might*
1963         have been allocated for stack access,
1964         * (genRet): removed some old comments,
1965         * (genCmp, the active (RN's) version): added a call to the
1966         pic16_genCmp_special function to perform the compare with a more
1967         robust and optimized way,
1968         * (genInline): a feature has been added in inline code generation,
1969         which allows a wildcard variable substitution when writing inline
1970         assembly. Code is incomplete and experimental therefore undocumented,
1971         * (genCast): changed order of aopOp for result and right to allow
1972         aopForSym to directly load the result if possible,
1973         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
1974         perform an optimized compare on some selected special occasions,
1975         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
1976         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
1977         generate an IVT any more,
1978         * src/pic16/main.c (pic16_optionsTable): added command line option
1979         --optimize-cmp,
1980         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
1981         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
1982         macros,
1983         * src/pic16/NOTES: Raphael Neider added in list of active developers
1984         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
1985         jumptable_end to prevent bug #,
1986         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
1987         inCond and outCond fields,
1988         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
1989         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
1990         turn off register spilling,
1991         * (packRegsForOneUse): synced with other ports' versions although it
1992         is not used currently,
1993         * (pic16_packRegisters): added an optimization while reading
1994         structure bitfields, some registers may be saved (malloc code is
1995         decreased by 80 bytes)
1996
1997 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
1998
1999         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
2000         left is a bitfield, if yes, then don't optimize assignment. Perhaps
2001         this can be optimized more?
2002
2003 2005-03-10 Raphael Neider <rneider AT web.de>
2004
2005         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
2006           genNearPointerGet): (hopefully) fixed access to bitfields via
2007           pointers (p->bitN = x; and x = p->bitN; failed)
2008
2009 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
2010
2011         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
2012
2013 2005-03-09 Raphael Neider <rneider AT web.de>
2014
2015         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
2016
2017 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
2018
2019         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
2020         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
2021           (regTypeNum): set REG_BIT type if necessary
2022         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
2023         * support/regression/tests/critical.c: check bug 1144613
2024
2025 2005-03-02 Raphael Neider <rneider AT web.de>
2026
2027         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
2028
2029 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2030
2031         * src/avr/ralloc.c (serialRegAssign),
2032         * src/ds390/ralloc.c (serialRegAssign),
2033         * src/hc08/ralloc.c (serialRegAssign),
2034         * src/mcs51/ralloc.c (serialRegAssign),
2035         * src/pic/ralloc.c (serialRegAssign),
2036         * src/pic16/ralloc.c (serialRegAssign),
2037         * src/xa51/ralloc.c (serialRegAssign),
2038         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
2039
2040 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
2041
2042         * src/SDCCast.c (decorateType): fixed bug 1124787
2043
2044 2005-02-20 Hubert Sack <sack AT digiplan.de>
2045         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2046
2047         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
2048         patch #1121755
2049
2050 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2051
2052         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
2053         to keep the correct label reference count when adding/removing references
2054         to labels. A peephole file using this is appended to patch #1144962.
2055
2056 2005-02-14 Raphael Neider <rneider AT web.de>
2057
2058         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
2059         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
2060         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
2061           retrievals of result operand's value on assignment
2062
2063 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
2064
2065         * device/include/pic16/string.h: modified prototype for memccpy()
2066         to memccpy(void *, void *, char, size_t)
2067         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
2068         check whether to omit frame pointer or not,
2069         * (genInline): convert all occurences of "\n" to LF in inline
2070         assembler blocks, this helps formatting the inline text,
2071         * (pic16_loadFSR0): modified prototype,
2072         * (genNearPointerGet, genNearPointerSet): reorganization of code,
2073         removed some 8051 legacy code,
2074         * (genPackBits): enabled handling bitfields exceeding one byte in size,
2075         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
2076         before allocating temporary registers in functions,
2077
2078 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2079
2080         * support/regression/tests/bitvars.c: corrected the "fix"
2081
2082 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2083
2084         * support/regression/tests/bitvars.c,
2085         * support/regression/tests/bitwise.c,
2086         * support/regression/tests/rotate.c: "fixed" problems on Alpha
2087
2088 2005-02-10 Raphael Neider <rneider AT web.de>
2089
2090         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
2091           different size for Alpha
2092         * src/pic16/gen.c (genCmpEq) : improved compare with 0
2093
2094 2005-02-09 Raphael Neider <rneider AT web.de>
2095
2096         * src/SDCC.lex(doPragma) : save and restore warning options as well
2097           (also added new stack plus clone- and copyAndFreeSDCCERRG())
2098         * have #pragma less_pedantic set the errorlevel to WARNING
2099           (fixes #1117001)
2100         * (cloneOptimize) : fixed wrong malloc's size
2101         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
2102           facilitate correct handling of #pragma (save|restore)
2103
2104 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2105
2106         * src/mcs51/gen.c: removed non-standard C nameless struct/union
2107
2108 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
2109
2110         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
2111
2112 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
2113
2114         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
2115
2116 2005-02-02 Raphael Neider <rneider AT web.de>
2117
2118         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
2119         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
2120         * (pic16_storeForReturn): fixed to allow returning function pointers
2121         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
2122         * device/include/pic16/{stddef.h,stdbool.h}: added
2123
2124 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
2125
2126         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
2127
2128 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
2129
2130         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
2131         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
2132          appeared to be required
2133
2134 2005-01-31 Borut Razem <borut.razem AT siol.net>
2135
2136         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
2137           include/mcs51 and include/z80 directories to the package
2138
2139 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2140
2141         * src/hc08/gen.c (genFunction): fixed bug #1112752
2142
2143 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2144
2145         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
2146
2147 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2148
2149         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
2150
2151 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
2152
2153         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
2154
2155 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
2156
2157         * device/include/c8051fxxx.h: removed these 6 files
2158         * device/include/mcs51/c8051fxxx.h: added these 11 new files
2159
2160 2005-01-26 Raphael Neider <rneider AT web.de>
2161
2162         * src/pic16/gen.c (genAssign): fixed assignment from longs
2163           in codespace (were cut to three bytes)
2164         * (genDummyRead): implemented (except for CODESPACE...),
2165           fixed bug #1108575
2166         * src/pic16/glue.c (emitStatistics): beautified
2167         * device/lib/pic16/libm/Makefile: added include path
2168
2169 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2170
2171         * src/z80/gen.c (aopPut): fixed bug #1103902
2172
2173 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2174
2175         * device/lib/expf.c: fixed bug #1095792
2176
2177 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
2178
2179         * device/lib/pic16/libm: added Math library sources
2180
2181 2005-01-24 Raphael Neider <rneider AT web.de>
2182
2183         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
2184           to enable upcast to pCodeOpReg2 (there is no type tag to
2185           differenciate the two and pic16_popGet2p cast into PCOR2)
2186         * src/pic16/main.c (_process_pragma): fixed another malloc bug
2187           (sizeof(sectNames) changed to sizeof(sectName))
2188           Both patches fix segfaults under MinGW.
2189
2190 2005-01-23 Raphael Neider <rneider AT web.de>
2191
2192         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
2193           Safe_[mc]?alloc()'ed variables
2194         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
2195           of (byte sized) temporaries (assign them to WREG for now)
2196         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
2197           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
2198           this might fix SIGSEGVs on MinGW...
2199         * src/SDCCopt.c (killDeadCode): restored original behaviour
2200           (volatile operands might get thrown away though)
2201
2202 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
2203
2204         * src/pic16/gen.c: fixed bug #1106975,
2205         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
2206         pointer update, INTCON is saved, global interrupts are disabled and
2207         restored after updateing TOS.
2208         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
2209         * added function attribute 'shadowregs' to take advantage of shadow
2210         registers,
2211         * added function attribute 'wparam' as an alternative to the wparam
2212         pragma,
2213         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
2214         user declares a non-ISR function as 'shadowregs',
2215         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
2216
2217 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
2218
2219         * .version: bumped version number to 2.4.8
2220         * device/lib/pic16/pics.all: list of PIC18F devices supported by
2221         pic16 port,
2222         * device/lib/pic16/libio/i2c/: I2C module support library,
2223         * device/include/pic16/i2c.h: I2C support library header,
2224         * device/lib/pic16/libc/stdio/: standard IO support sources,
2225         * (printf_small.c): printf_small() source, supports float print,
2226         * (printf_tiny.c): printf_tiny() source, does not support floats,
2227         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
2228         enable global optimizations for entire library source, other
2229         Makefiles in the source tree are also modified to reflect this,
2230         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
2231         function,
2232         * doc/sdccman.lyx: updated to reflect new changes,
2233         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
2234         sym->onStack if-case,
2235         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
2236         sbit, idata, _idata, xdata, _xdata,
2237         * added pragma library, to link an external library, (see doc),
2238         * removed command line options, --pomit-config-words, --pomit-ivt,
2239         --pleave-reset-vector,
2240         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
2241         when calling assembler to reflect memory model used, also define
2242         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
2243         reflect stack model used,
2244         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
2245         on stack return NULL,
2246
2247 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2248
2249         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
2250           of the operands is volatile. Fixes #1020220
2251
2252 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
2253
2254         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
2255         * (OptimizeRegUsage): make sure that there is really no other flow where
2256           the first pCode is used
2257
2258 2005-01-22 Raphael Neider <rneider AT web.de>
2259
2260         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
2261           to fix #1106967 (pCode->seq are not set up correctly)
2262
2263 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2264
2265         * src/SDCCglue.c (glue): make sure code area is declared before the
2266         static initialization area.
2267
2268 2005-01-21 Raphael Neider <rneider AT web.de>
2269
2270         * device/lib/Makefile.in: fixed test for pic16 install dir
2271         * device/lib/pic16/*/Makefile*: modified compile flags to enable
2272           optimizations
2273         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
2274           added --optimize-goto compiler switch and pragma wparam documentation
2275         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
2276         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
2277           and PRODH closing bug #1071770 (peephole optimizer)
2278
2279 2005-01-19 Raphael Neider <rneider AT web.de>
2280
2281         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
2282           cmdLine buffers (used when calling sdcpp...) are large enough
2283           (MAX_PATH=256 truncates arguments leading to system halts when
2284           used in MinGW...)
2285         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
2286         * (genUminus): rewritten to for efficiency
2287         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
2288           used uninitialized in some cases)
2289         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
2290           copy the third byte from the int -- now assumes 0x80 (data memory)
2291         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
2292           operands (genAddLit expects the iCode's operands to swapped as
2293           well), fixed leftover bytes (crashed for short left operands)
2294         * (pic16_genMinusDec): performance improvements, removed false
2295           PIC14 emitSKPNCs
2296         * (pic16_genMinus): fixed to cope with differently sized operands
2297         * src/pic16/glue.c (pic16_glue): added new banksel optimization
2298           for --obanksel > 1
2299         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
2300         * src/pic16/graph.[ch]: implementation of directed graphs, used by
2301           new banksel optimization
2302         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
2303           analysis for temporary registers (segfaults...)
2304         * src/pic16/peeph.def: added rule
2305
2306 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
2307
2308         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
2309         which converts a float number to its ASCII representation
2310         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
2311         functions to convert the fractional and integer part of a float to ASCII,
2312         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
2313         realloc.c): added _MALLOC_SPEC to explicit place variables in data
2314         ram
2315         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
2316         _STATMEM macros,
2317         * device/include/pic16/adc.h: added GPL info,
2318         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
2319         a pCodeOp as tested operand,
2320         * (genNearPointerGet): optimized bit testing, does not use
2321         intermediate register for bit value, test directly instead with
2322         BTFSS, BTFSC, works only for single bits,
2323         * (genpic16Code): dump the name of the iCode in the asm,
2324         * src/pic16/ralloc.c (decodeOp): removed static declaration and
2325         renamed to pic16_decodeOp,
2326         * (serialRegAssign): do not allocate a temporary register for iCode
2327         sequences that test a single bit for 1/0
2328
2329 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
2330
2331         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
2332         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
2333         access stack and frame pointers. They are initially assigned to
2334         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
2335         accessing SFRs. Updated all occurences of modification of stack or
2336         frame pointer in gen.c and pcode.c,
2337         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
2338         assigning of a literal value to pointers,
2339         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
2340         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
2341         selected
2342
2343 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
2344
2345         * doc/sdccman.lyx: update documentation about stack pragma, added
2346         some info for stack memory models
2347
2348 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2349
2350         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
2351
2352 2005-01-08 Raphael Neider <rneider AT web.de>
2353
2354         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
2355           udata sections to fix bug #1097823
2356
2357 2005-01-05 Raphael Neider <rneider AT web.de>
2358
2359         * src/pic16/gen.c (genGenericShift): added handling of differently
2360           sized left operand and result
2361
2362 2005-01-04 Raphael Neider <rneider AT web.de>
2363
2364         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
2365         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
2366           to hold the condition bit)
2367         * added new version of genCmp (old code available via #define)
2368         * added new version of genShiftLeft/genShiftRight in a generic
2369           way, now supports shifting by negative values
2370         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
2371           shiftCount (expected by genGenericShift)
2372         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
2373         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
2374           dump
2375         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
2376           is an invalid literal too...)
2377
2378 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
2379
2380         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
2381         from Raphael Neider,
2382         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
2383         for 8-bit literals. This fixes some literal operands which are sign
2384         extended to 16-bits ints when instruction needs only 8-bits.
2385
2386 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
2387
2388         * device/lib/logf.c: added mcs51 assembly version
2389         * device/lib/expf.c: added mcs51 assembly version
2390         * device/lib/_logexpf.c: new shared asm code for expf and logf
2391         * device/include/math.h: add defines for assembly math library
2392         * device/lib/Makefile.in: build new _logexpf.c
2393         * device/lib/libfloat.lib: use new _logexpf.c
2394
2395 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2396
2397         * src/pic/device.c
2398         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
2399           device types which have less than 0x7f registers.
2400
2401 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
2402
2403         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
2404
2405 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2406
2407         * device/lib/printf_fast.c: only build on supported arch.
2408         * device/lib/printf_tiny.c: only build on supported arch.
2409         * device/lib/printf_fast_f.c: only build if asm float lib
2410         * device/lib/_fsget1arg.c: only build if asm float lib
2411         * device/lib/_fsget2args.c: only build if asm float lib
2412         * device/lib/_fsnormalize.c: only build if asm float lib
2413         * device/lib/_fsreturnval.c: only build if asm float lib
2414         * device/lib/_fsrshift.c: only build if asm float lib
2415         * device/lib/_fsswapargs.c: only build if asm float lib
2416         * device/include/stdio.h: don't provide print_fast,
2417           print_fast_f, print_tiny prototypes if --xstack used
2418
2419 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
2420
2421         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
2422         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
2423           to the SOURCES
2424
2425 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
2426
2427         * device/lib/printf_fast_f.c: same as printf_fast, but
2428           with floating point enabled
2429         * device/lib/printf_fast.c: minor tweaks
2430         * device/include/stdio.h: add printf_fast_f
2431
2432 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2433
2434         * src/SDCCmain.c: make --float-reent default for mcs51
2435         * device/lib/_fsadd.c: added mcs51 assembly version
2436         * device/lib/_fssub.c: added mcs51 assembly version
2437         * device/lib/_fsmul.c: added mcs51 assembly version
2438         * device/lib/_fsdiv.c: added mcs51 assembly version
2439         * device/lib/_fseq.c: added mcs51 assembly version
2440         * device/lib/_fsneq.c: added mcs51 assembly version
2441         * device/lib/_fsgt.c: added mcs51 assembly version
2442         * device/lib/_fslt.c: added mcs51 assembly version
2443         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
2444         * device/lib/Makefile.in: add _fscmp to build
2445         * device/lib/libfloat.lib: add _fscmp to build
2446
2447 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
2448
2449         * device/lib/_fs2slong.c: added mcs51 assembly version
2450         * device/lib/_fs2sint.c: added mcs51 assembly version
2451         * device/lib/_fs2schar.c: added mcs51 assembly version
2452         * device/lib/_fs2ulong.c: added mcs51 assembly version
2453         * device/lib/_fs2uint.c: added mcs51 assembly version
2454         * device/lib/_fs2uchar.c: added mcs51 assembly version
2455         * device/lib/_slong2fs.c: added mcs51 assembly version
2456         * device/lib/_sint2fs.c: added mcs51 assembly version
2457         * device/lib/_schar2fs.c: added mcs51 assembly version
2458         * device/lib/_ulong2fs.c: added mcs51 assembly version
2459         * device/lib/_uint2fs.c: added mcs51 assembly version
2460         * device/lib/_uchar2fs.c: added mcs51 assembly version
2461         * device/include/float.h: added #define to select asm vs c
2462
2463 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
2464
2465         * device/lib/printf_fast.c: improvements to float output
2466         * device/include/float.h: add defines for assembly float library
2467         * device/lib/_fsget1arg.c: receive 1 float arg
2468         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
2469         * device/lib/_fsnormalize.c: normalize a float
2470         * device/lib/_fsreturnval.c: return float, various helper routines
2471         * device/lib/_fsrshift.c: right shift a float's mantissa
2472         * device/lib/_fsswapargs.c: swap 2 floats
2473         * device/lib/Makefile.in: build these 6 new files for mcs51
2474         * device/lib/libfloat.lib: add these 6 files to the library
2475
2476 2004-12-26 Borut Razem <borut.razem AT siol.net>
2477
2478         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
2479           built by gcc 3.4.2
2480
2481 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
2482
2483         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
2484           and fully reentrant and register bank neutral.
2485         * device/lib/printf_fast.c: added float (not enabled by default),
2486           added compact/slower integer (also not enabled by default),
2487           improved size/speed of fast integer code, other minor changes
2488         * device/include/stdio.h, device/lib/Makefile.in,
2489           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
2490
2491 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
2492
2493         * src/pic16/pcode.c: declaring variables other than at the start of a
2494           block is not supported in C by VC6.
2495
2496 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
2497
2498         * applied a previous patch from Raphael Neider that wasn't included
2499         in the previous commits, which fixes infinite loops within jumptable
2500         improvements,
2501         * made some fixes that previous patches introduced
2502
2503 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
2504
2505         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
2506         that fixes an issue with AOP_PCODE asmop's offset,
2507         * (pic16_popCopyReg): update instance field too,
2508         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
2509         function of pic port,
2510         * (genCmp, genAnd, genAssign),
2511         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
2512
2513 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
2514
2515         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
2516         variables initial values to idata section,
2517         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
2518         variables in some functions. This utilizes parmBytes field of iCode
2519         structure to hold the offset of the variable in stack. (might be
2520         able to use the stack field too?)
2521         * applied patch from Raphael Neider # ### , # ###
2522         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
2523         variable initial values in idata section,
2524         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
2525         for static variables with initial value
2526         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
2527         applied fix in while loop from Raphael Neider.
2528
2529 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
2530
2531         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
2532         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
2533         * src/ds390/ralloc.c (serialRegAssign): spill bits
2534         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
2535         * support/Util/SDCCerr.c,
2536         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
2537         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
2538         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
2539
2540 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
2541
2542         * device/include/sdcc-lib.h: inserted LGPL, added includes
2543           asm/ds390/features.h and asm/mcs51/features.h
2544         * device/include/asm/default/features.h,
2545         * device/include/asm/gbz80/features.h,
2546         * device/include/asm/z80/features.h: added empty _AUTOMEM
2547           and _STATMEM
2548         * device/include/asm/ds390/features.h,
2549         * device/include/asm/mcs51/features.h: added files with defines for
2550           _AUTOMEM and _STATMEM indicating automatic and static storage class
2551         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
2552         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
2553         * src/SDCCicode.c (geniCodeCast),
2554         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
2555         * src/SDCCloop.c (loopInduction): removed unused variable lr
2556         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
2557           to convertToFcall to include char modulo (RFE 1065037), added check
2558           if left operand is unsigned and use abs of literal value
2559         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
2560           as it doesn't work after conversion from peephole.def to peephole.rul
2561         * src/mcs51/gen.c (toBoolean): added check for size,
2562           (genModOneByte): optimized code for signed char modulo a literal
2563           power of 2 (thanks to Hubert Sack),
2564           (genRRC): removed unnecessary "clr c",
2565           (genRLC): replaced "add a,acc" with cheaper "rlc a"
2566         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
2567           jump optimization,
2568           swapped rules 256.c and 256.d,
2569           extended 256.d by using new multiple checks (thanks Erik),
2570           added rules 256.e and 256.f,
2571           updated rule 261.a and 261.b to new generated code
2572         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
2573
2574 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2575
2576         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
2577           induction related bugs, including first part of bug #1074377
2578
2579 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
2580
2581         * applied patch from bug-report #1076292,
2582         * applied patches for genAnd and Goto-optimizations for Raphael
2583         Neider,
2584         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
2585         dump a less iCode information,
2586         * src/pic16/device.h (pic16_options_t): added field debgen,
2587         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
2588         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
2589         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
2590         puclic,
2591         * (various functions): added macros FENTRY and FENTRY2 to functions,
2592         to emit function prologue,
2593         * (various functions): fixed indentation,
2594         * (genNearPointerGet): fixed loading of FSR0,
2595         * (genPackBits): applied patch from Raphael Neider to fix updating
2596         of FSR0 and touching only the modified bits,
2597         * src/pic16/genarith.c (various functions): added macros FENTRY to
2598         emit function prologue in comments,
2599         * src/pic16/pcode.h: added functions debugf2, debugf3,
2600         * src/pic16/ralloc.c: partial fix for packForPush caused
2601         segmentation fault,
2602
2603 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2604
2605         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
2606           <stsp AT users.sourceforge.net> with reversed byte order
2607         * support/regression/tests/rotate.c: added (ds390 skips some tests)
2608
2609 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2610
2611         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
2612           bug #1074377
2613         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
2614         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
2615
2616 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2617
2618         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
2619
2620 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2621
2622         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
2623           conditions,
2624           (setFromConditionArgs): friendly operand parser for peephole rules,
2625           (operandBaseName, operandsNotRelated): new peephole condition
2626           "operandsNotRelated" -- similar to "operandsNotSame", but takes
2627           architecture specific register naming into account, handles n-way
2628           comparisons, and supports quoted literals
2629         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
2630
2631 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2632
2633         * src/mcs51/peeph.def: fixed bug #1076940
2634
2635 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
2636
2637         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
2638
2639 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2640
2641         Adding support for replacing ljmps with sjmps in jumptables
2642         generated for switch statements. For now you need to set the
2643         environment variable SDCC_SJMP_JUMPTABLE to enable this.
2644         Now 4 algorithms for mcs51 jumptable generation are used:
2645         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
2646         addresses loaded pc-relative for up to 112 cases and stack-pushing
2647         target addresses loaded with offset from dptr for up to 256 cases.
2648
2649         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
2650         * src/mcs51/main.c: adapted constants for switch table generation
2651         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
2652
2653 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
2654
2655         * device/lib/printf_large.c (_print_format): fixed bug 1073386
2656         * support/regression/tests/bug1057979.c: added test for bug 1073386
2657
2658 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2659
2660         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
2661         compilers
2662
2663 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
2664
2665         * src/pic16/device.h,
2666         * src/pic16/genarith.c,
2667         * src/pic16/glue.c,
2668         * src/pic16/main.c,
2669         * src/pic16/pcode.c: applied patches #1068154 and #1070213
2670
2671 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
2672
2673         Large cummulative patch for pic16 port.
2674         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
2675         to call when a stack overflow occurs,
2676         * (malloc.h): added CVS Id tag,
2677         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
2678         variable,
2679         * added libc directory. The current version of LibC contains string
2680         functions, ctype functions and macros and some functions of the
2681         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
2682         be extensively tested in the future. Standard disclaimer here.
2683         Library is not automatically build yet. But one can build it by
2684         invoking 'make' inside the libc directory.
2685         * added ADC library under libio. Preliminary version yet.
2686
2687         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
2688         * src/pic16/gen.c (aopForRemat): asmop size is filled by
2689         aopForRemat() now and not by pic16_aopOp(),
2690         * (pic16_popGetTempReg): removed warning messgae when allocating
2691         temporary registers, its a buggy feature and will be removed,
2692         * (pic16_popGet): set register instance field in AOP_CRY,
2693         * (pic16_outBitC): fixed for results in size greater than 1,
2694         * (genUminusFloat): fixed for pic16, ported code from mcs51,
2695         * (pic16_storeForReturn): optimized return of 0,
2696         * (genCmp): experimental code for new genCmp which uses PIC18's
2697         special compare&skip instructions. Initial tests fail some times
2698         with variables grater than 1 byte in size, so new code is disabled,
2699         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
2700         a single bit,
2701         * (genCast): began a fix to optimize the casting of a bit to another
2702         bit, now assigning a bitfield to another bitfield will fail, sorry,
2703         * src/pic16/main.c: disabled the use of lr-support feature,
2704         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
2705         * added some function prototypes, added function _debugf prototype,
2706         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
2707         bits with offset (case PO_GPR_BIT),
2708         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
2709         command line,
2710         * (isBankInstruction): modified to return 0 for no banking instruction,
2711         and 1 for banking instruction,
2712         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
2713         caused stop processing pCodes after a inline assembly block,
2714         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
2715         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
2716         registers when it shouldn't,
2717         * src/pic16/ralloc.c (allocReg): add preliminary support for
2718         supporting a limited set of temporary registers,
2719
2720 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2721
2722         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
2723           genDataPointerSet): ensure assignments always copy in MSB to LSB
2724           order,
2725           (loadRegFromAop): recognize CLRH optimization,
2726           (genFunction): optimize RECEIVE iCodes in reentrant functions
2727
2728 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2729
2730         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
2731           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
2732           selected.
2733         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
2734         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
2735           contiguous with data
2736
2737 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2738
2739         * device/lib/_gptrget.c (_gptrget),
2740         * device/lib/_gptrgetc.c (_gptrgetc),
2741         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
2742           instead of sjmp to ret
2743         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
2744           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
2745
2746 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2747
2748         * .version: bumped version to 2.4.7
2749         * device/lib/_gptrget.c (_gptrget): is now _naked
2750         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
2751         * device/lib/_gptrput.c (_gptrput): is now _naked
2752         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
2753           (createFunction): fixed xstack
2754         * src/SDCCglue.c (emitMaps): set allocation required for bit area
2755         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
2756           or bit either,
2757           (geniCodeCritical): store original interrupt state in an iTemp bit
2758           var unless stack-auto
2759         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
2760         * src/SDCCmain.c (setIncludePath): added include/target to search path
2761         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
2762         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
2763           prototype,
2764           (processFuncArgs): put bit vars in bit area
2765         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
2766           unsaveRBank): fixed xstack,
2767           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
2768           (genFunction, genEndFunction): fixed xstack,
2769           (genAssign): optimization don't walk backwards through mem
2770         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
2771         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
2772         * support/regression/Makefile: also make library (for stack-auto) when
2773           making "all" and added "test-mcs51-xstack-auto"
2774         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
2775         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
2776         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
2777         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
2778         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
2779           make-library by MAKE_LIBRARY
2780         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
2781           regression tests for xstack
2782         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
2783         * support/regression/tests/critical.c: test for critical on mcs51
2784
2785 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2786
2787         * support/regression/ports/ucz80/spec.mk: use include and lib files from
2788           built version of sdcc instead of installed version
2789
2790 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2791
2792         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
2793         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
2794           vprintf.c now
2795         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
2796         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
2797           WARNING: remove device/lib/build/z80/printf.o by hand when
2798           updating from previous build!
2799         * device/lib/z80/printf.c: updated comment
2800         * support/regression/tests/bug1057979.c: test all ports now
2801         * support/regression/tests/bug1065458.c: file added
2802
2803 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2804
2805         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
2806           *_start and *_end symbols for static functions
2807
2808 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
2809
2810         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
2811           and search crt0.o in all library paths,
2812           (setIncludePath): proper handling of --nostdinc,
2813           (setLibPath): proper handling of --nostdlib
2814         * support/regression/Makefile,
2815         * support/regression/ports/ds390/spec.mk,
2816         * support/regression/ports/gbz80/spec.mk,
2817         * support/regression/ports/hc08/spec.mk,
2818         * support/regression/ports/mcs51/spec.mk,
2819         * support/regression/ports/mcs51-large/spec.mk,
2820         * support/regression/ports/mcs51-stack-auto/spec.mk,
2821         * support/regression/ports/z80/spec.mk: use include and lib files from
2822           built version of sdcc instead of installed version
2823         * doc/sdccman.lyx: fixed typo in --nostdinc
2824
2825 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
2826
2827         * src/pic/pcode.c,
2828         * src/pic/device.c,
2829         * src/pic/ralloc.c,
2830         * src/pic/gen.c : added support to generate code for struct bit fields.
2831
2832 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2833
2834         * as/xa51/xa_version.h,
2835         * device/include/errno.h,
2836         * device/include/regc515c.h,
2837         * device/lib/_itoa.c,
2838         * device/lib/_ltoa.c,
2839         * device/lib/ser_ir_cts_rts.c,
2840         * sim/ucsim/xa.src/glob.cc,
2841         * sim/ucsim/xa.src/inst_gen.cc,
2842         * sim/ucsim/xa.src/xa_bit.cc,
2843         * sim/ucsim/xa.src/xa_sfr.cc,
2844         * sim/ucsim/z80.src/inst_dd.cc,
2845         * sim/ucsim/z80.src/inst_fdcb.cc,
2846         * support/scripts/keil2sdcc.pl,
2847         * src/pic16/pic16.dsp,
2848         * src/pic16/pic16a.dsp: corrected cvs line endings
2849         * device/lib/printf_large.c: fixed bug 1057979
2850         * src/pic16/gen.c: fixed non-C standard code
2851         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
2852         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
2853         * support/regression/ports/mcs51/support.c: reload T1 asap
2854         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
2855           pdata use and clear idata startup behaviour
2856         * support/regression/tests/bug1057979.c: added
2857
2858 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
2859
2860         * device/examples/ds390/ow390/ad26.h,
2861         * device/examples/ds390/ow390/cnt1d.h,
2862         * device/examples/ds390/ow390/crcutil.c,
2863         * device/examples/ds390/ow390/ownet.h,
2864         * device/examples/ds390/ow390/owsesu.c,
2865         * device/examples/ds390/ow390/swt12.h,
2866         * device/examples/ds390/ow390/swtoper.c,
2867         * device/examples/ds390/ow390/temp10.h,
2868         * device/examples/ds390/ow390/thermodl.c,
2869         * device/examples/ds390/tinitalk/tinitalk.dsp,
2870         * device/examples/ds390/tinitalk/tinitalk.dsw,
2871         * device/examples/mcs51/clock/hw.h,
2872         * device/examples/mcs51/simple2/go.bat,
2873         * device/examples/serialcomm/windows/serial.h,
2874         * device/examples/xa51/dummy.c,
2875         * device/examples/xa51/hello.c,
2876         * device/include/80c51xa.h,
2877         * device/include/at89x051.h: corrected cvs line endings
2878
2879 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
2880
2881         * src/pic16/main.c (options): added command line --gstack, to trace
2882         stack over/under flows,
2883         * added pragma 'wparam' to allow passing first byte of function
2884         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
2885         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
2886         call to __gstack_test function and sets up the symbol as extern,
2887         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
2888         * popaop): added call to pic16_testStackOverflow,
2889         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
2890         wparamList list,
2891         * (genCall, genPcall): now all parameters are passed via stack
2892         except in functions that are pass to wparam pragma in which WREG is
2893         used too,
2894         * (genPcall): REENTRANT flag is checked to see if variable prototype
2895         contains reentrant keyword, don't call a non-reentrant function, via
2896         a reentrant function pointer or vice versa, functions are never
2897         passed via WREG,
2898         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
2899         D.Winkler,
2900         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
2901         SIGSEGV when accessing a NULL register stucture,
2902         * (pic16_printGPointerType): modified to handle UPPER modifier for
2903         function initializers, changed prototype of function to simpler one,
2904         * (pic16_printIvalFuncPtr): check to see if function is already
2905         added in externs list,
2906         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
2907         optimized a move from W to SFR with a move to the same register
2908         later after a CALL,
2909         * device/lib/pic16/debug: NEW directory, contains debug features
2910         which are enabled when linking with libdebug.lib, currently command
2911         line option --gstack enables stack pointer tracing for over/under
2912         flow, corresponding sources are in debug/gstack
2913
2914 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
2915
2916         * doc/sdccman.lyx: updated SDCC version,
2917         * (PIC16 port): update list of command line options,
2918         * src/pic16/device.h (structure pic16_options_t): added field gstack
2919         to enable stack overflow tracing on push/pops,
2920         * src/pic16/device.c (statistics structure): added statistics
2921         structure,
2922         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
2923         pic16_dump_int_registers): increase statistics counters for each
2924         * variable which is encountered
2925         * (pic16_dump_usection): emit each .udata variable to its own udata
2926         section,
2927         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
2928         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
2929         parameters via stack, otherwise use old scheme,
2930         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
2931         assembler output file,
2932         * src/pic16/main.c: added command line options --gstack to enable
2933         push/pop tracing for stack overflow,
2934         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
2935         instructions): added size of each instruction,
2936         * (pic16_countInstruction): estimate size of instructions in
2937         the_pFile list, inline assembly blocks are not counted,
2938         * (pic16_FixRegisterBanking): trace previous register usage, when
2939         banksel optimizations is greater than 0, don't emit a redudant
2940         banksel directive,
2941
2942 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
2943
2944         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
2945         * src/pic16/ralloc.c : applied same fix for pic16.
2946         * src/pic/gen.c : tidied it up a little.
2947
2948 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2949
2950         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
2951         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
2952
2953 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2954
2955         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
2956
2957 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2958
2959         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
2960         non-reentrant function __modsint in the interrupt function (thus
2961         corrupting math operations during serial I/O)
2962         * device/lib/ser_ir.c: as above, changed buffersize
2963         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
2964         256.c,d for zeroing
2965         * doc/Makefile: added option -t for rsync
2966
2967 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2968
2969         * src/SDCCast.h (struct ast),
2970         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
2971
2972 2004-10-20 Borut Razem <borut.razem AT siol.net>
2973
2974         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
2975         package
2976
2977 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
2978
2979         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
2980         makefile targets,
2981         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
2982         support functions to replace long sequences of MOVFF's from access
2983         bank registers to stack and vice versa,
2984         * src/pic16/device.h: added new field opt_flags, where optimization
2985         flags can be set to enable certain features,
2986         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
2987         * pBlock, (genFunction, genEndFunction): surroung loop for
2988         saving/loading used registers in stack with PC_INFO pCodes,
2989         INF_LREGS. Code in between can then be optimized by pCode optimizer
2990         to support function calls,
2991         * (genDataPointerSet): fixed bug which loaded float fields in
2992         structures with corrupt data,
2993         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
2994         in a standard way debug info on stderr. Feature used for developing
2995         and debugging only,
2996         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
2997         obsolete chunks of code,
2998         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
2999         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
3000         * pic16/src/pcode.c (pic16_newpCodeInfo,
3001         * (pic16_newpCodeOpLocalRegs),
3002         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
3003         feature,
3004         * (pic16_pCodeConstString): printing of the initial value of a
3005         symbol as a comment is inhibited since parsing was already done by
3006         copyStr and output is corrupt,
3007         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
3008
3009 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3010
3011         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
3012
3013 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
3014
3015         * as/mcs51/lkarea.c: removed old K&R style,
3016           (lnksect): changed check on boundary error,
3017           (lnksect2): changed check on boundary error,
3018           (lnksect2): extend XSTK to end of page if size = 1
3019         * as/mcs51/lkmain.c: removed old K&R style,
3020           (Areas51): create l_IRAM symbol
3021         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
3022         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
3023           model-mcs51-stack-auto, added model-mcs51-xstack-auto
3024         * device/lib/_mullong.c: added version to be compiled with xstack
3025         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
3026         * device/lib/mcs51/crtxclear.asm: clear pdata as well
3027         * device/lib/mcs51/crtxstack.asm: fixed comment
3028         * src/SDCCglue.c: maxInterrupts defaults to 0,
3029           (emitMaps): added pdata,
3030           (createInterruptVect): (re)moved default,
3031           (glue): added pdata,
3032           (glue): moved __start__xstack to XSTK with default size 1
3033         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
3034           and options.float_rent when options.stackAuto is set,
3035           (linkEdit): only write XDATA_NAME if provided on command line
3036         * src/SDCCmem.h,
3037         * src/SDCCmem.c: added pdata
3038         * src/port.h: added pdata_name to PORT
3039         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
3040           (saveRegisters, unsaveRegisters): removed usage of B,
3041           (genMinus): fixed accumulator clash,
3042           (genJumpTab): added comment, this needs another look
3043         * src/mcs51/gen.c: added check for "B in use" paranoia,
3044           added pushB() and popB()
3045         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
3046           chance
3047         * src/avr/main.c,
3048         * src/ds390/main.c,
3049         * src/hc08/main.c,
3050         * src/mcs51/main.c,
3051         * src/pic/main.c,
3052         * src/pic16/main.c,
3053         * src/xa51/main.c,
3054         * src/z80/main.c: (reset_regparms) made void parameter explicit and
3055           added PSEG (PAG,XDATA) or NULL to port specifier
3056         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
3057         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
3058           (_mcs51_genInitStartup): removed __start__xstack equ,
3059           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
3060         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
3061         * src/z80/gen.c (_rleAppend): fixed warnings
3062         * support/regression/tests/zeropad.c: added pdata test
3063         * .version: bumped to 2.4.6
3064
3065 2004-10-17 Borut Razem <borut.razem AT siol.net>
3066
3067         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
3068         as a part of nightly build
3069
3070 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
3071
3072         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
3073         WREG holds the first byte function parameters,
3074         * (aopForSym): take special case for symbols which are in FARSPACE
3075         but in CODESPACE too,
3076         * (assignResultValue): modified to take into account _G.useWreg,
3077         * (genCall): don't use wreg for parameter passing when function is
3078         declared as reentrant, too, added optimization INCF to stack
3079         pointer when stack parameter count is 1,
3080         * (genFunction, genEndFunction): refurnished and fixed to not using
3081         wreg for passing parameters when function has varargs or is
3082         reentrant, fixed bug with symbol name compare for generating
3083         functions in absolute address,
3084         * (pic16_storeForReturn): refurnished,
3085         * (genCmp): began writing a new version of the function, not ready
3086         yet, therefore it is disabled,
3087         * (genAssign): do not read code memory when assigning a function to
3088         a pointer function,
3089         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
3090         array of characters, not pointer,
3091         * (pic16initialComments): in debug mode emit an .ident directive for
3092         the assembler,
3093         * (_process_pragma): emit a new warning type (internal to pic16)
3094         when setting stack to default length, emit a similar warning when
3095         placing a function at absolute address and address is not word aligned
3096         * (_pic16_parseOptions): added 'return TRUE' statement,
3097         * (_pic16_linkEdit): if compiling a source, then add the source's
3098         file object, first in the list of objects to link,
3099
3100 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
3101
3102         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
3103         * src/pic/main.c : removed VC warning.
3104         * src/pic/gen.c : changed comment.
3105
3106 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
3107
3108         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
3109         reference to a deprecated symbol _GPTRREG was causing failure to
3110         link. Thanks G. M. Gallant for the info.
3111
3112 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
3113
3114         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
3115         comments for Bugs item #954788.
3116
3117 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
3118
3119         * src/pic16/device.c (pic16_dump_gsection,
3120         * pic16_groupRegistersInSection): handle symbols declared to be in
3121         access bank differently,
3122         * src/pic16/gen.c (struct _G): added field resDirect,
3123         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
3124         send values read from stack directly to result and don't allocate
3125         temporary values,
3126         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
3127         same registers,
3128         * (pic16_sameRegsOfs): NEW,
3129         * (freeAsmop): if _G.resDirect is set then do not mark registers as
3130         free because they were not allocated from temporary pool,
3131         * pic16_popRegFromString): workaround to fix a problem with
3132         allocating variables twice or never,
3133         * (genGenPointerGet): using PRODL instead of FSR0H,
3134         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
3135         instead of FSR0H,
3136         * (genAssign): take advantage of the _G.resDirect flag,
3137         * (genCast): around line 11844, use mov2f instead of directly
3138         MOVFF'ing between operands to account for literal values,
3139         * src/pic16/genutils.c: some new debug functions for gpsim have been
3140         added,
3141         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
3142         float with integer part only,
3143         * src/pic16/main.c (_process_pragma): handle pragma udata access to
3144         place variables in access bank
3145         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
3146         updated sources to reflect recent changes in gen.c
3147
3148 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
3149
3150         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
3151         sources that searched for headers in installation path, now the
3152         device/include/pic16 is used,
3153         * src/pic16/glue.c (pic16glue),
3154         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
3155         .line directives if not in debug mode, this suppresses assembler's
3156         warnings for ignored directives
3157
3158 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3159
3160         * src/port.h: made reset_regparms prototype void parameter explicit.
3161         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
3162         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
3163         * doc/sdccman.lyx: documented warning disabling and how to use
3164           printf_large to make it print floats.
3165         * device/include/stdbool.h: NEW
3166         * device/lib/_atof.c,
3167         * device/lib/_divuint.c,
3168         * device/lib/_divulong.c,
3169         * device/lib/expf.c,
3170         * device/lib/printf_large.c,
3171         * device/lib/sincosf.c,
3172         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
3173         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
3174           a completely reentrant lib.
3175
3176 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
3177
3178         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
3179         * device/include/pic16/stdio.h: fixed bug with colon
3180
3181 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
3182
3183         * device/include/pic16/stdio.h,
3184         * device/include/pic16/stdlib.h,
3185         * device/include/pic16/math.h: NEW
3186         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
3187         declared as _naked to reduce overhead
3188         * device/lib/Makefile.in (target port-specific-objects-pic16):
3189         changed * to *.* so to ignore the CVS directory,
3190         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
3191         stacked variables back in stack,
3192         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
3193         corruption
3194
3195 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
3196
3197         * .version: bumped version number to 2.4.5
3198         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
3199         * support/Util/SDCCerr.c (messages structure): added entry for
3200         W_POSSBUG2
3201
3202         Large cumulative patch for pic16 port and libraries.
3203         * device/include/pic16/sdcc-lib.h,
3204         * device/include/pic16/stdarg.h,
3205         * device/include/asm/pic16/features.h,
3206         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
3207         * device/include/pic16/float.h: changes reentrant keyword with
3208         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
3209         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
3210         updated target build-libraries to include objects from gptr,
3211         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
3212         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
3213         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
3214         all function headings,
3215         * src/SDCCmain.c: added global parameter userIncDirsSet,
3216         * (parseCmdLine): when option -I is encountered add directory to
3217         userIncDirsSet too,
3218         * src/version.awk: added space between control and long,
3219         * src/pic16/NOTES: added some notes for the port,
3220         * src/pic16/gen.c: added prototype for mov2fp function,
3221         * (fReturnpic16[]): properly named return value registers,
3222         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
3223         * (aopForSym): added code to handle symbols with onStack flag set,
3224         symbols onStack are allocated PTRSIZE bytes,
3225         * (aopFreeAsmop): handles special case where asmops are stack objects,
3226         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
3227         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
3228         added argument lock to trace flaws in allocating temporary registers
3229         when developing port,
3230         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
3231         * (pic16_popRegFromString): reenabled allocating a direct register
3232         from string,
3233         * (assignResultValue): various beautifications,
3234         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
3235         referenced function argument,
3236         * (genIpush): reenabled to allow stacked arguments, handles only
3237         ic->parmPush iCodes,
3238         * (genCall, genPcall): major changes to allow for variable argument
3239         functions, fixed a bug with falsely restoring stack pointer after
3240         returning from call,
3241         * (genFunction): pending code for critical function,
3242         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
3243         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
3244         * (genNearPointerGet): fixed bug with indirect reading, was always
3245         reading from INDF0
3246         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
3247         pointers,
3248         * (genAddrOf): rewrote code to take address of a stacked function parameter
3249         * (genCast): fixed casting to generic pointer type,
3250         * src/pic16/gen.h: added AOP_STA,
3251         * (struct asmop): added field stk,
3252         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
3253         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
3254         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
3255         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
3256         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
3257         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
3258         generic pointers,
3259         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
3260         and library paths,
3261         * (pic16_port structure): generic pointer size is set to 3,
3262         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
3263         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
3264         compiler warning,
3265         * src/pic16/ralloc.c (allocReg): prevent allocating register when
3266         operand is an iTemp,
3267
3268 2004-09-24 Martin Helmling <mh AT octo-soft.de>
3269
3270         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
3271         * debugger/mcs51/simi.c: addapt new syntax of s51
3272
3273 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
3274
3275         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
3276         * src/pic16/pcode.c: commented out some calls to free() in order to
3277         fix bug #989576,
3278
3279 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3280
3281         * src/SDCCicode.h,
3282         * src/SDCCicode.c (isiCodeInFunctionCall),
3283         * src/avr/ralloc.c (selectSpil),
3284         * src/pic/ralloc.c (selectSpil),
3285         * src/pic16/ralloc.c (selectSpil),
3286         * src/ds390/ralloc.c (selectSpil),
3287         * src/hc08/ralloc.c (selectSpil),
3288         * src/xa51/ralloc.c (selectSpil),
3289         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
3290         stack in the middle of a function call sequence (fixes bug #1020268)
3291         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
3292         costs associated with the minimum switch case.
3293
3294 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3295
3296         * src/SDCC.lex: fixed bug #1030549
3297
3298 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3299
3300         * src/SDCCcse.h (struct cseDef),
3301         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
3302         over a function call if the CSE is derived from a symbol whose
3303         address has been taken (fixes bug #1029883)
3304         * support/regression/tests/bug-1029883: a new regression test for
3305         this bug
3306
3307 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3308
3309         * src/hc08/gen.c (emitinline): fixed bug #1029778
3310         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
3311         to a cast object is no longer a syntax error ("fixes" bug #1030006,
3312         and starts toward RFE #905167)
3313
3314 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
3315
3316         * src/pic16/gen.c (mov2f): New function to move an operand to
3317         another without considering if it is a literal or a register,
3318         * (pic16_sameRegs): don't check if they are both AOP_REG,
3319         * (AccRsh): removed andmask=0 lines,
3320         * (genLeftShift): duplicated to be improved in future versions,
3321         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
3322         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
3323         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
3324         * (pic16initMnemonics): added initialization for POC_INFSNZW,
3325         * (insertBankSwitch): fixed inserting banksel directives algorithm
3326         for instructions that follow a skip instruction, this fixes a report
3327         for broken subtraction code generation,
3328         * src/pic16/ralloc.c (deassignLRs): do not free register if current
3329         iCode is a left op, just in case result and right share the same
3330         registers
3331
3332 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3333
3334         * src/hc08/main.c,
3335         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
3336         preservation of HX
3337         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
3338         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
3339         on 2004-09-12; it was buggy
3340
3341 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
3342
3343         * src/SDCCsymt.h: removed RESULT_CHECK
3344         * src/SDCCast.c,
3345         * src/SDCCglue.c,
3346         * src/SDCCval.c,
3347         * src/pic/glue.c,
3348         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
3349
3350 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
3351
3352         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
3353         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
3354         configuration values no more rejected by compiler, they are assigned
3355         to configuration registers with a warning message instead,
3356         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
3357         the for-loop so last conf register is emitted too,
3358         * (_pic16_initPaths): link library libsdcc.lib by default,
3359         * (_hasNativeMulFor): modified test for multiplication according to
3360         Raphael Neider's remarks. Integer multiplication is also done with
3361         support functions,
3362         * device/include/pic16/pic18fregs.h: corrected type error in while
3363         testing and including 18f6720 header file
3364
3365 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
3366
3367         * src/pic16/device.h (pic16_options): removed field use_crt,
3368         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
3369         until an optimization to handle single bits is added,
3370         * (pic16_loadFSR0): moved before genUnpackBits,
3371         * (genAnd): some white lines removed,
3372         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
3373         leave_reset flags in pic16_options when using crt modules,
3374
3375 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
3376
3377         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
3378           for bugs 898889 & 979599. Also used some safer print instructions.
3379
3380 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
3381
3382         * src/pic16/device.h (pic16_options_t): added field use_crt,
3383         crt_name, no_crt,
3384         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
3385         catch a probable future bug,
3386         * src/pic16/gen.c: aopIdx function commented out,
3387         * (genAssign): commented out old code which used aopIdx,
3388         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
3389         code, added if conditionals to take into account the --use-crt
3390         command line options,
3391         * src/pic16/main.c (pic16_optionsTable): added new command line
3392         options, --use-crt= and --no-crt,
3393         * (_pic16_linkEdit): now the proper crt object is added in the
3394         linker command line except than when --no-crt is specified,
3395         * src/pic16/pcode.c,
3396         * src/pic16/pcode.h: added some structures and functions for a new
3397         optimization scheme to compansate for instruction overhead between
3398         same iCodes, this scheme is currently under development and is not
3399         working in any way,
3400         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
3401         to && operator,
3402         * device/lib/pic16/startup/crt0i.c,
3403         * device/lib/pic16/startup/crt0iz.c: added global char variable
3404         __uflags to force the generation of an idata section
3405
3406 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
3407
3408         * doc/Makefile,
3409         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
3410         * doc/sdccman.lyx: updated sdcc version to 2.4.4
3411
3412 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3413
3414         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
3415         Frieder) and clarified the default code optimization mode
3416
3417 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3418
3419         * src/SDCC.lex (doPragma, process_pragma),
3420         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
3421         "opt_code_size", and "opt_code_balanced"
3422         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
3423         regrouped options by category, added support for category headers
3424         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
3425         and "--opt-code-size"
3426         * doc/sdccman.lyx: documented these new options and pragmas
3427         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
3428         preference into account
3429
3430 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3431
3432         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
3433           geniCodePreDec): Fixed bug 904237 by generating a warning
3434         * src/SDCCerr.h,
3435         * src/SDCCerr.c: added warning W_SIZEOF_VOID
3436
3437 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
3438
3439         * src/pic/device.c : When no max ram set validate full memory range.
3440         * src/pic/pcode.c,
3441         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
3442
3443 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3444
3445         * device/lib/_gptrget.c,
3446         * device/lib/_gptrput.c: updated comment
3447         * device/lib/calloc.c,
3448         * device/lib/free.c,
3449         * device/lib/malloc.c,
3450         * device/lib/realloc.c: added LGPL, made them reentrant-safe
3451         * src/SDCCcse.c (cseBBlock),
3452         * src/SDCCicode.c (printOperand, geniCodeArray),
3453         * src/SDCCicode.h (struct operand): fixed bug 868103
3454         * support/regression/tests/bug-868103.c: added
3455         * src/SDCCast.c (searchLitOp),
3456         * src/SDCCcse.h (struct cseDef),
3457         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
3458         * src/SDCCicode.h (struct operand),
3459         * src/SDCCsymt.h (struct sym_link),
3460         * src/avr/gen.c (hasInc),
3461         * src/ds390/gen.c (hasInc),
3462         * src/hc08/gen.c (genPlusIncr, hasInc),
3463         * src/mcs51/gen.c (hasInc),
3464         * src/pic16/glue.c (pic16_printIvalChar),
3465         * src/pic16/ralloc.c (regWithIdx),
3466         * src/xa51/gen.c (hasInc) : removed warnings
3467         * src/SDCCast.c (createBlock): added comment ???
3468         * src/hc08/ralloc.c: updated comments
3469
3470 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3471
3472         * doc/sdccman.lyx: updated section on switch statements, added
3473         section about semaphore locking
3474         * doc/Makefile: added option -info for latex2html
3475         * device/lib/_gptrget.c,
3476         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
3477
3478 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3479
3480         * src/pic/device.h,
3481         * src/pic/device.c,
3482         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
3483          maxram is less than 0x100.
3484
3485 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
3486
3487         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
3488
3489 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3490
3491         * src/port.h,
3492         * src/mcs51/main.c,
3493         * src/ds390/main.c,
3494         * src/z80/main.c,
3495         * src/hc08/main.c,
3496         * src/pic/main.c,
3497         * src/pic16/main.c,
3498         * src/avr/main.c,
3499         * src/xa51/main.c
3500         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
3501         a jump table is the best form for a switch statement, including
3502         automatic insertion of missing cases to make the case range
3503         continuous. Developed in collaboration with Frieder Ferlemann.
3504
3505 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3506
3507         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
3508         accumulator result if it needs sign extension
3509
3510 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3511
3512         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
3513
3514 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3515
3516         * device/lib/gbz80/printf.c,
3517         * device/lib/z80/printf.c: removed define for NULL
3518
3519 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
3520
3521         * as/xa51/xa_link.c,
3522         * device/examples/ds390/ow390/ad26.c,
3523         * device/examples/ds390/ow390/cnt1d.c,
3524         * device/examples/ds390/ow390/counter.c,
3525         * device/examples/ds390/ow390/ds2480.h,
3526         * device/examples/ds390/ow390/ds2480ut.c,
3527         * device/examples/ds390/ow390/findtype.c,
3528         * device/examples/ds390/ow390/gethumd.c,
3529         * device/examples/ds390/ow390/owllu.c,
3530         * device/examples/ds390/ow390/ownetu.c,
3531         * device/examples/ds390/ow390/swt12.c,
3532         * device/examples/ds390/ow390/swtloop.c,
3533         * device/examples/ds390/ow390/temp.c,
3534         * device/examples/ds390/ow390/temp10.c,
3535         * device/examples/ds390/ow390/thermo21.c,
3536         * device/examples/ds390/ow390/tinilnk.c,
3537         * device/examples/ds390/ow390/tstfind.c,
3538         * device/examples/serialcomm/windows/serial.cpp,
3539         * device/examples/serialcomm/windows/test_serialcomm.cpp,
3540         * device/include/reg51.h: fixed line endings for cvs
3541
3542 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3543
3544         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
3545         packRegsForAccUse, packRegisters): new accumulator register
3546         packing algorithm
3547         * support/regression/ports/hc08/support.c (_putchar): suppress
3548         warning of unused variable
3549         * src/SDCCicode.c: added SWAP entry to codeTable
3550
3551 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
3552
3553         * device/lib/sprintf.c: forgot to add this file before previous commit
3554
3555 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
3556
3557         * src/pic16/gen.c (genPackBits): added operand right in function
3558         parameters, load result directly if p_type is POINTER (that is
3559         called by genNearPointerSet)
3560         * (genUnPackBits): added operand left in function parameters,
3561         * (genNearPointerGet, genNearPointerSet): prevent the loading of
3562         FSR0 if accessing bitfields,
3563
3564 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
3565
3566         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
3567           _print_format; updated printf, sprintf, vsprintf
3568         * device/include/asm/default/features.h: corrected comment/define
3569         * device/lib/Makefile.in: added sprintf.c
3570         * device/lib/libsdcc.lib: added sprintf module
3571         * device/lib/printf_large.c,
3572         * device/lib/vprintf.c,
3573         * device/lib/sprintf.c: totally refactored printf_large and vprintf
3574           into these 3 files
3575         * support/regression/Makefile: changed ALL_PORTS into a usefull default
3576         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
3577         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
3578           hc08 test
3579         * support/regression/tests/zeropad.c: define idata as data for hc08
3580
3581 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3582
3583         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
3584         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
3585         labels are referenced at least once (even if a reference is not found)
3586         * src/hc08/gen.c (emitcode): set isComment flag for comments
3587         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
3588         loads), rules 6a..6b (optimize jumps to return)
3589
3590 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3591
3592         * device/lib/acosf.c (acosf),
3593         * device/lib/asinf.c (asinf),
3594         * device/lib/atanf.c (atanf),
3595         * device/lib/ceilf.c (ceilf),
3596         * device/lib/cosf.c (cosf),
3597         * device/lib/coshf.c (coshf),
3598         * device/lib/cotf.c (cotf),
3599         * device/lib/fabsf.c (fabsf),
3600         * device/lib/floorf.c (floorf),
3601         * device/lib/log10f.c (log10f),
3602         * device/lib/logf.c (logf),
3603         * device/lib/sinf.c (sinf),
3604         * device/lib/sinhf.c (sinhf),
3605         * device/lib/sqrtf.c (sqrtf),
3606         * device/lib/tanf.c (tanf),
3607         * device/lib/tanhf.c (tanhf),
3608         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
3609         replaced all instances of "reentrant" in the library functions
3610         defined in math.h with this macro.
3611         * support/regression/tests/float_trans.c: reenabled test for hc08
3612
3613 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
3614
3615         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
3616         erroneously deleted
3617
3618 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3619
3620         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
3621         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
3622         multi-byte volatile operands are used
3623         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
3624         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
3625         initialization to area GSINIT0 so that it would always precede
3626         any static initializers in GSINIT
3627         * support/regression/tests/zeropad.c: fixed idata define for hc08
3628         * support/regression/tests/bug-927659.c,
3629         * support/regression/tests/float_trans.c: disabled tests for hc08
3630         pending missing library routines
3631         * .version: increased version number to 2.4.4 - hc08 port now passes
3632         regression tests
3633
3634
3635 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
3636
3637         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
3638         * Makefile.common.in,
3639         * as/Makefile,
3640         * as/hc08/Makefile.in,
3641         * as/mcs51/Makefile.in,
3642         * as/z80/Makefile.in,
3643         * debugger/mcs51/Makefile.in,
3644         * device/include/Makefile.in,
3645         * device/lib/Makefile.in,
3646         * doc/Makefile,
3647         * link/Makefile,
3648         * link/z80/Makefile.in,
3649         * packihx/Makefile.in,
3650         * sim/ucsim/main_in.mk,
3651         * sim/ucsim/avr.src/Makefile.in,
3652         * sim/ucsim/doc/Makefile.in,
3653         * sim/ucsim/gui.src/serio.src/Makefile.in,
3654         * sim/ucsim/hc08.src/Makefile.in,
3655         * sim/ucsim/s51.src/Makefile.in,
3656         * sim/ucsim/xa.src/Makefile.in,
3657         * sim/ucsim/z80.src/Makefile.in,
3658         * src/Makefile.in,
3659         * support/cpp2/Makefile.in,
3660         * support/librarian/Makefile,
3661         * support/makebin/Makefile: added DESTDIR to the install path proposed
3662         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
3663         * doc/sdccman.lyx: added DESTDIR documentation
3664
3665 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
3666
3667         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
3668         instruction for interrupt handlers, use fast returns when returning
3669         from high priority interrupts
3670
3671 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3672
3673         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
3674         code generation
3675         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
3676         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
3677         bugs, ported much of Bernhard's code from mcs51
3678         * src/mcs51/gen.c (genSend),
3679         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
3680         than one when calling a reentrant function
3681         * device/lib/_mullong.c: defined an alternate struct layout for big
3682         endian ports (hc08)
3683
3684 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3685
3686         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
3687         test
3688
3689 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3690
3691         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
3692         are sane and complete before asking the port its prefered parameter
3693         passing method (fixes bug #1017633)
3694         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
3695         and _ret3
3696
3697 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3698
3699         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
3700         problem in bitfields >= 8 bits.
3701
3702 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3703
3704         * src/SDCCsymt.c: undid changes that were not meant to be committed
3705
3706 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3707
3708         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
3709
3710 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
3711
3712         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
3713           copied and wrong bit got inverted
3714
3715 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3716
3717         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
3718         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
3719         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
3720         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
3721         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
3722         assignments to bitfields at known addresses
3723         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
3724         reads from bitfields at known addresses
3725         * src/hc08/ralloc.c (packRegisters),
3726         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
3727         genhc08Code): optimize pointer get values used as conditionals
3728         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
3729         and branch
3730
3731 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3732
3733         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
3734         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
3735         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
3736         as conditionals
3737
3738 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3739
3740         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
3741
3742 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3743
3744         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
3745         related problems
3746
3747 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
3748
3749         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
3750
3751 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3752
3753         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
3754         mcs51 port
3755
3756 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3757
3758         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
3759
3760 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3761
3762         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
3763         cases use more compact code.
3764
3765 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
3766
3767         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
3768
3769 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3770
3771         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
3772
3773 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3774
3775         * src/SDCCsymt.h,
3776         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
3777         parameter of changePointer() from symbol* to sym_link*
3778         * src/SDCCast.c (decorateType): call changePointer() for CAST op
3779         * src/SDCCsymt.c (compareType): void* type is castable to other
3780         pointers, but not necesarily an exact match.
3781         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
3782         is no longer blindly treated as an exact match.
3783         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
3784
3785 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
3786
3787         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
3788
3789 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
3790
3791         * src/pic/gen.c,
3792         * src/pic/pcode.c,
3793         * src/pic/ralloc.h,
3794         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
3795
3796 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
3797
3798         * src/pic/device.c,
3799         * src/pic/device.h,
3800         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
3801
3802 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3803
3804         * src/mcs51/gen.c (emitcode): fixed bug #992819
3805
3806 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
3807
3808         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
3809           there's no need to make it worse
3810
3811 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3812
3813         * src/mcs51/ralloc.c (deassignLR),
3814         * src/ds390/ralloc.c (deassignLR),
3815         * src/hc08/ralloc.c (deassignLR),
3816         * src/z80/ralloc.c (deassignLR),
3817         * src/pic/ralloc.c (deassignLR),
3818         * src/pic16/ralloc.c (deassignLR),
3819         * src/avr/ralloc.c (deassignLR),
3820         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
3821         rlivePoint): fixed another part of bug #971834
3822
3823 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3824
3825         * src/z80/main.c: enabled "critical" keyword
3826         * src/z80/mappings.i,
3827         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
3828         functions (fixes bug #979646)
3829         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
3830
3831 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3832
3833         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
3834           such as c:\mydir.
3835
3836 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
3837
3838         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
3839           doesn't disable too much optimizations
3840
3841 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3842
3843         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
3844
3845 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
3846
3847         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
3848
3849 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
3850
3851         * src/pic/gen.c tidied up tabs
3852         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
3853         * src/pic/main.c tidied up tabs
3854         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
3855         * src/pic/pcoderegs.c tidied up tabs
3856         * src/pic/ralloc.c tidied up tabs
3857
3858 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
3859
3860         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
3861         to S_FIXED for pic16 port and when symbol is not in level 0,
3862         allocate for S_REGISTER storage class and pic16 port, too,
3863         * src/pic16/device.h: prototype for checkSym,
3864         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
3865         * (pic16_assignConfigWordValue): test the value and the mask to
3866         validate that the value is suitable for the configuration word,
3867         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
3868         collect extern declared symbols, don't emit symbol twice, check
3869         first if symbol is in publics set first,
3870         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
3871         * added command line '--fstack' which enables an experimental
3872         feature for stack access, too buggy to be used yet...
3873         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
3874         * (pic16_allocDirReg): when register has storage class S_REGISTER
3875         allocate in pic16_dynAccessRegs,
3876         * device/include/pic16/pic18f????.h: modified configuration word
3877         naming convention, words started as CONFIG0H but should be CONFIG1H
3878
3879 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3880
3881         * device/include/mcs51reg.h: fixed bug 970993
3882
3883 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
3884
3885         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
3886         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
3887         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
3888         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
3889         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
3890         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
3891           error/warning numbers,
3892           added function setWarningDisabled()
3893         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
3894         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
3895           _memcmp.c _memmove.c calloc.c realloc.c free.c
3896         * support/regression/tests/malloc.c: added tests for new functionality
3897         * support/regression/tests/zeropad.c: added tests for truncated initializers
3898           and initialized char arrays starting with '\x0'
3899         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
3900
3901 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
3902
3903         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
3904
3905 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3906
3907         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
3908         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
3909         peephole 177.e. Thanks to anonymous
3910
3911 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
3912
3913         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
3914         function isn't used in the source but referenced as a
3915         variable initializer then declare it as extern in .asm file
3916
3917 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
3918
3919         * .version: increased version number to 2.4.3
3920
3921         Adding version extension according to ChangeLog CVS revision
3922         * src/Makefile.in (target all): added dependency 'version.h'
3923         * (rule version.h): added rule to create version.h from ChangeLog,
3924         * (rule dep): added dependency version.h,
3925         * src/version.awk: AWK script to create version.h
3926         * src/SDCCdwarf2.c (dwWriteModule),
3927         * src/SDCCglue.c (initialComments),
3928         * src/SDCCmain.c (printVersionInfo): modified to write after
3929         version string the version extension number,
3930         * src/SDCCutil.c: included "version.h"
3931         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
3932         number,
3933         * src/SDCCutil.h: added prototype for getBuildNumber
3934
3935         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
3936         includeDirsSet, too,
3937         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
3938         const char [] is found in function prototype...
3939
3940         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
3941         moving to WREG with source is already in WREG,
3942         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
3943         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
3944         * (aopForSym): stack'ed symbols are partially supported, added
3945         if-clause to support symbols in FARSPACE,
3946         * (sameRegs): added test for AOP_ACC to see if registers are same,
3947         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
3948         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
3949         * (pic16_popRegFromString): will not allocate a new register if it
3950         doesn't find one by name, bug may have introduced...
3951         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
3952         * (genIpush): revived to use pic16 port's stack,
3953         * (genAddrOf): added incomplete case for stack'ed operand,
3954         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
3955         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
3956         can handle multibyte operands,
3957         * src/pic16/glue.c (pic16_printIval*): some debug info added,
3958         * (pic16initialComments): added message for MPLAB compatibility
3959         mode enabled,
3960         * src/pic16/main.h: prototype for pic16_mplab_comp,
3961         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
3962         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
3963         * (_pic16_linkEdit): NEW, handles link stage, transferred here
3964         because of increased complexity of procedure,
3965         * (_process_pragma): stack pragma changed to format 'stack pos len',
3966         emit symbol '_stack_end' to conform with gplink,
3967         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
3968         to search for register,
3969         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
3970         PO_GPR_REGISTER,
3971         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
3972         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
3973         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3974         case for PO_GPR_REGISTER,
3975         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
3976         dies, the new era is ahead !...
3977         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
3978         pic16_dynInternalRegs,
3979         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
3980         * (pic16_allocDirReg): minor optimizations and bug fixes,
3981         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
3982
3983         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
3984         load stack and frame pointer with address of 'stack_end' symbol
3985
3986 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
3987
3988         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
3989         without source code but only variable initializers
3990
3991 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
3992
3993         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
3994         external are not declared as extern to reduce overhead while linking
3995
3996 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
3997
3998         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
3999
4000 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
4001
4002         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
4003           Yee Keat for the patch
4004         * src/SDCCast.c (decorateType): fixed bug #979599
4005         * src/ds390/gen.h: removed local fReturnSizeDS390
4006         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
4007         * src/ds390/gen.c (genAnd, genOr, genXor),
4008         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
4009
4010 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
4011
4012         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
4013         add relFilesSet to $3, manipulate $2 to handle linking of object
4014         files without source files in command line,
4015         * device/include/pic16 (all headers): added ID location macros,
4016         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
4017         entries for ID location bytes,
4018         * (pic16_assignIdByteValue): NEW,
4019         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
4020         added field dumpcalltree to pic16_options_t,
4021         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
4022         is used instead of pic16_Gstack_base_addr, check if (ifx) before
4023         emitting rFalseIfx label after check_carry label,
4024         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
4025         pic16_emitDIRegs), NEW
4026         * (pic16glue): dump .calltree file when option --calltree found,
4027         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
4028         * (_pic16_genAssemblerPreamble): emit ID locations after
4029         configuration registers,
4030         * (pic16_linkCmd): modifications of the link command,
4031         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
4032         * (pic16_pCodeInitRegisters): don't init stack registers,
4033         * (pic16_findPrevInstruction): fixed bug,
4034         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
4035         bug with immediate registers,
4036         * (buildCallTree): traces stack push and pop,
4037         * (pct2): dump also stack usage for each function,
4038         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
4039         * (pic16_allocDirReg): various modifications,
4040         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
4041         fixed to 1,
4042
4043 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
4044
4045         * src/pic16/pcode.c: removed buggy double colon
4046
4047 2004-07-01 Borut Razem <borut.razem AT siol.net>
4048
4049         * support/scripts/sdcc.nsi: added include/pic16 to setup
4050
4051 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
4052
4053         * device/lib/Makefile.in: fixed bug in target objects-pic16,
4054         * device/lib/pic16/Makefile: prefixed with dash (-) command under
4055         target 'clean',
4056         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
4057         specific command line arguments. Also added sample lkr script
4058         for placing a variable at a specific memory bank.
4059         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
4060         at a specific memory bank,
4061         * (pic16_dump_isection): fixed bug which caused string literals to
4062         be omitted when dumping idata section,
4063         * (pic16_groupRegistersInSection): added code to handle registers
4064         in specific memory banks,
4065         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
4066         public, all references are renamed too,
4067         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
4068         AOP_DPTR2,
4069         * (pic16_storeForReturn): added case to handle when dest is WREG,
4070         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
4071         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
4072         pic16_rel_udata, check to see if that register is marked as being
4073         a member of a specific memory bank,
4074         * (pic16_printIvalCharPtr): added code to add string literals either
4075         to code or the idata sections,
4076         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
4077         also accept the 'udata' pragma,
4078         * src/pic16/main.h: new structure types sectName and sectSym
4079         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
4080         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
4081         * (pic16_findPrevInstruction): fixed, it returned nothing,
4082         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
4083         instruction combinations,
4084         * (pic16_FixRegisterBanking): heavily reorganised,
4085         * (pic16_AnalyzeBanking): if generating banksel directives is
4086         disabled, then don't call FixRegisterBanking at all,
4087         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
4088         completely removed,
4089         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
4090
4091 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
4092
4093         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
4094         Phuah Yee Keat <yk.phuah AT nestac.com>
4095
4096 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4097
4098         * src/pic16/glue.c (pic16createInterruptVect): function now emits
4099         correctly the IVT even if it is relocated to some other location
4100
4101 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
4102
4103         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
4104         * device/include/pic16/pic18f2220.h: NEW,
4105         * device/lib/pic16/libdev/pic18f2220.c: NEW,
4106         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
4107         * src/pic16/device.c (struct Pics16): added info for 18f2220,
4108         * src/pic16/device.h (struct pic16_options): added ivt_loc and
4109         nodefaultlibs, ivt_loc is the location of the interrupt vector
4110         table, and nodefaultlibs signs that default libraries should not be
4111         linked in link stage,
4112         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
4113         according to --ivt-loc argument,
4114         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
4115         when pragma stack is found,
4116
4117 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4118
4119         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
4120         256 (range check), 257 (do while), 258.a-f (bit banging
4121         f.e. on 3-wire SPI bus)
4122
4123 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4124
4125         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
4126         variables used exclusively within a loop
4127
4128 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
4129
4130         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
4131
4132 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4133
4134         * src/SDCClrange.c (computeClash): fixed bug #971834
4135
4136 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4137
4138         * src/mcs51/gen.c (genCmp): fixed bug #975903
4139         * src/hc08/gen.c (operandsEqu),
4140         * src/ds390/gen.c (operandsEqu),
4141         * src/z80/gen.c (operandsEqu),
4142         * src/pic/gen.c (operandsEqu),
4143         * src/pic16/gen.c (operandsEqu),
4144         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
4145         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
4146
4147 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4148
4149         * src/SDCCcse.c (cseBBlock): fixed bug #966963
4150
4151 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
4152
4153         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
4154         default case in switch statement,
4155         * glue.c (pic16_initPointer): expr is initialised via decoarteType
4156         to eliminate problem with initialisation of pointers, but problem
4157         still exists,
4158         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
4159         * (emitStaticSegment): removed various lines emitting debug info,
4160         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
4161         added processor registers for utilizing EEPROM,
4162         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
4163         configurable and set 8
4164
4165 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
4166
4167         * .version: increased version number to 2.4.2,
4168
4169         Cumulative patch for pic16 port
4170         * src/pic16/device.c: changed scheme to dump initial values for
4171         variables in idata segment, all print_idata* functions were removed,
4172         now the pic16_printIval* will be called,
4173         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
4174         * _pic16_printPointerType, pic16_printPointerType,
4175         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
4176         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
4177         NEW, similar to the respective functions in SDCCglue.c,
4178         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
4179         way, emitting hex bytes,
4180         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
4181
4182 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4183
4184         * src/avr/ralloc.c (serialRegAssign),
4185         * src/xa51/ralloc.c (serialRegAssign),
4186         * src/pic/ralloc.c (serialRegAssign),
4187         * src/pic16/ralloc.c (serialRegAssign),
4188         * src/hc08/ralloc.c (serialRegAssign),
4189         * src/z80/ralloc.c (serialRegAssign),
4190         * src/ds390/ralloc.c (serialRegAssign),
4191         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
4192
4193 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4194
4195         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
4196         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
4197
4198 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
4199
4200         Cumulative patch for pic16 port:
4201         * src/pic16/device.h (typedef PIC16_device) modified fields for
4202         defining microcontrollers,
4203         * src/pic16/device.c: added new info for all devices in Pics16 array,
4204         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
4205         to be optimised out by the pCode optimiser,
4206         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
4207         specially, bug reported by G.M. Gallant,
4208         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
4209         as force'd so that cannot be optimised out by pCode optimiser,
4210         * src/pic16/pcode.c,
4211         * src/pic16/pcodepeeph.c,
4212         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
4213         they are disabled by default, but can be enabled explicit with
4214         command argument --denable-peeps, for testing,
4215         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
4216         --pomit-ivt in COMPILE_FLAGS
4217
4218 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4219
4220         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
4221           compilation on MSVC
4222
4223 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
4224
4225         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
4226
4227 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4228
4229         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
4230         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
4231
4232 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
4233
4234         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
4235         would only assign 0x300001 register.
4236
4237 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
4238
4239         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
4240         in COMPILE_FLAGS. Thanks to G. Gallant for report.
4241
4242 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4243
4244         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
4245         for ds80c400
4246         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
4247         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
4248         added peephole 254 (left shift), 255 (jump table)
4249
4250 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
4251
4252         * device/lib/Makefile.in: removed comment line with model-pic16,
4253         * (target port-specific-objects-pic16): the libraries and objects
4254         are copied to the build directory form the device/lib/pic16/bin
4255         directory
4256
4257         Cumulative patch concerning pic16 port:
4258         * library directory has been re-organized,
4259         * added support for PIC18F1220,
4260         * added headers and library sources for chips 18f1220,18f6520,
4261         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
4262
4263         * configuration registers setting has changed, now each supported
4264         device has a complete description of the registers it uses,
4265         * all initialisations are moved to idata sections, these section
4266         can be absolute or relocatable,
4267         * fixed initialisation of codespace variables,
4268         * fixed warning about PCLATU and gpsim,
4269         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
4270         * (genAssign): use table reads when assigning from variables in codespace,
4271         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
4272         char/int variables placed in codespace,
4273         * (pic16_emitConfigRegs): NEW, emits a list with configuration
4274         registers set in .asm file, no need for --pomit-config-words anymore,
4275         * (pic16glue): some 8051 legacy segments are commented out
4276         (to be removed completely),
4277         * added support for alternative assembler and linker with --asm=
4278         and --link= command line arguments,
4279         * peepholes are disabled automatically in the port, no need to
4280         specify on command line,
4281         * port supports natively char/int/long multiplication, but converts
4282         all divisions to support functions,
4283         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
4284         to the file set in variable $2,
4285         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
4286         strings in ASCII format and not in hex,
4287         * ralloc.c (serialRegAssign): added a triplet of conditional calls
4288         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
4289         allocate proper register if iCodes aren't temporary,
4290
4291 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
4292
4293         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
4294
4295 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
4296
4297         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
4298         is commented out
4299
4300 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4301
4302         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
4303         computed address is reused
4304         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
4305         multi-byte bitfields
4306
4307 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4308
4309         * src/z80/gen.c: (genArrayInit): must check for pointers too
4310
4311 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
4312
4313         * support/regression/tests/zeropad.c: never meant to commit the
4314           nestedstruct test: removed, added check for GCC version
4315
4316 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
4317
4318         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
4319         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
4320         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
4321           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
4322           bugs 928906 and 954082 half-empty initializers
4323         * src/SDCCsymt.h,
4324         * src/SDCCsymt.c (getAllocSize): added for above fix
4325         * src/z80/gen.c (genArrayInit): fixed bug 741044
4326         * support/regression/tests/zeropad.c: added tests
4327
4328 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
4329
4330         * src/pic16/device.c (pic16_dump_section): corrected bug which
4331         caused some symbols of the libraries to be misplaced
4332
4333 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4334
4335         * src/pic16/glue.c,
4336         * src/pic16/ralloc.h,
4337         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
4338         to fix conflict with pic port
4339
4340 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
4341
4342         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
4343         externs configuration variables,
4344         * src/pic16/ralloc.h,
4345         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
4346         prototype in header, commented out some debug messages
4347
4348 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
4349
4350         * src/pic16/glue.c,
4351         * src/pic16/main.c,
4352         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
4353         for gpasm COFF object generation. Thanks to D. Hawkins for
4354         his patch info
4355
4356 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4357
4358         * src/ds390/main.c,
4359         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
4360         Brock for spotting this)
4361         * src/ds390/gen.c (genEndFunction),
4362         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
4363         interrupt handler and critical. Disable push/pop optimizations when
4364         peephole optimizations disabled.
4365
4366 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4367
4368         Updated pic16 library sources and headers.
4369         * device/lib/pic16/pic18f*/ ,
4370         * device/include/pic16/*.h: modified to handle structured SFR
4371         definitions
4372
4373 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
4374
4375         * src/port.h (PORT structure): added hook initPaths, now each
4376         port can declare its own default search paths,
4377         which can been seen with the --print-search-dirs option,
4378         see pic16 port for example,
4379         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
4380         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
4381         * (doPrintSearchDirs): NEW, replaces in a central manner the
4382         printing of search dirs which was split in set*Paths functions,
4383         * (main): added call to port->initPaths and doPrintSearchDirs,
4384         * src/avr/main.c,
4385         * src/ds390/main.c,
4386         * src/hc08/main.c,
4387         * src/izt/i186.c,
4388         * src/izt/tlcs900h.c,
4389         * src/mcs51/main.c,
4390         * src/pic/main.c,
4391         * src/pic16/main.c: modified port structures to reflect addition of
4392         initPaths hook,
4393
4394         * src/pic16/device.c (regCompare): registers are finally sorted by name,
4395         * (pic16_dump_section): for registers in same address reserve memory once,
4396         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
4397         to no_banksel,
4398         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
4399         result is greater in size than right or left,
4400         * (pic16_genUMult8X8_8): there are some cases where the result can
4401         be 16 bits size, so handle these,
4402         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
4403         * (pic16_outBitC): modified to emit pcodes,
4404         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
4405         or not,
4406         * (genDivOneByte): implemented algorithm to divide 8-bits,
4407         * (genCmp): uncommented goto, but issues still exist,
4408         * (genAnd): fixed a bug with variables >8bits,
4409         * (genPackBits): optimization added that uses BCF/BSF to change a
4410         single bit,
4411         * (genAssign): fixed bug when assigning floating point literals,
4412         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
4413         __sdcc_gsinit_startup label,
4414         * src/pic16/main.c (_pic16_init): removed search directory
4415         initialisations,
4416         * (_pic16_initPaths): NEW, used to initialise search directories,
4417         * (_hasNativeMulFor): support functions for all except char/int
4418         multiplication, and char division,
4419         * (PIC16_port struct): modified entry for native mul support,
4420         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
4421         no_banksel option,
4422         * (buildCallTree): call to register_usage is ifdef'ed out,
4423
4424 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4425
4426         * device/include/string.h: applied Stas Sergeev's patch to make this
4427         header file compatible with the preprocessor -Wundef option
4428         * src/SDCCmain.c (main): abort compilation if preprocessor reports
4429         failure (fixes bug #941458)
4430
4431 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4432
4433         * src/SDCCopt.c (killDeadCode): fixed bug #907733
4434         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
4435         that the variable, not the function, should be static
4436         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
4437         to be consistent with non-literal case
4438
4439 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4440
4441         * src/SDCCast.c (isConformingBody): fixed bug #949967
4442         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
4443         convilong): fixed bug #952086
4444
4445 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4446
4447         * src/SDCCmem.c (allocVariables): fixed bug #955321
4448
4449 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4450
4451         * src/hc08/main.c (_hc08_genAssemblerEnd),
4452         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
4453         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
4454         completely eliminated the use of a temporary file
4455         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
4456         when more than one file linked
4457         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
4458
4459 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4460
4461         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
4462         which fixes bug #543481
4463         * support/regression/tests/bug-751703.c: fixed comments left from a
4464         cut and paste error
4465         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
4466         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
4467         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
4468         scopes
4469         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
4470         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
4471         are now changed to underscores in moduleName
4472
4473 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4474
4475         * as/mcs51/lkmem.c: better fix for bug #954173
4476
4477 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4478         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4479
4480         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
4481         * device/include/c8051f000.h,
4482         * device/include/c8051f120.h,
4483         * device/include/c8051f300.h,
4484         * device/include/c8051f310.h,
4485         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
4486         PWM16) and detab'ed
4487
4488 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4489
4490         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
4491         and mailing lists, doc'ed --no-peep-comments, removed reference
4492         to knoppix (newest version has no LyX/LaTeX), other minor changes
4493         * src/SDCCglue.c (glue): save 2 bytes stack space with
4494         option --main-return. The ljmp could probably be avoided too
4495
4496 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4497
4498         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
4499
4500 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4501
4502         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
4503         * src/SDCCopt.c (isLocalWithoutDef),
4504         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
4505         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
4506         (credit to Maarten Brock for patch #949363, on which this is based)
4507         * support/regression/tests/bug-751703.c: some test cases of extern used
4508         within inner scopes.
4509
4510 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4511
4512         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
4513         SPEC_STRUCT
4514         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
4515         struct definitions
4516         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
4517         dwWriteLabel): fix to create valid debugger symbols even when
4518         the module name has non-alphanumeric symbols in it
4519         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
4520         when a variable's allocation has been optimized away
4521
4522
4523 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4524
4525         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
4526         * src/hc08/main.c,
4527         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
4528         * src/mcs51/main.c,
4529         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
4530         * src/ds390/main.c,
4531         * src/z80/gen.c (z80_emitDebuggerSymbol),
4532         * src/z80/main.c,
4533         * src/pic/gen.c (pic14_emitDebuggerSymbol),
4534         * src/pic/main.c,
4535         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
4536         * src/pic16/main.c,
4537         * src/avr/gen.c (avr_emitDebuggerSymbol),
4538         * src/avr/main.c,
4539         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
4540         * src/xa51/main.c,
4541         * src/SDCCdebug.c (emitDebuggerSymbol),
4542         * src/SDCCdebug.h,
4543         * src/port.h: added a debugger struct to the port struct. Added a
4544         callback for defining debugger symbols
4545
4546         * src/SDCCast.c (createLabel),
4547         * src/SDCC.y (labeled_statement): mark all compiler generated labels
4548         with isitmp = 1
4549         * src/SDCCicode.h,
4550         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
4551         iCode back to the ast for the function
4552
4553         * src/hc08/ralloc.c (hc08_assignRegisters),
4554         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
4555         unneeded fields from the regs struct.
4556         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
4557         pushReg() & pullReg() functions instead of emitcode()
4558
4559         * src/hc08/gen.c (genLabel, genhc08Code),
4560         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
4561
4562         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
4563         debugger hooks
4564
4565         * src/hc08/gen.c (genEndFunction, genhc08Code),
4566         * src/hc08/gen.h,
4567         * src/mcs51/gen.c (genEndFunction, gen51Code),
4568         * src/mcs51/gen.h,
4569         * src/ds390/gen.c (genEndFunction, gen390Code),
4570         * src/ds390/gen.h,
4571         * src/z80/gen.c (genEndFunction, genZ80Code),
4572         * src/z80/gen.h,
4573         * src/z80/z80.h,
4574         * src/pic/gen.c (genEndFunction, genpic14Code),
4575         * src/pic/gen.h,
4576         * src/pic16/gen.c (genEndFunction, genpic16Code),
4577         * src/pic16/gen.h,
4578         * src/avr/gen.c (genEndFunction, genAVRCode),
4579         * src/avr/gen.h,
4580         * src/xa51/gen.c (genEndFunction, genXA51Code),
4581         * src/xa51/gen.h,
4582         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
4583         specific code to cdbFile.c and out of the backend code generators
4584
4585         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
4586         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
4587         starting address is now 0
4588
4589         * as/hc08/asm.h,
4590         * as/hc08/m08pst.c,
4591         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
4592         assembler directive for DWARF support
4593         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
4594
4595         * src/src.dsp,
4596         * src/Makefile.in,
4597         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
4598
4599 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4600
4601         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
4602         and inappropriate peephole optimization in jump tables
4603
4604 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4605
4606         * as/hc08/m08pst.c,
4607         * src/SDCCglue.c: sdccopt works for the hc08 port now
4608
4609 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
4610
4611         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
4612
4613 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4614
4615         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
4616
4617 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4618
4619         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
4620         rules
4621         * src/SDCCmain.c,
4622         * src/SDCCglobl.h,
4623         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
4624         comments from the peephole optimizer replacement rules
4625         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
4626         symbols
4627         * src/SDCCcse.c (updateSpillLocation),
4628         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
4629         equivalents
4630         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
4631         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
4632         objects far pointers
4633
4634 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4635
4636         * src/SDCCsymt.h: a missing part of my last change
4637         * src/pic/ralloc.c (regTypeNum),
4638         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
4639
4640 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4641
4642         * src/SDCCicode.h,
4643         * src/SDCCicode.c (aggrToPtrDclType),
4644         * src/SDCCptropt.h,
4645         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
4646         ptrPseudoSymConvert),
4647         * src/pic/ralloc.c (regTypeNum),
4648         * src/pic16/ralloc.c (regTypeNum),
4649         * src/hc08/ralloc.c (regTypeNum),
4650         * src/ds390/ralloc.c (regTypeNum),
4651         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
4652         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
4653
4654 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4655
4656         * link/z80/lkmain.c (afile),
4657         * as/hc08/lkmain.c (afile),
4658         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
4659         prevent a pointer problem when a filename has no directory and
4660         no extension specified.
4661
4662 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4663
4664         * link/z80/lkmain.c (afile): allow periods in directory names
4665         * link/z80/lkmain.c (afile),
4666         * as/mcs51/lkmain.c (afile),
4667         * as/hc08/lkmain.c (afile): allow linker script file to have an
4668         extension other than ".lnk"
4669         * link/z80/lklex.c (getfid),
4670         * link/z80/lkmain.c (parse),
4671         * as/mcs51/lklex.c (getfid),
4672         * as/mcs51/lkmain.c (parse),
4673         * as/hc08/lklex.c (getfid),
4674         * as/hc08/lkmain.c (parse): Support comments in the linker script
4675         file on lines by themselves and after filenames
4676
4677 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4678
4679         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
4680
4681 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4682
4683         * src/z80/peeph-z80.def: removed some peephole rules that don't
4684         work with multibyte arithmetic (fixed bug #937126)
4685         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
4686         to registers and not global variables
4687         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
4688         geniCodePreInc, geniCodePostDec, geniCodePreDec,
4689         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
4690         checking for assignments not internally generated (fixed bug #931895)
4691         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
4692         structure member (fixed bug #930072)
4693
4694 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4695
4696         * src/SDCCmain.c (linkEdit),
4697         * src/hc08/main.c (_hc08_parseOptions),
4698         * as/hc08/Makefile.in,
4699         * as/hc08/aslink.h,
4700         * as/hc08/asm.h,
4701         * as/hc08/m08pst.c,
4702         * as/hc08/lkrloc.c (relr, rele),
4703         * as/hc08/lkarea.c (lnkarea)
4704         * as/hc08/lkmain.c (afile, parse),
4705         * as/hc08/lkelf.c: support for ELF output
4706         * as/hc08/lks19.c (s19),
4707         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
4708
4709 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4710
4711         * as/mcs51/lkihx.c: Fixed bug #899105.
4712
4713 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4714
4715         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
4716         .dsp files from Unix to DOS.
4717
4718 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4719
4720         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
4721         function pointers; we have been compliant for several months now.
4722         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
4723         change that was accidently commented out
4724         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
4725         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
4726         bug #922319
4727
4728 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4729
4730         * src/hc08/gen.c: output of all of the internal debugging information
4731         is now controlled by the D() macro; it is disabled by default
4732
4733 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4734
4735         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
4736         harder to keep the same registers during a CAST iCode
4737         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
4738         long via int can be done in a single cast, if the signedness is
4739         correct.
4740         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
4741         putchar() in tinibios.c in ds390's library
4742
4743 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
4744
4745         * src/SDCCast.c (decorateType): fixed bug #898889,
4746         cast result of a literal complement too
4747         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
4748         fixed check for bitfields
4749
4750 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
4751
4752         * src/SDCCicode.c (geniCodeLogic): made it static,
4753         (geniCodeLogicAndOr): added in order to fix bug #905492,
4754         (ast2iCode): fixed bug #905492
4755         * support/regression/tests/bug-905492.c: added
4756         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
4757         (processParms): fixed bug #927659: don't copy parms, this will clear
4758         decorated flag
4759         * support/regression/tests/bug-927659.c: added
4760
4761 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
4762
4763         * src/SDCCast.c (addCast): don't cast float to char
4764         * device/lib/libsdcc.lib: added _memmove
4765
4766 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
4767
4768         * device/lib/large/Makefile: fixed parallel execution by
4769         replacing `make` by `$(MAKE)`
4770
4771 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4772
4773         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
4774         offsets (fixes bug #923936)
4775
4776 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
4777
4778         * device/lib/small/Makefile: fixed parallel execution by
4779         replacing `make` by `$(MAKE)`
4780
4781 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4782
4783         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
4784
4785 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
4786
4787         * src/pic/gen.c (genCpl): multi-byte complements were not working.
4788         * src/regression/Makefile: Regression test was not running.
4789
4790 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
4791
4792         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
4793         complement if possible
4794         * src/SDCCval.c (valComplement),
4795         * src/SDCCicode.c (operandOperation): fixed complement of literal
4796         * support/regression/tests/onebyte.c (testComplement): added
4797
4798 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
4799
4800         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
4801         return an optimized tree; actually replace actParm with the new tree
4802         * src/SDCCast.h: added some parantheses to remove side effects
4803         * support/regression/tests/bug-920866.c
4804
4805 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
4806         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
4807         Bit operands were not being handled properly in the pic14 port.
4808         (now src/regression/add.c passes again).
4809
4810 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4811
4812         * src/SDCC.y (labeled_statement): case and default no longer require
4813         a following statement (RFE #893037)
4814
4815 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4816
4817         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
4818         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
4819         disabled (fixes bug #916294)
4820         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
4821         "mov a,acc"; patch provided by Lenny Story
4822         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
4823
4824 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4825
4826         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
4827         functions
4828         * src/ds390/gen.c (genFunction, genEndFunction),
4829         * src/ds390/ralloc.c (ds390_assignRegisters),
4830         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
4831         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
4832         pushed if there are parameters passed on the stack. Also, a cleaner
4833         way to decide if r0/r1 should be pushed/popped. (Together they fix
4834         bug #918693)
4835
4836 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4837
4838         * doc/sdccman.lyx,
4839         * device/lib/mcs51/crtpagesfr.asm,
4840         * device/lib/mcs51/crtxinit.asm,
4841         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
4842         to avoid confusion with Si Lab's SFRPAGE register.
4843
4844 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4845
4846         * src/SDCCglue.c (emitMaps): allow public sfr variables
4847         * src/SDCCglue.c (initialComments): include compiler build date
4848         with compiler version and put the timestamp of the generated
4849         assembly file on a serperate line to be less confusing.
4850         * src/port.h: added genInitStartup hook
4851         * src/avr/main.c,
4852         * src/ds390/main.c,
4853         * src/hc08/main.c,
4854         * src/pic/main.c,
4855         * src/pic16/main.c,
4856         * src/xa51/main.c,
4857         * src/z80/main.c: genInitStartup initialize as NULL (default to
4858         historical behaviour)
4859         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
4860         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
4861         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
4862         library instead of hard coding it into the compiler.
4863         * support/regression/ports/mcs51-stack-auto/spec.mk,
4864         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
4865         * device/lib/mcs51/Makefile,
4866         * device/lib/small/Makefile,
4867         * device/lib/large/Makefile,
4868         * device/lib/mcs51/crtpagesfr.asm,
4869         * device/lib/mcs51/crtstart.asm,
4870         * device/lib/mcs51/crtxclear.asm,
4871         * device/lib/mcs51/crtxinit.asm,
4872         * device/lib/mcs51/crtclear.asm,
4873         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
4874         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
4875         and into user configurable files.
4876         * device/lib/clean.mk: clean mcs51 directory too
4877         * support/regression/tests/longlit.c: added static to T1 declaration
4878         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
4879         accesses in the initialization code
4880
4881 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4882
4883         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
4884         OSCTRIMVAL as noted in bug #916008
4885
4886 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4887
4888         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
4889         in loops with multiple exits (reported as incorrect registers
4890         used by Martin Helmling in Sdcc-user list)
4891
4892 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4893
4894         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
4895         made ds390 register extensions look less like error messages
4896
4897 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4898
4899         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
4900         reported by Adam Wozniak in Sdcc-user list
4901
4902 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
4903
4904         * src/SDCCast.c (decorateType): fixed with bug and promotion in
4905         arithmetic optimizations, added debug output
4906
4907 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
4908
4909         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
4910         * sdcc.spec: updated and split sdcc into 3 rpms
4911         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
4912         needed for literals of LEFT_OP and '+'
4913         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
4914         introduced RESULT_TYPE_NOPROM
4915         (geniCodeMultiply): fixed logic for decision if mul is optimized to
4916         left shift
4917         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
4918         limited promotion to int only for '*'
4919         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
4920
4921 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
4922
4923         * src/pic16/gen.c (genSkip),
4924         (genc16bit2lit), (gencjneshort): commented out
4925         (is_LitOp): new helper function, checks operand type
4926         (genCmpEq): rewritten
4927
4928 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
4929
4930         * support/regression/tests/bug-908454.c: added
4931
4932 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
4933
4934         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
4935         * src/SDCCicode.c (usualBinaryConversions): op needs int type
4936         (geniCodeCast): cosmetic, don't preserve bit storage class
4937         (geniCodeLeftShift): added promotion
4938         (geniCodeLogic): fixed regression
4939         * src/SDCCsymt.c (computeTypeOr): accept bits too
4940         (compareType): 2nd part of fix for bug #908454, needed for bitfields
4941
4942 2004-03-07  Borut Razem <borut.razem AT siol.net>
4943
4944         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
4945
4946 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
4947
4948         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
4949         version of pic16_genPackRegisters which does not check if ic is a
4950         CAST operator,
4951         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
4952         function cause string1.c regression test fails
4953
4954 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
4955
4956         * sim/ucsim/configure.in,
4957         * sim/ucsim/configure,
4958         * sim/ucsim/doc/Makefile.in: use docdir
4959         * src/SDCC.y: fixed sbit atrributes
4960         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
4961         * src/SDCCast.c (decorateType): |^& need special promotion handling
4962         * src/SDCCast.h,
4963         * src/SDCCsymt.h: moved definition of RESULT_TYPE
4964         * src/SDCCsymt.h (computeType),
4965         * src/SDCCicode.c: computeType() needs op
4966         * src/SDCCsymt.c (checkTypeSanity),
4967         * doc/sddman.lyx: "plain" bitfields are unsigned
4968         * src/SDCCsymt.c (computeTypeOr): added
4969         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
4970         |^& ops
4971         * src/SDCCval.c (val*): computeType() needs op
4972         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
4973         * support/regression/tests/onebyte.c: added tests for |^&
4974
4975 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
4976
4977         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
4978         for writing icode into asm output.
4979
4980 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
4981
4982         * src/pic16/device.c: added some debug lines enabled
4983         with macro DEBUG_CHECK,
4984         * src/pic16/genarith.c: more debug in genPlus,
4985         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
4986         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
4987         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
4988         * (aopForSym): onStack symbols are re-placed in data memspace,
4989         and onStack flag is cleared,
4990         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
4991         copy temporary pcodeop,
4992         * (genPcall): added warning for not updating PCLATU,
4993         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
4994         always true for pic16 port,
4995         * (genMultOneWord): NEW, supports integer multiplication,
4996         * (genMult): modified to call genMultOneWord,
4997         * (ifxForOp): added warning when return NULL,
4998         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
4999         flag is set before call to operandFromSymbol for implicit
5000         added structures,
5001         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
5002         options.intlong_rent are set by default,
5003         * (_hasNativeMulFor): modified to allow port generation of integer
5004         multiplication,
5005         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
5006         set regtype to REG_SFR for all registers, restricting seting the
5007         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
5008
5009 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5010
5011         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
5012         more than 500 times in the regression tests
5013
5014 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5015
5016         * support/Util/SDCCerr.h,
5017         * support/Util/SDCCerr.c,
5018         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5019         enumerator_list),
5020         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
5021         for symbol conflicts.
5022         * support/valdiags/tests/enum.c,
5023         * support/valdiags/tests/tentdecl.c,
5024         * support/valdiags/tests/struct.c: expect possible error messages
5025         referring to original symbol definitions.
5026         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
5027         * src/SDCCsymt.h,
5028         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
5029
5030 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
5031
5032         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
5033
5034 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
5035
5036         * src/pic16/ralloc.c (newReg): fixed bug #908929
5037
5038 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5039
5040         * src/ds390/gen.c: added missing #include "main.h"
5041
5042 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
5043
5044         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
5045         checking if symbol is already in set,
5046         * src/pic16/device.h: prototype for checkAddSym,
5047         * src/pic16/gen.c: (_G): added entry interruptvector,
5048         * (assignResultValue): removed some commented out lines,
5049         * (genFunction): check for ISR via sym->type, absolute section for
5050         interrupt code is created via a new pBlock, the goto instruction is
5051         placed now correctly at the interrupt vector position, changed all
5052         references from ivec to _G.interruptvector,
5053         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
5054         is the interrupt is a high priority one, same for return from ISR,
5055         * src/pic16/glue.c: changed all calls of addSetHead for publics and
5056         externs to calls of checkAddSym,
5057         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
5058         pic16_pcode_verbose flag is set,
5059         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
5060         * src/pic16/pcoderegs.c: message about how many registers are saved
5061         will only be emitted if pic16_pcode_verbose flag is set,
5062
5063 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5064
5065         * src/ds390/ralloc.h,
5066         * src/ds390/ralloc.c (ds390_regWithIdx),
5067         * src/ds390/gen.c (emitcode),
5068         * src/ds390/main.h,
5069         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
5070         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5071         ds390operandCompare, getRegsRead, getRegsWritten,
5072         initializeAsmLineNode): customized instruction size calculation for
5073         ds390, started basis for some register optimizations
5074         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
5075         corresponding assembly output
5076         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
5077         missing push/pop of r0/r1. Optimized push/pops
5078
5079 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5080
5081         * src/mcs51/main.c (instructionSize): fixed ACALL size
5082         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
5083
5084 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
5085
5086         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
5087         the sorting of rlist with NULL elements
5088         * (print_idataType, print_idata): NEW to create idata sections
5089         * src/pic16/device.h: idataSymSet new variable
5090         * src/pic16/gen.c (genFunction): fixed some bugs in string
5091         comparing, improved the absolute section creation for ISRs,
5092         added FSR0L/FSR0H in registers that are saved in an ISR,
5093         * (genInline): fixed the processing of inline snippets,
5094         now they undergo no process by the peephole optimizer
5095         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
5096         are placed in idataSymSet,
5097         * (pic16emitStaticSeg): extern symbols are added in externs,
5098         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
5099         switching when aboslute variables are placed in access bank memory
5100         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
5101         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
5102         commented out with #if,
5103         * (pic16_packRegisters): reintroduce the check for CAST because some
5104         symbols are not correctly handled,
5105         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
5106         pCodeInstruction instead of pCode,
5107         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
5108         pCodeAsmDir definition,
5109         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
5110         directive, then the argument directive is emitted without the leading
5111         tab, hack for inline labels which must be in the first column,
5112         * (compareLabel,pic16_findNextInstruction),
5113         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
5114         * (insertBankSwitch): modified for the new pCodeAsmDir,
5115
5116 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5117         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
5118
5119         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
5120         instance,
5121         * (pushSide): commented out with #if,
5122         * (assignResultValue): fixed some typos in saving
5123         registers,
5124         * (genPcall): FIXED and sync'ed with genCall,
5125         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
5126         * (genNearPointerGet): fixed to handle some more cases,
5127         implementation scheme via table reads,
5128         * (genConstPointerGet): modified to access code memory correct,
5129         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
5130         and improved to handle some cases
5131         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
5132         instead of "RETLW" for init data
5133         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
5134         not IN_DIRSPACE, work around to reduce bank switching when aboslute
5135         variables are placed in access bank memory (<0x80 and >=0xf80),
5136         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
5137         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
5138         TBLWT_POSTDEC,TBLWT_PREINC
5139         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
5140         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
5141         directives
5142         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
5143         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
5144         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
5145         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
5146
5147 2004-02-29  Borut Razem <borut.razem AT siol.net>
5148
5149         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
5150         support/Util/findme.h, support/Util/system.h: enhance binary relative
5151         search for lib and include by using findProgramPath()
5152
5153 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5154
5155         * src/SDCCpeeph.h,
5156         * src/SDCCpeeph.c (pcDistance),
5157         * src/port.h,
5158         * src/mcs51/ralloc.h,
5159         * src/mcs51/ralloc.c (mcs51_regWithIdx),
5160         * src/mcs51/main.h,
5161         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
5162         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
5163         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
5164         size calculation port specific, started basis for some register
5165         optimizations
5166         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
5167         missing push/pop of r0/r1. Optimized push/pops
5168         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
5169         * device/lib/_modsint.c (_modsint),
5170         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
5171         and stack version so regression tests pass
5172
5173 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
5174
5175         * src/Makefile.in (dep): include SLIBOBJS in dependency check
5176         * src/SDCCast.c (decorateType): catch another small optimization
5177         with '?' operator
5178         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
5179         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
5180         modified to finally use computeType() all over SDCC,
5181         see Feature Request #877103
5182         * src/SDCCval.h: cosmetic
5183         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
5184         valCompare(); regression tested in muldiv.c
5185         * support/regression/tests/muldiv.c (testMod): mod sign follows
5186         dividend only
5187
5188 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
5189
5190         * src/SDCCast.c (decorateType): fixed bug #902362
5191         * doc/INSTALL.txt: fixed install instructions for win32
5192
5193 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
5194
5195         * device/include/Makefile.in (install): fixed by replacing spaces
5196         by tabs
5197         * doc/README.txt,
5198         * doc/INSTALL.txt: updated for release
5199         * doc/sdccman.lyx: added warning for --xstack being buggy
5200
5201 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
5202
5203         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
5204         to eliminate build warnings.
5205         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
5206
5207 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
5208            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5209
5210         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
5211         removed -penable-stack, added comment for stack pragma, added
5212         warning for not initializing the stack/frame registers, removed
5213         comment at interrupts section
5214
5215         Stack is made permanent, there is no ability to disable stack usage.
5216         * src/pic16/device.h,
5217         * src/pic16/device.c: removed all references to USE_STACK macro,
5218         * src/pic16/device.c (pic16_dump_section): when no elements in
5219         rlist, free rlist before return,
5220         * (pic16_dump_int_registers): NEW, internal registers are a new set
5221         of general purpose registers reused by each function,
5222         * (checkAddReg): returns 1 if registers is added to set,
5223         * (pic16_groupRegistersInSection): when a registers is of type
5224         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
5225         * src/pic16/device.h: memRange and Assigned Memory are deleted,
5226         SRCASECMP macro is moved here from device.c
5227         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
5228         PO_PCLATU, PO_PRODL, PO_PRODH,
5229         * (pic16_pCodeOpType, genMinus,
5230         changed compares to "a" register, with AOP_ACC,
5231         * (pic16_genPlus): fixed some bugs and indented properly,
5232         * (pic16_addSign): changed size to size+offset in the MOVWF
5233         instruction,
5234         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
5235         multiply 8-bit operand by literal, result is 8-bit,
5236         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
5237         multiply 2 8-bit operand, result is 8-bit,
5238         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
5239         genUMult8X*_16,
5240         * src/pic16/gen.c: changed accUse to contain WREG only,
5241         * (pic16_emitcomment): renamed to pic16_emitpcomment,
5242         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
5243         true, do not use immediate addressing any more unless sym is a
5244         pointer in codespace,
5245         * (aopForRemat): do not use immediate addressing when symbol not in
5246         codespace and when symbol's address is requested,
5247         * (aopOp): for-loop in if(sym->accUse) is modified for the new
5248         accUse size (= 1),
5249         * (aopGet): added case for AOP_ACC and don't return "accumulator
5250         bug" but WREG instead,
5251         * (popGetTempReg): pushes contents of temporary register in stack,
5252         * (popReleaseTempReg): pops contents of temporary register from
5253         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
5254         * (pic16_popGet): separated case AOP_ACC to return register WREG
5255         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
5256         or PO_IMMEDIATE and initializes their instance/offset appropriately,
5257         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
5258         the use of immediate pointers to certain cases only.
5259
5260         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
5261         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
5262         * (assignResultValue, genCall, genRet): modified to use the new
5263         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
5264         genPcall is still broken,
5265         * (genFunction): added code to create 'A' type pBlocks when
5266         interrupt functions are generated, code not extensively tested yet,
5267         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
5268         * (genEndFunction): modified so ISRs pop stored registers from stack,
5269         * (genMultOneByte): cleanup,
5270         * (AccRsh): added flag andmask, to and result with appropriate mask,
5271         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
5272         * (genDataPointerGet): fixed and reenabled its use,
5273         * (genNearDataPointerGet): bugs fixed,
5274         * (genDataPointerSet): bugs fixed,
5275         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
5276         pic16_DumpSymbol, pic16_DumpOp,
5277         * src/pic16/genutils.h: function prototypes for the above functions,
5278         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
5279         pointers,
5280         * (pic16emitRegularMap): many many many improvements, but needs a
5281         major cleanup,
5282         * src/pic16/main.c: enable_stack in pic16_options is removed,
5283         * (_pic16_parseOptions): removed command line options -penable-stack,
5284         * (_process_pragma): emit stack symbol only when stack pragma is
5285         processed,
5286         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
5287         redirected to FSR0L/FSR0H pair,
5288         * (pic16_get_op, pic16_get_op2): modifications and improvements,
5289         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5290         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
5291         for immediates,
5292         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
5293         * (dumpPicOptype): NEW,
5294         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
5295         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
5296         with movff instruction,
5297         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
5298         added pic16_int_regs, some packRegsFor* functions are commented out,
5299         because produce errors,
5300         * src/pic16/NOTES: minor modifications
5301
5302 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5303
5304         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
5305         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
5306         --pack-iram.
5307         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
5308         * as/mcs51/lkaomf51.c: fixed bug #895763
5309
5310 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
5311
5312         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
5313
5314 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5315
5316         * doc/sdccman.lyx: added details about the HC08 storage classes and
5317         interrupts, fixed the register usage info for z80 & gbz80
5318
5319 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
5320
5321         * doc/sdccman.lyx: added more pic16 port documentation
5322         * device/include/pic16/: added header pic18fregs.h
5323
5324 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
5325
5326         * doc/sdccman.lyx: added Vangelis' contribution
5327
5328 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5329
5330         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
5331         extend to the next CALL or PCALL, not just to the next CALL.
5332
5333 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
5334
5335         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
5336
5337 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5338
5339         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
5340         bug #895752 and a better fix for bug #716790
5341
5342 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5343
5344         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
5345
5346 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5347
5348         * doc/sdccman.lyx: minor changes, minor changed
5349
5350 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
5351
5352         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
5353         which can't handle SDCC_NEWONEBYTEOPS,
5354         (geniCodeMultiply): removed conversion from mult to shift for pic14
5355         and pic16
5356
5357 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5358
5359         * src/hc08/gen.h,
5360         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
5361         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
5362         thus fixing bug #895406
5363
5364 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
5365
5366         * device/lib/_modsint.c,
5367         * device/lib/_modslong.c: sign follows divisor only
5368         * src/hc08/gen.c (genMultOneByte): if result size is 1,
5369         signs or signedness can be ignored
5370         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
5371         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
5372         added optimization for IFX,
5373         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
5374         arguments;
5375         reenabled optimization for IFX, which was removed on 2004-01-11
5376         * src/SDCCast.h: added return type IFX
5377         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
5378         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
5379         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
5380         SDCC_OLDONEBYTEOPS selects the old behaviour
5381         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
5382         changed again and commented promotion rule
5383         * src/SDCCval.c (valDiv): promotion no longer necessary
5384         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
5385         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
5386         rewritten
5387         * support/regression/tests/onebyte.c: added
5388
5389 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
5390
5391         * gen.c (genInline): reverted to old code for assemnling inline
5392         code because of bug reported James Chadd
5393
5394 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
5395
5396         * ralloc.h: missing declarations from previous patch,
5397         seems that patch for ralloc.h was never applied, fixed
5398
5399 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5400            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5401
5402         * pcode.c,
5403         * pcode.h,
5404         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
5405         indirect addressing. Marked FSR0 as deprecated
5406         * gen.c (pointerCode): commented out, not needed now
5407         (pic16_popGet2p): new MOVFF helper function
5408         (genGenPointerGet),
5409         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
5410         (shiftRLong): removed duplicate debugging info
5411
5412 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5413
5414         * src/ds390/gen.c (genNearPointerGet),
5415         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
5416         optimization with bits, but not bitfields.
5417         * src/ds390/ralloc.c (packRegisters),
5418         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
5419
5420 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
5421
5422         * src/SDCCcse.c (algebraicOpts): copy operands before modification
5423
5424 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5425
5426         * src/SDCCsymt.h,
5427         * src/SDCCicode.c (operandFromSymbol),
5428         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
5429         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
5430         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
5431         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
5432         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
5433         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
5434         bug #892038
5435         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
5436         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
5437         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
5438         * src/SDCCsymt.c (newSymbol),
5439         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
5440         enumerator_list),
5441         * src/SDCCval.h,
5442         * src/SDCCval.c (newiList): fixed bug #885705
5443
5444 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5445
5446         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
5447         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
5448
5449 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5450
5451         * device/include/c8051f120.h,
5452         * device/include/c8051f300.h,
5453         * device/include/c8051f310.h: added/updated header files for Silicon
5454         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5455         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
5456         in new section Submitting patches
5457
5458 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5459
5460         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
5461         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5462         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5463         genGenPointerSet),
5464         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
5465         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5466         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5467         genGenPointerSet),
5468         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
5469         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5470         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5471         genGenPointerSet),
5472         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
5473         genFarPointerGet, genCodePointerGet, genGenPointerGet,
5474         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
5475         genGenPointerSet): fixed bug #892400
5476         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
5477         to eliminate build warnings.
5478         * src/SDCCast.c (processParms),
5479         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
5480         fixed bug 751859
5481         * support/valdiag/valdiag.py: added GCC to the list of defines active
5482         when compiling with gcc
5483
5484 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5485
5486         * support/Util/SDCCerr.h,
5487         * support/Util/SDCCerr.c,
5488         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
5489         with an incomplete type (fixed bug #883734)
5490         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
5491
5492 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5493
5494         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
5495
5496 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5497
5498         * src/SDCCast.c (decorateType),
5499         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
5500         function pointer implementation
5501         * support/regression/tests/funptrs.c: added tests to verify both forms
5502         of function pointers work correctly. Added tests to verify parameters
5503         are passed in the correct order.
5504
5505 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
5506
5507         * device.c (regCompare): registers are sorted by ascending
5508         address and increasing size,
5509         * main.c (_pic16_finaliseOptions): removed the declaration
5510         of compiler macro MCU. Now a macro of the format pic18fxxxx
5511         will be defined from the command line
5512
5513 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
5514             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
5515
5516         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
5517         PCOP_RLCF was overwritten!
5518         * gen.c (genSkip): commented out calls to pic16_emitcode,
5519         * (genCmpEQ): fixed "long" compares, only high word did get compared,
5520         * (genlshTwo),
5521         * (genRRC): added debugging info,
5522         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
5523         overwritten while shifting,
5524         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
5525         overwritten while shifting,
5526         * (AccLsh),
5527         * (AccRsh),
5528         * (shiftLLeftOrResult),
5529         * (shiftRLeftOrResult),
5530         * (shiftRLong),
5531         * (shiftLLong): Implemented with pic16_emitpcode
5532         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
5533         * (genLeftShift): Fixed bug, operand for shift by variable always
5534         was "and"ed with 0x0f,
5535         * (genLeftShiftLiteral),
5536         * (genrshTwo),
5537         * (genRightShiftLiteral): added debugging info,
5538         * (genrshFour): added comment,
5539         * (genRightShift): determined signedness from operand "left"
5540         instead of "result"
5541
5542 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5543
5544         * src/SDCCicode.c (geniCodeParms),
5545         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
5546         function pointers, fixed function pointer bugs #861242 and #861896
5547
5548 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5549
5550         * device/include/c8051f000.h,
5551         * device/include/c8051f120.h,
5552         * device/include/c8051f300.h: added header files for Silicon
5553         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
5554
5555 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
5556
5557         * src/SDCCast.c (processParams): added new type flow and restructured
5558         (gatherAutoInit): added new type flow
5559         (addCast): cosmetic changes
5560         (getLeftResultType): added new type flow for array indices, patch
5561         provided by Stas, see FR #877103
5562         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
5563         array index patch by Stas
5564         * src/SDCCast.h: added prototype getResultTypeFromType()
5565         * src/SDCCval.h,
5566         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
5567         * src/pic/glue.c (pic14emitStaticSeg),
5568         * src/pic16/glue.c (pic16emitStaticSeg),
5569         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
5570         for initialization of symbols
5571         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
5572         * support/Util/SDCCerr.h:
5573         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
5574         * .version: bumped version number to 2.3.8
5575         * device/include/Makefile.in (install),
5576         * doc/Makefile (install): changed to 'rm `find ...`' construct to
5577         avoid warnings
5578
5579 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
5580
5581         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
5582         Slade Rich fixed an optimization bug
5583         * src/pic/pcodepeep.c,
5584         * src/pic/pcoderegs.c
5585         * doc/Makefile (install): added test for directory
5586
5587 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5588
5589         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
5590         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
5591         * src/pic/ralloc.c (getRegPtr, getRegGpr),
5592         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
5593         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
5594         * as/mcs51/asexpr.c (term),
5595         * as/hc08/asexpr.c (term): fixed bug #887146
5596
5597 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5598
5599         * src/z80/gen.c (genMult): handle single byte result product
5600         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
5601         DUMMY_READ_VOLATILE (fixed bug #886367)
5602
5603 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5604
5605         * support/regression/tests/libmullong.c: fixed logic, on little endian
5606         hosts we ended without a mullong_wrapper()
5607
5608 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5609
5610         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
5611         virus/worm forged address usage.
5612
5613 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
5614
5615         Fixed promotion, it should be done on AST level:
5616         * src/SDCCast.c (addCast): added promotion to int
5617         (decorateType): updated call to upCast()
5618         * src/SDCCicode.c (geniCodeLeftShift): removed call to
5619         usualUnaryConversions()
5620
5621 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
5622
5623         * support/regression/tests/literalop.c (mulWrapper): Added a
5624         wrapper to remove integer overflow warnings.
5625
5626         * support/regression/tests/float_trans.c: Made work on host.
5627
5628         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
5629         location of sz80.
5630
5631         * support/regression/generate-cases.py (main): Changed from inline
5632         to a main method.
5633
5634         * doc/Makefile (install): Changed to depth first to get rid of
5635         missing directory install warning.
5636
5637         * as/Makefile (install-doc): Made work on Mac.
5638
5639 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
5640
5641         * src/SDCCast.c: added an additional type flow in decorateType() of
5642         opposite direction, see feature request #860006; it's enabled at runtime
5643         by setting the environment variable SDCC_NEWTYPEFLOW
5644         * src/SDCCast.h: changed prototype of decorateType()
5645         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
5646         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
5647         'char' to 'int' can be omitted, if both operands are 'unsigned char';
5648         see feature request #877103
5649         * src/SDCCval.c: updated call of decorateType()
5650         (valBitwise): fixed bug #882876
5651         (valMinus): added promotion
5652         (valLogicAndOr): result is unsigned
5653         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
5654         * src/SDCCsymt.c (computeType),
5655         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
5656         must not cause an unsigned operation
5657         * src/pic/glue (pic14emitRegularMap),
5658         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
5659
5660 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
5661
5662         * src/pic/pcode.c (PCodeID): commented out left over debug code
5663
5664 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
5665
5666         * support/valdiag/tests/overflow.c: added shift tests
5667         * src/pic/device.c,
5668         * src/pic/gen.c,
5669         * src/pic/gen.h,
5670         * src/pic/glue.c,
5671         * src/pic/main.c,
5672         * src/pic/pcode.c,
5673         * src/pic/pcode.h,
5674         * src/pic/pcodepeep.c,
5675         * src/pic/pcoderegs.c,
5676         * src/pic/ralloc.c,
5677         * src/pic/ralloc.h: applied patch from Slade Rich;
5678         added support for multiple code pages and multiple RAM banks on the
5679         PIC 14 port. The ASM files now no longer simply assume all the
5680         code / RAM are in the same page / bank. This means the linker can
5681         safely allocate code/RAM of separate ASM files to different pages/banks.
5682         * doc/sdccman.lyx: added Slade's tips
5683         * src/mcs51/peeph.def: fixed bug #880768
5684
5685 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5686
5687         * src/hc08/ralloc.c (rematStr): fixed bug #879282
5688         * src/SDCCast.c (decorateType): fixed bug #880197
5689
5690 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
5691
5692         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
5693         getopt.h.
5694
5695         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
5696         strtof is not part of C89 and isn't included with Mac OS X.
5697
5698 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5699
5700         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
5701         shiftL2Left2Result): fixed bug #879326
5702         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
5703         (genMultOneByte): fixed bug in signed vs unsigned multiplication
5704         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
5705         address fetch for clr instruction
5706         * device/lib/hc08/_mulint.c: created optimized assembly version
5707         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
5708
5709 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
5710
5711         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
5712         proposed in FR #877103
5713
5714 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
5715
5716         * src/SDCCval.c (cheapestVal): added missing checks
5717         * src/SDCCicode.c (usualBinaryConversions): fixed condition
5718         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
5719
5720 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
5721
5722         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
5723         equal operands
5724
5725 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
5726
5727         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
5728         loaded with the linker search paths (-L arguments) and the libraries
5729         to be linked with the current source (-l arguments). Changes
5730         currently will affect only the pic16 port.
5731         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
5732         include path the port specific paths and port specific libraries,
5733         * gplink command now contains the $3 argument,
5734         * src/pic16/device.h,
5735         * src/pic16/device.c,: structure PIC_device is made public and
5736         renamed to PIC16_device, the same for variable Pics which is renamed
5737         to Pics16. Updated all references to them.
5738         * src/pic16/glue.c (pic16glue): corrected bug with code
5739         initialization which bypassed the variable initializations block.
5740
5741         * device/lib/pic16/Makefile.rules: removed --penable-stack from
5742         COMPILE_FLAGS and added the --nostdinc option
5743
5744 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5745
5746         * device/include/mc68hc908jb8.h: Register defs for another member
5747         of the hc08 family. Contributed by Bjorn Bringert - thanks!
5748
5749 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
5750
5751         Documenting changes from previous commits.
5752         * configure.in (version 1.56),
5753         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
5754         when generating output files to configure the pic16 library,
5755         but now I've commented it out, since gputils aren't installed in the
5756         SF compile farm, so library won't compile
5757
5758         * device/lib/Makefile.in (version 1.56): initially I've added in
5759         target 'all' the prerequestive 'model-pic16' so it compiled the
5760         pic16 library, but now I've commented it out for the same reasons
5761         above,
5762         * added targets 'model-pic16' and 'objects-pic16' to compile the
5763         library
5764         * added target 'port-specific-objects-pic16' to handle the
5765         generated libraries and copy them into the build/ directory
5766         * added target 'clean-intermediate-pic16' to clean intermediate
5767         files into pic16 directory
5768         * in target 'installdirs' added line to create directory pic16 in
5769         the installation path
5770
5771         * device/include/Makefile.in (version 1.11): in target 'install'
5772         added lines to copy all header files to installation path,
5773         * in target 'installdirs' added line create directory for pic16
5774         headers in the installation path
5775
5776 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
5777
5778         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
5779          a function call
5780
5781 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
5782
5783         * configure,
5784         * device/lib/configure.in,
5785         * device/lib/configure: fixed for autoconf 2.57
5786
5787 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5788
5789         * src/z80/main.c (_parseOptions): fixed the portmode= command line
5790         option so that it actually works. Made it specific to the z80, since
5791         the gbz80 doesn't have these kinds of I/O ports.
5792
5793 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5794
5795         * device/include/z180.h,
5796         * device/lib/_memcpy.c,
5797         * device/lib/_memmove.c,
5798         * device/lib/_mulint.c,
5799         * device/lib/ser_ir.c,
5800         * device/lib/ser_ir_cts_rts.c,
5801         * device/lib/_strcmp.c,
5802         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
5803         * src/z80/main.c (_process_pragma): add support for pragmas bank and
5804         portmode; added deprecation warning for bank= and protmode= forms.
5805         Also, guard against buffer overflow.
5806         * src/z80/gen.c (aopGet): generate better code for sfr banked read
5807
5808 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5809
5810         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
5811         changed interrupt vector table generation to only emit declared vectors.
5812         * device/include/Makefile.in: added missing backslash
5813         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
5814
5815 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5816
5817         Mainly changes to support compilation of the device libraries
5818         * src/pic16/device.c: stack is allocated via symbol and not
5819         via literal number. The symbol is placed in the corresponding
5820         position of the data ram
5821         * (pic16_dump_section): relocatable and absolute uninitialized
5822         data are now emitted in sorted order to reduce section naming,
5823         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
5824         weren't marked as being in the access bank,
5825
5826 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
5827
5828         Added portion of GNU PIC Library under the directory
5829         device/include/pic16 and device/lib/pic16. These files
5830         contain the declarations of SFRs for the PIC18Fxx2 devices.
5831         The directory is initialized via configure from toplevel.
5832
5833 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
5834
5835         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
5836         the spilllocations to be compared correctly
5837
5838 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5839
5840         * src/SDCCast.c (decorateType): fixed bug introduced today
5841
5842 2004-01-12  Borut Razem <borut.razem AT siol.net>
5843
5844         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
5845         doc/sdccman.lyx: upper case pragmas are deprecated
5846
5847 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
5848
5849         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
5850         in simpler and even better code
5851
5852 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
5853
5854         * src/SDCCicode.c (operandOperation): fixed bug #874819
5855         * src/SDCCast.c (decorateType): fixed
5856         char foo (unsigned long ul) { return ul > 0; }
5857
5858 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5859
5860         * doc/sdccman.lyx: Moved and added some sections, small changes
5861         all over. Telling LaTeX to be less strict with word spacing
5862         to better keep the right margin. Changed some notes about
5863         maintainance of the ports in section 3.2.1 - is it OK like this?
5864
5865 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5866
5867         SDCC source changes:
5868         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
5869         convilong): modified to inform the pic16 port that builtin functions
5870         are external
5871
5872         PIC16 PORT specific changes:
5873         * src/pic16/device.c pic16_dump_equates() added,
5874         processor registers declared internally by the port are emitted in
5875         the translation as equates,
5876         * src/pic16/gen.c: inline code is passed unprocessed to the
5877         translation,
5878         * (pic16_popGetLit2): fnuction modified to take second operand as
5879         pCodeOp pointer and not as literal,
5880         * (popRegFromIdx): prefixed with pic16_,
5881         * (pic16_popCombine2): modified to receive already allocated pCode
5882         operands,
5883         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
5884         * (genFunction): initializes local stack frame and pushes on stack
5885         all the registers used by this function,
5886         * (genEndFunction): restores all registers from stack and restores
5887         stack frame,
5888         * src/pic16/glue.c (pic16emitRegularMap): various changes and
5889         improvements,
5890         * (pic16glue): changed the program startup sequence,
5891         * added new dbName code 'A' for functions placed in absolute section
5892         * src/pic16/main.c: added function attribute _naked,
5893         * added pragma 'code' to place a fnuction at an absolute address,
5894         * added command line arguments --debug-ralloc and --pcode-verbose,
5895         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
5896         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
5897         * (pic16_newpCodeOpLit2): modified to take the second operand as
5898         pCodeOp pointer,
5899         * (pic16_printpBlock): modified to emit each function in a separate
5900         section,
5901         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
5902         UPPER for immediate operands,
5903         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
5904         instruction,
5905         * src/pic16/peeph.def: all peepholes with movff are commented out,
5906         because there is a problem in the pcode peep optimizer,
5907         * src/pic16/ralloc.c: the register allocator can now reuse local
5908         function symbols for another function. This saves register usage.
5909         * src/pic16/ralloc.h: added flag isLocal in structure regs,
5910
5911         Added file src/pic16/NOTES with information about program writing on
5912         the current port version.
5913
5914 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5915
5916         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
5917         and peephole 252 (array access)
5918
5919 2004-01-09  Borut Razem <borut.razem AT siol.net>
5920
5921         * src/SDCCmain.c : fixed #872250: -l command line defined library
5922           files are scanned before standard library files
5923
5924 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5925
5926         * src/SDCCast.c (decorateType): fixed bug #874046
5927
5928 2004-01-09  Borut Razem <borut.razem AT siol.net>
5929
5930         * support/scripts/sdcc.nsi: remove previous installation
5931
5932 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5933
5934         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
5935         bytes for last interrupt vector (mcs51)
5936         * sdcc.spec: fixed typo
5937
5938 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5939
5940         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
5941         gen51Code): more efficient parameter receive for --model-large
5942         ("bug" #845294)
5943
5944 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5945
5946         * src/ds390/main.c,
5947         * src/z80/main.c: added missed needLinkerScript flags (more than
5948         one port structure defined in these file)
5949         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
5950         bug #795325
5951
5952 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
5953
5954         * src/SDCCmain.c: removed various references to DEFAULT_PORT
5955         * src/port.h: added flag needLinkerScript in port->linker
5956         structure to inform whether to create a .lnk file or not,
5957         * src/avr/main.c,
5958         * src/ds390/main.c,
5959         * src/hc08/main.c,
5960         * src/mcs51/main.c,
5961         * src/pic/main.c,
5962         * src/pic16/main.c,
5963         * src/xa51/main.c,
5964         * src/z80/main.c: changed appropriately to configure
5965         needLinkerScript flag
5966         * src/pic/gen.c,
5967         * src/pic16/gen.c (genAddrOf): fixed bug #863624
5968         * src/pic/glue.c: added variable udata_section_name to
5969         override default uninitialized data segment definition for
5970         devices only with SHAREBANK memory (reported from Erik Epetrich)
5971         * (pic14emitOverlay): modified to emit a commented overlay segment
5972         directive when no overlay data exist
5973         * (picglue): modified to emit uninitialized data segment
5974         according to udata_section_name
5975         * src/pic/main.c (_pic14_parseOptions): added command line
5976         options --udata-section-name=[name] to override default
5977         udata definition name
5978         * modified _linkCmd and _asmCmd to include compiler passed
5979         arguments via -W option
5980         * src/pic16/main.c: added $l in _asmCmd, changed extension for
5981         object file from '.rel' to '.o' in port->linker structure,
5982         changed size of fptr from 2 to 3 in port structure
5983
5984 2004-01-07  Borut Razem <borut.razem AT siol.net>
5985
5986         * support/scripts/sdcc.nsi: update PATH
5987         * support/scripts/sdcc.ico: craeted
5988
5989 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
5990
5991         * device/include/Makefile.in: fix install
5992         * doc/Makefile: fix install
5993
5994 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5995
5996         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
5997         in bug #860505
5998         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
5999         how the function variable allocation summary is displayed; also
6000         include information about variables allocated to the overlay
6001         segment
6002
6003 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6004
6005         * as/mcs51/lkmain.c: Help about -Y option
6006         * as/mcs51/lkarea.c: Fixed gcc warnings
6007
6008 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6009
6010         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
6011         fixed warning
6012         * support/valdiag/tests/overflow.c: added
6013         * src/SDCCast.c (decorateType),
6014         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
6015         LEFT_OP (left shift)
6016
6017 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6018
6019         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
6020         (default behaviour).
6021
6022 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6023
6024         A python script to validate compiler diagnostic messages. It can be
6025         used to verify that sdcc complains about bad c source code and
6026         gives a good location of the error.
6027         * support/valdiag/Makefile,
6028         * support/valdiag/valdiag.py,
6029         * support/valdiag/tests/*
6030
6031 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6032
6033         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
6034         * src/SDCCsymt.c (newEnumType),
6035         * src/SDCCsymt.h
6036         * support/Util/SDCCerr.c,
6037         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
6038         enum related bugs.
6039         * support/regression/tests/enum.c: added test for enum values that
6040         require at least 2 bytes of storage.
6041
6042 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6043
6044         * src/common.h: added ifndef/define/endif macros
6045         around the header file.
6046         Bug reported from Jesus Calvino-Fraga
6047
6048 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
6049
6050         * sdcc.spec: updated
6051         * device/include/Makefile.in: don't install CVS directories
6052         * device/lib/Makefile.in: added removal of CVS directories after install
6053         * doc/Makefile: fixed install, added local_icons
6054         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
6055         * src/mcs51/gen.c (genRightShift): fixed bug #870788
6056         * src/ds390/gen.c (genRightShift): fixed bug #870788
6057         * src/SDCCast.c (decorateType): fixed bug #870781
6058
6059 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
6060
6061         PIC16 port related changes:
6062         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
6063         added variable stackPos,
6064
6065         * gen.c: genCall, assignResultValue: added support for
6066         pushing/retrieving function parameters to/from stack,
6067         genFunction,genEndFunction: setup stack frame for the
6068         generated function,
6069         genAddrOf: will be changed according to bug 863624
6070
6071         * added files genutils.c and genutils.h which contain gen*
6072         debugged and optimised functions extracted from gen.c
6073
6074         * glue.c: added variable 'externs' which holds extern symbols,
6075         pic16emitRegularMap: is modified to properly handle relocatable
6076          symbols under the new scheme,
6077         pic16createInterruptVect: is modified
6078         pic16printPublics: is modified to emit 'global' assembler directives,
6079         added pic16_printExterns to print extern symbols,
6080         pic16glue: initializes stack/frame pointer in the beginning of
6081         the assembly output. Temporary hack, will be corrected later,
6082         because gplink yet does not support stack and SDCC does not
6083         yet support a type of crt0.o object to create the final binary.
6084
6085         * Removed many lines that contain 8051 legacy code.
6086         * The code is finally placed under a 'code' directive.
6087         * Added port specific options.
6088
6089         * _process_pragma: simplified since now we do not need *special*
6090         include file to define SFR registers. But a separate header
6091         will be needed. This will be developed later.
6092         * _pic16_parseOptions: added, parses port specific options:
6093         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
6094         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
6095         --preplace-udata-with=
6096
6097         * _pic16_setDefaultOptions: modified to initialize section names,
6098         but hack is temporarly out of order since it needs improvement.
6099         * _pic16_genAssemblerPreamble: configuration words are emitted by
6100         their address instead of their name. This part is incomplete and
6101         supports only the 18Fxx2 devices. Other devices will emit an error
6102         during assembly since they do not contain the same set of config
6103         registers
6104         * _pic16_genIVT: is modified,
6105
6106         * pcode.c: added definitions for some hardware registers that are needed
6107         for stack support
6108         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
6109         All PCI entries are updated. Now LFSR is supported.
6110         * Removed pic16_pciTRIS is mentioned by mdubuc in source
6111         * added pic16_newpCodeOpLit2 to support instructions with
6112         two literal arguments
6113         * pic16_pCode2str: corrected code that emits assembler instructions
6114         with two literal operands and those that have an access bit modifier
6115         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
6116         this fixes a bug which caused some labels to be lost, when an
6117         assembler directive was added, i.e. banksel,
6118         * pic16_FixRegisterBanking: improved logic that causes the insertion
6119         of bank switching,
6120         * InlineFunction: functions that are called once, are not any more
6121         inlined. This can be a port option in the future,
6122
6123         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
6124
6125         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
6126         hold the corresponding uninitialized symbols,
6127         * pic16_allocProcessorRegister: registers have explicit marked the
6128         accessBank field,
6129         * pic16_allocInternalRegister: registers are explicit marked as
6130         not used,
6131         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
6132         processing list, so bit registers were lost,
6133         *
6134
6135         * ralloc.h: added field 'accessBank' and original symbol operand
6136         in register definition,
6137         * removed the field isMapped from register definition,
6138
6139         ** Several functions have been removed from various sources:
6140         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
6141         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
6142         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
6143         pic16_assignRelocatableRegisters
6144
6145         ** others have been introduced:
6146         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
6147         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
6148
6149 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
6150
6151         * support/scripts/inc2h.pl: changed definition of BIT_AT
6152         to emit 'sbit at' instead of 'bit at'. This was a request.
6153
6154         PIC16 port related preliminary changes:
6155         * gen.c: prefixed function popRegFromString with
6156         pic16_ and all references to it corrected
6157         * pcode.c: all pic16_pc_* hardware registers prefixed
6158         with underscore (_),
6159         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
6160         * ralloc.c: newReg(): when register is REG_SFR then
6161         set address to rIdx,
6162         pic16_allocProcessorRegister(): marks register wasUsed=0
6163         pic16_writeUsedRegs(): added a call to assign processor
6164         registers via pic16_assignFixedRegisters
6165
6166 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6167
6168         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
6169         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
6170         variables in unused register banks.  Also the SSEG is placed
6171         wherever there is enough space for it, and IDATA can be anywhere
6172         in internal RAM.  For now compile using -Wl-Y[stack_size].
6173         The mem file is different for this option as well, since it
6174         makes no sense of talking about DSEG lenght.
6175
6176 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
6177
6178         * src/SDCClrange.c: fixed bug 869095 that caused segfault
6179         in certain cases, e.g. when ROM assignment, patch provided
6180         from Albert den Haan.
6181
6182 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
6183
6184         Many signedness and type propagation fixes:
6185         * src/SDCCicode.c: made geniCodeCast() static
6186         replaced SPEC_ by IS_ (cosmetic)
6187         (operandOperation): fixed div and mod operation
6188         (usualBinaryConversions): added support for promotion of char
6189         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
6190         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
6191         (geniCodeAdd): an array index will stay unsigned, even if promoted
6192         from char to int
6193         (geniCodeArray): ditto
6194         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
6195         * src/SDCCsymt.c (computeType): added more support for char;
6196         promotion of char is selectable by promoteCharToInt, fixed signedness
6197         for all cases
6198         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6199         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
6200         * src/SDCCval (val*): replaced signedness calculation by
6201         computeType()
6202         rearranged if-branches (cosmetic)
6203         (valShift): added warning W_SHIFT_CHANGED
6204         (valCompare): fixed problem with different types
6205         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
6206         * support/regression/tests/literalop.c: added many cases
6207         * support/regression/tests/ast_constant_folding.c: changed finally to
6208         'unsigned int'
6209         * .version: new year, new version: 2.3.7
6210         * src/SDCCmain.c (main): applied patch #866468
6211         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
6212         provided by Scott Bronson
6213         * doc/sdccman.lyx: updated documentation for sdcdb
6214         updated and added chapter tips
6215
6216 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6217
6218         * src/SDCCsymt.h: missing from yesterday's commits
6219
6220 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6221
6222         * src/SDCC.y (struct_or_union_specifier),
6223         * support/Util/SDCCerr.c,
6224         * support/Util/SDCCerr.h: verify that struct & union tags are used
6225         as declared.
6226
6227 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6228
6229         * src/SDCCglobl.h: missing from yesterday's commits
6230
6231 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6232
6233         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
6234         sft_attributes, struct_declaration, parameter_declaration,
6235         type_name, start_block, declaration_list),
6236         * src/SDCC.lex (check_type): support redefinition of typedef names
6237
6238 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6239
6240         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
6241         aligned xdata arrays. Erik helped me with the if clause.
6242
6243 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6244
6245         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
6246         warning
6247
6248 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6249
6250         * src/SDCCast.h,
6251         * src/SDCCast.c (newAst_),
6252         * src/SDCCicode.h,
6253         * src/SDCCicode.c (ast2iCode, newiCode),
6254         * src/SDCCglobl.h,
6255         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
6256         expr, statement, expression_statement, selection_statement,
6257         iteration_statement, expr_opt, jump_statement): foundation for tracking
6258         sequence points
6259         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
6260         point code too)
6261
6262 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6263
6264         * support/Util/SDCCerr.c,
6265         * src/SDCCast.h,
6266         * src/SDCCast.c (createCase, createDefault, decorateType),
6267         * src/SDCClabel.c (labelUnreach),
6268         * src/SDCC.y (labeled_statement, jump_statement): More improvements
6269         to error messages.
6270         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
6271         (with thanks to Stas Sergeev)
6272         * device/include/time.h,
6273         * device/lib/time.c (CheckTime): suppress unreachable code warning
6274
6275 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6276
6277         * src/SDCCast.c (createIvalCharPtr),
6278         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
6279         bug #753752)
6280         * support/regression/tests/nullstring.c: tests for these two bugs
6281
6282 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6283
6284         * support/Util/SDCCerr.h,
6285         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
6286         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
6287         about storage class and 'at' used inside struct or union
6288         * src/SDCCBBlock.c (iCodeFromeBBlock),
6289         * src/SDCCcse.c (ifxOptimize),
6290         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
6291         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
6292         printIval, emitStaticSeg, emitOverlay),
6293         * src/SDCClabel.c (deleteIfx),
6294         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
6295         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
6296         gatherAutoInit, processParms),
6297         * support/Util/SDCCerr.h,
6298         * support/Util/SDCCerr.c (werrorfl): Support for better error location
6299         reporting for post-parse errors.
6300
6301 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6302
6303         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
6304         implicit casts via union; they don't work on big endian systems
6305         (possible fix for bug #861138)
6306
6307 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6308
6309         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
6310         * src/mcs51/main.c: fixed the fix for bug #737001
6311
6312 2003-12-15  Borut Razem <borut.razem AT siol.net>
6313
6314         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
6315
6316 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6317
6318         * support/makebin/makebin.c: put output in binary mode
6319
6320 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6321
6322         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
6323         xdata and data memory on startup. Set the environment variable
6324         SDCC_NOGENRAMCLEAR to disable this.
6325         * src/mcs51/peephole.def,
6326         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
6327         (allows non-interrupt and interrupt code to safely compete for a resource
6328         without the non-interrupt code having to disable interrupts)
6329
6330 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6331
6332         * src/SDCCicode.c (geniCodeAdd),
6333         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
6334         with valFromType if type might be a pointer and host is big endian).
6335         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
6336         types, not just integer types.
6337         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
6338         multiply defined with mismatching "at" address.
6339
6340 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6341
6342         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
6343         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
6344         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
6345         with embedded nulls (fixed bug #753752)
6346
6347 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6348
6349         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
6350         Apparently this did not see much testing (endless loop)
6351
6352 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6353
6354         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
6355
6356 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6357
6358         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
6359         gracefully handle NULL memmap pointers
6360
6361 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6362
6363         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
6364         instead of deleting the iCode when an operand is volatile
6365         * src/z80/gen.c (genDummyRead),
6366         * src/mcs51/gen.c (genDummyRead),
6367         * src/ds390/gen.c (genDummyRead),
6368         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
6369         not just IC_RIGHT
6370         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
6371         * src/SDCC.y: fixed bug #850420
6372
6373 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6374
6375         Applied z80 i/o port patch from Peter Townson and fixed some operators
6376         to better handle operands in A register.
6377         * device/include/z180.h
6378         * src/SDCC.y
6379         * src/SDCCglue.c
6380         * src/z80/gen.c
6381         * src/z80/gen.h
6382         * src/z80/main.c
6383         * src/z80/peeph-z80.def
6384         * src/z80/peeph.def
6385         * src/z80/z80.h
6386
6387 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6388
6389         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
6390
6391 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6392
6393         * device/lib/hc08/_mullong.c: Removed extra #endif
6394
6395 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6396
6397         * sim/ucsim/hc08.src/inst.cc,
6398         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
6399         carries from x to h
6400         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
6401         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
6402         * device/include/stdarg.h: fixed varargs for hc08
6403         * device/lib/Makefile.in,
6404         * device/lib/hc08/Makefile,
6405         * device/lib/hc08/_mulint.c,
6406         * device/lib/hc08/_mullong.c: fixed some endian problems
6407
6408 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6409
6410         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
6411         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
6412         * device/lib/_gptrget.c,
6413         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
6414
6415 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6416
6417         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
6418         * src/SDCCast.c (astErrors): fixed bug #846007
6419         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
6420
6421 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6422
6423         * src/SDCCast.c (decorateType): disabled a transformation I added in
6424         revision 1.188 (access to fields of a structure at an absolute address);
6425         it breaks with bitfields, extern declarations, and gcse analysis.
6426         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
6427         could be assigned through a pointer, so don't complain.
6428         * src/SDCCast.c (astErrors),
6429         * src/SDCCast.h,
6430         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
6431
6432 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
6433
6434         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
6435         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
6436         output of __config directives, since gpasm now supports them
6437         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
6438         pre-processor macro, i.e. -DMCU=p18f452
6439         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
6440         and modified to handle 'cast' icode similarly to '=' icode
6441         * src/pic16/device.h (typedef struct PIC_device): added field
6442         'extMIface' to indicate that chip has external memory interface
6443         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
6444         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
6445         18F8720
6446
6447 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6448
6449         * src/SDCC.y (pointer): fixed bug #846006
6450         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
6451         * src/SDCCast.c (decorateType): fixed bug #846009
6452         * src/ds390/peeph.def,
6453         * src/ds390/gen.c (genAnd, genOr),
6454         * src/mcs51/peeph.def,
6455         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
6456
6457 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6458
6459         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
6460         * src/SDCCdflow.c
6461         * src/SDCCcse.c
6462         * src/SDCCcse.h
6463         * src/SDCCBBlock.h
6464         * src/SDCCBBlock.c
6465
6466 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
6467
6468         fixed bug #845089
6469         * src/SDCCbitv.h,
6470         * src/SDCCbitv.c: added function to free a bitvector
6471         * src/SDCClrange.h,
6472         * src/SDCClrange.c: added function to recompute the liveranges
6473         * src/avr/ralloc.c,
6474         * src/ds390/ralloc.c,
6475         * src/hc08/ralloc.c,
6476         * src/mcs51/ralloc.c,
6477         * src/pic/ralloc.c,
6478         * src/pic16/ralloc.c,
6479         * src/xa51/ralloc.c,
6480         * src/z80/ralloc.c: recompute the liveranges after register packing
6481
6482 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
6483
6484         * src/SDCCloop.c (newInduction): fixed bug #845630
6485
6486 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6487
6488         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
6489         inadvertantly left behind from my 2003-11-12 change
6490
6491 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6492
6493         Updated headers I neglected to commit yesterday.
6494         * src/SDCClrange.h,
6495         * src/SDCCicode.h
6496
6497 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6498
6499         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
6500         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
6501         * src/SDCCopt.c (eBBlockFromiCode),
6502         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
6503         the creation of the key hash table from the sequencing so it can be used
6504         earlier (for some GCSE bug fixes still pending)
6505
6506 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6507
6508         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
6509         * support/regression/tests/addsub.c: testing genPlus shortcut
6510
6511 2003-11-15  Borut Razem <borut.razem AT siol.net>
6512
6513         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
6514
6515 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6516
6517         * src/SDCCcse.c (cseBBlock): fixed bug #527779
6518         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
6519         ordering is immaterial.
6520         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
6521
6522 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6523
6524         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
6525         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
6526         (SIGSEV) of bug #840381
6527         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
6528         unlink new file before rename if new and old filenames are the same)
6529
6530 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6531
6532         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
6533         uninitialized variables) for the mcs51. Set environment variable
6534         SDCC_GENRAMCLEAR to test.
6535         xdata initialization slightly shorter
6536
6537 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6538
6539         * src/SDCCsymt.h,
6540         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
6541         #838241 & 780691 (basicly the same bug)
6542         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
6543         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
6544
6545 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
6546
6547         * src/SDCCmain.c (linkEdit): "fix" #834252
6548
6549 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6550
6551         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
6552         * src/SDCCast.h,
6553         * src/SDCC.y: fixed bug #819403
6554
6555 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6556
6557         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
6558         the reentrant attribute.
6559         * src/hc08/gen.c (genPackBits): added missing stack readjustment
6560         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
6561         simulation
6562         * src/SDCCast.c (decorateType): fixed bug with storage class not being
6563         updated during pointer dereference; f.e. ~(((char *)1)*) was being
6564         erroneously reduced to a literal.
6565         * src/hc08/ralloc.c (packRegisters, rematStr),
6566         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
6567         some cases
6568
6569 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6570
6571         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
6572         * doc/sdccman.lyx: changed from 'article' to 'book'
6573         * doc/Makefile: readded test_suite_spec and cdbfileformat
6574
6575 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
6576
6577         * device/include/stdlib.h: include malloc.h to comply with ANSI
6578         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
6579
6580 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6581
6582         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
6583         * doc/clean.mk: also remove *.out files
6584         * doc/sdccman.lyx: some additions, larger top/bottom margins
6585
6586 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6587
6588         * src/SDCC.y: fixed bug #837365
6589         * support/regression/tests/bitopcse.c
6590         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
6591         a symbol (might be valop instead)
6592         * device/lib/Makefile.in: added errno.c to HC08SOURCES
6593         * device/lib/clean.mk: added hc08 to the cleaning list
6594
6595 2003-11-04  Borut Razem <borut.razem AT siol.net>
6596
6597         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
6598           made 2003-11-04
6599         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6600           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
6601           malloc is declared in standard stdlib.h
6602
6603 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6604
6605         * device/lib/hc08/Makefile: need to clean .rel not .o files
6606         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
6607
6608 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6609
6610         * src/port.h,
6611         * src/hc08/main.c,
6612         * src/mcs51/main.c,
6613         * src/ds390/main.c,
6614         * src/z80/main.c,
6615         * src/avr/main.c,
6616         * src/pic/main.c,
6617         * src/pic16/main.c,
6618         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
6619         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
6620         tests (which uses the port's oclsExpense function)
6621         * src/SDCC.y,
6622         * src/SDCCast.c,
6623         * src/SDCCicode.c,
6624         * src/hc08/gen.c,
6625         * src/ds390/gen.c,
6626         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
6627
6628 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6629
6630         * src/SDCCcse.c (ifxOptimize),
6631         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
6632         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
6633         deleting the IFX iCode.
6634         * src/hc08/ralloc.c: reduced unneeded slocs
6635         * src/hc08/gen.c: fixed bug in asmopToBoolean
6636
6637 2003-11-04  Borut Razem <borut.razem AT siol.net>
6638
6639         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
6640           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
6641           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
6642           transferred to configure
6643
6644 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
6645
6646         Use headers defined in the C[++] standards:
6647         * sim/ucsim/gui.src/serio.src/fileio.cc
6648         * sim/ucsim/gui.src/serio.src/frontend.cc
6649         * sim/ucsim/gui.src/serio.src/main.cc
6650         * sim/ucsim/gui.src/serio.src/posix_signal.cc
6651         * support/Util/NewAlloc.c
6652         * as/hc08/lklibr.c
6653         * as/mcs51/lklibr.c
6654         * as/z80/aslist.c
6655         * as/z80/assym.c
6656
6657 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6658
6659         * Added MSVC projects for hc08 assembler and linker:
6660         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
6661         /as/hc08/link_hc08.dsp
6662
6663 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
6664
6665         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
6666
6667 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
6668
6669         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
6670
6671 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6672
6673         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
6674
6675 2003-10-31  Borut Razem <borut.razem AT siol.net>
6676
6677         * support/cpp2/cpplib.h,
6678           support/cpp2/cpplib.c,
6679           support/cpp2/cpplex.c,
6680           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
6681           to switch _asm block preprocessing on / off. Default is
6682           #pragma preproc_asm +
6683
6684 2003-10-31  Borut Razem <borut.razem AT siol.net>
6685
6686         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
6687           when outputting comment blocks (when executed with -C option) and
6688           _asm (SDCPP specific) blocks
6689
6690 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6691
6692         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
6693
6694 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
6695
6696         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
6697
6698 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
6699
6700         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
6701         * src/SDCCast.c (decorateType): fixed bug #832664
6702
6703 2003-10-31  Borut Razem <borut.razem AT siol.net>
6704
6705         * support\cpp2\cpplex.c: fixed for SDCPP:
6706           comments(when executed with -C option) and _asm blocks
6707           were included even if they where in skipped #if block.
6708           Applied solution from GCC cpp 3.3.2
6709
6710 2003-10-31  Borut Razem <borut.razem AT siol.net>
6711
6712         * src/SDCC.lex: sdcc now understands both formats:
6713           '# <line_number> <file_name>' and
6714           '#line <line_number> <file_name>'
6715         * support/cpp2/cppmain.c: sdcpp now generates the standard
6716           '# <line_number> <file_name>' instead of former
6717           '#line <line_number> <file_name>'
6718
6719 2003-10-30  Borut Razem <borut.razem AT siol.net>
6720
6721         * support/cpp2/cpphash.h,
6722         * support/cpp2/cpplib.h
6723         * support/cpp2/cpplex.c,
6724         * support/cpp2/cppmain.c,
6725         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
6726
6727 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6728
6729         Fixed a number of problems revealed by bug #827883.
6730         * src/SDCCloop.c (loopInvariants): Spill location of the
6731         result operand should be recomputed if extracted from
6732         a loop. Also, don't extract assignments of an iTemp
6733         from a literal.
6734         * src/SDCCast.c (isConformingBody): loop reversal should
6735         not occur if the control variable is involved with a
6736         relational operator.
6737
6738 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
6739
6740         * .version: bumped to 2.3.6 to reflect the big improvements
6741         made by Erik and Klaus. Thanks!
6742
6743 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
6744
6745         Replaced the livrange code.
6746         * src/SDCClrange.c: added new LR code
6747         * src/SDCCloop.c,
6748         * src/SDCCBBlock.h: removed remainig parts from old LR code
6749         * src/ds390/ralloc.c,
6750         * src/ds390/gen.c: minor fixes to make it work with new code
6751
6752 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6753
6754         * as/hc08/asm.h,
6755         * as/hc08/lkrloc.c,
6756         * src/hc08/gen.c,
6757         * src/hc08/ralloc.c: Fix various warnings related to the hc08
6758         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
6759         (tweaked fix for bug #818696)
6760
6761 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6762
6763         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
6764
6765 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6766
6767         * src/SDCCmain.c,
6768         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
6769         * src/mcs51/gen.c (gencjneshort),
6770         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
6771         more efficient (per Scott Bronson's suggestion)
6772
6773 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6774
6775         Extended the semantics of the critical keyword to include
6776         individual statements. See RFE #827755 and #799831
6777         * src/SDCC.y
6778         * src/SDCCicode.c
6779         * src/SDCCopt.c
6780         * src/SDCCast.c
6781         * support/Util/SDCCerr.c
6782         * support/Util/SDCCerr.h
6783         * src/mcs51/gen.c
6784         * src/ds390/gen.c
6785         * src/hc08/gen.c
6786
6787 2003-10-19  Borut Razem <borut.razem AT siol.net>
6788
6789         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
6790
6791 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6792
6793         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
6794         Fixed bug #818696
6795         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
6796         and predecrement operand is displayed
6797
6798 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6799
6800         * src/SDCCval.c (valMinus): fixed bug #826041
6801
6802 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6803
6804         Some hc08 related updates that I missed earlier
6805         * sim/ucsim/stypes.h
6806         * support/regression/ports/hc08/spec.mk
6807
6808 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6809
6810         New target "hc08" for the Motorola 68hc08 family of micros
6811
6812         * configure
6813         * configure.in
6814         * Makefile
6815         * src/hc08/*
6816         * src/SDCCmain.c
6817         * src/port.h
6818         * sim/ucsim/hc08.src/*
6819         * sim/ucsim/configure.in
6820         * src/ucsim/configure
6821         * sim/ucsim/packages_in.mk
6822         * as/hc08/*
6823         * as/Makefile
6824         * device/include/mc68hc908qy.h
6825         * device/lib/hc08/*
6826         * device/lib/Makefile.in
6827         * support/regression/ports/hc08/*
6828         * support/regression/Makefile
6829
6830 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6831
6832         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
6833         regression test
6834         * src/ds390/gen.c (genCast): fixed bug #821957
6835
6836 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
6837
6838         * device/lib/logf.c: "fixed" overlay bug
6839         * support/regression/ports/host/spec.mk: added m library
6840         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
6841         * support/regression/tests/float_trans: added (for Eric)
6842
6843 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
6844
6845         * src/mcs51/gen.c (genCpl): fixed bug
6846         http://sf.net/mailarchive/message.php?msg_id=6263915
6847
6848 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
6849
6850         * src/SDCCast.c (decorateType): added extended constant folding
6851         * src/SDCCsymt.c (computeType): cleanup
6852         * src/SDCCval.c (valShift): minor optimization
6853         * support/regression/tests/ast_constant_folding.c: added
6854
6855 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6856
6857         * src/SDCCmain.c: removed some unintended changes
6858
6859 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6860
6861         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
6862         * src/z80/gen.c: fixed part of bug #817589
6863         * src/SDCCsymt.c (checkFunction): fixed bug #817895
6864
6865 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
6866
6867         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
6868         * src/SDCCcflow.c
6869         * src/SDCCcse.c
6870         * src/SDCCdflow.c
6871         * src/SDCClabel.c
6872         * src/SDCClrange.c
6873         * src/SDCCmem.c
6874         * src/SDCCopt.c
6875         * src/SDCCpeeph.c
6876         * src/SDCCset.c
6877         * src/avr/ralloc.c
6878         * src/ds390/ralloc.c
6879         * src/izt/ralloc.c
6880         * src/mcs51/ralloc.c
6881         * src/pic/ralloc.c
6882         * src/pic16/ralloc.c
6883         * src/xa51/ralloc.c
6884         * src/z80/ralloc.c
6885         * src/z80/gen.c: removed unused label "release:"
6886
6887 2003-10-06  Borut Razem <borut.razem AT siol.net>
6888
6889         * src/SDCC.lex: removed definition of unused variables
6890           save_optimize and save_options
6891
6892 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
6893
6894         * clean.mk: removed '=' in "-maxdepth=1"
6895         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
6896         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
6897
6898 2003-10-06  Borut Razem <borut.razem AT siol.net>
6899
6900         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
6901           my_unput() replaced by unput()
6902
6903 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
6904
6905         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
6906         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
6907         type-punned pointer will break strict-aliasing rules"
6908         Old LR behaviour is again default; Klaus' LR can be choosen by
6909         defining the environment variable LRKLAUS
6910         * src/SDCCBBlock.h
6911         * src/SDCCloop.c
6912         * src/SDCClrange.c
6913         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
6914         * clean.mk: fixed removal of files in bin/CVS/
6915         * device/lib/clean.mk: fixed removal of directories small and large
6916         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
6917         * src/SDCCicode.c,
6918         * src/SDCCval.c: removed superflous test for pedantic
6919
6920 2003-10-05  Borut Razem <borut.razem AT siol.net>
6921
6922         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
6923           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
6924           message "unmatched #pragma SAVE and #pragma RESTORE"
6925
6926 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6927
6928         * doc/sdccman.lyx: various additions and updates (interrupts, inline
6929           assembly, critical functions, atomic, nojtbound)
6930
6931 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
6932
6933         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
6934         * src/SDCCBBlock.h
6935         * src/SDCCloop.c
6936         * src/SDCCloop.h
6937         * src/SDCClrange.c
6938
6939 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6940
6941         * src/z80/gen.h,
6942         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6943         * src/mcs51/gen.h
6944         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6945         * src/ds390/gen.h
6946         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
6947         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
6948         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
6949
6950 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6951
6952         * src/z80/gen.c (genRet): fixed bug #524753
6953         * src/z80/gen.c (genCast): fixed internal error on cast from
6954         pointer to long
6955         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
6956         fix for bug #477835 to the z80
6957         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
6958         for tracking iCodes in the peephole optimizer for z80
6959
6960 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6961
6962         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
6963         the other part of bug #814548
6964         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
6965
6966 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
6967
6968         * src/SDCCcse.c: fixed part of bug #814548
6969
6970 2003-09-28  Borut Razem <borut.razem AT siol.net>
6971
6972         * src/asm.c: rewrite of printILine() to use temporary file instead
6973           a pipe
6974         * src/xa51/main.c: commented out declaration of int rewinds
6975
6976 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6977
6978         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
6979
6980 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6981
6982         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
6983         * src/asm.c (printILine): Fixed bug #811015
6984
6985 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6986
6987         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
6988         freeing.
6989
6990 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6991
6992         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
6993         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
6994         to correctly handle general case of AOP_PAIRPTR
6995         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
6996
6997 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6998
6999         * src/mcs51/ralloc.c (fillGaps),
7000         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
7001         register positioning bug)
7002
7003 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
7004
7005         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
7006
7007 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7008
7009         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
7010         genCodePointerGet, genGenPointerGet, genFarPointerSet,
7011         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
7012         (ralloc doesn't intentionally do this now, but perhaps later)
7013         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
7014         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
7015         register positioning bugs (Fixed bug #762602 and #795325)
7016         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
7017         (Fixed bug #808779)
7018         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
7019         lines that --i-code-in-asm generates
7020
7021 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7022
7023         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
7024         trying to fclose a FILE* that was already closed.
7025
7026 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7027
7028         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
7029         of const struct should be treated as if const themselves)
7030
7031 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
7032
7033         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
7034
7035 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7036
7037         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
7038         Unix (/n) and DOS (/r/n) line terminations.
7039
7040 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7041
7042         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
7043         bug #613775
7044
7045 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7046
7047         * src/mcs51/gen.c (genFunction, genEndFunction),
7048         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
7049         and restore of EA so that stack offsets to parameters are
7050         correct when using both critical and reentrant/stack-auto.
7051         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
7052         size (can be triggered in error if sloc is shared between
7053         different sized objects)
7054         * device/include/float.h: fixed macros to explicitly use
7055         unsigned long where needed
7056
7057 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
7058
7059         Feature req. 799831: added code to allow nesting of critical functions
7060         * src/mcs51/gen.c (genFunction, genEndFunction)
7061         * src/ds390/gen.c (genFunction, genEndFunction)
7062
7063 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7064
7065         * src/SDCCsymt.c (sclsFromPtr),
7066         * src/SDCCsymt.h,
7067         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
7068         support for standard C idiom of memory mapped variables; for
7069         example, *((xdata int*)0x1234) = 1 is now internally equivalent
7070         to xdata int at 0x1234 tempvar = 1.
7071         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
7072         provided by Akiya ISHIDA
7073
7074 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
7075
7076         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
7077         * src/SDCCval.c (constVal): added reduction from int to char
7078         * src/SDCCval.c (valMult, valDiv): fixed sign handling
7079         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
7080         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
7081         to ignore the sign
7082         * support/regression/tests/shifts.c: fixed
7083
7084 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7085
7086         * src/z80/gen.c (genXor): Fixed bug #805445
7087
7088 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7089
7090         Fixed bug #621531 (const & volatile confusion in the type chain).
7091         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
7092         refer to the const or volatile state of the pointer itself.
7093
7094         * src/SDCCast.c
7095         * src/SDCCglue.c
7096         * src/SDCCicode.c
7097         * src/SDCCsymt.c
7098         * src/SDCCval.c
7099         * src/SDCC.y
7100         * src/SDCCsymt.h
7101         * src/pic/gen.c
7102         * src/pic/ralloc.c
7103         * src/pic16/gen.c
7104         * src/pic16/ralloc.c
7105         * support/regression/tests/const.c
7106
7107 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7108
7109         When checking for duplicated modules, use absolute paths
7110         instead of relative paths.  Files changed:
7111
7112         * as/mcs51/lklib.c
7113         * link/z80/lklib.c
7114
7115 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7116
7117         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
7118
7119 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7120
7121         * device/include/string.h: added size_t typedef, changed
7122         prototypes to use size_t, eliminated separate reentrant and
7123         non-reentrant declarations, added _memmove declaration
7124         * device/lib/_memcpy.c: changed to use size_t instead of int,
7125         changed /4 to >>2 to avoid division library call
7126         * device/lib/_memcmp.c,
7127         * device/lib/_memset.c,
7128         * device/lib/_strncat.c,
7129         * device/lib/_strncpy.c,
7130         * device/lib/_strncmp.c: changed to use size_t instead of int
7131         * device/lib/_memmove.c: new file (fixed bug #772294)
7132         * device/lib/Makefile.in: added _memmove.c
7133         * device/lib/z80/asm_strings.s: fixed bug #772290
7134         * support/regression/tests/bitfields.c: attempt to fix host assertion
7135         failure on amd64-unknown-linux2.2
7136
7137 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7138
7139         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
7140         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
7141         * as/z80/asmain.c (main): fixed bug #801766
7142
7143 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
7144
7145         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
7146         compilers
7147
7148 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7149
7150         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
7151         reported in bug #800609
7152
7153 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
7154
7155         * Top header beautifications in src/pic16 directory:
7156           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
7157           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
7158           pcoderegs.h, ralloc.c, ralloc.h
7159         * main.c: added top header and GPL license notice
7160         * pcode.c: fixed the if-conditional warning
7161
7162 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
7163
7164         * device/lib/_mullong.c: replaced int by short for gcc
7165
7166 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7167
7168         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
7169         and JUMPTABLE iCodes properly now (worked by accident before)
7170         * src/mcs51/gen.c (leftRightUseAcc),
7171         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
7172         iCode properly now. Use getSize instead of nRegs since a & b
7173         aren't part of the nRegs tally.
7174
7175 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
7176
7177         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
7178         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
7179           before instructions that use the _STATUS register
7180
7181 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
7182
7183         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
7184         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
7185         fetching of the pointer
7186         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
7187         copied from genNearPointerSet()
7188         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
7189         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
7190         If they pop r0/r1 they must be called in the opposite order than aopOp().
7191         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
7192         (resp. --stack-auto), prepared for --xstack
7193
7194 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7195
7196         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
7197
7198 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7199
7200         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
7201         these ports have their own __sdcc_external_start()
7202
7203 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
7204
7205         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7206         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
7207         type for bits was changed. It resulted in bit variables becoming
7208         global, which is not permitted in PIC 14 assembly output.
7209
7210 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7211
7212         * doc/sdccman.lyx: various additions and updates. Rearranged sections
7213
7214 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7215
7216         Z80 and MCS51 linkers complaint if a public symbol is defined
7217         in more than one library module:
7218
7219         * as/mcs51/lklib.c
7220         * link/z80/lklib.c
7221         * as/mcs51/Makefile.in
7222
7223 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7224
7225         A few small changes that speed up the peephole optimizer.
7226
7227         * src/SDCCpeeph.c
7228
7229 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7230
7231         Try to make the peephole optimizer smarter by maintaining
7232         an association between the assembly source code and the
7233         iCodes that originated them. Put this information to use
7234         with a new peephole rule condition "notVolatile" so that
7235         the rules can be aggressive yet still safe.
7236
7237         * src/SDCCpeeph.c
7238         * src/SDCCpeeph.h
7239         * src/mcs51/gen.c
7240         * src/mcs51/peeph.def
7241
7242 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7243
7244         Fixed bug #741761
7245
7246         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
7247         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
7248         if the left or right operand symbols have the accuse flag set.
7249
7250 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7251
7252         Changed the type of the result of the ! (NOT) operator to char;
7253         previously it returned the same type as the source. This allows
7254         us to eliminate all the genFloatNot functions (all of its target
7255         implementations were very buggy) since !float can use the same
7256         code as !long now.
7257
7258         * src/SDCCicode.c (ast2iCode): ! returns char
7259         * src/mcs51/gen.c (genNot, genNotFloat),
7260         * src/ds390/gen.c (genNot, genNotFloat),
7261         * src/z80/gen.c (genNot, genNotFloat),
7262         * src/pic/gen.c (genNot, genNotFloat),
7263         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
7264
7265 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
7266
7267         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
7268         1. Interrupt would not compile properly. Ensure PCLATH register is saved
7269            during interrupts. Ensure WSAVE is located at a shared bank address.
7270         2. Fixed page selection in some places
7271         3. Fixed BTFSS/C to where necessary use registers directly and not simply
7272            the registers name strings.
7273         4. Fixed "signed / unsigned compare" compiler warnings.
7274         5. The PIC port manages its own allocation of the general purpose
7275            registers, but makes no attempt to reuse them. As a result when
7276            compiling it soon runs out of general purpose registers. Some
7277            additional code was added to the files pcode.c and device.c to walk
7278            through the function call tree and rename the registers so that they
7279            get reused.
7280
7281         * src/pic/device.c
7282         * src/pic/gen.c
7283         * src/pic/glue.c
7284         * src/pic/pcode.c
7285         * src/pic/pcode.h
7286         * src/pic/ralloc.c
7287         * src/pic/ralloc.h
7288         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
7289         genPlus() & genMinus() when the result is the same as left or right
7290
7291 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7292
7293         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
7294
7295 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7296
7297         Made bitfield a distinct type from bit so that bitfields
7298         convert as per ANSI C and bits retain their traditional
7299         boolean style behaviour. Implemented bitfield support in
7300         the z80 port.
7301
7302         * src/SDCCsymt.h,
7303         * src/SDCCsymt.c,
7304         * src/SDCCast.c,
7305         * src/cdbFile.c,
7306         * src/mcs51/gen.c,
7307         * src/ds390/gen.c: bit v bitfield split
7308         * src/z80/gen.c: New support for bitfields
7309         * support/regression/tests/bitfields.c: reenabled z80,
7310         added more tests
7311
7312 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7313
7314         Rules 246.x, 247.x relate to bitfields, the others speed up
7315         access to xdata mapped I/O devices.
7316
7317         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
7318
7319 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7320
7321         Cleaned up genPackBits and genUnpackBits and added two helper
7322         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
7323         for literal assignments in genPackBits (thanks to Frieder for
7324         reminding me).
7325
7326         * src/mcs51/gen.c
7327         * src/ds390/gen.c
7328
7329 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7330
7331         Fixed bug #748310 (pointer to function type mishandled when the
7332         function name is omitted). Also fixed a SIGSEGV when a function
7333         attribute (reentrant, etc) is used on a non-function or on a
7334         function but misplaced before the parameter list.
7335
7336         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
7337         bug #748310
7338         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
7339         * support/Util/SDCCerr.h,
7340         * support/Util/SDCCerr.c: Added func attr misuse error msg
7341
7342 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7343
7344         Fixed bug #787649 by anonymous
7345         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
7346         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
7347
7348 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7349
7350         Fixed numerous bitfield problems.
7351
7352         * src/SDCC.y: More bitfield related error checking
7353         * src/SDCCsymt.h,
7354         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
7355         * support/Util/SDCCerr.h,
7356         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
7357         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7358         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
7359         * support/regression/tests/bitfields.c: tests added
7360
7361 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7362
7363         Made the constant following the "interrupt" keyword optional. If
7364         omitted, the function will not automatically be given an entry
7365         in the interrupt vector table (similar to #pragma NOIV, but
7366         less syntacticly kludgy). The interrupt number is also now
7367         range checked. Also fixed a bug in the high order bit example
7368         in the manual.
7369
7370         * src/SDCC.y
7371         * src/SDCCmem.c
7372         * src/SDCCglue.c
7373         * src/SDCCsymt.h
7374         * support/Util/SDCCerr.c
7375         * support/Util/SDCCerr.h
7376         * doc/sdccman.lyx
7377
7378 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
7379
7380         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
7381         * src/SDCCicode.c (operandOperation): rewritten some ops
7382         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
7383         * src/SDCCsymt.c (computeType): literals are handled the same way as any
7384         other type
7385         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
7386         be re-activated by defining REDUCE_LITERALS)
7387         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
7388         unsigned, but are signed by default
7389         * src/SDCCval.c (constVal): rearranged
7390         * src/SDCCval.c (valMod): preliminary fix
7391         * src/SDCCval.c (valCastLiteral): use TYPE_* types
7392         * support/regression/literalop.c: added, work in progress
7393
7394 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7395
7396         Generate warnings for useless declarations like "char data;"
7397         that don't do what new users expect.
7398
7399         * src/SDCC.y
7400         * support/Util/SDCCerr.h
7401         * support/Util/SDCCerr.c
7402
7403 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
7404
7405         * src/SDCCval.c (valMult): fix overflow detection of negative int
7406
7407 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7408
7409         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
7410
7411         Changes to support big endian targets:
7412
7413         * src/ports.h
7414         * src/SDCCglue.c
7415         * src/avr/main.c
7416         * src/ds390/main.c
7417         * src/izt/i186.c
7418         * src/mcs51/main.c
7419         * src/pic/main.c
7420         * src/pic16/main.c
7421         * src/xa51/main.c
7422         * src/z80/main.c
7423
7424 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
7425
7426         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
7427         * device/lib/time.c: fixed warning "integer overflow in expression"
7428
7429 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
7430
7431         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
7432         * src/SDCCval.c (constVal): changed default to signed; hex and octal
7433         constants are unsigned; added recognition of "u" flag for unsigned
7434         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
7435         * src/SDCCval.c (valDiv, valMod): fixed signdness
7436         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
7437         signedness of modulo, left and right shift
7438         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
7439         * support/Util/SDCCerr.h: added warning W_INT_OVL
7440         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
7441         * src/SDCCast.c (ast_print): improved output of constants
7442
7443 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7444
7445         Fixed some warnings when building with MSVC:
7446
7447         * as\mcs51\asdata.c
7448         * as\z80\asdata.c
7449         * as\mcs51\asm.h
7450         * as\z80\asm.h
7451         * link\z80\aslink.h
7452         * link\z80\lkdata.c
7453         * link\z80\lkeval.c
7454         * link\z80\lkgb.c
7455         * link\z80\lkihx.c
7456         * link\z80\lks19.c
7457         * link\z80\lksym.c
7458         * support\cpp2\cpplib.c
7459         * src\ds390\gen.c
7460         * src\mcs51\gen.c
7461
7462 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
7463
7464         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
7465
7466 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7467
7468         * support\librarian\clean.mk: Do not remove Makefile.
7469         * support\librarian\Makefile: added.
7470
7471 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7472
7473         Added librarian to MSVC build:
7474         * all.dsp
7475         * sdcc.dsw
7476         * support\librarian\librarian.dsp
7477
7478         'configure' not needed for librarian, removed:
7479         * support\librarian\configure
7480         * support\librarian\configure.in
7481         * support\librarian\config_in.h
7482         * support\librarian\Makefile.in
7483
7484         Hopefully these ones built the librarian and the rest of sdcc properly:
7485         * Makefile
7486         * Makefile.common.in
7487
7488         Messed up 'configure', so revert to previous version:
7489         * configure
7490         * configure.in
7491
7492 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
7493
7494         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
7495         there, while the mantissa of a double is "only" 53 bits wide.
7496
7497 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7498
7499         Adding sdcclib to the build.  MSVC project coming soon.
7500         Files added/changed:
7501
7502         * support\librarian\clean.mk
7503         * support\librarian\configure
7504         * support\librarian\configure.in
7505         * support\librarian\config_in.h
7506         * support\librarian\Makefile.bcc
7507         * support\librarian\Makefile.in
7508         * support\librarian\sdcclib.c
7509         * Makefile.bcc
7510         * Makefile
7511         * Makefile.common.in
7512         * configure
7513         * configure.in
7514
7515 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7516
7517         Linker now complaints if linked modules have conflicting options, for
7518         example, one compiled using --model-large and another one compiled with
7519         --model-small.  The following files were modified:
7520
7521         * as\mcs51\asdata.c
7522         * as\mcs51\aslink.h
7523         * as\mcs51\asm.h
7524         * as\mcs51\asmain.c
7525         * as\mcs51\asout.c
7526         * as\mcs51\i51pst.c
7527         * as\mcs51\lkdata.c
7528         * as\mcs51\lklibr.c
7529         * as\mcs51\lkmain.c
7530         * as\z80\asdata.c
7531         * as\z80\asm.h
7532         * as\z80\asmain.c
7533         * as\z80\asout.c
7534         * as\z80\z80pst.c
7535         * link\z80\aslink.h
7536         * link\z80\lkdata.c
7537         * link\z80\lklibr.c
7538         * link\z80\lkmain.c
7539         * src\SDCCglue.c
7540
7541 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7542
7543         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
7544         as/mcs51/lklibr.c: Generate a warning when a library is not found.
7545
7546 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
7547
7548         * src/z80/mappings.i: fix _mul[us][int,long] entries
7549
7550 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7551
7552         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
7553
7554 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7555
7556         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
7557         * support/regression/tests/bitopcse.c: added
7558         fixed warning:
7559         * src/avr/gen.c:
7560         * src/pic/gen.c:
7561         * src/pic16/gen.c:
7562         * src/z80/gen.c:
7563         * src/xa51/gen.c:
7564
7565 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7566
7567         added support for new library format to z80, gbz80 linkers:
7568         *link/z80/aslink.h
7569         *link/z80/lklex.c
7570         *link/z80/lklib.c
7571         *link/z80/lklist.c
7572
7573 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
7574
7575         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
7576         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
7577
7578 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
7579
7580         added DUMMY_READ_VOLATILE:
7581         * src/SDCC.y:
7582         * src/avr/gen.c:
7583         * src/xa51/gen.c:
7584         * src/z80/gen.c:
7585         * src/pic/gen.c:
7586         * src/pic16/gen.c:
7587         * src/mcs51/gen.c:
7588         * src/ds390/gen.c:
7589         * src/SDCCcse.c (algebraicOpts): many improvements
7590         * src/SDCCcse.h: removed algebraicOpts()
7591         * src/SDCCicode.c (picDummyRead): added
7592
7593 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7594
7595         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
7596         "Insufficient space in data memory".
7597
7598 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7599
7600         * src/mcs51/gen.c: fixed bug #771358
7601         * src/z80/gen.c: fixed bug #759087
7602
7603 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
7604
7605         * src/pic16/glue.c: minor cleanup by Vangelis
7606
7607 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7608
7609         * device/include/regc515c.h: fixed #758477
7610         * device/lib/_gptrget.c: saving some cycles in generic pointer get
7611         * device/lib/_gptrput.c: saved a few bytes
7612         * my tab spacing is 8, yours too?)
7613         * device/lib/_ser.c: process RX bytes earlier than TX bytes
7614         * device/lib/serial.c: process RX bytes earlier than TX bytes
7615         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
7616
7617 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7618
7619         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
7620
7621 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7622
7623     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
7624
7625 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
7626
7627         * device/lib/Makefile.in: bad fix, reverted to 1.43
7628
7629 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
7630
7631         * device/lib/Makefile.in: added missing z80 object files
7632
7633 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
7634
7635         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
7636         pic16 progress by Vangelis:
7637         * src/SDCCglobl.h:
7638         * src/SDCCmain.c:
7639         * src/pic/Makefile:
7640         * src/pic:
7641         * pic/Makefile:
7642         * pic16/device.c:
7643         * pic16/device.h:
7644         * pic16/gen.c:
7645         * pic16/gen.h:
7646         * pic16/genarith.c:
7647         * pic16/glue.c:
7648         * pic16/main.c:
7649         * pic16/pcode.c:
7650         * pic16/pcode.h:
7651         * pic16/pcodepeep.c:
7652         * pic16/peeph.def:
7653
7654 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7655
7656     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
7657
7658 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7659
7660     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
7661     added gbz80 build to MSVC project.
7662     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
7663     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
7664     from 8051 stuff and setup so it links using a .lnk file.
7665
7666 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7667
7668     * support/librarian/sdcclib.c: sdcc librarian.
7669     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
7670     with sdcclib.
7671
7672 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7673
7674     * as/mcs51/lkmain.c: properly handle extensions in function afile.
7675
7676 2003-07-02  Borut Razem <borut.razem AT siol.net>
7677
7678         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
7679         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
7680         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
7681         src/xa51/main.c, src/z80/main.c:
7682         virtualization of glue() function: each port has it's own glue function,
7683         which is accessed by do_glue function pointer in PORT.general structure
7684
7685 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
7686
7687         * DS800C400 fun, improved ROM interface and tinibios.
7688
7689 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
7690
7691         * More support for DS80C400. Now includes beginning of interface to ROM.
7692
7693 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
7694
7695         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
7696
7697 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7698
7699         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
7700
7701 2003-06-19  Borut Razem <borut.razem AT siol.net>
7702
7703         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
7704
7705 2003-06-19  Borut Razem <borut.razem AT siol.net>
7706
7707         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
7708         fixed Z80 port - crt0.o: cannot open.
7709
7710 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
7711
7712         * support/Util/MySystem.c (merge_command): revert bad fix
7713
7714 2003-06-18  Borut Razem <borut.razem AT siol.net>
7715
7716         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
7717
7718 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7719
7720         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7721         option --use-stdout sends errors to stdout instead of stderr.
7722
7723 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
7724
7725         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
7726
7727 2003-06-15  Borut Razem <borut.razem AT siol.net>
7728
7729         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
7730         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
7731         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
7732         fixed width array of pointers replaced with sets;
7733         multiple include and lib paths ared transferred to preprocessor and linker
7734         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
7735         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
7736         fixed width array of pointers
7737         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
7738         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
7739         fixupPath(), getPathDifference()
7740         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
7741         fixed width array of pointers
7742
7743 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
7744
7745         * src/pic16/ralloc.c: fix warnings
7746         * src/pic16/pcode.c: fix warning
7747
7748 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
7749
7750          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
7751         know all the details, but essentially this set of changes enable
7752         the pic16 port to generate movff instructions and generate assembler
7753         directives,
7754         * src/SDCCmain.c:
7755         * src/pic16/gen.c:
7756         * src/pic16/glue.c:
7757         * src/pic16/pcode.c:
7758         * src/pic16/device.c:
7759         * src/pic16/main.c:
7760         * src/pic16/pcode.h:
7761         * src/pic16/pcoderegs.c:
7762         * src/pic16/ralloc.c:
7763         * src/pic16/ralloc.h:
7764
7765 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7766
7767         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
7768         added option --vc, so sdcc errors and warnings are compatible with
7769         Microsoft Visual Studio.
7770
7771 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7772
7773         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
7774           device/lib/libfloat.lib: added atof function.
7775
7776 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
7777
7778         * doc/sdccman.lyx: updated to Lyx 1.3
7779         * doc/cdbfileformat.lyx: updated to Lyx 1.3
7780         * doc/test_suite_spec.lyx: updated to Lyx 1.3
7781         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
7782
7783 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
7784
7785         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
7786
7787 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7788
7789         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
7790           additions to the "related tools/documentation" section
7791
7792 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
7793
7794         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
7795
7796 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
7797
7798         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
7799         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
7800
7801 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
7802
7803         * doc/sdccman.lyx: fix double dash and other minor things
7804         * doc/Makefile: fix double dash
7805
7806 2003-05-28  Karl Bongers(patches from Martin Helmling)
7807         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
7808           condition and ignore commands.
7809
7810 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7811
7812         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
7813           is in parts still quite out of date, I did changes as far as I felt makes sense
7814           for a non-native english speaker.
7815           Please feel free to add to the manual or to correct my changes.
7816         * doc/Makefile: undid touching the date of intermediate tex files.
7817
7818 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7819
7820         * doc/sdccman.lyx: Manual has an index now
7821
7822 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
7823
7824         Finalize muluint/mulsint and mululong/mulslong merging:
7825         * device/lib/_mulint.c
7826         * device/lib/_mullong.c
7827         * device/lib/gbz80/mul.s
7828         * device/lib/gbz80/stubs.s
7829         * device/lib/z80/mul.s
7830         * device/lib/z80/stubs.s
7831         * src/SDCCsymt.c (initCSupport)
7832
7833 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7834
7835         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
7836         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
7837           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
7838           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
7839           instead of /Zm500.
7840
7841 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7842
7843         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
7844           the regression tests I'm not brave enough to enable 245.b, 245.c
7845         * doc/sdccman.lyx: added latex preamble for hyperref package.
7846           Using pdflatex this will give you a hyperlinked pdf file with
7847           bookmarks. (prepend '%' before /usepackage if this breaks something)
7848
7849 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7850
7851          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
7852
7853 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
7854
7855         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
7856
7857 2003-05-21    <johan AT balder>
7858
7859         * src/SDCCglue.c (printIval): fixed bug #739934
7860
7861 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7862
7863         Applied patch from bug 737905 (renamed yylineo to mylineno):
7864         * src/altlex.c
7865         * src/SDCCast.c
7866         * src/SDCglobl.h
7867         * src/SDCC.lex
7868         * src/SDCCsymt.c
7869         * src/SDCCval.c
7870         * src/pic16/pcode.c: Cleaned warnings
7871         * src/pic16/pcodeflow.c: Cleaned warnings
7872         * src/pic16/pcoderegs.c: Cleaned warnings
7873
7874 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
7875
7876         * src/pic16/pcode.c: Cleaned warnings
7877         * src/pic16/pcodepeep.c: Cleaned warnings
7878         * src/pic16/ralloc.c: Cleaned warnings
7879
7880 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
7881
7882         * doc/sdccman.lyx: fixed bug 739745
7883         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
7884
7885 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
7886
7887         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
7888         it can be defined with CFLAGS when running configure
7889         * src/SDCCmain.c: fixed compiling + linking with object files
7890
7891 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
7892
7893         * configure.in: configure for pic16 port,
7894             added --disable-pic16-port
7895         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
7896         * src/SDCCmain.c: linkOptions is changed to set *,
7897             added if/endif conditional macros to remove options help
7898             messages from optionsTable when a port is not configured, added
7899             support for the PIc16 port in the ports table, when executing
7900             the compiler with no port specified on command line, a default
7901             port is selected with the new macro DEFAULT_PORT which is
7902             defined in port.h, in setDefaultOptions() linkOptions is removed
7903             from initialization assignment, since now it is a set,
7904             parseCmdLine uses setParseWithComma for linkOptions, in
7905             linkEdit() linkOptions are accessed with new function indexSet()
7906             which returns the i'th item of a set variable. See SDCCset.c, in
7907             linkEdit() when calling buildCmdLine(), added linkOptions as
7908             last argument. Now users can pass arguments to gplink via the
7909             -Wl option, main() uses pic16glue() to glue up pic16 programs
7910         * src/SDCCpeeph.c: various changes to support pic16
7911         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
7912             return the i'th item of the set
7913         * src/SDCCset.h: added function prototype for indexSet()
7914         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
7915         * src/clean.mk: added pic16 in CLEANALLPORTS variable
7916         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
7917             added macro DEFAULT_PORT
7918         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
7919         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
7920             generated
7921         * src/pic16/glue.c: commented out some error producing lines
7922         * src/pic16/main.c: __config directives are commented out to stop
7923             gpasm complaining and test the linkage with gplink, _linkCmd and
7924             _asmCmd changed to be more gplink and gpasm friendly
7925         * src/pic16/peeph.def: peep rule 3 is commented out, since it
7926             produced an error when parsed, peep rule 12 is added to utilize
7927             movff, but it is commented out since the pCode does not support
7928             yet a command with 2 address arguments
7929
7930 2003-05-18    <johan AT balder>
7931
7932         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7933         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
7934 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
7935
7936         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
7937   Added feature to script commands from file.
7938
7939 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
7940
7941         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
7942         * src/SDCCutil.c: include ctype.h for win32
7943
7944 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
7945
7946         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
7947
7948 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
7949
7950         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
7951   Fixed so you can set breakpoints prior to run, run does not stop
7952   on entry now.  Add tbreak.  Other enhancements and fixes for use
7953   with ddd.
7954
7955 2003-05-12  Borut Razem <borut.razem AT siol.net>
7956
7957         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
7958
7959 2003-05-11  Borut Razem <borut.razem AT siol.net>
7960
7961         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
7962         the path of bin directory, so that PATH is the only env. variable, which has to be set
7963         in case of standard installation.
7964         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
7965         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
7966         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
7967
7968 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7969
7970         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
7971         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
7972         temp files are in the port dir; clean the gen/test directory when
7973         generating new test.c
7974         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
7975         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
7976         * support/regression/tests/zeropad.c: added
7977
7978 2003-05-09    <johan AT balder>
7979
7980         * src/SDCCglue.c: fixed bug #597940
7981
7982 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
7983
7984         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
7985   cache sfr, optimize next,step, fix off by one sourceline,
7986   support ddd list function.
7987         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
7988
7989 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
7990
7991         * support/regression/HTMLgen.py: added compare_s2f()
7992         * support/regression/Makefile: redo 1.27
7993         * support/regression/generate-cases.py: redo 1.5
7994
7995 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
7996
7997         * support/regression/tests/float.c: workaround 33 bit hex constant
7998         * support/regression/tests/simplefloat.c: fix division for host
7999
8000 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
8001
8002         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
8003         that tame's the PIC's over-aggressive optimizer.
8004
8005 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8006
8007          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
8008          support for MSVC.
8009
8010 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
8011
8012         Initial support for DS80C400. "Hello world" runs on TINIm400
8013         (with polled I/O).
8014
8015 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
8016
8017          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
8018          * Some notes on ddd usage added in debugger/README
8019          Martin Helmling adding more features and fixes for ddd GUI debugger.
8020          Code added for nexti, stepi, up, down, and other adjustments.
8021
8022 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
8023
8024         * src/pic/pCodepeep.c non-wildcard asmops are now handled
8025         * src/pic/peeph.def Added two rules to optimize carry manipulation
8026         * src/pic/* removed debug printfs
8027
8028 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
8029
8030         * debugger/mcs51/cmd.c: added header newalloc.h
8031
8032 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
8033
8034         * as/Makefile: new EXEEXT
8035         * as/z80/Makefile: remove trailing slash of BUILDIR
8036         * as/z80/clean.mk: new EXEEXT
8037         * Makefile.common.in: add to CFLAGS (and others), don't replace it
8038         * support/cpp2/Makefile.in: new EXEEXT
8039         * src/pic/glue.c (pic14emitRegularMap): fixed warning
8040
8041 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
8042
8043         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
8044         EXEEXT was introduced to fix all related problems with targets
8045         "clean", "install" and "uninstall"; a couple of further flaws
8046         especially with "clean" have been fixed too
8047         * as/mcs51/Makefile.in
8048         * as/mcs51/clean.mk
8049         * as/z80/Makefile
8050         * Makefile
8051         * clean.mk
8052         * debugger/mcs51/Makefile.in
8053         * debugger/mcs51/clean.mk
8054         * link/z80/Makefile
8055         * link/z80/Makefile.in
8056         * link/z80/clean.mk
8057         * link/Makefile
8058         * packihx/Makefile.in
8059         * packihx/clean.mk
8060         * sim/ucsim/Makefile
8061         * sim/ucsim/clean.mk
8062         * sim/ucsim/avr.src/Makefile.in
8063         * sim/ucsim/avr.src/clean.mk
8064         * sim/ucsim/s51.src/Makefile.in
8065         * sim/ucsim/s51.src/clean.mk
8066         * sim/ucsim/xa.src/Makefile.in
8067         * sim/ucsim/xa.src/clean.mk
8068         * sim/ucsim/z80.src/Makefile.in
8069         * sim/ucsim/z80.src/clean.mk
8070         * sim/ucsim/main_in.mk
8071         * sim/ucsim/packages_in.mk
8072         * sim/ucsim/gui.src/Makefile.in
8073         * sim/ucsim/gui.src/serio.src/Makefile.in
8074         * sim/ucsim/gui.src/serio.src/clean.mk
8075         * src/Makefile.in
8076         * src/clean.mk
8077         * support/cpp2/Makefile.in
8078         * support/cpp2/clean.mk
8079         * support/makebin/Makefile
8080         * support/makebin/clean.mk
8081         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
8082         * doc/sdccman.lyx: --program-suffix no longer needed
8083
8084 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
8085
8086          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
8087          Martin Helmling added support for ddd GUI debugger.
8088          Code added to display assembly, set variables, and other commands
8089          to interface to ddd.
8090
8091 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
8092
8093         * as/Makefile: fix target clean
8094         * as/clean.mk: fix target clean
8095         * as/z80/clean.mk: fix target clean
8096
8097 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
8098
8099         * Makefile.common.in: added  AT EXEEXT AT
8100         * configure.in: removed all mingw32 stuff
8101         * configure: rebuilt from configure.in
8102         * doc/sdccman.lyx: updated section "installation"
8103         * support/scripts/sdcc_mingw32: adapted to configure
8104         * support/scripts/sdcc_cygwin_mingw32: added
8105
8106 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
8107
8108         * src/pic Added object file support for the PIC port
8109         * src/pic Applied patch from Craig Franklin (this started the object file support)
8110         * src/regression Updated the PIC regression tests for object files
8111
8112 2003-04-20  Borut Razem <borut.razem AT siol.net>
8113
8114         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
8115           lklex.c: In function `getfid':
8116           lklex.c:203: warning: array subscript has type `char'
8117         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
8118           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
8119         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
8120           stack handling macros
8121
8122 2003-04-19  Borut Razem <borut.razem AT siol.net>
8123
8124         * "handling space characters in file path" task:
8125         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
8126         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
8127         * support/Util/MySystem.h: make it self-sufficient
8128         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
8129           src/z80/main.c, sdcc/as/mcs51/lklex.c:
8130           handling space characters in file path
8131         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
8132           (it will be used by assemblers, which have their own includes, e.g. gpasm)
8133         * support/Util/MySystem.c: handling space characters in executable's path
8134
8135 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
8136
8137         * as/z80/Makefile: fix permanent rebuild of z80
8138         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
8139         * support/regression/tests/bitfields.c: added Johan's bitfields.c
8140
8141 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
8142
8143         * src/SDCCopt.c: add special case optimization to replace modulo by
8144           a power of two with a bitwise AND.
8145
8146 2003-04-18    <johan AT balder>
8147
8148         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
8149
8150 2003-04-17    <johan AT balder>
8151
8152         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
8153         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
8154
8155 2003-04-13  Borut Razem <borut.razem AT siol.net>
8156
8157         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
8158         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
8159           fixed mingw problem in adl_NORMALIZE_PATH
8160
8161 2003-04-12  Borut Razem <borut.razem AT siol.net>
8162
8163         * fixed "#pragma SAVE/RESTORE can not be nested":
8164         * src/SDCC.lex: reworked pragma handling functions
8165         * sdcc/src/SDCCglobl.h: reworked stack handling macros
8166         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
8167
8168 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8169
8170         * src/SDCCutil.c (pathEquivalent): defined but not used
8171         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
8172         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
8173         * configure: rebuilt from configure.in
8174         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8175         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
8176         * device/include/Makefile.in: replace sdcc_datadir
8177         * device/lib/Makefile.in: replace sdcc_datadir
8178         * Makefile.common.in: add LDFLAGS from configure
8179         * packihx/Makefile.in: use LDFLAGS
8180         * src/Makefile.in: use LDFLAGS
8181         * support/cpp2/Makefile.in: add LDFLAGS from configure
8182         * support/makebin/Makefile: use LDFLAGS
8183         * .version: bumped version number to 2.3.5
8184
8185 2003-04-12  Borut Razem <borut.razem AT siol.net>
8186
8187         * completed "different paths" task:
8188         * src/SDCCmacro.c: fixed bug in handling quotes
8189         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
8190         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
8191
8192 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
8193
8194         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
8195
8196 2003-04-11 kevin Vigor <kevin AT vigor.nu>
8197
8198         * ds390/gen.c ds390/peeph.def: fix bug 706781
8199
8200 2003-04-11  Borut Razem <borut.razem AT siol.net>
8201
8202         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
8203
8204 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
8205
8206         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
8207         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
8208          set - this bit used to not be set...).
8209         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
8210           bad code in PIC Port
8211         * src/regression/and2.c added to test bug 609268
8212         * src/regression/Makefile added and2.c to regression test
8213
8214
8215 2003-04-08    <johan AT CP255758-A>
8216
8217         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
8218         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
8219         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
8220
8221 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
8222
8223         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
8224         fix bug #487815
8225         * support/cpp2/Makefile.in: fix bug #487815
8226         * configure: rebuilt from configure.in
8227         * Makefile.common.in: docdir changed, new path suffixes
8228         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8229         * sdcc_vc_in.h: reflect changes from sdccconf.h
8230         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
8231         * src/SDCCutil.h: remove BINDIR hack
8232         * doc/sdccman.lyx: update new path hierarchy
8233
8234 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8235
8236         * src/SDCCpeeph.c: added okToRemoveSLOC test
8237
8238 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8239
8240         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
8241
8242 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
8243
8244         * src/SDCCpeeph.c: added labelIsReturnOnly test
8245         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
8246
8247 2003-04-05    <johan AT balder>
8248
8249         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
8250         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
8251         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
8252         * src/SDCCast.c: fixed a warning
8253         * src/SDCCast.h: fixed a warning
8254         * src/SDCCicode.c (operandFromAst): fixed a warning
8255
8256 2003-04-04    <johan AT balder>
8257
8258         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
8259         * src/SDCCast.c (decorateType): fixed bug #715076
8260         * src/SDCC.y: fixed bug #702907
8261
8262 2003-04-03    <johan AT balder>
8263
8264         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
8265         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
8266         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
8267         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
8268         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
8269
8270 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
8271
8272         * _decdptr.c: fix return values
8273         * _gptrget.c: fix return values
8274         * _gptrgetc.c: fix return values
8275         * _gptrput.c: fix return values
8276         * _mulint.c: fix return values
8277         * as/z80/Makefile: fix 'make -j' problem
8278
8279 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
8280
8281         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
8282         * configure.in: big cleanup, updated to autoconf 2.5x
8283         * configure: rebuilt from configure.in
8284         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
8285         * sdcc_vc_in.h: reflect changes from sdccconf.h
8286         * doc/Makefile: fixed a flaw in "make install"
8287
8288 2003-04-02    <johan AT balder>
8289
8290         * src/ds390/gen.c (genCmp): no comments
8291         * src/mcs51/gen.c (genCmp): no comments
8292         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
8293         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
8294
8295 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
8296
8297         * support/regression/generate-cases.py: place generated file in given sub directory
8298         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
8299         * support/regression/Makefile: improvements for 'make -j';
8300         side effect: it's simpler and faster now
8301
8302 2003-03-31  Borut Razem <borut.razem AT siol.net>
8303
8304         * src/z80/main.c: link-{port} and as-{port} defined without path
8305         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
8306
8307 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
8308
8309         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
8310
8311 2003-03-30  Borut Razem <borut.razem AT siol.net>
8312
8313         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
8314           changed type of list parameter to set
8315         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
8316         * src/port.h: changed type of do_assemble() parameter to set
8317         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
8318           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
8319           definition of "cppoutfilename" macro with NULL value in preProcess()
8320         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
8321         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
8322         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
8323           replaced with set *binPathSet
8324         * shash_add() deallocates the item, if allready exsists, before adding the new one
8325         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
8326
8327 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
8328
8329         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
8330           a nested for loop bug in the PIC port
8331         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
8332           for loops
8333
8334 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
8335
8336         * support/Util/dbuf.h: remove C++ stuff to make it portable
8337
8338 2003-03-28  Borut Razem <borut.razem AT siol.net>
8339
8340         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
8341           literal strings in stringLiteral()
8342         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
8343         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
8344           to the project
8345
8346 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
8347
8348         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
8349
8350 2003-03-26    <johan AT balder>
8351
8352         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
8353         * src/ds390/gen.c (saveRegisters): catched symbol abuse
8354         * src/SDCCast.c (decorateType): fixed " -v < 3"
8355
8356 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
8357
8358         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
8359         Added Lenny Story's debug infrastructure changes:
8360         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
8361         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
8362         * src/cdbFile.c: added
8363         * src/SDCCdebug.c: added
8364         * src/SDCCdebug.h: added
8365         * src/SDCCast.c (createFunction)
8366         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
8367         * src/SDCCmain.c (parseCmdLine, main)
8368         * src/SDCCmem.c (redoStackOffsets)
8369         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
8370         * src/SDCCsymt.h
8371         * src/common.h
8372         * src/avr/gen.c (genAVRCode)
8373         * src/ds390/gen.c (gen390Code)
8374         * src/mcs51/gen.c (gen51Code)
8375         * src/pic/gen.c (genpic14Code)
8376         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
8377         * src/xa51/gen.c (genXA51Code)
8378         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
8379
8380 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8381
8382         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
8383         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
8384
8385 2003-03-22    <johan AT balder>
8386
8387         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
8388
8389 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
8390
8391         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
8392         * doc/cdbfileformat.lyx: added, written by Lenny Story
8393         * doc/Makefile: added cdbfileformat.lyx
8394         * doc/clean.mk: added cdbfileformat.lyx
8395
8396 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
8397
8398         * src/mcs51/peeph.def: fix bug #705773
8399
8400 2003-03-20    <johan AT balder>
8401
8402         An sfr/sbit can have an "at #" AND an initializer
8403         * src/SDCCsymt.c (checkSClass):
8404         * src/SDCCmem.c (allocGlobal):
8405         * src/SDCCmem.c (allocLocal):
8406         * src/SDCCast.c (createBlock):
8407
8408 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
8409
8410         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
8411
8412 2003-03-16    <johan AT balder>
8413
8414         Undid the hackup of const and volatile, the problem is much bigger
8415         * src/SDCC.y:1.65
8416         * src/SDCCast.c:1.171
8417         * src/SDCCglue.c:1.138
8418         * src/SDCCicode.c:1.146
8419         * src/SDCCsymt.c:1.150
8420         * src/SDCCval.c:1.65
8421
8422 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
8423
8424         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
8425         * src/ds390/gen.c (genAddrOf): fixed bug #704087
8426
8427 2003-03-13    <johan AT balder>
8428
8429         Hackup const and volatile modifiers in type chains a bit:
8430         * src/SDCC.y:1.63
8431         * src/SDCCast.c:1.169
8432         * src/SDCCglue.c:1.136
8433         * src/SDCCicode.c:1.143
8434         * src/SDCCsymt.c1.146
8435         * src/SDCCsymt.h1.59
8436         * src/SDCCval.c:1.63
8437
8438 2003-03-12    <johan AT balder>
8439
8440         * src/SDCCBBlock.h: more LRH debugging junk
8441         * src/SDCCcflow.h: more LRH debugging junk
8442         * src/SDCCloop.c: more LRH debugging junk
8443         * src/SDCC.y (struct_declaration): fixed bug #697590
8444         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
8445         * src/ds390/gen.c (aopForRemat): fixed bug #700031
8446         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
8447
8448 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8449         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
8450         test function names must now match exactly).
8451         * src/SDCCcse.c: added special case in findCheaperOp to allow
8452         extending a short integer. Makes less awful code for bug 700121 test case.
8453
8454 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8455
8456         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
8457         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
8458
8459 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8460
8461         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
8462         actually called (operandsNotEqual() was called for all
8463         operandsNotEqualX tests).
8464
8465 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
8466
8467         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
8468         with shorter literals. Fixes bug 700121.
8469
8470 2003-03-11    <johan AT balder>
8471
8472         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
8473
8474 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
8475
8476         * src/SDCCloop.c (mergeRegions): an evil beast is dead
8477         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
8478
8479 2003-03-10  Borut Razem <borut.razem AT siol.net>
8480
8481         * src/SDCCmain.c: pipe preprocessor's output
8482         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8483         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8484         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8485         which closes all pipes in pipeSet set
8486         * src/SDCCset.c: free deleted item in function deleteSetItem()
8487         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8488         moved from z80 to src subproject
8489         * .version: increased version number to 2.3.4
8490
8491 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
8492
8493         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
8494         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
8495         * support/regression/ports/xa51/spec.mk: fix typo
8496
8497 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
8498
8499         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
8500
8501 2003-03-09  Borut Razem <borut.razem AT siol.net>
8502
8503         * src/SDCCmain.c: pipe preprocessor's output
8504         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
8505         * sdcc_vc_in.h: define pclose as _pclose for WIN32
8506         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
8507         which closes all pipes in pipeSet set
8508         * src/SDCCset.c: free deleted item in function deleteSetItem()
8509         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
8510         moved from z80 to src subproject
8511
8512 2003-03-09  Borut Razem <borut.razem AT siol.net>
8513
8514         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
8515         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
8516         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
8517         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
8518         * src/SDCCglobl.h: unification of WIN32 native definitions
8519
8520 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8521
8522         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
8523
8524 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8525
8526         * src/configure.in:   check for endianess (even while cross-compiling)
8527         * src/configure:      check for endianess (even while cross-compiling)
8528         * src/configure_in.h: check for endianess (even while cross-compiling)
8529         * src/avr/gen.c:        remove old endianess stuff
8530         * src/mcs51/gen.c:      remove old endianess stuff
8531         * src/ds390/gen.c:      remove old endianess stuff
8532         * src/pic/gen.c:        remove old endianess stuff
8533         * src/pic/genarith.c:   remove old endianess stuff
8534         * src/pic/glue.c:       fix endianess check
8535         * src/pic16/gen.c:      remove old endianess stuff
8536         * src/pic16/genarith.c: remove old endianess stuff
8537         * src/pic16/glue.c:     fix endianess check
8538         * src/xa51/gen.c:       remove old endianess stuff
8539         * src/z80/gen.c:        fix endianess check
8540         * src/SDCCglue.c:       fix endianess check
8541         * src/ds390/peeph.def: fix bug 700036
8542
8543 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
8544
8545         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
8546         * src/configure: find appropriate data-types on host for SDCC's int and long
8547         * src/configure.in: find appropriate data-types on host for SDCC's int and long
8548         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
8549         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
8550
8551 2003-03-07    <johan AT balder>
8552
8553         Just a big NOOP:
8554                 some minor cleanups before the big shot
8555                 OP_DEFS and OP_USES now use Kevin's protection
8556                 new option --nolabelopt
8557
8558         * src/SDCCBBlock.c:
8559         * src/SDCCast.c,:
8560         * src/SDCCcflow.c:
8561         * src/SDCCcse.c:
8562         * src/SDCCicode.c:
8563         * src/SDCCicode.h:
8564         * src/SDCClabel.c:
8565         * src/SDCCloop.c:
8566         * src/SDCCmain.c:
8567         * src/ds390/ralloc.c:
8568         * src/mcs51/ralloc.c:
8569         * src/pic/ralloc.c:
8570         * src/xa51/ralloc.c:
8571         * src/z80/ralloc.c:
8572
8573 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
8574
8575         * src/pic/pcode.c (get_op): fix 64 bit warnings
8576         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
8577         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
8578         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
8579         * support/regression/tests/malloc.c: fix 64 bit warnings
8580
8581 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
8582
8583         * src/mcs51/gen.c (genMinus): fixed bug 696436
8584
8585 2003-03-02  Borut Razem <borut.razem AT siol.net>
8586
8587         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
8588
8589 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
8590
8591         * configure.in: test for mkstemp
8592         * sdccconf_in.h: add HAVE_MKSTEMP
8593
8594 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
8595
8596         * device/include/ctype.h: removed warning while using --stack-auto
8597         * device/include/malloc.h: removed warning while using --stack-auto
8598         * device/include/string.h: removed warning while using --stack-auto
8599
8600 2003-02-23  Borut Razem <borut.razem AT siol.net>
8601
8602         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
8603         because NDEBUG is defined (see man assert)
8604         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
8605
8606 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8607
8608         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
8609         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
8610
8611 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8612
8613         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
8614         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
8615
8616 2003-02-18    <johan AT balder>
8617
8618         * as/mcs51/asmain.c (asmbl): module can start with a digit
8619         * as/z80/asmain.c (asmbl): module can start with a digit
8620
8621 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
8622
8623         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
8624         * src/asm.c: fix pipe() for Mingw32
8625
8626 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
8627
8628         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
8629         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
8630         make -V work again; --c1mode reads now from stdin
8631         * doc/sdccman.lyx: added --c1mode
8632         * support/Util/SDCCerr.c: new messages for c1 mode
8633         * support/Util/SDCCerr.h: new messages for c1 mode
8634         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
8635
8636 2003-02-15    <johan AT balder>
8637
8638         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
8639
8640 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
8641
8642         * doc/sdccman.lyx: Environment variables, -o and other minor things
8643
8644 2003-02-14    <johan AT balder>
8645
8646         * src/xa51/main.c: before anyone really tries to use it :)
8647
8648         * Install doc's in share/sdcc/doc
8649         * removed some obsolete files
8650         * Do a proper make distclean and uninstall
8651         M Makefile.common.in
8652         R sdccbuild.sh
8653         M as/Makefile
8654         M device/include/Makefile.in
8655         M device/lib/Makefile.in
8656         M doc/sdccman.lyx
8657         M link/Makefile
8658         M sim/ucsim/doc/Makefile.in
8659         M src/clean.mk
8660         R src/avr/peeph.rul
8661         R src/xa51/peeph.rul
8662         M support/cpp2/Makefile.in
8663         M support/makebin/Makefile
8664
8665
8666 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
8667
8668         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
8669
8670 2003-02-10  Borut Razem <borut.razem AT siol.net>
8671
8672         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
8673         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
8674         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
8675         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
8676         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
8677         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
8678         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
8679         src/z80/Makefile.bcc: Borland Makefile cleanup
8680         * as/z80/Makefile.bcc: Added Borland Makefile
8681         * support/cpp2/borland.h: Removed
8682
8683 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
8684
8685         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
8686         * src/SDCC.lex: new pragma NOIV
8687         * src/SDCCglobl.h: new pragma NOIV
8688         * src/SDCCmem.c: new pragma NOIV
8689
8690 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8691
8692         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
8693
8694 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
8695
8696         * src/SDCCmain.c: signal handling is switched off by --debug
8697         * doc/Makefile: small fix for install; use clean.mk again
8698         * doc/clean.mk: clean *.pdf and *.html too
8699
8700 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
8701
8702         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
8703         * device/lib/printfl.c: fix a ds390 bug by making it portable
8704         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
8705         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
8706         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
8707         * debugger/mcs51/cmd.c: converted multi-line string literals
8708         * sim/ucsim/globals.cc: converted multi-line string literals
8709         * src/SDCCmain.c: introduced signal handler to remove temp files
8710         * doc/Makefile: small tweaks, implement clean
8711         * doc: removed generated files
8712
8713 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8714
8715         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
8716         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
8717         Address Record is not correctly generated for DS390."
8718
8719 2003-02-02  Borut Razem <borut.razem AT siol.net>
8720
8721         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
8722         * as/mcs51/asm.h: fixed compilation with Borland C
8723         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
8724         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
8725         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
8726         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
8727         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
8728         src/z80/Makefile.bcc: delete $(LIB) only if exist
8729         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
8730
8731 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
8732
8733         * device/include/malloc.h: introduced NULL
8734         * device/include/string.h: introduced NULL
8735         * device/include/stdlib.h: introduced NULL
8736         * device/lib/_memcpy.c: removed NULL
8737         * device/lib/_strcat.c: removed NULL
8738         * device/lib/_strchr.c: removed NULL
8739         * device/lib/_strcmp.c: removed NULL
8740         * device/lib/_strcpy.c: removed NULL
8741         * device/lib/_strcspn.c: removed NULL
8742         * device/lib/_strlen.c: removed NULL
8743         * device/lib/_strncat.c: removed NULL
8744         * device/lib/_strncmp.c: removed NULL
8745         * device/lib/_strncpy.c: removed NULL
8746         * device/lib/_strpbrk.c: removed NULL
8747         * device/lib/_strrchr.c: removed NULL
8748         * device/lib/_strspn.c: removed NULL
8749         * device/lib/_strstr.c: removed NULL
8750         * device/lib/_strtok.c: removed NULL
8751         * device/lib/malloc.c: removed NULL, include own header
8752
8753 2003-02-02    <johan AT balder>
8754
8755         * 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
8756         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
8757         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
8758         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
8759         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
8760         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
8761
8762 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8763
8764         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
8765         area 'DATA'"
8766
8767 2003-02-01    <johan AT balder>
8768
8769         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
8770
8771 2003-01-31    <johan AT CP255758-A>
8772
8773         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
8774
8775 2003-01-30    <johan AT balder>
8776
8777         * src/SDCCBBlock.c: automatic bug detection
8778         * src/SDCCicode.c: automatic bug detection
8779
8780 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8781
8782         * src/SDCCglobl.h:   now --xram-size 0 works
8783         * src/SDCCmain.c:    now --xram-size 0 works
8784
8785 2003-01-29    <johan AT balder>
8786
8787         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
8788
8789 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8790
8791         * as/mcs51/aslink.h: Added options --xram-size and --code-size
8792         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
8793         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
8794         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
8795         * src/SDCCglobl.h:   Added options --xram-size and --code-size
8796         * src/SDCCmain.c:    Added options --xram-size and --code-size
8797
8798 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
8799
8800         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
8801         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
8802
8803 2003-01-27    <johan AT balder>
8804
8805         * src/SDCC.y: fixed bug #613764
8806
8807 2003-01-26    <johan AT balder>
8808
8809         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
8810         * src/SDCCsymt.h: fixed bug #673374
8811         * src/SDCCglue.c: fixed bug #661910
8812         * src/SDCCast.c: fixed bug #458099 and 673374
8813
8814 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
8815
8816         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
8817         * as/mcs51/strcmpi.h: added
8818         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
8819         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
8820         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
8821         * as/mcs51/assym.c: strcmpi -> as_strcmpi
8822         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
8823         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
8824         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
8825         * as/mcs51/Makefile.aslink: new module strcmpi
8826         * as/mcs51/Makefile.asx8051: new module strcmpi
8827         * as/mcs51/Makefil.bcc: new module strcmpi
8828         * as/mcs51/Makefile.in: new module strcmpi
8829         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
8830
8831 2003-01-26    <johan AT balder>
8832
8833         * src/SDCCglue.c: reverted back to 1.124
8834         * src/SDCCast.c: reverted back to 1.156
8835         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
8836
8837 2003-01-25    <johan AT balder>
8838
8839         * src/SDCCglue.c: A better fix for bug #661910
8840         * src/SDCCast.c: A better fix for bug #661910
8841         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
8842
8843 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8844
8845         * src/Makefile.in: remove spawn.o
8846         * src/SDCCmain.c: remove spawn.h
8847         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
8848         * src/spawn.c: removed
8849         * src/spawn.h: removed
8850         * support/regression/ports/ds390/spec.mk: link with -r
8851
8852 2003-01-24    <johan AT CP255758-A>
8853
8854         * src/ds390/gen.c (aopOp): fixed bug #667458
8855         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
8856         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
8857         (createIvalCharPtr): an ival doesn't always have a storage class anymore
8858
8859 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
8860
8861         * src/mcs51/peeph.def: better assembler identation by Frieder
8862         * src/mcs51/gen.c: better assembler identation by Frieder
8863
8864 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
8865
8866         * as/z80/string.h: removed for gcc 3.2
8867         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
8868         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
8869
8870 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8871
8872         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
8873         * src/SDCCpeeph.c (replaceRule): fix bug #663503
8874         * support/regression/Makefile: separate temp files for ports
8875         * support/regression/generate-cases.py: separate temp files for ports
8876         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8877         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
8878
8879 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
8880
8881         * moved tinitalk to device/examples/ds390
8882
8883 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
8884
8885         * as/mcs51/lkmem.c: rflag is for DS390
8886         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
8887         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
8888                          (linkEdit): move mem- and map-files the same way as ihx-files
8889         * src/z80/main.c (_setDefaultOptions): removed --generic
8890         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
8891         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
8892         * src/pic/glue.c (picglue): --c1mode works again
8893         * src/pic16/glue.c (pic16glue): --c1mode works again
8894         * src/asm.c (printCLine): fix #660034
8895
8896 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
8897
8898         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
8899         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
8900         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
8901         * as/mcs51/lkmem (summary): better fix for sp problem
8902         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
8903         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
8904         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
8905                                               remove --stack-after-data
8906
8907 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
8908
8909         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
8910         * src/SDCCutil.c (join): ugly bug: missing '\0'
8911         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
8912
8913 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8914
8915         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
8916         * src/port.h: typo
8917         * src/pic/main.c (_asmCmd): gpasm supports -o
8918         * src/z80/main.c: more general macros
8919         * device/lib/Makefile.in: remove intermediate files
8920
8921 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
8922
8923         * .version: Bumped version number to 2.3.3
8924         * src/SDCCBBlock.c: new option -o
8925         * src/SDCCglobl.h: new option -o
8926         * src/SDCCglue.c: new option -o
8927         * src/SDCCmain.c: new option -o
8928         * src/asm.c: new option -o
8929         * src/ds390/main.c: new option -o
8930         * src/pic/glue.c: new option -o
8931         * src/pic/pcode.c: new option -o
8932         * src/pic/ralloc.c: new option -o
8933         * src/pic16/glue.c: new option -o
8934         * src/pic16/pcode.c: new option -o
8935         * src/pic16/ralloc.c: new option -o
8936         * src/z80/main.c: new option -o
8937         * device/lib/Makefile.in: use -o
8938         * support/regression/ports/ds390/spec.mk: use -o
8939         * support/regression/ports/gbz80/spec.mk: use -o
8940         * support/regression/ports/mcs51/spec.mk: use -o
8941         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
8942         * support/regression/ports/z80/spec.mk: use -o
8943         * support/regression/ports/ucz80/spec.mk: use -o
8944         * support/regression/ports/xa51/spec.mk: use -o
8945         * support/regression/fwk/lib/timeout.c: fix usage string
8946
8947 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
8948         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
8949
8950 2003-01-07    <johan AT balder>
8951
8952         * src/SDCCast.c (decorateType): fixed bug #600035
8953
8954 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
8955         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
8956         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
8957         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
8958         * src/pic/pcode.c: outcommented unused variable to remove warnings
8959         * src/pic/ralloc.c: outcommented unused variable to remove warnings
8960
8961 2003-01-06    <karl AT turbobit.com>
8962         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
8963    regression tests.
8964
8965 2003-01-06    <johan AT balder>
8966
8967         * src/SDCCicode.c: fixed array add
8968
8969 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
8970         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
8971         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
8972
8973 2003-01-04    <johan AT balder>
8974
8975         * src/SDCCval.c (getNelements): fixed the initialized array of structures
8976
8977 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8978         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
8979
8980 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8981         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
8982         * support/regression/tests/bug-524697.c: fit mem usage into 8032
8983
8984 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
8985         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
8986
8987 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
8988         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
8989
8990 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
8991         * src/mcs51/main.c: removed {bindir}{sep} from aslink
8992
8993 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8994
8995     * in \sdcc\as\mcs51\ changed these files in order to create an
8996     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
8997     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
8998     following files to include the previous two files: aslink.dsp,
8999     Makefile.aslink, Makefile.bcc, and Makefile.in.
9000
9001     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
9002     .adb instead of .cdb
9003
9004 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9005
9006         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
9007         value from option --iram-size.
9008
9009 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9010
9011         * \sdcc\as\mcs51\lklist.c: added boundary check before using
9012         dram[] array.
9013
9014 2002-09-18    <wiml AT hhhh.org>
9015
9016         * SDCClrange.h: exposed setFromRange() and setToRange()
9017         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
9018           packRegsForAccUse() (bug 542397)
9019         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
9020           multiple times and emitting the fetch operations more than once
9021           added aopGetUsesAcc() function to allow binary operators to
9022           fetch their operands in the correct order; made genMinus() emit
9023           compact code for X = LITERAL - Y
9024
9025 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9026         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
9027         sprintf() in line 1267.
9028
9029 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9030         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
9031         like ports.
9032
9033 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9034         Changes to aslink (All the changes are marked with 'JCF'):
9035
9036         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
9037         summary().
9038
9039         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
9040         area BSEG.  Also moves, if possible, the DATA area down into the internal
9041         ram so more space is available.
9042
9043         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
9044         sflag.
9045
9046         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
9047         not bytes.  Function summary() which creates a memory usage summary
9048         file with extension .mem.  Reports of overlaping stack and small stack
9049         size.  If the space for the stack is less than 16 bytes aslink trows a
9050         warning.
9051
9052         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
9053         the 8051.  Option 'y' for memory summary output file.
9054
9055         Changes to sdcc (All the changes are marked with 'JCF'):
9056
9057         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
9058
9059         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
9060         overlaying area for it (uses RegBankUsed[4]).
9061
9062         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
9063         bank zero as used by default.  By default aslink locates the stack
9064         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
9065         the creation of the .mem file.  Delegates the allocation of data area
9066         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
9067         the begining of the stack area to aslink.
9068
9069         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
9070         glue() in SDCCglue.c creates an area for it.
9071
9072 2002-09-03  Borut Razem <borut.razem AT siol.net>
9073         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
9074         sdcc/src/pic/glue.c:
9075         introduced atexit() handler for teporay files removal in case of
9076         errors, assertions, ...
9077
9078 2002-08-29  Borut Razem <borut.razem AT siol.net>
9079         * sdcc/support/cpp2/auto-host_vc_in.h:
9080         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
9081         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
9082         Maybe there is a similar problem with BORLANDC? It should be checked!
9083
9084         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
9085         corrected improper use of assert: the assignment to clr variable was done inside the assert.
9086         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
9087         was not executed, and the compiler (cl) launched a warning:
9088         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
9089
9090 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9091         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
9092
9093 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
9094         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
9095
9096         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9097           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
9098           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
9099           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9100           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
9101           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
9102           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
9103         - added Release configuration in VS projects
9104         - review of compiler an linker options
9105         - VC .exe files are generated in bin_vc directory, not to interfere
9106           with binaries generated from other projects (cygwin, mingw, bcc ...)
9107
9108         * sdcc/src/yacc.dsp: added
9109
9110         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
9111         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
9112         and insert the version number definitions from .version
9113
9114         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
9115
9116         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
9117         added - genarate auto-host.h using auto-host_vc_in.h as template
9118
9119         * sdcc/sdcc_vc.h,
9120         removed from CVS, generated automatically
9121
9122 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
9123         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
9124
9125 2002-08-11  Borut Razem <borut.razem AT siol.net>
9126         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
9127
9128 2002-08-10  Borut Razem <borut.razem AT siol.net>
9129         * src/SDCCmain.c (main):
9130         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
9131         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
9132         The consequence was that some temporary files were not removed.
9133
9134         * src/SDCCglue.c:
9135         unification of code in functions tempfilename() and tempfile():
9136         function tempnam() is defined in Visual Studio 6.0 and .NET
9137
9138         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
9139
9140         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
9141           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
9142         - removed compiler command line option /WX: Treats all warnings as errors
9143         - update a list of source files, included into the project
9144
9145         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
9146           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
9147         changed project type to Generic Project so that can be correcly converted to VS.NET project
9148
9149         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
9150
9151         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
9152
9153         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
9154
9155         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
9156         added return 0 statements after assert() to make compiler happy
9157
9158         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
9159         added newline in the def file to keep MSC compiler satisfied
9160
9161         * sdcc/src/z80/gen.c:
9162         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
9163           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
9164         - solved MSC error in function aopDump()
9165
9166         * sdcc_vc.h: define PREFIX as "\\sdcc"
9167
9168 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
9169         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
9170
9171 2002-06-22  Scott Dattalo <scott AT dattalo.com>
9172         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
9173         - Rewrote the register banking algorithm.
9174         - Added pCode live-range analysis to registers (for now, only non-used and
9175         singly-used registers optimized away)
9176
9177         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
9178
9179         * 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.
9180
9181 2002-05-10  Scott Dattalo <scott AT dattalo.com>
9182         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
9183
9184 2002-04-22  Michael Hope  <michaelh AT vroom>
9185
9186         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
9187
9188         * configure.in (DD_COPT): Added include support required for gbdk.
9189
9190         * .version: Bumped version number just to increase it.
9191
9192         * src/SDCCmain.c: Added -nostdinc to the default options.
9193
9194 2002-04-15  Michael Hope  <michaelh AT vroom>
9195
9196         * device/lib/z80/printf.c (sprintf): Added.
9197
9198         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
9199
9200         * src/z80/peeph.def: Added transpose redundent load rule.
9201
9202         * src/z80/main.c: Added force callee saves for jaune.
9203
9204         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
9205
9206         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
9207
9208 2002-03-28  Johan Knol  <johan AT balder>
9209
9210         * src/SDCCval.c: fixed bug #532436
9211
9212 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9213         * /src/port.h:
9214         Added "char *Processor" field to the port structure.
9215
9216         * /src/SDCCmain.c:
9217         Added -p option. Allows port dependent processor to be specified.
9218
9219         * all ports:
9220         Initialized the new field char *Processor field to NULL in all ports
9221
9222         * /src/pic/*:
9223         Compiler generated registers for interrupt context saving
9224         were not getting allocated.
9225
9226 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
9227
9228         * /src/SDCCast.c:
9229         Fixed left shift. Will promote the left side of a left shift
9230         if a) left shifting more than size of operand or b) when assigned
9231         to something size > size of left side
9232
9233 2002-03-14  Scott Dattalo <scott AT dattalo.com>
9234         * src/pic/*
9235         tons of changes. Register allocation has been
9236         rewritten. Added customization for the various PICs. Flow
9237         analysis is restructured. ...
9238
9239         * src/pic/device.h:
9240         Added
9241
9242         * src/pic/device.c:
9243         Added. device.c is a PIC port hack to accomodate variations
9244         in PIC devices.
9245
9246 2002-03-13  Michael Hope  <michaelh AT vroom>
9247
9248         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
9249
9250 2002-03-04  johanknol  <johanknol AT manik>
9251
9252         * /src/SDCCval.c: fixed
9253
9254         const unsigned char arr[][2] = { { 0, 1 } };
9255         t18.c:1: error: Initializer element is not constant
9256
9257 2002-03-04  bela  <bela AT manik>
9258
9259         * /device/include/mcs51reg.h:
9260         ds89c420 register definition update
9261
9262 2002-03-03    <johan AT FRIJA>
9263
9264         * support/Util/SDCCerr.c: did something, but don't no why anymore
9265
9266         * support/regression/tests/bug-524691.c: made it a little less shy
9267
9268         * src/SDCCast.c (decorateType): fixed bug #524697
9269
9270         * src/SDCCast.c: made some lineno improvements
9271
9272         * src/SDCCval.c (getNelements): changed warning to error
9273
9274         * src/SDCCglue.c (printIvalArray): changed warning to error
9275
9276         * src/SDCCicode.c: fixed a warning for mingw
9277
9278         * src/SDCCast.c (decorateType): fixed the << promotion for ops
9279
9280         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
9281
9282 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
9283
9284         * src/ds390/peeph.def:
9285         Added some more peephole rules
9286
9287         * src/ds390/gen.c: Various fixes & enhancements
9288
9289         * src/SDCClrange.c, src/SDCClrange.h:
9290         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
9291
9292         * src/ds390/ralloc.c:
9293         various fixes & enhancements (ds390) specific
9294
9295         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
9296         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
9297         from rallocs.
9298
9299         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
9300
9301 2002-03-02    <johan AT FRIJA>
9302
9303         * src/SDCCast.c (decorateType): fixed bug #524708
9304
9305         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
9306
9307         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
9308
9309 2002-03-01  Michael Hope  <michaelh AT vroom>
9310
9311         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
9312
9313         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
9314
9315 2002-03-01    <johan AT FRIJA>
9316
9317         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
9318
9319         * src/SDCCast.c (decorateType): fixed bug #524209
9320
9321         * src/SDCCval.c (valNot): fixed bug #524195
9322
9323 2002-02-26    <johan AT balder>
9324
9325         * src/xa51/gen.c: fixed a warning
9326
9327         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
9328
9329         * src/SDCCast.c (decorateType): fixed bug #522534
9330
9331 2002-02-23    <johan AT balder>
9332
9333         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
9334
9335 2002-02-22    <johan AT balder>
9336
9337         * src/SDCCast.c: fixed bug #514865
9338
9339         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
9340
9341 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
9342
9343         * sdcc/src/SDCCloop.c:
9344         Previous fix was not good. basic blocks that have "break" or "return" are
9345         not really partof a loop , but live ranges used in these blocks should
9346         be live thru the entire loop, so set partOfLoop but don't add them to
9347         loop region
9348
9349 2002-02-21    <johan AT FRIJA>
9350
9351         * src/SDCCcse.c: fixed bug #514308
9352
9353 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
9354
9355         * src/SDCCloop.c:
9356         Fixed BUG #519583. If a conditional block ended in a return/break
9357         statement inside a loop, it was not being considered part of the loop.
9358
9359         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
9360
9361 2002-02-10  Karl Bongers <karl AT turbobit.com>
9362
9363         * debugger/*:
9364         Fixed up SDCDB debugger somewhat.  Updated debugger/README
9365         with lots of comments and notes.
9366
9367         * device/examples/test2.c:
9368         Fix bug, "red" variable not being initialized(compiler complained).
9369
9370         * device/examples/Makefile, examples/test3.c:
9371         Add Makefile in device/examples folder, compiles test3.c
9372         for use as a multiple module SDCDB test case.
9373
9374         * sim/ucsim/cmd.src/cmdset.cc:
9375         Took out debug printfs in ucsim "next" command.
9376
9377         * sim/ucsim/xa.src:
9378         Karl and Johan start ucsim XA support.  Most dissassembly working,
9379         about 75% emulation done(plenty of work remaining).
9380
9381         * sim/ucsim/z80.src:
9382         Add Z80 support to ucsim, add test-ucz80 regression test,
9383         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
9384         Notice z80 compiler fails on examples/test3.c/crc code.
9385
9386 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
9387
9388         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
9389         Added support for --parms-in-bank1
9390
9391         * src/ds390/peeph.def:
9392         added a few more peephole optimzations
9393
9394         * src/ds390/main.c:
9395         1) added __builtin_inp & __builtin_outp used to read in data of given length
9396            from a memory mapped port
9397         2) added __builtin_memcmp
9398         3) added __builtin_swapw swap bytes of a short
9399
9400         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
9401         1) handle multiple send & receives from register bank1
9402         2) ralloc can now allocate DPTR1 to some liveRanges
9403
9404         * src/SDCCsymt.c, src/SDCCsymt.h:
9405         changes to handle multiple sends & receives
9406
9407         * src/SDCCptropt.h:
9408         added some pointer arithmetic optimization
9409
9410         * src/SDCCptropt.c:
9411         added some pointer arithmetic optimizations but not stable yet so not
9412         called from anywhere (will get this working shortly)
9413
9414         * src/SDCCopt.c: fixed for multiple sends & receives
9415
9416         * src/SDCCmain.c:
9417         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
9418         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
9419            set preprocessor defines (depending on options)
9420
9421         * src/SDCCicode.c, src/SDCCicode.h:
9422         changes made to handle multiple sends & receives
9423
9424         * src/SDCCglobl.h:
9425         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
9426
9427         * src/SDCCcse.c, src/SDCCcse.h:
9428         added function findbackward def (to be used in upcoming optimization)
9429
9430         * src/SDCCcflow.c, src/SDCCcflow.h:
9431         added function returnAtEnd - to determine if a basic block terminates with
9432         a RETURN iCode
9433
9434         * src/SDCCast.c, src/SDCCast.h:
9435         added option parms-in-bank1
9436
9437         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
9438         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
9439         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
9440         adjusted for --parms-in-bank1 option
9441
9442         * device/include/string.h:
9443         donot redefine "reentrant" keyword
9444
9445         * device/include/ds80c390.h: Added some more SFRs
9446
9447 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
9448
9449         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
9450
9451 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
9452
9453         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
9454
9455 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
9456
9457         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
9458
9459 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
9460
9461         * Added --xram-movc option
9462
9463 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
9464
9465         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
9466
9467 2002-01-11  Johan Knol
9468
9469         * Added math lib of Jesus Calvino-Fraga
9470
9471 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
9472
9473         * src/SDCCmain.c (processFile): fix processing of ../../src.c
9474         * support/regression/Makefile: new target test-mcs51-stack-auto
9475         * support/regression/ports/mcs51-stack-auto/spec.mk: added
9476
9477 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9478
9479         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
9480
9481 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
9482
9483         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
9484
9485 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
9486
9487         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
9488
9489         * src/SDCCglue.h: add definition for printIvalChar()
9490
9491 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9492
9493         * src/SDCCast.c: fix #498138 by Johan
9494
9495         * src/SDCCglue.c: fix #498138 by Johan
9496
9497 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
9498
9499         * support/regression/Makefile: fix clean
9500
9501         * support/regression/ports/ds390/support.c: fix transmission of last character
9502
9503 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
9504
9505         * /sdcc/src/ds390/gen.c:
9506         a) improved computing address of stack variable
9507         b) took out some #if 0 code
9508         c) improved parmBytes adjustment
9509         d) improved genPlusIncr & genMinusIncr
9510         e) genCmp could generate bad code (when left assigned to DPTR)
9511         f) Fixed bug in hasInc
9512
9513         * /sdcc/src/ds390/ralloc.c:
9514         a) packRegsForSupport could mess up live information (Fixed)
9515         b) packRegsDPTRuse could be incorrect for left & right shift
9516
9517         * /sdcc/src/mcs51/ralloc.c:
9518         packRegsForSupport could mess up the live information (Fixed)
9519
9520         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
9521
9522         * /sdcc/src/SDCCast.c:
9523         can reverse a loop even if function call is present as long
9524         as the loop control variable is local & is not passed as parameter
9525
9526 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9527
9528         * /sdcc/ChangeLog: *** empty log message ***
9529
9530         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
9531         More builtin function additions for TININative
9532
9533         * /sdcc/src/ds390/ralloc.c:
9534         Had broken the regression testsuite
9535
9536         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
9537
9538         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
9539         Added funcattr hasStackParms will be set for reentrant functions when there
9540         are paramteres on the stack, this helps in minimizing frame pointer generation
9541         typeFromStr can handle function pointers now
9542
9543         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
9544         *** empty log message ***
9545
9546 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9547
9548         * /src/ds390/gen.c, /src/ds390/main.c:
9549         More builtin function additions for TININative
9550
9551         * /src/ds390/ralloc.c:
9552         Had broken the regression testsuite
9553
9554         * /src/SDCCast.c: Fixed a bug in dumptree
9555
9556         * /src/SDCCsymt.c, /src/SDCCsymt.h:
9557         Added funcattr hasStackParms will be set for reentrant functions when there
9558         are paramteres on the stack, this helps in minimizing frame pointer generation
9559         typeFromStr can handle function pointers now
9560
9561         * /doc/builtins.txt, /doc/TININative.txt:
9562         *** empty log message ***
9563
9564
9565 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
9566
9567         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
9568         ALPHA version for -mTININative
9569
9570         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
9571         updated to reflect changes in the port structure
9572
9573         * /src/port.h:
9574         added function do_assemble (similar to do_link) if non-null this function
9575         will be called to do assembly (-mTININative) requires a multi command
9576         assembly
9577         added function genAssemblerEnd will be called to generate assembler Epilogue
9578
9579         * /src/SDCCsymt.c:
9580         added _JavaNative to debug info printing
9581
9582         * /src/SDCCmain.c: added option --tini-libid
9583         added port->do_assemble function (-mTININative) has a multi command assemble
9584
9585         * /src/SDCCglue.c: Disabled "constExpr" check
9586         added port->genAssemblerEnd function
9587
9588         * /src/SDCCglobl.h: Added option --tini-libid value
9589
9590         * /src/SDCCast.h:
9591         tookout optimizeCompare from the header (has no external references)
9592
9593         * /src/SDCCast.c: made one more function "static"
9594
9595 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
9596
9597         * src/z80/mappings.i: Added z80asm support.
9598
9599         * src/z80/main.c: Added z80asm support on --asm=z80asm
9600
9601         * src/z80/gen.c: Fixed asm portability issues.
9602
9603         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
9604
9605         * src/SDCCglue.c (printExterns): Added global/extern split.
9606
9607 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
9608
9609         * support/regression/Makefile: added test for mcs51 model large
9610
9611         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
9612
9613         * support/regression/ports/gbz80/spec.mk: added -mgbz80
9614
9615 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
9616
9617         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
9618
9619 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
9620
9621         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
9622
9623         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
9624
9625 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
9626
9627         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
9628
9629         * support/regression/tests/simplefloat.c: Port to mcs51.
9630
9631 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
9632         * support/regression/tests/bug-485362.c: Added.
9633
9634         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
9635
9636         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
9637
9638         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
9639
9640         * src/z80/gen.c (aopDump): Added a dump function.
9641
9642 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
9643         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
9644
9645         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
9646
9647         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
9648
9649         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
9650
9651         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
9652
9653         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
9654
9655         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
9656
9657         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
9658
9659         * support/regression/ports/ds390/support.c: Use tinibios.
9660
9661         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
9662
9663 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
9664
9665         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
9666         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
9667
9668         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
9669
9670         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
9671
9672 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
9673
9674         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
9675
9676         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
9677         (packRegsForIYUse): Created and optimised.
9678
9679 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9680
9681         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
9682 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
9683
9684         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
9685
9686         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
9687
9688         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
9689
9690 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9691
9692         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
9693
9694         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
9695
9696 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9697
9698         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
9699
9700         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
9701
9702         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
9703
9704 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
9705
9706         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
9707         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
9708         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
9709
9710         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
9711
9712         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
9713         (genNotFloat): Added.
9714         (genUminusFloat): Added.
9715
9716         * device/lib/z80/Makefile: Added floating pt stubs.
9717
9718         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
9719
9720         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
9721
9722         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
9723
9724 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
9725
9726         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
9727
9728         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
9729
9730         * sdcc/support/regression/Makefile: Add port ds390.
9731
9732         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
9733
9734         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
9735
9736         * sdcc/support/regression/ports/ds390/spec.mk: Added.
9737
9738         * sdcc/support/regression/ports/ds390/support.c: Added.
9739
9740         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
9741
9742         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
9743
9744         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
9745
9746 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9747
9748         * device/include/malloc.h: Added z80 and gbz80 support.
9749
9750         * device/lib/gbz80/heap.s: Added.
9751
9752         * device/lib/z80/heap.s: Added.
9753
9754         * device/lib/malloc.c: Added z80 and gbz80 support.
9755
9756         * support/regression/tests/malloc.c (testMalloc): Added.
9757
9758         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
9759
9760         * support/regression/tests/bug-478094.c: Added.
9761
9762         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
9763
9764 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
9765
9766         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
9767
9768         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
9769
9770         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
9771
9772         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
9773
9774         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
9775
9776 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
9777
9778         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
9779
9780 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
9781
9782         * support/regression/tests/bug-477927.c: Added.
9783
9784         * src/z80/peeph.def: Added minor rules.
9785
9786         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
9787
9788         * src/z80/peeph.def: Added jump optimisation modification.
9789
9790 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
9791
9792         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
9793
9794 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
9795
9796         * support/regression/tests/funptrs.c: Added.
9797
9798 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
9799
9800         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
9801
9802 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
9803
9804         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
9805
9806         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
9807
9808         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
9809         (movLeft2ResultLong): Created.
9810
9811         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
9812         (joinPushes): Added.  Joins two char pushes into a word push.
9813
9814 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
9815
9816         * support/cpp2/Makefile.in (install): Added creation of dest dir.
9817
9818         * support/makebin/Makefile (install): Added creation of dest dir.
9819
9820 2001-10-24 Karl Bongers <karl AT turbobit.com>
9821
9822         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
9823
9824 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
9825
9826         * src/z80/ralloc.c: Turned off faulty pack for one use.
9827
9828         * src/z80/peeph-gbz80.def: Removed redundent restart options.
9829
9830         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
9831
9832 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
9833
9834         * support/regression/Makefile: Improved clean
9835
9836         * support/regression/ports/gbz80/spec.mk: Added clean
9837
9838         * support/regression/ports/host/spec.mk: Added clean
9839
9840         * support/regression/ports/z80/spec.mk: Added clean
9841
9842         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
9843
9844         * support/regression/ports/mcs51/timeout.c: little improvements
9845
9846 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
9847
9848         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
9849
9850         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
9851
9852         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
9853
9854 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
9855
9856         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
9857
9858         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
9859
9860 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
9861         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
9862
9863         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
9864
9865         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
9866
9867         * src/mcs51/main.c (_linkCmd): Added bin path to command.
9868
9869         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
9870
9871         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
9872
9873         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
9874
9875         * support/regression/tests/longor.c: Added.
9876
9877 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
9878
9879         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
9880
9881         * as/mcs51/aslink.h: define PATH_MAX
9882
9883         * as/mcs51/asm.h: define PATH_MAX
9884
9885         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
9886
9887         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
9888
9889         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
9890
9891         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
9892
9893         * src/SDCCglobl.h: define PATH_MAX
9894
9895         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
9896
9897         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
9898
9899 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
9900
9901         * src/z80/gen.c (gencjneshort): Fixed
9902
9903         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
9904
9905 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
9906
9907         * support/regression/tests/bug-469671.c: Added.
9908
9909         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
9910
9911 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
9912
9913         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
9914
9915         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
9916
9917 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
9918
9919         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
9920
9921         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
9922
9923         * src/device/lib/_mullong.c : removed hint: nooverlay bug
9924
9925         * src/device/lib/_divuint.c : removed hint: nooverlay bug
9926
9927         * src/device/lib/_divulong.c: removed hint: nooverlay bug
9928
9929         * src/device/lib/_moduint.c : removed hint: nooverlay bug
9930
9931         * src/device/lib/_modulong.c: removed hint: nooverlay bug
9932
9933 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
9934
9935         * 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.
9936
9937         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
9938
9939         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
9940
9941 2001-10-07    <johan AT FRIJA>
9942
9943         * device/lib/gets.c (gets): fixed the return value.
9944
9945 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
9946         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
9947
9948         * 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.
9949
9950         * 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.
9951
9952         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
9953
9954         * src/pic/gen.c: Removed Safe_strdup.
9955
9956         * configure.in: Added option to enable libgc support.
9957
9958         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
9959         (bitVectUnion): Optimised.
9960         (bitVectIntersect): Optimised.
9961         (bitVectBitsInCommon): Optimised.
9962         (bitVectCplAnd): Optimised.
9963
9964         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
9965
9966 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9967
9968         * src/SDCCmain.c: distinguish between assembler debug and plain options
9969
9970         * src/avr/main.c:   remove standard assembler options
9971
9972         * src/ds390/main.c: remove standard assembler options
9973
9974         * src/mcs51/main.c: remove standard assembler options
9975
9976         * src/port.h: removed "PENDING" comment
9977
9978 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
9979
9980         * src/device/lib/_mulint.c  : new, with assember functions
9981
9982         * src/device/lib/_mullong.c : new, with assember functions
9983
9984         * src/device/lib/_divuint.c : with assember functions
9985
9986         * src/device/lib/_divsint.c : with assember functions
9987
9988         * src/device/lib/_divulong.c: with assember functions
9989
9990         * src/device/lib/_divslong.c: with assember functions
9991
9992         * src/device/lib/_moduint.c : with assember functions
9993
9994         * src/device/lib/_modsint.c : with assember functions
9995
9996         * src/device/lib/_modulong.c: with assember functions
9997
9998         * src/device/lib/_modslong.c: with assember functions
9999
10000         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
10001
10002         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
10003
10004         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
10005                                       replaced _mululong.c and _mulslong.c by _mullong.c
10006
10007 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
10008
10009         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
10010
10011 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10012
10013         * src/SDCCglue.c: test, if win32api is available for MINGW
10014
10015 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
10016
10017         * src/SDCCsymt.c: no more _modifier in printTypeChain()
10018         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
10019         * support/regression/ports/gbz80/spec.mk: removed GENERIC
10020         * support/regression/ports/host/spec.mk: removed GENERIC
10021         * support/regression/ports/mcs51/spec.mk: removed GENERIC
10022         * support/regression/ports/z80/spec.mk: removed GENERIC
10023
10024 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
10025
10026         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
10027
10028         * support/regression/tests/bug-467035.c: Created.
10029
10030 2001-10-01    <johan AT FRIJA>
10031
10032         * src/SDCC.y: fixed bug #466586 part 1
10033
10034 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
10035
10036         * SDCCicode.c: z80 has no generic pointers
10037         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
10038
10039 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
10040
10041         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
10042
10043 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
10044
10045         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
10046
10047         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
10048
10049 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
10050
10051         * configure.in: Fixed up so that ucsim is only configured once.
10052
10053         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
10054
10055         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
10056         (getPathDifference): As above.
10057
10058         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
10059
10060         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
10061
10062 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
10063         * .version: Updated to 2.3.1
10064
10065         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
10066         Added copyright header.
10067
10068         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
10069         (assemble): Added support for macro based assembler commands.
10070         (linkEdit): Added support for macro based linker commands.
10071         (preProcess): Changed the pre-processor to use macros.
10072         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
10073         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
10074
10075         * device/lib/z80/crt0.s: Added module name for debugging.
10076
10077 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
10078
10079         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10080
10081         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
10082
10083         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
10084
10085         * src/Makefile.in: Added SDCCmacro and SDCCutil
10086
10087 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
10088
10089         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
10090
10091 2001-09-16    <johan AT FRIJA>
10092
10093         * 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.
10094
10095 2001-09-15    <johan AT FRIJA>
10096
10097         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
10098         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
10099
10100 2001-09-11    <johan AT FRIJA>
10101
10102         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
10103
10104 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
10105
10106         * support/regression/tests/bug-460444.c: Added test case.
10107
10108         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
10109         (genCast): Added justification for all of the asserts.
10110
10111 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
10112
10113         * support/regression/support.c: _xdata replaced by xdata
10114
10115         * support/regression/spec.mk: removed _generic
10116
10117 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
10118
10119         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
10120
10121         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
10122         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
10123
10124         * src/z80/peeph.def: Added a rule to optimise shift then compare.
10125
10126         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
10127
10128         * support/regression/tests/bug-460010.c: Added test case.
10129
10130         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
10131
10132 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
10133
10134         * support/regression/Makefile: inter-port-clean adjusted for mcs51
10135
10136         * support/regression/testfwk.c: removed workaround for bug #436344
10137
10138         * support/regression/tests/bp.c: use less memory with mcs51
10139
10140         * support/regression/tests/bug-441448.c: use less memory
10141
10142         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
10143
10144         * support/regression/collate-results.py: typo
10145
10146 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
10147
10148         * support/regression/tests/fetchoverlap.c: Added new test case.
10149
10150         * support/regression/tests/bp.c: Added new test case.
10151
10152         * support/regression/tests/bug-448984.c: Added new test case.
10153
10154         * support/regression/tests/pow2shifts.c: Added new test case.
10155
10156         * src/z80/gen.c: Turned off the noise it normally generates for the release.
10157         (genlshTwo): Fixed right shift for count > 8.
10158
10159         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
10160
10161 2001-09-08    <johan AT FRIJA>
10162
10163         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
10164
10165 2001-09-07    <johan AT FRIJA>
10166
10167         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
10168
10169         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
10170
10171 2001-09-06    <johan AT FRIJA>
10172
10173         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
10174         * bernhard noted me at this: "() equals to (void)" (1.38)
10175
10176 2001-09-05    <johan AT FRIJA>
10177
10178         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
10179
10180 2001-09-04    <johan AT FRIJA>
10181
10182         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
10183
10184
10185 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
10186
10187         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
10188
10189 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
10190
10191         * link/z80/aslink.h: Fixed path for PATH_MAX
10192
10193 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
10194
10195         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
10196
10197         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
10198
10199         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
10200
10201         * 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.
10202
10203 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
10204
10205         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
10206         (genCmp): Fixed up genCmp for the GB with longs.
10207
10208         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
10209
10210         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
10211
10212         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
10213
10214         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
10215
10216 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
10217
10218         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
10219
10220 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
10221
10222         * 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.
10223
10224         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
10225
10226 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
10227
10228         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
10229
10230         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
10231
10232 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
10233
10234   * sim/ucsim/configure:    little improvement of Cygwin-detection
10235   * sim/ucsim/configure.in: little improvement of Cygwin-detection
10236   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
10237   * support/regression/tests/bug-221100.c: small changes for mcs51
10238   * support/regression/tests/bug-221168.c: small changes for mcs51
10239   * support/regression/tests/bug-227710.c: small changes for mcs51
10240   * support/regression/tests/staticinit.c: small changes for mcs51
10241   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
10242   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10243   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
10244
10245 $Revision$