4cc538eb15701cd98734fc5bbcca8c0285a230eb
[fw/sdcc] / ChangeLog
1 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/lib/makefile.in: added abs.c and labs.c
4
5 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
6
7         * device/include/stdint.h: added
8         * device/lib/abs.c: added
9         * device/lib/labs.c: added
10         * device/include/stdlib.h: added abs() and labs() prototypes
11         * device/lib/libsdcc.lib: added abs and labs
12         * device/include/float.h,
13         * device/lib/_fsmul.c,
14         * device/lib/printf_fast.c,
15         * device/lib/printf_tiny.c: updated comments
16
17 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
18
19         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
20         bug #1164313
21
22 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
23
24         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
25         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
26
27 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
28
29         * device/lib/printf_large.c: removed inline assembly for portability and
30           readability. Use printf_fast if speed or size are more important.
31         * src/pic16/gen.c: removed conditions around use of DEBUGpc
32         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
33
34 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
35
36         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
37         prevent compiler warning
38
39 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
40
41         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
42         moved to level 0 and declared as static. Also they are explicit
43         placed in access bank. This was necessery because some times they
44         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
45         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
46         optimizations. Currently only compare to unsigned char is implemented,
47         * src/pic16/gen.c: added fReturnIdx array,
48         * (struct resolvedIfx) is moved to gen.h and made public,
49         * (struct _G): added sregsAlloc and sregsAllocSet fields,
50         * (aopForSym): added an optimization to directly store in stack of
51         the operand of a SEND iCode,
52         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
53         but as registers instead (AOP_REG) using the fReturnIdx array,
54         * (pic16_freeAsmop): remove the freed register from the
55         _G.sregsAlloc field,
56         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
57         a compare of 'WREG',
58         * (pic16_popGetTempRegCond): changed function prototype, now
59         function takes also a bitVector argument v which holds the current
60         set of registers that are allocated for stack access by aopForSym,
61         registers allocated in aopForSym for accessing stack symbols are not
62         any more part of the functions usedRegs field,
63         * (genCall): some times aopOp is called for a stack variable to be
64         send, aopForSym might perform the push, if this is true make sure
65         that genCall doesn't push the variable twice by testing _G.resDirect,
66         * (genFunction): changed testing for unspecified interrupt number
67         from 256 to INTNO_UNSPEC,
68         * modified selection scheme of frame pointer generation. Previously
69         if function did use local registers a frame pointer was generated,
70         now a frame pointer is generated only if function has arguments
71         (that need PLUSW2 register access), or has stack arguments, or the
72         compiler is not instructed to omit the frame pointer,
73         * (genEndFunction): before restoring local registers that were saved
74         in the function preamble, also restore the registers that *might*
75         have been allocated for stack access,
76         * (genRet): removed some old comments,
77         * (genCmp, the active (RN's) version): added a call to the
78         pic16_genCmp_special function to perform the compare with a more
79         robust and optimized way,
80         * (genInline): a feature has been added in inline code generation,
81         which allows a wildcard variable substitution when writing inline
82         assembly. Code is incomplete and experimental therefore undocumented,
83         * (genCast): changed order of aopOp for result and right to allow
84         aopForSym to directly load the result if possible,
85         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
86         perform an optimized compare on some selected special occasions,
87         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
88         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
89         generate an IVT any more,
90         * src/pic16/main.c (pic16_optionsTable): added command line option
91         --optimize-cmp,
92         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
93         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
94         macros,
95         * src/pic16/NOTES: Raphael Neider added in list of active developers
96         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
97         jumptable_end to prevent bug #,
98         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
99         inCond and outCond fields,
100         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
101         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
102         turn off register spilling,
103         * (packRegsForOneUse): synced with other ports' versions although it
104         is not used currently,
105         * (pic16_packRegisters): added an optimization while reading
106         structure bitfields, some registers may be saved (malloc code is
107         decreased by 80 bytes)
108
109 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
110
111         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
112         left is a bitfield, if yes, then don't optimize assignment. Perhaps
113         this can be optimized more?
114
115 2005-03-10 Raphael Neider <rneider AT web.de>
116
117         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
118           genNearPointerGet): (hopefully) fixed access to bitfields via
119           pointers (p->bitN = x; and x = p->bitN; failed)
120
121 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
122
123         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
124
125 2005-03-09 Raphael Neider <rneider AT web.de>
126
127         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
128
129 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
130
131         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
132         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
133           (regTypeNum): set REG_BIT type if necessary
134         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
135         * support/regression/tests/critical.c: check bug 1144613
136
137 2005-03-02 Raphael Neider <rneider AT web.de>
138
139         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
140
141 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
142
143         * src/avr/ralloc.c (serialRegAssign),
144         * src/ds390/ralloc.c (serialRegAssign),
145         * src/hc08/ralloc.c (serialRegAssign),
146         * src/mcs51/ralloc.c (serialRegAssign),
147         * src/pic/ralloc.c (serialRegAssign),
148         * src/pic16/ralloc.c (serialRegAssign),
149         * src/xa51/ralloc.c (serialRegAssign),
150         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
151
152 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
153
154         * src/SDCCast.c (decorateType): fixed bug 1124787
155
156 2005-02-20 Hubert Sack <sack AT digiplan.de>
157         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
158
159         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
160         patch #1121755
161
162 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
163
164         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
165         to keep the correct label reference count when adding/removing references
166         to labels. A peephole file using this is appended to patch #1144962.
167
168 2005-02-14 Raphael Neider <rneider AT web.de>
169
170         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
171         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
172         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
173           retrievals of result operand's value on assignment
174
175 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
176
177         * device/include/pic16/string.h: modified prototype for memccpy()
178         to memccpy(void *, void *, char, size_t)
179         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
180         check whether to omit frame pointer or not,
181         * (genInline): convert all occurences of "\n" to LF in inline
182         assembler blocks, this helps formatting the inline text,
183         * (pic16_loadFSR0): modified prototype,
184         * (genNearPointerGet, genNearPointerSet): reorganization of code,
185         removed some 8051 legacy code,
186         * (genPackBits): enabled handling bitfields exceeding one byte in size,
187         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
188         before allocating temporary registers in functions,
189
190 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
191
192         * support/regression/tests/bitvars.c: corrected the "fix"
193
194 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
195
196         * support/regression/tests/bitvars.c,
197         * support/regression/tests/bitwise.c,
198         * support/regression/tests/rotate.c: "fixed" problems on Alpha
199
200 2005-02-10 Raphael Neider <rneider AT web.de>
201
202         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
203           different size for Alpha
204         * src/pic16/gen.c (genCmpEq) : improved compare with 0
205
206 2005-02-09 Raphael Neider <rneider AT web.de>
207
208         * src/SDCC.lex(doPragma) : save and restore warning options as well
209           (also added new stack plus clone- and copyAndFreeSDCCERRG())
210         * have #pragma less_pedantic set the errorlevel to WARNING
211           (fixes #1117001)
212         * (cloneOptimize) : fixed wrong malloc's size
213         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
214           facilitate correct handling of #pragma (save|restore)
215
216 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
217
218         * src/mcs51/gen.c: removed non-standard C nameless struct/union
219
220 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
221
222         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
223
224 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
225
226         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
227
228 2005-02-02 Raphael Neider <rneider AT web.de>
229
230         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
231         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
232         * (pic16_storeForReturn): fixed to allow returning function pointers
233         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
234         * device/include/pic16/{stddef.h,stdbool.h}: added
235
236 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
237
238         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
239
240 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
241
242         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
243         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
244          appeared to be required
245
246 2005-01-31 Borut Razem <borut.razem AT siol.net>
247
248         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
249           include/mcs51 and include/z80 directories to the package
250
251 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
252
253         * src/hc08/gen.c (genFunction): fixed bug #1112752
254
255 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
256
257         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
258
259 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
260
261         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
262
263 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
264
265         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
266
267 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
268
269         * device/include/c8051fxxx.h: removed these 6 files
270         * device/include/mcs51/c8051fxxx.h: added these 11 new files
271
272 2005-01-26 Raphael Neider <rneider AT web.de>
273
274         * src/pic16/gen.c (genAssign): fixed assignment from longs
275           in codespace (were cut to three bytes)
276         * (genDummyRead): implemented (except for CODESPACE...),
277           fixed bug #1108575
278         * src/pic16/glue.c (emitStatistics): beautified
279         * device/lib/pic16/libm/Makefile: added include path
280
281 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
282
283         * src/z80/gen.c (aopPut): fixed bug #1103902
284
285 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
286
287         * device/lib/expf.c: fixed bug #1095792
288
289 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
290
291         * device/lib/pic16/libm: added Math library sources
292
293 2005-01-24 Raphael Neider <rneider AT web.de>
294
295         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
296           to enable upcast to pCodeOpReg2 (there is no type tag to
297           differenciate the two and pic16_popGet2p cast into PCOR2)
298         * src/pic16/main.c (_process_pragma): fixed another malloc bug
299           (sizeof(sectNames) changed to sizeof(sectName))
300           Both patches fix segfaults under MinGW.
301
302 2005-01-23 Raphael Neider <rneider AT web.de>
303
304         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
305           Safe_[mc]?alloc()'ed variables
306         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
307           of (byte sized) temporaries (assign them to WREG for now)
308         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
309           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
310           this might fix SIGSEGVs on MinGW...
311         * src/SDCCopt.c (killDeadCode): restored original behaviour
312           (volatile operands might get thrown away though)
313
314 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
315
316         * src/pic16/gen.c: fixed bug #1106975,
317         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
318         pointer update, INTCON is saved, global interrupts are disabled and
319         restored after updateing TOS.
320         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
321         * added function attribute 'shadowregs' to take advantage of shadow
322         registers,
323         * added function attribute 'wparam' as an alternative to the wparam
324         pragma,
325         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
326         user declares a non-ISR function as 'shadowregs',
327         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
328
329 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
330
331         * .version: bumped version number to 2.4.8
332         * device/lib/pic16/pics.all: list of PIC18F devices supported by
333         pic16 port,
334         * device/lib/pic16/libio/i2c/: I2C module support library,
335         * device/include/pic16/i2c.h: I2C support library header,
336         * device/lib/pic16/libc/stdio/: standard IO support sources,
337         * (printf_small.c): printf_small() source, supports float print,
338         * (printf_tiny.c): printf_tiny() source, does not support floats,
339         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
340         enable global optimizations for entire library source, other
341         Makefiles in the source tree are also modified to reflect this,
342         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
343         function,
344         * doc/sdccman.lyx: updated to reflect new changes,
345         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
346         sym->onStack if-case,
347         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
348         sbit, idata, _idata, xdata, _xdata,
349         * added pragma library, to link an external library, (see doc),
350         * removed command line options, --pomit-config-words, --pomit-ivt,
351         --pleave-reset-vector,
352         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
353         when calling assembler to reflect memory model used, also define
354         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
355         reflect stack model used,
356         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
357         on stack return NULL,
358
359 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
360
361         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
362           of the operands is volatile. Fixes #1020220
363
364 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
365
366         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
367         * (OptimizeRegUsage): make sure that there is really no other flow where
368           the first pCode is used
369
370 2005-01-22 Raphael Neider <rneider AT web.de>
371
372         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
373           to fix #1106967 (pCode->seq are not set up correctly)
374
375 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
376
377         * src/SDCCglue.c (glue): make sure code area is declared before the
378         static initialization area.
379
380 2005-01-21 Raphael Neider <rneider AT web.de>
381
382         * device/lib/Makefile.in: fixed test for pic16 install dir
383         * device/lib/pic16/*/Makefile*: modified compile flags to enable
384           optimizations
385         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
386           added --optimize-goto compiler switch and pragma wparam documentation
387         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
388         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
389           and PRODH closing bug #1071770 (peephole optimizer)
390
391 2005-01-19 Raphael Neider <rneider AT web.de>
392
393         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
394           cmdLine buffers (used when calling sdcpp...) are large enough
395           (MAX_PATH=256 truncates arguments leading to system halts when
396           used in MinGW...)
397         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
398         * (genUminus): rewritten to for efficiency
399         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
400           used uninitialized in some cases)
401         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
402           copy the third byte from the int -- now assumes 0x80 (data memory)
403         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
404           operands (genAddLit expects the iCode's operands to swapped as
405           well), fixed leftover bytes (crashed for short left operands)
406         * (pic16_genMinusDec): performance improvements, removed false
407           PIC14 emitSKPNCs
408         * (pic16_genMinus): fixed to cope with differently sized operands
409         * src/pic16/glue.c (pic16_glue): added new banksel optimization
410           for --obanksel > 1
411         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
412         * src/pic16/graph.[ch]: implementation of directed graphs, used by
413           new banksel optimization
414         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
415           analysis for temporary registers (segfaults...)
416         * src/pic16/peeph.def: added rule
417
418 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
419
420         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
421         which converts a float number to its ASCII representation
422         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
423         functions to convert the fractional and integer part of a float to ASCII,
424         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
425         realloc.c): added _MALLOC_SPEC to explicit place variables in data
426         ram
427         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
428         _STATMEM macros,
429         * device/include/pic16/adc.h: added GPL info,
430         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
431         a pCodeOp as tested operand,
432         * (genNearPointerGet): optimized bit testing, does not use
433         intermediate register for bit value, test directly instead with
434         BTFSS, BTFSC, works only for single bits,
435         * (genpic16Code): dump the name of the iCode in the asm,
436         * src/pic16/ralloc.c (decodeOp): removed static declaration and
437         renamed to pic16_decodeOp,
438         * (serialRegAssign): do not allocate a temporary register for iCode
439         sequences that test a single bit for 1/0
440
441 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
442
443         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
444         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
445         access stack and frame pointers. They are initially assigned to
446         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
447         accessing SFRs. Updated all occurences of modification of stack or
448         frame pointer in gen.c and pcode.c,
449         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
450         assigning of a literal value to pointers,
451         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
452         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
453         selected
454
455 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
456
457         * doc/sdccman.lyx: update documentation about stack pragma, added
458         some info for stack memory models
459
460 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
461
462         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
463
464 2005-01-08 Raphael Neider <rneider AT web.de>
465
466         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
467           udata sections to fix bug #1097823
468
469 2005-01-05 Raphael Neider <rneider AT web.de>
470
471         * src/pic16/gen.c (genGenericShift): added handling of differently
472           sized left operand and result
473
474 2005-01-04 Raphael Neider <rneider AT web.de>
475
476         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
477         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
478           to hold the condition bit)
479         * added new version of genCmp (old code available via #define)
480         * added new version of genShiftLeft/genShiftRight in a generic
481           way, now supports shifting by negative values
482         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
483           shiftCount (expected by genGenericShift)
484         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
485         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
486           dump
487         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
488           is an invalid literal too...)
489
490 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
491
492         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
493         from Raphael Neider,
494         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
495         for 8-bit literals. This fixes some literal operands which are sign
496         extended to 16-bits ints when instruction needs only 8-bits.
497
498 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
499
500         * device/lib/logf.c: added mcs51 assembly version
501         * device/lib/expf.c: added mcs51 assembly version
502         * device/lib/_logexpf.c: new shared asm code for expf and logf
503         * device/include/math.h: add defines for assembly math library
504         * device/lib/Makefile.in: build new _logexpf.c
505         * device/lib/libfloat.lib: use new _logexpf.c
506
507 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
508
509         * src/pic/device.c
510         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
511           device types which have less than 0x7f registers.
512
513 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
514
515         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
516
517 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
518
519         * device/lib/printf_fast.c: only build on supported arch.
520         * device/lib/printf_tiny.c: only build on supported arch.
521         * device/lib/printf_fast_f.c: only build if asm float lib
522         * device/lib/_fsget1arg.c: only build if asm float lib
523         * device/lib/_fsget2args.c: only build if asm float lib
524         * device/lib/_fsnormalize.c: only build if asm float lib
525         * device/lib/_fsreturnval.c: only build if asm float lib
526         * device/lib/_fsrshift.c: only build if asm float lib
527         * device/lib/_fsswapargs.c: only build if asm float lib
528         * device/include/stdio.h: don't provide print_fast,
529           print_fast_f, print_tiny prototypes if --xstack used
530
531 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
532
533         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
534         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
535           to the SOURCES
536
537 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
538
539         * device/lib/printf_fast_f.c: same as printf_fast, but
540           with floating point enabled
541         * device/lib/printf_fast.c: minor tweaks
542         * device/include/stdio.h: add printf_fast_f
543
544 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
545
546         * src/SDCCmain.c: make --float-reent default for mcs51
547         * device/lib/_fsadd.c: added mcs51 assembly version
548         * device/lib/_fssub.c: added mcs51 assembly version
549         * device/lib/_fsmul.c: added mcs51 assembly version
550         * device/lib/_fsdiv.c: added mcs51 assembly version
551         * device/lib/_fseq.c: added mcs51 assembly version
552         * device/lib/_fsneq.c: added mcs51 assembly version
553         * device/lib/_fsgt.c: added mcs51 assembly version
554         * device/lib/_fslt.c: added mcs51 assembly version
555         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
556         * device/lib/Makefile.in: add _fscmp to build
557         * device/lib/libfloat.lib: add _fscmp to build
558
559 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
560
561         * device/lib/_fs2slong.c: added mcs51 assembly version
562         * device/lib/_fs2sint.c: added mcs51 assembly version
563         * device/lib/_fs2schar.c: added mcs51 assembly version
564         * device/lib/_fs2ulong.c: added mcs51 assembly version
565         * device/lib/_fs2uint.c: added mcs51 assembly version
566         * device/lib/_fs2uchar.c: added mcs51 assembly version
567         * device/lib/_slong2fs.c: added mcs51 assembly version
568         * device/lib/_sint2fs.c: added mcs51 assembly version
569         * device/lib/_schar2fs.c: added mcs51 assembly version
570         * device/lib/_ulong2fs.c: added mcs51 assembly version
571         * device/lib/_uint2fs.c: added mcs51 assembly version
572         * device/lib/_uchar2fs.c: added mcs51 assembly version
573         * device/include/float.h: added #define to select asm vs c
574
575 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
576
577         * device/lib/printf_fast.c: improvements to float output
578         * device/include/float.h: add defines for assembly float library
579         * device/lib/_fsget1arg.c: receive 1 float arg
580         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
581         * device/lib/_fsnormalize.c: normalize a float
582         * device/lib/_fsreturnval.c: return float, various helper routines
583         * device/lib/_fsrshift.c: right shift a float's mantissa
584         * device/lib/_fsswapargs.c: swap 2 floats
585         * device/lib/Makefile.in: build these 6 new files for mcs51
586         * device/lib/libfloat.lib: add these 6 files to the library
587
588 2004-12-26 Borut Razem <borut.razem AT siol.net>
589
590         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
591           built by gcc 3.4.2
592
593 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
594
595         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
596           and fully reentrant and register bank neutral.
597         * device/lib/printf_fast.c: added float (not enabled by default),
598           added compact/slower integer (also not enabled by default),
599           improved size/speed of fast integer code, other minor changes
600         * device/include/stdio.h, device/lib/Makefile.in,
601           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
602
603 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
604
605         * src/pic16/pcode.c: declaring variables other than at the start of a
606           block is not supported in C by VC6.
607
608 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
609
610         * applied a previous patch from Raphael Neider that wasn't included
611         in the previous commits, which fixes infinite loops within jumptable
612         improvements,
613         * made some fixes that previous patches introduced
614
615 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
616
617         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
618         that fixes an issue with AOP_PCODE asmop's offset,
619         * (pic16_popCopyReg): update instance field too,
620         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
621         function of pic port,
622         * (genCmp, genAnd, genAssign),
623         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
624
625 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
626
627         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
628         variables initial values to idata section,
629         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
630         variables in some functions. This utilizes parmBytes field of iCode
631         structure to hold the offset of the variable in stack. (might be
632         able to use the stack field too?)
633         * applied patch from Raphael Neider # ### , # ###
634         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
635         variable initial values in idata section,
636         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
637         for static variables with initial value
638         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
639         applied fix in while loop from Raphael Neider.
640
641 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
642
643         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
644         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
645         * src/ds390/ralloc.c (serialRegAssign): spill bits
646         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
647         * support/Util/SDCCerr.c,
648         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
649         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
650         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
651
652 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
653
654         * device/include/sdcc-lib.h: inserted LGPL, added includes
655           asm/ds390/features.h and asm/mcs51/features.h
656         * device/include/asm/default/features.h,
657         * device/include/asm/gbz80/features.h,
658         * device/include/asm/z80/features.h: added empty _AUTOMEM
659           and _STATMEM
660         * device/include/asm/ds390/features.h,
661         * device/include/asm/mcs51/features.h: added files with defines for
662           _AUTOMEM and _STATMEM indicating automatic and static storage class
663         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
664         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
665         * src/SDCCicode.c (geniCodeCast),
666         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
667         * src/SDCCloop.c (loopInduction): removed unused variable lr
668         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
669           to convertToFcall to include char modulo (RFE 1065037), added check
670           if left operand is unsigned and use abs of literal value
671         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
672           as it doesn't work after conversion from peephole.def to peephole.rul
673         * src/mcs51/gen.c (toBoolean): added check for size,
674           (genModOneByte): optimized code for signed char modulo a literal
675           power of 2 (thanks to Hubert Sack),
676           (genRRC): removed unnecessary "clr c",
677           (genRLC): replaced "add a,acc" with cheaper "rlc a"
678         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
679           jump optimization,
680           swapped rules 256.c and 256.d,
681           extended 256.d by using new multiple checks (thanks Erik),
682           added rules 256.e and 256.f,
683           updated rule 261.a and 261.b to new generated code
684         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
685
686 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
687
688         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
689           induction related bugs, including first part of bug #1074377
690
691 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
692
693         * applied patch from bug-report #1076292,
694         * applied patches for genAnd and Goto-optimizations for Raphael
695         Neider,
696         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
697         dump a less iCode information,
698         * src/pic16/device.h (pic16_options_t): added field debgen,
699         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
700         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
701         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
702         puclic,
703         * (various functions): added macros FENTRY and FENTRY2 to functions,
704         to emit function prologue,
705         * (various functions): fixed indentation,
706         * (genNearPointerGet): fixed loading of FSR0,
707         * (genPackBits): applied patch from Raphael Neider to fix updating
708         of FSR0 and touching only the modified bits,
709         * src/pic16/genarith.c (various functions): added macros FENTRY to
710         emit function prologue in comments,
711         * src/pic16/pcode.h: added functions debugf2, debugf3,
712         * src/pic16/ralloc.c: partial fix for packForPush caused
713         segmentation fault,
714
715 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
716
717         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
718           <stsp AT users.sourceforge.net> with reversed byte order
719         * support/regression/tests/rotate.c: added (ds390 skips some tests)
720
721 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
722
723         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
724           bug #1074377
725         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
726         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
727
728 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
729
730         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
731
732 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
733
734         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
735           conditions,
736           (setFromConditionArgs): friendly operand parser for peephole rules,
737           (operandBaseName, operandsNotRelated): new peephole condition
738           "operandsNotRelated" -- similar to "operandsNotSame", but takes
739           architecture specific register naming into account, handles n-way
740           comparisons, and supports quoted literals
741         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
742
743 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
744
745         * src/mcs51/peeph.def: fixed bug #1076940
746
747 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
748
749         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
750
751 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
752
753         Adding support for replacing ljmps with sjmps in jumptables
754         generated for switch statements. For now you need to set the
755         environment variable SDCC_SJMP_JUMPTABLE to enable this.
756         Now 4 algorithms for mcs51 jumptable generation are used:
757         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
758         addresses loaded pc-relative for up to 112 cases and stack-pushing
759         target addresses loaded with offset from dptr for up to 256 cases.
760
761         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
762         * src/mcs51/main.c: adapted constants for switch table generation
763         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
764
765 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
766
767         * device/lib/printf_large.c (_print_format): fixed bug 1073386
768         * support/regression/tests/bug1057979.c: added test for bug 1073386
769
770 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
771
772         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
773         compilers
774
775 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
776
777         * src/pic16/device.h,
778         * src/pic16/genarith.c,
779         * src/pic16/glue.c,
780         * src/pic16/main.c,
781         * src/pic16/pcode.c: applied patches #1068154 and #1070213
782
783 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
784
785         Large cummulative patch for pic16 port.
786         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
787         to call when a stack overflow occurs,
788         * (malloc.h): added CVS Id tag,
789         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
790         variable,
791         * added libc directory. The current version of LibC contains string
792         functions, ctype functions and macros and some functions of the
793         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
794         be extensively tested in the future. Standard disclaimer here.
795         Library is not automatically build yet. But one can build it by
796         invoking 'make' inside the libc directory.
797         * added ADC library under libio. Preliminary version yet.
798
799         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
800         * src/pic16/gen.c (aopForRemat): asmop size is filled by
801         aopForRemat() now and not by pic16_aopOp(),
802         * (pic16_popGetTempReg): removed warning messgae when allocating
803         temporary registers, its a buggy feature and will be removed,
804         * (pic16_popGet): set register instance field in AOP_CRY,
805         * (pic16_outBitC): fixed for results in size greater than 1,
806         * (genUminusFloat): fixed for pic16, ported code from mcs51,
807         * (pic16_storeForReturn): optimized return of 0,
808         * (genCmp): experimental code for new genCmp which uses PIC18's
809         special compare&skip instructions. Initial tests fail some times
810         with variables grater than 1 byte in size, so new code is disabled,
811         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
812         a single bit,
813         * (genCast): began a fix to optimize the casting of a bit to another
814         bit, now assigning a bitfield to another bitfield will fail, sorry,
815         * src/pic16/main.c: disabled the use of lr-support feature,
816         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
817         * added some function prototypes, added function _debugf prototype,
818         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
819         bits with offset (case PO_GPR_BIT),
820         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
821         command line,
822         * (isBankInstruction): modified to return 0 for no banking instruction,
823         and 1 for banking instruction,
824         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
825         caused stop processing pCodes after a inline assembly block,
826         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
827         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
828         registers when it shouldn't,
829         * src/pic16/ralloc.c (allocReg): add preliminary support for
830         supporting a limited set of temporary registers,
831
832 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
833
834         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
835           genDataPointerSet): ensure assignments always copy in MSB to LSB
836           order,
837           (loadRegFromAop): recognize CLRH optimization,
838           (genFunction): optimize RECEIVE iCodes in reentrant functions
839
840 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
841
842         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
843           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
844           selected.
845         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
846         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
847           contiguous with data
848
849 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
850
851         * device/lib/_gptrget.c (_gptrget),
852         * device/lib/_gptrgetc.c (_gptrgetc),
853         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
854           instead of sjmp to ret
855         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
856           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
857
858 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
859
860         * .version: bumped version to 2.4.7
861         * device/lib/_gptrget.c (_gptrget): is now _naked
862         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
863         * device/lib/_gptrput.c (_gptrput): is now _naked
864         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
865           (createFunction): fixed xstack
866         * src/SDCCglue.c (emitMaps): set allocation required for bit area
867         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
868           or bit either,
869           (geniCodeCritical): store original interrupt state in an iTemp bit
870           var unless stack-auto
871         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
872         * src/SDCCmain.c (setIncludePath): added include/target to search path
873         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
874         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
875           prototype,
876           (processFuncArgs): put bit vars in bit area
877         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
878           unsaveRBank): fixed xstack,
879           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
880           (genFunction, genEndFunction): fixed xstack,
881           (genAssign): optimization don't walk backwards through mem
882         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
883         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
884         * support/regression/Makefile: also make library (for stack-auto) when
885           making "all" and added "test-mcs51-xstack-auto"
886         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
887         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
888         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
889         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
890         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
891           make-library by MAKE_LIBRARY
892         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
893           regression tests for xstack
894         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
895         * support/regression/tests/critical.c: test for critical on mcs51
896
897 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
898
899         * support/regression/ports/ucz80/spec.mk: use include and lib files from
900           built version of sdcc instead of installed version
901
902 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
903
904         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
905         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
906           vprintf.c now
907         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
908         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
909           WARNING: remove device/lib/build/z80/printf.o by hand when
910           updating from previous build!
911         * device/lib/z80/printf.c: updated comment
912         * support/regression/tests/bug1057979.c: test all ports now
913         * support/regression/tests/bug1065458.c: file added
914
915 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
916
917         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
918           *_start and *_end symbols for static functions
919
920 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
921
922         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
923           and search crt0.o in all library paths,
924           (setIncludePath): proper handling of --nostdinc,
925           (setLibPath): proper handling of --nostdlib
926         * support/regression/Makefile,
927         * support/regression/ports/ds390/spec.mk,
928         * support/regression/ports/gbz80/spec.mk,
929         * support/regression/ports/hc08/spec.mk,
930         * support/regression/ports/mcs51/spec.mk,
931         * support/regression/ports/mcs51-large/spec.mk,
932         * support/regression/ports/mcs51-stack-auto/spec.mk,
933         * support/regression/ports/z80/spec.mk: use include and lib files from
934           built version of sdcc instead of installed version
935         * doc/sdccman.lyx: fixed typo in --nostdinc
936
937 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
938
939         * src/pic/pcode.c,
940         * src/pic/device.c,
941         * src/pic/ralloc.c,
942         * src/pic/gen.c : added support to generate code for struct bit fields.
943
944 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
945
946         * as/xa51/xa_version.h,
947         * device/include/errno.h,
948         * device/include/regc515c.h,
949         * device/lib/_itoa.c,
950         * device/lib/_ltoa.c,
951         * device/lib/ser_ir_cts_rts.c,
952         * sim/ucsim/xa.src/glob.cc,
953         * sim/ucsim/xa.src/inst_gen.cc,
954         * sim/ucsim/xa.src/xa_bit.cc,
955         * sim/ucsim/xa.src/xa_sfr.cc,
956         * sim/ucsim/z80.src/inst_dd.cc,
957         * sim/ucsim/z80.src/inst_fdcb.cc,
958         * support/scripts/keil2sdcc.pl,
959         * src/pic16/pic16.dsp,
960         * src/pic16/pic16a.dsp: corrected cvs line endings
961         * device/lib/printf_large.c: fixed bug 1057979
962         * src/pic16/gen.c: fixed non-C standard code
963         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
964         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
965         * support/regression/ports/mcs51/support.c: reload T1 asap
966         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
967           pdata use and clear idata startup behaviour
968         * support/regression/tests/bug1057979.c: added
969
970 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
971
972         * device/examples/ds390/ow390/ad26.h,
973         * device/examples/ds390/ow390/cnt1d.h,
974         * device/examples/ds390/ow390/crcutil.c,
975         * device/examples/ds390/ow390/ownet.h,
976         * device/examples/ds390/ow390/owsesu.c,
977         * device/examples/ds390/ow390/swt12.h,
978         * device/examples/ds390/ow390/swtoper.c,
979         * device/examples/ds390/ow390/temp10.h,
980         * device/examples/ds390/ow390/thermodl.c,
981         * device/examples/ds390/tinitalk/tinitalk.dsp,
982         * device/examples/ds390/tinitalk/tinitalk.dsw,
983         * device/examples/mcs51/clock/hw.h,
984         * device/examples/mcs51/simple2/go.bat,
985         * device/examples/serialcomm/windows/serial.h,
986         * device/examples/xa51/dummy.c,
987         * device/examples/xa51/hello.c,
988         * device/include/80c51xa.h,
989         * device/include/at89x051.h: corrected cvs line endings
990
991 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
992
993         * src/pic16/main.c (options): added command line --gstack, to trace
994         stack over/under flows,
995         * added pragma 'wparam' to allow passing first byte of function
996         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
997         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
998         call to __gstack_test function and sets up the symbol as extern,
999         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
1000         * popaop): added call to pic16_testStackOverflow,
1001         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
1002         wparamList list,
1003         * (genCall, genPcall): now all parameters are passed via stack
1004         except in functions that are pass to wparam pragma in which WREG is
1005         used too,
1006         * (genPcall): REENTRANT flag is checked to see if variable prototype
1007         contains reentrant keyword, don't call a non-reentrant function, via
1008         a reentrant function pointer or vice versa, functions are never
1009         passed via WREG,
1010         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
1011         D.Winkler,
1012         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
1013         SIGSEGV when accessing a NULL register stucture,
1014         * (pic16_printGPointerType): modified to handle UPPER modifier for
1015         function initializers, changed prototype of function to simpler one,
1016         * (pic16_printIvalFuncPtr): check to see if function is already
1017         added in externs list,
1018         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
1019         optimized a move from W to SFR with a move to the same register
1020         later after a CALL,
1021         * device/lib/pic16/debug: NEW directory, contains debug features
1022         which are enabled when linking with libdebug.lib, currently command
1023         line option --gstack enables stack pointer tracing for over/under
1024         flow, corresponding sources are in debug/gstack
1025
1026 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
1027
1028         * doc/sdccman.lyx: updated SDCC version,
1029         * (PIC16 port): update list of command line options,
1030         * src/pic16/device.h (structure pic16_options_t): added field gstack
1031         to enable stack overflow tracing on push/pops,
1032         * src/pic16/device.c (statistics structure): added statistics
1033         structure,
1034         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
1035         pic16_dump_int_registers): increase statistics counters for each
1036         * variable which is encountered
1037         * (pic16_dump_usection): emit each .udata variable to its own udata
1038         section,
1039         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
1040         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
1041         parameters via stack, otherwise use old scheme,
1042         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
1043         assembler output file,
1044         * src/pic16/main.c: added command line options --gstack to enable
1045         push/pop tracing for stack overflow,
1046         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
1047         instructions): added size of each instruction,
1048         * (pic16_countInstruction): estimate size of instructions in
1049         the_pFile list, inline assembly blocks are not counted,
1050         * (pic16_FixRegisterBanking): trace previous register usage, when
1051         banksel optimizations is greater than 0, don't emit a redudant
1052         banksel directive,
1053
1054 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
1055
1056         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
1057         * src/pic16/ralloc.c : applied same fix for pic16.
1058         * src/pic/gen.c : tidied it up a little.
1059
1060 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1061
1062         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
1063         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
1064
1065 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1066
1067         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
1068
1069 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1070
1071         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
1072         non-reentrant function __modsint in the interrupt function (thus
1073         corrupting math operations during serial I/O)
1074         * device/lib/ser_ir.c: as above, changed buffersize
1075         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
1076         256.c,d for zeroing
1077         * doc/Makefile: added option -t for rsync
1078
1079 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1080
1081         * src/SDCCast.h (struct ast),
1082         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
1083
1084 2004-10-20 Borut Razem <borut.razem AT siol.net>
1085
1086         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
1087         package
1088
1089 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
1090
1091         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
1092         makefile targets,
1093         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
1094         support functions to replace long sequences of MOVFF's from access
1095         bank registers to stack and vice versa,
1096         * src/pic16/device.h: added new field opt_flags, where optimization
1097         flags can be set to enable certain features,
1098         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
1099         * pBlock, (genFunction, genEndFunction): surroung loop for
1100         saving/loading used registers in stack with PC_INFO pCodes,
1101         INF_LREGS. Code in between can then be optimized by pCode optimizer
1102         to support function calls,
1103         * (genDataPointerSet): fixed bug which loaded float fields in
1104         structures with corrupt data,
1105         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
1106         in a standard way debug info on stderr. Feature used for developing
1107         and debugging only,
1108         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
1109         obsolete chunks of code,
1110         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
1111         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
1112         * pic16/src/pcode.c (pic16_newpCodeInfo,
1113         * (pic16_newpCodeOpLocalRegs),
1114         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
1115         feature,
1116         * (pic16_pCodeConstString): printing of the initial value of a
1117         symbol as a comment is inhibited since parsing was already done by
1118         copyStr and output is corrupt,
1119         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
1120
1121 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1122
1123         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
1124
1125 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
1126
1127         * as/mcs51/lkarea.c: removed old K&R style,
1128           (lnksect): changed check on boundary error,
1129           (lnksect2): changed check on boundary error,
1130           (lnksect2): extend XSTK to end of page if size = 1
1131         * as/mcs51/lkmain.c: removed old K&R style,
1132           (Areas51): create l_IRAM symbol
1133         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
1134         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
1135           model-mcs51-stack-auto, added model-mcs51-xstack-auto
1136         * device/lib/_mullong.c: added version to be compiled with xstack
1137         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
1138         * device/lib/mcs51/crtxclear.asm: clear pdata as well
1139         * device/lib/mcs51/crtxstack.asm: fixed comment
1140         * src/SDCCglue.c: maxInterrupts defaults to 0,
1141           (emitMaps): added pdata,
1142           (createInterruptVect): (re)moved default,
1143           (glue): added pdata,
1144           (glue): moved __start__xstack to XSTK with default size 1
1145         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
1146           and options.float_rent when options.stackAuto is set,
1147           (linkEdit): only write XDATA_NAME if provided on command line
1148         * src/SDCCmem.h,
1149         * src/SDCCmem.c: added pdata
1150         * src/port.h: added pdata_name to PORT
1151         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
1152           (saveRegisters, unsaveRegisters): removed usage of B,
1153           (genMinus): fixed accumulator clash,
1154           (genJumpTab): added comment, this needs another look
1155         * src/mcs51/gen.c: added check for "B in use" paranoia,
1156           added pushB() and popB()
1157         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
1158           chance
1159         * src/avr/main.c,
1160         * src/ds390/main.c,
1161         * src/hc08/main.c,
1162         * src/mcs51/main.c,
1163         * src/pic/main.c,
1164         * src/pic16/main.c,
1165         * src/xa51/main.c,
1166         * src/z80/main.c: (reset_regparms) made void parameter explicit and
1167           added PSEG (PAG,XDATA) or NULL to port specifier
1168         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
1169         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
1170           (_mcs51_genInitStartup): removed __start__xstack equ,
1171           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
1172         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
1173         * src/z80/gen.c (_rleAppend): fixed warnings
1174         * support/regression/tests/zeropad.c: added pdata test
1175         * .version: bumped to 2.4.6
1176
1177 2004-10-17 Borut Razem <borut.razem AT siol.net>
1178
1179         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
1180         as a part of nightly build
1181
1182 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
1183
1184         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
1185         WREG holds the first byte function parameters,
1186         * (aopForSym): take special case for symbols which are in FARSPACE
1187         but in CODESPACE too,
1188         * (assignResultValue): modified to take into account _G.useWreg,
1189         * (genCall): don't use wreg for parameter passing when function is
1190         declared as reentrant, too, added optimization INCF to stack
1191         pointer when stack parameter count is 1,
1192         * (genFunction, genEndFunction): refurnished and fixed to not using
1193         wreg for passing parameters when function has varargs or is
1194         reentrant, fixed bug with symbol name compare for generating
1195         functions in absolute address,
1196         * (pic16_storeForReturn): refurnished,
1197         * (genCmp): began writing a new version of the function, not ready
1198         yet, therefore it is disabled,
1199         * (genAssign): do not read code memory when assigning a function to
1200         a pointer function,
1201         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
1202         array of characters, not pointer,
1203         * (pic16initialComments): in debug mode emit an .ident directive for
1204         the assembler,
1205         * (_process_pragma): emit a new warning type (internal to pic16)
1206         when setting stack to default length, emit a similar warning when
1207         placing a function at absolute address and address is not word aligned
1208         * (_pic16_parseOptions): added 'return TRUE' statement,
1209         * (_pic16_linkEdit): if compiling a source, then add the source's
1210         file object, first in the list of objects to link,
1211
1212 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
1213
1214         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
1215         * src/pic/main.c : removed VC warning.
1216         * src/pic/gen.c : changed comment.
1217
1218 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
1219
1220         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
1221         reference to a deprecated symbol _GPTRREG was causing failure to
1222         link. Thanks G. M. Gallant for the info.
1223
1224 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
1225
1226         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
1227         comments for Bugs item #954788.
1228
1229 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
1230
1231         * src/pic16/device.c (pic16_dump_gsection,
1232         * pic16_groupRegistersInSection): handle symbols declared to be in
1233         access bank differently,
1234         * src/pic16/gen.c (struct _G): added field resDirect,
1235         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
1236         send values read from stack directly to result and don't allocate
1237         temporary values,
1238         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
1239         same registers,
1240         * (pic16_sameRegsOfs): NEW,
1241         * (freeAsmop): if _G.resDirect is set then do not mark registers as
1242         free because they were not allocated from temporary pool,
1243         * pic16_popRegFromString): workaround to fix a problem with
1244         allocating variables twice or never,
1245         * (genGenPointerGet): using PRODL instead of FSR0H,
1246         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
1247         instead of FSR0H,
1248         * (genAssign): take advantage of the _G.resDirect flag,
1249         * (genCast): around line 11844, use mov2f instead of directly
1250         MOVFF'ing between operands to account for literal values,
1251         * src/pic16/genutils.c: some new debug functions for gpsim have been
1252         added,
1253         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
1254         float with integer part only,
1255         * src/pic16/main.c (_process_pragma): handle pragma udata access to
1256         place variables in access bank
1257         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
1258         updated sources to reflect recent changes in gen.c
1259
1260 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
1261
1262         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
1263         sources that searched for headers in installation path, now the
1264         device/include/pic16 is used,
1265         * src/pic16/glue.c (pic16glue),
1266         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
1267         .line directives if not in debug mode, this suppresses assembler's
1268         warnings for ignored directives
1269
1270 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
1271
1272         * src/port.h: made reset_regparms prototype void parameter explicit.
1273         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
1274         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
1275         * doc/sdccman.lyx: documented warning disabling and how to use
1276           printf_large to make it print floats.
1277         * device/include/stdbool.h: NEW
1278         * device/lib/_atof.c,
1279         * device/lib/_divuint.c,
1280         * device/lib/_divulong.c,
1281         * device/lib/expf.c,
1282         * device/lib/printf_large.c,
1283         * device/lib/sincosf.c,
1284         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
1285         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
1286           a completely reentrant lib.
1287
1288 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
1289
1290         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
1291         * device/include/pic16/stdio.h: fixed bug with colon
1292
1293 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
1294
1295         * device/include/pic16/stdio.h,
1296         * device/include/pic16/stdlib.h,
1297         * device/include/pic16/math.h: NEW
1298         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
1299         declared as _naked to reduce overhead
1300         * device/lib/Makefile.in (target port-specific-objects-pic16):
1301         changed * to *.* so to ignore the CVS directory,
1302         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
1303         stacked variables back in stack,
1304         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
1305         corruption
1306
1307 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
1308
1309         * .version: bumped version number to 2.4.5
1310         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
1311         * support/Util/SDCCerr.c (messages structure): added entry for
1312         W_POSSBUG2
1313
1314         Large cumulative patch for pic16 port and libraries.
1315         * device/include/pic16/sdcc-lib.h,
1316         * device/include/pic16/stdarg.h,
1317         * device/include/asm/pic16/features.h,
1318         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
1319         * device/include/pic16/float.h: changes reentrant keyword with
1320         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
1321         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
1322         updated target build-libraries to include objects from gptr,
1323         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
1324         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
1325         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
1326         all function headings,
1327         * src/SDCCmain.c: added global parameter userIncDirsSet,
1328         * (parseCmdLine): when option -I is encountered add directory to
1329         userIncDirsSet too,
1330         * src/version.awk: added space between control and long,
1331         * src/pic16/NOTES: added some notes for the port,
1332         * src/pic16/gen.c: added prototype for mov2fp function,
1333         * (fReturnpic16[]): properly named return value registers,
1334         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
1335         * (aopForSym): added code to handle symbols with onStack flag set,
1336         symbols onStack are allocated PTRSIZE bytes,
1337         * (aopFreeAsmop): handles special case where asmops are stack objects,
1338         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
1339         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
1340         added argument lock to trace flaws in allocating temporary registers
1341         when developing port,
1342         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
1343         * (pic16_popRegFromString): reenabled allocating a direct register
1344         from string,
1345         * (assignResultValue): various beautifications,
1346         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
1347         referenced function argument,
1348         * (genIpush): reenabled to allow stacked arguments, handles only
1349         ic->parmPush iCodes,
1350         * (genCall, genPcall): major changes to allow for variable argument
1351         functions, fixed a bug with falsely restoring stack pointer after
1352         returning from call,
1353         * (genFunction): pending code for critical function,
1354         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
1355         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
1356         * (genNearPointerGet): fixed bug with indirect reading, was always
1357         reading from INDF0
1358         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
1359         pointers,
1360         * (genAddrOf): rewrote code to take address of a stacked function parameter
1361         * (genCast): fixed casting to generic pointer type,
1362         * src/pic16/gen.h: added AOP_STA,
1363         * (struct asmop): added field stk,
1364         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
1365         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
1366         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
1367         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
1368         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
1369         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
1370         generic pointers,
1371         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
1372         and library paths,
1373         * (pic16_port structure): generic pointer size is set to 3,
1374         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
1375         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
1376         compiler warning,
1377         * src/pic16/ralloc.c (allocReg): prevent allocating register when
1378         operand is an iTemp,
1379
1380 2004-09-24 Martin Helmling <mh AT octo-soft.de>
1381
1382         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
1383         * debugger/mcs51/simi.c: addapt new syntax of s51
1384
1385 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
1386
1387         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
1388         * src/pic16/pcode.c: commented out some calls to free() in order to
1389         fix bug #989576,
1390
1391 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1392
1393         * src/SDCCicode.h,
1394         * src/SDCCicode.c (isiCodeInFunctionCall),
1395         * src/avr/ralloc.c (selectSpil),
1396         * src/pic/ralloc.c (selectSpil),
1397         * src/pic16/ralloc.c (selectSpil),
1398         * src/ds390/ralloc.c (selectSpil),
1399         * src/hc08/ralloc.c (selectSpil),
1400         * src/xa51/ralloc.c (selectSpil),
1401         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
1402         stack in the middle of a function call sequence (fixes bug #1020268)
1403         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
1404         costs associated with the minimum switch case.
1405
1406 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1407
1408         * src/SDCC.lex: fixed bug #1030549
1409
1410 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1411
1412         * src/SDCCcse.h (struct cseDef),
1413         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
1414         over a function call if the CSE is derived from a symbol whose
1415         address has been taken (fixes bug #1029883)
1416         * support/regression/tests/bug-1029883: a new regression test for
1417         this bug
1418
1419 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1420
1421         * src/hc08/gen.c (emitinline): fixed bug #1029778
1422         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
1423         to a cast object is no longer a syntax error ("fixes" bug #1030006,
1424         and starts toward RFE #905167)
1425
1426 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
1427
1428         * src/pic16/gen.c (mov2f): New function to move an operand to
1429         another without considering if it is a literal or a register,
1430         * (pic16_sameRegs): don't check if they are both AOP_REG,
1431         * (AccRsh): removed andmask=0 lines,
1432         * (genLeftShift): duplicated to be improved in future versions,
1433         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
1434         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
1435         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
1436         * (pic16initMnemonics): added initialization for POC_INFSNZW,
1437         * (insertBankSwitch): fixed inserting banksel directives algorithm
1438         for instructions that follow a skip instruction, this fixes a report
1439         for broken subtraction code generation,
1440         * src/pic16/ralloc.c (deassignLRs): do not free register if current
1441         iCode is a left op, just in case result and right share the same
1442         registers
1443
1444 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1445
1446         * src/hc08/main.c,
1447         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
1448         preservation of HX
1449         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
1450         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
1451         on 2004-09-12; it was buggy
1452
1453 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
1454
1455         * src/SDCCsymt.h: removed RESULT_CHECK
1456         * src/SDCCast.c,
1457         * src/SDCCglue.c,
1458         * src/SDCCval.c,
1459         * src/pic/glue.c,
1460         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
1461
1462 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
1463
1464         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
1465         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
1466         configuration values no more rejected by compiler, they are assigned
1467         to configuration registers with a warning message instead,
1468         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
1469         the for-loop so last conf register is emitted too,
1470         * (_pic16_initPaths): link library libsdcc.lib by default,
1471         * (_hasNativeMulFor): modified test for multiplication according to
1472         Raphael Neider's remarks. Integer multiplication is also done with
1473         support functions,
1474         * device/include/pic16/pic18fregs.h: corrected type error in while
1475         testing and including 18f6720 header file
1476
1477 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
1478
1479         * src/pic16/device.h (pic16_options): removed field use_crt,
1480         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
1481         until an optimization to handle single bits is added,
1482         * (pic16_loadFSR0): moved before genUnpackBits,
1483         * (genAnd): some white lines removed,
1484         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
1485         leave_reset flags in pic16_options when using crt modules,
1486
1487 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
1488
1489         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
1490           for bugs 898889 & 979599. Also used some safer print instructions.
1491
1492 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
1493
1494         * src/pic16/device.h (pic16_options_t): added field use_crt,
1495         crt_name, no_crt,
1496         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
1497         catch a probable future bug,
1498         * src/pic16/gen.c: aopIdx function commented out,
1499         * (genAssign): commented out old code which used aopIdx,
1500         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
1501         code, added if conditionals to take into account the --use-crt
1502         command line options,
1503         * src/pic16/main.c (pic16_optionsTable): added new command line
1504         options, --use-crt= and --no-crt,
1505         * (_pic16_linkEdit): now the proper crt object is added in the
1506         linker command line except than when --no-crt is specified,
1507         * src/pic16/pcode.c,
1508         * src/pic16/pcode.h: added some structures and functions for a new
1509         optimization scheme to compansate for instruction overhead between
1510         same iCodes, this scheme is currently under development and is not
1511         working in any way,
1512         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
1513         to && operator,
1514         * device/lib/pic16/startup/crt0i.c,
1515         * device/lib/pic16/startup/crt0iz.c: added global char variable
1516         __uflags to force the generation of an idata section
1517
1518 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
1519
1520         * doc/Makefile,
1521         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
1522         * doc/sdccman.lyx: updated sdcc version to 2.4.4
1523
1524 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1525
1526         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
1527         Frieder) and clarified the default code optimization mode
1528
1529 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1530
1531         * src/SDCC.lex (doPragma, process_pragma),
1532         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
1533         "opt_code_size", and "opt_code_balanced"
1534         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
1535         regrouped options by category, added support for category headers
1536         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
1537         and "--opt-code-size"
1538         * doc/sdccman.lyx: documented these new options and pragmas
1539         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
1540         preference into account
1541
1542 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1543
1544         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
1545           geniCodePreDec): Fixed bug 904237 by generating a warning
1546         * src/SDCCerr.h,
1547         * src/SDCCerr.c: added warning W_SIZEOF_VOID
1548
1549 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
1550
1551         * src/pic/device.c : When no max ram set validate full memory range.
1552         * src/pic/pcode.c,
1553         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
1554
1555 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
1556
1557         * device/lib/_gptrget.c,
1558         * device/lib/_gptrput.c: updated comment
1559         * device/lib/calloc.c,
1560         * device/lib/free.c,
1561         * device/lib/malloc.c,
1562         * device/lib/realloc.c: added LGPL, made them reentrant-safe
1563         * src/SDCCcse.c (cseBBlock),
1564         * src/SDCCicode.c (printOperand, geniCodeArray),
1565         * src/SDCCicode.h (struct operand): fixed bug 868103
1566         * support/regression/tests/bug-868103.c: added
1567         * src/SDCCast.c (searchLitOp),
1568         * src/SDCCcse.h (struct cseDef),
1569         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
1570         * src/SDCCicode.h (struct operand),
1571         * src/SDCCsymt.h (struct sym_link),
1572         * src/avr/gen.c (hasInc),
1573         * src/ds390/gen.c (hasInc),
1574         * src/hc08/gen.c (genPlusIncr, hasInc),
1575         * src/mcs51/gen.c (hasInc),
1576         * src/pic16/glue.c (pic16_printIvalChar),
1577         * src/pic16/ralloc.c (regWithIdx),
1578         * src/xa51/gen.c (hasInc) : removed warnings
1579         * src/SDCCast.c (createBlock): added comment ???
1580         * src/hc08/ralloc.c: updated comments
1581
1582 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1583
1584         * doc/sdccman.lyx: updated section on switch statements, added
1585         section about semaphore locking
1586         * doc/Makefile: added option -info for latex2html
1587         * device/lib/_gptrget.c,
1588         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
1589
1590 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
1591
1592         * src/pic/device.h,
1593         * src/pic/device.c,
1594         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
1595          maxram is less than 0x100.
1596
1597 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
1598
1599         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
1600
1601 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1602
1603         * src/port.h,
1604         * src/mcs51/main.c,
1605         * src/ds390/main.c,
1606         * src/z80/main.c,
1607         * src/hc08/main.c,
1608         * src/pic/main.c,
1609         * src/pic16/main.c,
1610         * src/avr/main.c,
1611         * src/xa51/main.c
1612         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
1613         a jump table is the best form for a switch statement, including
1614         automatic insertion of missing cases to make the case range
1615         continuous. Developed in collaboration with Frieder Ferlemann.
1616
1617 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1618
1619         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
1620         accumulator result if it needs sign extension
1621
1622 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
1623
1624         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
1625
1626 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
1627
1628         * device/lib/gbz80/printf.c,
1629         * device/lib/z80/printf.c: removed define for NULL
1630
1631 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
1632
1633         * as/xa51/xa_link.c,
1634         * device/examples/ds390/ow390/ad26.c,
1635         * device/examples/ds390/ow390/cnt1d.c,
1636         * device/examples/ds390/ow390/counter.c,
1637         * device/examples/ds390/ow390/ds2480.h,
1638         * device/examples/ds390/ow390/ds2480ut.c,
1639         * device/examples/ds390/ow390/findtype.c,
1640         * device/examples/ds390/ow390/gethumd.c,
1641         * device/examples/ds390/ow390/owllu.c,
1642         * device/examples/ds390/ow390/ownetu.c,
1643         * device/examples/ds390/ow390/swt12.c,
1644         * device/examples/ds390/ow390/swtloop.c,
1645         * device/examples/ds390/ow390/temp.c,
1646         * device/examples/ds390/ow390/temp10.c,
1647         * device/examples/ds390/ow390/thermo21.c,
1648         * device/examples/ds390/ow390/tinilnk.c,
1649         * device/examples/ds390/ow390/tstfind.c,
1650         * device/examples/serialcomm/windows/serial.cpp,
1651         * device/examples/serialcomm/windows/test_serialcomm.cpp,
1652         * device/include/reg51.h: fixed line endings for cvs
1653
1654 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1655
1656         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
1657         packRegsForAccUse, packRegisters): new accumulator register
1658         packing algorithm
1659         * support/regression/ports/hc08/support.c (_putchar): suppress
1660         warning of unused variable
1661         * src/SDCCicode.c: added SWAP entry to codeTable
1662
1663 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
1664
1665         * device/lib/sprintf.c: forgot to add this file before previous commit
1666
1667 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
1668
1669         * src/pic16/gen.c (genPackBits): added operand right in function
1670         parameters, load result directly if p_type is POINTER (that is
1671         called by genNearPointerSet)
1672         * (genUnPackBits): added operand left in function parameters,
1673         * (genNearPointerGet, genNearPointerSet): prevent the loading of
1674         FSR0 if accessing bitfields,
1675
1676 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
1677
1678         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
1679           _print_format; updated printf, sprintf, vsprintf
1680         * device/include/asm/default/features.h: corrected comment/define
1681         * device/lib/Makefile.in: added sprintf.c
1682         * device/lib/libsdcc.lib: added sprintf module
1683         * device/lib/printf_large.c,
1684         * device/lib/vprintf.c,
1685         * device/lib/sprintf.c: totally refactored printf_large and vprintf
1686           into these 3 files
1687         * support/regression/Makefile: changed ALL_PORTS into a usefull default
1688         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
1689         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
1690           hc08 test
1691         * support/regression/tests/zeropad.c: define idata as data for hc08
1692
1693 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1694
1695         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
1696         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
1697         labels are referenced at least once (even if a reference is not found)
1698         * src/hc08/gen.c (emitcode): set isComment flag for comments
1699         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
1700         loads), rules 6a..6b (optimize jumps to return)
1701
1702 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1703
1704         * device/lib/acosf.c (acosf),
1705         * device/lib/asinf.c (asinf),
1706         * device/lib/atanf.c (atanf),
1707         * device/lib/ceilf.c (ceilf),
1708         * device/lib/cosf.c (cosf),
1709         * device/lib/coshf.c (coshf),
1710         * device/lib/cotf.c (cotf),
1711         * device/lib/fabsf.c (fabsf),
1712         * device/lib/floorf.c (floorf),
1713         * device/lib/log10f.c (log10f),
1714         * device/lib/logf.c (logf),
1715         * device/lib/sinf.c (sinf),
1716         * device/lib/sinhf.c (sinhf),
1717         * device/lib/sqrtf.c (sqrtf),
1718         * device/lib/tanf.c (tanf),
1719         * device/lib/tanhf.c (tanhf),
1720         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
1721         replaced all instances of "reentrant" in the library functions
1722         defined in math.h with this macro.
1723         * support/regression/tests/float_trans.c: reenabled test for hc08
1724
1725 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
1726
1727         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
1728         erroneously deleted
1729
1730 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1731
1732         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
1733         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
1734         multi-byte volatile operands are used
1735         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
1736         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
1737         initialization to area GSINIT0 so that it would always precede
1738         any static initializers in GSINIT
1739         * support/regression/tests/zeropad.c: fixed idata define for hc08
1740         * support/regression/tests/bug-927659.c,
1741         * support/regression/tests/float_trans.c: disabled tests for hc08
1742         pending missing library routines
1743         * .version: increased version number to 2.4.4 - hc08 port now passes
1744         regression tests
1745
1746
1747 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
1748
1749         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
1750         * Makefile.common.in,
1751         * as/Makefile,
1752         * as/hc08/Makefile.in,
1753         * as/mcs51/Makefile.in,
1754         * as/z80/Makefile.in,
1755         * debugger/mcs51/Makefile.in,
1756         * device/include/Makefile.in,
1757         * device/lib/Makefile.in,
1758         * doc/Makefile,
1759         * link/Makefile,
1760         * link/z80/Makefile.in,
1761         * packihx/Makefile.in,
1762         * sim/ucsim/main_in.mk,
1763         * sim/ucsim/avr.src/Makefile.in,
1764         * sim/ucsim/doc/Makefile.in,
1765         * sim/ucsim/gui.src/serio.src/Makefile.in,
1766         * sim/ucsim/hc08.src/Makefile.in,
1767         * sim/ucsim/s51.src/Makefile.in,
1768         * sim/ucsim/xa.src/Makefile.in,
1769         * sim/ucsim/z80.src/Makefile.in,
1770         * src/Makefile.in,
1771         * support/cpp2/Makefile.in,
1772         * support/librarian/Makefile,
1773         * support/makebin/Makefile: added DESTDIR to the install path proposed
1774         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
1775         * doc/sdccman.lyx: added DESTDIR documentation
1776
1777 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
1778
1779         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
1780         instruction for interrupt handlers, use fast returns when returning
1781         from high priority interrupts
1782
1783 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1784
1785         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
1786         code generation
1787         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
1788         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
1789         bugs, ported much of Bernhard's code from mcs51
1790         * src/mcs51/gen.c (genSend),
1791         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
1792         than one when calling a reentrant function
1793         * device/lib/_mullong.c: defined an alternate struct layout for big
1794         endian ports (hc08)
1795
1796 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1797
1798         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
1799         test
1800
1801 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1802
1803         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
1804         are sane and complete before asking the port its prefered parameter
1805         passing method (fixes bug #1017633)
1806         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
1807         and _ret3
1808
1809 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1810
1811         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
1812         problem in bitfields >= 8 bits.
1813
1814 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
1815
1816         * src/SDCCsymt.c: undid changes that were not meant to be committed
1817
1818 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
1819
1820         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
1821
1822 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
1823
1824         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
1825           copied and wrong bit got inverted
1826
1827 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1828
1829         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
1830         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
1831         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
1832         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
1833         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
1834         assignments to bitfields at known addresses
1835         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
1836         reads from bitfields at known addresses
1837         * src/hc08/ralloc.c (packRegisters),
1838         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
1839         genhc08Code): optimize pointer get values used as conditionals
1840         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
1841         and branch
1842
1843 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1844
1845         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
1846         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
1847         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
1848         as conditionals
1849
1850 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1851
1852         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
1853
1854 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1855
1856         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
1857         related problems
1858
1859 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
1860
1861         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
1862
1863 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1864
1865         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
1866         mcs51 port
1867
1868 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
1869
1870         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
1871
1872 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1873
1874         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
1875         cases use more compact code.
1876
1877 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
1878
1879         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
1880
1881 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1882
1883         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
1884
1885 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1886
1887         * src/SDCCsymt.h,
1888         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
1889         parameter of changePointer() from symbol* to sym_link*
1890         * src/SDCCast.c (decorateType): call changePointer() for CAST op
1891         * src/SDCCsymt.c (compareType): void* type is castable to other
1892         pointers, but not necesarily an exact match.
1893         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
1894         is no longer blindly treated as an exact match.
1895         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
1896
1897 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
1898
1899         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
1900
1901 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
1902
1903         * src/pic/gen.c,
1904         * src/pic/pcode.c,
1905         * src/pic/ralloc.h,
1906         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
1907
1908 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
1909
1910         * src/pic/device.c,
1911         * src/pic/device.h,
1912         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
1913
1914 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1915
1916         * src/mcs51/gen.c (emitcode): fixed bug #992819
1917
1918 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
1919
1920         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
1921           there's no need to make it worse
1922
1923 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1924
1925         * src/mcs51/ralloc.c (deassignLR),
1926         * src/ds390/ralloc.c (deassignLR),
1927         * src/hc08/ralloc.c (deassignLR),
1928         * src/z80/ralloc.c (deassignLR),
1929         * src/pic/ralloc.c (deassignLR),
1930         * src/pic16/ralloc.c (deassignLR),
1931         * src/avr/ralloc.c (deassignLR),
1932         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
1933         rlivePoint): fixed another part of bug #971834
1934
1935 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1936
1937         * src/z80/main.c: enabled "critical" keyword
1938         * src/z80/mappings.i,
1939         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
1940         functions (fixes bug #979646)
1941         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
1942
1943 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1944
1945         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
1946           such as c:\mydir.
1947
1948 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
1949
1950         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
1951           doesn't disable too much optimizations
1952
1953 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
1954
1955         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
1956
1957 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
1958
1959         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
1960
1961 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
1962
1963         * src/pic/gen.c tidied up tabs
1964         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
1965         * src/pic/main.c tidied up tabs
1966         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
1967         * src/pic/pcoderegs.c tidied up tabs
1968         * src/pic/ralloc.c tidied up tabs
1969
1970 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
1971
1972         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
1973         to S_FIXED for pic16 port and when symbol is not in level 0,
1974         allocate for S_REGISTER storage class and pic16 port, too,
1975         * src/pic16/device.h: prototype for checkSym,
1976         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
1977         * (pic16_assignConfigWordValue): test the value and the mask to
1978         validate that the value is suitable for the configuration word,
1979         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
1980         collect extern declared symbols, don't emit symbol twice, check
1981         first if symbol is in publics set first,
1982         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
1983         * added command line '--fstack' which enables an experimental
1984         feature for stack access, too buggy to be used yet...
1985         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
1986         * (pic16_allocDirReg): when register has storage class S_REGISTER
1987         allocate in pic16_dynAccessRegs,
1988         * device/include/pic16/pic18f????.h: modified configuration word
1989         naming convention, words started as CONFIG0H but should be CONFIG1H
1990
1991 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
1992
1993         * device/include/mcs51reg.h: fixed bug 970993
1994
1995 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
1996
1997         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
1998         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
1999         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
2000         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
2001         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
2002         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
2003           error/warning numbers,
2004           added function setWarningDisabled()
2005         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
2006         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
2007           _memcmp.c _memmove.c calloc.c realloc.c free.c
2008         * support/regression/tests/malloc.c: added tests for new functionality
2009         * support/regression/tests/zeropad.c: added tests for truncated initializers
2010           and initialized char arrays starting with '\x0'
2011         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
2012
2013 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
2014
2015         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
2016
2017 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2018
2019         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
2020         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
2021         peephole 177.e. Thanks to anonymous
2022
2023 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
2024
2025         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
2026         function isn't used in the source but referenced as a
2027         variable initializer then declare it as extern in .asm file
2028
2029 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
2030
2031         * .version: increased version number to 2.4.3
2032
2033         Adding version extension according to ChangeLog CVS revision
2034         * src/Makefile.in (target all): added dependency 'version.h'
2035         * (rule version.h): added rule to create version.h from ChangeLog,
2036         * (rule dep): added dependency version.h,
2037         * src/version.awk: AWK script to create version.h
2038         * src/SDCCdwarf2.c (dwWriteModule),
2039         * src/SDCCglue.c (initialComments),
2040         * src/SDCCmain.c (printVersionInfo): modified to write after
2041         version string the version extension number,
2042         * src/SDCCutil.c: included "version.h"
2043         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
2044         number,
2045         * src/SDCCutil.h: added prototype for getBuildNumber
2046
2047         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
2048         includeDirsSet, too,
2049         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
2050         const char [] is found in function prototype...
2051
2052         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
2053         moving to WREG with source is already in WREG,
2054         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
2055         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
2056         * (aopForSym): stack'ed symbols are partially supported, added
2057         if-clause to support symbols in FARSPACE,
2058         * (sameRegs): added test for AOP_ACC to see if registers are same,
2059         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
2060         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
2061         * (pic16_popRegFromString): will not allocate a new register if it
2062         doesn't find one by name, bug may have introduced...
2063         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
2064         * (genIpush): revived to use pic16 port's stack,
2065         * (genAddrOf): added incomplete case for stack'ed operand,
2066         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
2067         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
2068         can handle multibyte operands,
2069         * src/pic16/glue.c (pic16_printIval*): some debug info added,
2070         * (pic16initialComments): added message for MPLAB compatibility
2071         mode enabled,
2072         * src/pic16/main.h: prototype for pic16_mplab_comp,
2073         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
2074         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
2075         * (_pic16_linkEdit): NEW, handles link stage, transferred here
2076         because of increased complexity of procedure,
2077         * (_process_pragma): stack pragma changed to format 'stack pos len',
2078         emit symbol '_stack_end' to conform with gplink,
2079         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
2080         to search for register,
2081         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
2082         PO_GPR_REGISTER,
2083         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
2084         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
2085         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
2086         case for PO_GPR_REGISTER,
2087         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
2088         dies, the new era is ahead !...
2089         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
2090         pic16_dynInternalRegs,
2091         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
2092         * (pic16_allocDirReg): minor optimizations and bug fixes,
2093         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
2094
2095         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
2096         load stack and frame pointer with address of 'stack_end' symbol
2097
2098 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
2099
2100         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
2101         without source code but only variable initializers
2102
2103 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
2104
2105         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
2106         external are not declared as extern to reduce overhead while linking
2107
2108 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
2109
2110         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
2111
2112 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
2113
2114         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
2115           Yee Keat for the patch
2116         * src/SDCCast.c (decorateType): fixed bug #979599
2117         * src/ds390/gen.h: removed local fReturnSizeDS390
2118         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
2119         * src/ds390/gen.c (genAnd, genOr, genXor),
2120         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
2121
2122 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
2123
2124         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
2125         add relFilesSet to $3, manipulate $2 to handle linking of object
2126         files without source files in command line,
2127         * device/include/pic16 (all headers): added ID location macros,
2128         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
2129         entries for ID location bytes,
2130         * (pic16_assignIdByteValue): NEW,
2131         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
2132         added field dumpcalltree to pic16_options_t,
2133         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
2134         is used instead of pic16_Gstack_base_addr, check if (ifx) before
2135         emitting rFalseIfx label after check_carry label,
2136         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
2137         pic16_emitDIRegs), NEW
2138         * (pic16glue): dump .calltree file when option --calltree found,
2139         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
2140         * (_pic16_genAssemblerPreamble): emit ID locations after
2141         configuration registers,
2142         * (pic16_linkCmd): modifications of the link command,
2143         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
2144         * (pic16_pCodeInitRegisters): don't init stack registers,
2145         * (pic16_findPrevInstruction): fixed bug,
2146         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
2147         bug with immediate registers,
2148         * (buildCallTree): traces stack push and pop,
2149         * (pct2): dump also stack usage for each function,
2150         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
2151         * (pic16_allocDirReg): various modifications,
2152         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
2153         fixed to 1,
2154
2155 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
2156
2157         * src/pic16/pcode.c: removed buggy double colon
2158
2159 2004-07-01 Borut Razem <borut.razem AT siol.net>
2160
2161         * support/scripts/sdcc.nsi: added include/pic16 to setup
2162
2163 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
2164
2165         * device/lib/Makefile.in: fixed bug in target objects-pic16,
2166         * device/lib/pic16/Makefile: prefixed with dash (-) command under
2167         target 'clean',
2168         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
2169         specific command line arguments. Also added sample lkr script
2170         for placing a variable at a specific memory bank.
2171         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
2172         at a specific memory bank,
2173         * (pic16_dump_isection): fixed bug which caused string literals to
2174         be omitted when dumping idata section,
2175         * (pic16_groupRegistersInSection): added code to handle registers
2176         in specific memory banks,
2177         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
2178         public, all references are renamed too,
2179         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
2180         AOP_DPTR2,
2181         * (pic16_storeForReturn): added case to handle when dest is WREG,
2182         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
2183         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
2184         pic16_rel_udata, check to see if that register is marked as being
2185         a member of a specific memory bank,
2186         * (pic16_printIvalCharPtr): added code to add string literals either
2187         to code or the idata sections,
2188         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
2189         also accept the 'udata' pragma,
2190         * src/pic16/main.h: new structure types sectName and sectSym
2191         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
2192         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
2193         * (pic16_findPrevInstruction): fixed, it returned nothing,
2194         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
2195         instruction combinations,
2196         * (pic16_FixRegisterBanking): heavily reorganised,
2197         * (pic16_AnalyzeBanking): if generating banksel directives is
2198         disabled, then don't call FixRegisterBanking at all,
2199         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
2200         completely removed,
2201         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
2202
2203 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
2204
2205         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
2206         Phuah Yee Keat <yk.phuah AT nestac.com>
2207
2208 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
2209
2210         * src/pic16/glue.c (pic16createInterruptVect): function now emits
2211         correctly the IVT even if it is relocated to some other location
2212
2213 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
2214
2215         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
2216         * device/include/pic16/pic18f2220.h: NEW,
2217         * device/lib/pic16/libdev/pic18f2220.c: NEW,
2218         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
2219         * src/pic16/device.c (struct Pics16): added info for 18f2220,
2220         * src/pic16/device.h (struct pic16_options): added ivt_loc and
2221         nodefaultlibs, ivt_loc is the location of the interrupt vector
2222         table, and nodefaultlibs signs that default libraries should not be
2223         linked in link stage,
2224         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
2225         according to --ivt-loc argument,
2226         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
2227         when pragma stack is found,
2228
2229 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2230
2231         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
2232         256 (range check), 257 (do while), 258.a-f (bit banging
2233         f.e. on 3-wire SPI bus)
2234
2235 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2236
2237         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
2238         variables used exclusively within a loop
2239
2240 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
2241
2242         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
2243
2244 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2245
2246         * src/SDCClrange.c (computeClash): fixed bug #971834
2247
2248 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2249
2250         * src/mcs51/gen.c (genCmp): fixed bug #975903
2251         * src/hc08/gen.c (operandsEqu),
2252         * src/ds390/gen.c (operandsEqu),
2253         * src/z80/gen.c (operandsEqu),
2254         * src/pic/gen.c (operandsEqu),
2255         * src/pic16/gen.c (operandsEqu),
2256         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
2257         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
2258
2259 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2260
2261         * src/SDCCcse.c (cseBBlock): fixed bug #966963
2262
2263 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
2264
2265         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
2266         default case in switch statement,
2267         * glue.c (pic16_initPointer): expr is initialised via decoarteType
2268         to eliminate problem with initialisation of pointers, but problem
2269         still exists,
2270         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
2271         * (emitStaticSegment): removed various lines emitting debug info,
2272         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
2273         added processor registers for utilizing EEPROM,
2274         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
2275         configurable and set 8
2276
2277 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
2278
2279         * .version: increased version number to 2.4.2,
2280
2281         Cumulative patch for pic16 port
2282         * src/pic16/device.c: changed scheme to dump initial values for
2283         variables in idata segment, all print_idata* functions were removed,
2284         now the pic16_printIval* will be called,
2285         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
2286         * _pic16_printPointerType, pic16_printPointerType,
2287         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
2288         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
2289         NEW, similar to the respective functions in SDCCglue.c,
2290         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
2291         way, emitting hex bytes,
2292         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
2293
2294 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2295
2296         * src/avr/ralloc.c (serialRegAssign),
2297         * src/xa51/ralloc.c (serialRegAssign),
2298         * src/pic/ralloc.c (serialRegAssign),
2299         * src/pic16/ralloc.c (serialRegAssign),
2300         * src/hc08/ralloc.c (serialRegAssign),
2301         * src/z80/ralloc.c (serialRegAssign),
2302         * src/ds390/ralloc.c (serialRegAssign),
2303         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
2304
2305 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2306
2307         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
2308         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
2309
2310 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
2311
2312         Cumulative patch for pic16 port:
2313         * src/pic16/device.h (typedef PIC16_device) modified fields for
2314         defining microcontrollers,
2315         * src/pic16/device.c: added new info for all devices in Pics16 array,
2316         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
2317         to be optimised out by the pCode optimiser,
2318         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
2319         specially, bug reported by G.M. Gallant,
2320         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
2321         as force'd so that cannot be optimised out by pCode optimiser,
2322         * src/pic16/pcode.c,
2323         * src/pic16/pcodepeeph.c,
2324         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
2325         they are disabled by default, but can be enabled explicit with
2326         command argument --denable-peeps, for testing,
2327         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
2328         --pomit-ivt in COMPILE_FLAGS
2329
2330 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
2331
2332         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
2333           compilation on MSVC
2334
2335 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
2336
2337         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
2338
2339 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2340
2341         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
2342         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
2343
2344 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
2345
2346         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
2347         would only assign 0x300001 register.
2348
2349 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
2350
2351         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
2352         in COMPILE_FLAGS. Thanks to G. Gallant for report.
2353
2354 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2355
2356         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
2357         for ds80c400
2358         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
2359         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
2360         added peephole 254 (left shift), 255 (jump table)
2361
2362 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
2363
2364         * device/lib/Makefile.in: removed comment line with model-pic16,
2365         * (target port-specific-objects-pic16): the libraries and objects
2366         are copied to the build directory form the device/lib/pic16/bin
2367         directory
2368
2369         Cumulative patch concerning pic16 port:
2370         * library directory has been re-organized,
2371         * added support for PIC18F1220,
2372         * added headers and library sources for chips 18f1220,18f6520,
2373         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
2374
2375         * configuration registers setting has changed, now each supported
2376         device has a complete description of the registers it uses,
2377         * all initialisations are moved to idata sections, these section
2378         can be absolute or relocatable,
2379         * fixed initialisation of codespace variables,
2380         * fixed warning about PCLATU and gpsim,
2381         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
2382         * (genAssign): use table reads when assigning from variables in codespace,
2383         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
2384         char/int variables placed in codespace,
2385         * (pic16_emitConfigRegs): NEW, emits a list with configuration
2386         registers set in .asm file, no need for --pomit-config-words anymore,
2387         * (pic16glue): some 8051 legacy segments are commented out
2388         (to be removed completely),
2389         * added support for alternative assembler and linker with --asm=
2390         and --link= command line arguments,
2391         * peepholes are disabled automatically in the port, no need to
2392         specify on command line,
2393         * port supports natively char/int/long multiplication, but converts
2394         all divisions to support functions,
2395         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
2396         to the file set in variable $2,
2397         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
2398         strings in ASCII format and not in hex,
2399         * ralloc.c (serialRegAssign): added a triplet of conditional calls
2400         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
2401         allocate proper register if iCodes aren't temporary,
2402
2403 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
2404
2405         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
2406
2407 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
2408
2409         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
2410         is commented out
2411
2412 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2413
2414         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
2415         computed address is reused
2416         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
2417         multi-byte bitfields
2418
2419 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
2420
2421         * src/z80/gen.c: (genArrayInit): must check for pointers too
2422
2423 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
2424
2425         * support/regression/tests/zeropad.c: never meant to commit the
2426           nestedstruct test: removed, added check for GCC version
2427
2428 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
2429
2430         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
2431         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
2432         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
2433           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
2434           bugs 928906 and 954082 half-empty initializers
2435         * src/SDCCsymt.h,
2436         * src/SDCCsymt.c (getAllocSize): added for above fix
2437         * src/z80/gen.c (genArrayInit): fixed bug 741044
2438         * support/regression/tests/zeropad.c: added tests
2439
2440 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
2441
2442         * src/pic16/device.c (pic16_dump_section): corrected bug which
2443         caused some symbols of the libraries to be misplaced
2444
2445 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
2446
2447         * src/pic16/glue.c,
2448         * src/pic16/ralloc.h,
2449         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
2450         to fix conflict with pic port
2451
2452 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
2453
2454         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
2455         externs configuration variables,
2456         * src/pic16/ralloc.h,
2457         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
2458         prototype in header, commented out some debug messages
2459
2460 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
2461
2462         * src/pic16/glue.c,
2463         * src/pic16/main.c,
2464         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
2465         for gpasm COFF object generation. Thanks to D. Hawkins for
2466         his patch info
2467
2468 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2469
2470         * src/ds390/main.c,
2471         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
2472         Brock for spotting this)
2473         * src/ds390/gen.c (genEndFunction),
2474         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
2475         interrupt handler and critical. Disable push/pop optimizations when
2476         peephole optimizations disabled.
2477
2478 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
2479
2480         Updated pic16 library sources and headers.
2481         * device/lib/pic16/pic18f*/ ,
2482         * device/include/pic16/*.h: modified to handle structured SFR
2483         definitions
2484
2485 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
2486
2487         * src/port.h (PORT structure): added hook initPaths, now each
2488         port can declare its own default search paths,
2489         which can been seen with the --print-search-dirs option,
2490         see pic16 port for example,
2491         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
2492         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
2493         * (doPrintSearchDirs): NEW, replaces in a central manner the
2494         printing of search dirs which was split in set*Paths functions,
2495         * (main): added call to port->initPaths and doPrintSearchDirs,
2496         * src/avr/main.c,
2497         * src/ds390/main.c,
2498         * src/hc08/main.c,
2499         * src/izt/i186.c,
2500         * src/izt/tlcs900h.c,
2501         * src/mcs51/main.c,
2502         * src/pic/main.c,
2503         * src/pic16/main.c: modified port structures to reflect addition of
2504         initPaths hook,
2505
2506         * src/pic16/device.c (regCompare): registers are finally sorted by name,
2507         * (pic16_dump_section): for registers in same address reserve memory once,
2508         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
2509         to no_banksel,
2510         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
2511         result is greater in size than right or left,
2512         * (pic16_genUMult8X8_8): there are some cases where the result can
2513         be 16 bits size, so handle these,
2514         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
2515         * (pic16_outBitC): modified to emit pcodes,
2516         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
2517         or not,
2518         * (genDivOneByte): implemented algorithm to divide 8-bits,
2519         * (genCmp): uncommented goto, but issues still exist,
2520         * (genAnd): fixed a bug with variables >8bits,
2521         * (genPackBits): optimization added that uses BCF/BSF to change a
2522         single bit,
2523         * (genAssign): fixed bug when assigning floating point literals,
2524         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
2525         __sdcc_gsinit_startup label,
2526         * src/pic16/main.c (_pic16_init): removed search directory
2527         initialisations,
2528         * (_pic16_initPaths): NEW, used to initialise search directories,
2529         * (_hasNativeMulFor): support functions for all except char/int
2530         multiplication, and char division,
2531         * (PIC16_port struct): modified entry for native mul support,
2532         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
2533         no_banksel option,
2534         * (buildCallTree): call to register_usage is ifdef'ed out,
2535
2536 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2537
2538         * device/include/string.h: applied Stas Sergeev's patch to make this
2539         header file compatible with the preprocessor -Wundef option
2540         * src/SDCCmain.c (main): abort compilation if preprocessor reports
2541         failure (fixes bug #941458)
2542
2543 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2544
2545         * src/SDCCopt.c (killDeadCode): fixed bug #907733
2546         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
2547         that the variable, not the function, should be static
2548         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
2549         to be consistent with non-literal case
2550
2551 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2552
2553         * src/SDCCast.c (isConformingBody): fixed bug #949967
2554         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
2555         convilong): fixed bug #952086
2556
2557 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2558
2559         * src/SDCCmem.c (allocVariables): fixed bug #955321
2560
2561 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2562
2563         * src/hc08/main.c (_hc08_genAssemblerEnd),
2564         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
2565         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
2566         completely eliminated the use of a temporary file
2567         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
2568         when more than one file linked
2569         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
2570
2571 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2572
2573         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
2574         which fixes bug #543481
2575         * support/regression/tests/bug-751703.c: fixed comments left from a
2576         cut and paste error
2577         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
2578         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
2579         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
2580         scopes
2581         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
2582         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
2583         are now changed to underscores in moduleName
2584
2585 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2586
2587         * as/mcs51/lkmem.c: better fix for bug #954173
2588
2589 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
2590         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2591
2592         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
2593         * device/include/c8051f000.h,
2594         * device/include/c8051f120.h,
2595         * device/include/c8051f300.h,
2596         * device/include/c8051f310.h,
2597         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
2598         PWM16) and detab'ed
2599
2600 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2601
2602         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
2603         and mailing lists, doc'ed --no-peep-comments, removed reference
2604         to knoppix (newest version has no LyX/LaTeX), other minor changes
2605         * src/SDCCglue.c (glue): save 2 bytes stack space with
2606         option --main-return. The ljmp could probably be avoided too
2607
2608 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2609
2610         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
2611
2612 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2613
2614         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
2615         * src/SDCCopt.c (isLocalWithoutDef),
2616         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
2617         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
2618         (credit to Maarten Brock for patch #949363, on which this is based)
2619         * support/regression/tests/bug-751703.c: some test cases of extern used
2620         within inner scopes.
2621
2622 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2623
2624         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
2625         SPEC_STRUCT
2626         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
2627         struct definitions
2628         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
2629         dwWriteLabel): fix to create valid debugger symbols even when
2630         the module name has non-alphanumeric symbols in it
2631         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
2632         when a variable's allocation has been optimized away
2633
2634
2635 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2636
2637         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
2638         * src/hc08/main.c,
2639         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
2640         * src/mcs51/main.c,
2641         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
2642         * src/ds390/main.c,
2643         * src/z80/gen.c (z80_emitDebuggerSymbol),
2644         * src/z80/main.c,
2645         * src/pic/gen.c (pic14_emitDebuggerSymbol),
2646         * src/pic/main.c,
2647         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
2648         * src/pic16/main.c,
2649         * src/avr/gen.c (avr_emitDebuggerSymbol),
2650         * src/avr/main.c,
2651         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
2652         * src/xa51/main.c,
2653         * src/SDCCdebug.c (emitDebuggerSymbol),
2654         * src/SDCCdebug.h,
2655         * src/port.h: added a debugger struct to the port struct. Added a
2656         callback for defining debugger symbols
2657
2658         * src/SDCCast.c (createLabel),
2659         * src/SDCC.y (labeled_statement): mark all compiler generated labels
2660         with isitmp = 1
2661         * src/SDCCicode.h,
2662         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
2663         iCode back to the ast for the function
2664
2665         * src/hc08/ralloc.c (hc08_assignRegisters),
2666         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
2667         unneeded fields from the regs struct.
2668         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
2669         pushReg() & pullReg() functions instead of emitcode()
2670
2671         * src/hc08/gen.c (genLabel, genhc08Code),
2672         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
2673
2674         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
2675         debugger hooks
2676
2677         * src/hc08/gen.c (genEndFunction, genhc08Code),
2678         * src/hc08/gen.h,
2679         * src/mcs51/gen.c (genEndFunction, gen51Code),
2680         * src/mcs51/gen.h,
2681         * src/ds390/gen.c (genEndFunction, gen390Code),
2682         * src/ds390/gen.h,
2683         * src/z80/gen.c (genEndFunction, genZ80Code),
2684         * src/z80/gen.h,
2685         * src/z80/z80.h,
2686         * src/pic/gen.c (genEndFunction, genpic14Code),
2687         * src/pic/gen.h,
2688         * src/pic16/gen.c (genEndFunction, genpic16Code),
2689         * src/pic16/gen.h,
2690         * src/avr/gen.c (genEndFunction, genAVRCode),
2691         * src/avr/gen.h,
2692         * src/xa51/gen.c (genEndFunction, genXA51Code),
2693         * src/xa51/gen.h,
2694         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
2695         specific code to cdbFile.c and out of the backend code generators
2696
2697         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
2698         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
2699         starting address is now 0
2700
2701         * as/hc08/asm.h,
2702         * as/hc08/m08pst.c,
2703         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
2704         assembler directive for DWARF support
2705         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
2706
2707         * src/src.dsp,
2708         * src/Makefile.in,
2709         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
2710
2711 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2712
2713         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
2714         and inappropriate peephole optimization in jump tables
2715
2716 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2717
2718         * as/hc08/m08pst.c,
2719         * src/SDCCglue.c: sdccopt works for the hc08 port now
2720
2721 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
2722
2723         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
2724
2725 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2726
2727         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
2728
2729 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2730
2731         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
2732         rules
2733         * src/SDCCmain.c,
2734         * src/SDCCglobl.h,
2735         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
2736         comments from the peephole optimizer replacement rules
2737         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
2738         symbols
2739         * src/SDCCcse.c (updateSpillLocation),
2740         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
2741         equivalents
2742         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
2743         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
2744         objects far pointers
2745
2746 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2747
2748         * src/SDCCsymt.h: a missing part of my last change
2749         * src/pic/ralloc.c (regTypeNum),
2750         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
2751
2752 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2753
2754         * src/SDCCicode.h,
2755         * src/SDCCicode.c (aggrToPtrDclType),
2756         * src/SDCCptropt.h,
2757         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
2758         ptrPseudoSymConvert),
2759         * src/pic/ralloc.c (regTypeNum),
2760         * src/pic16/ralloc.c (regTypeNum),
2761         * src/hc08/ralloc.c (regTypeNum),
2762         * src/ds390/ralloc.c (regTypeNum),
2763         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
2764         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
2765
2766 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2767
2768         * link/z80/lkmain.c (afile),
2769         * as/hc08/lkmain.c (afile),
2770         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
2771         prevent a pointer problem when a filename has no directory and
2772         no extension specified.
2773
2774 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2775
2776         * link/z80/lkmain.c (afile): allow periods in directory names
2777         * link/z80/lkmain.c (afile),
2778         * as/mcs51/lkmain.c (afile),
2779         * as/hc08/lkmain.c (afile): allow linker script file to have an
2780         extension other than ".lnk"
2781         * link/z80/lklex.c (getfid),
2782         * link/z80/lkmain.c (parse),
2783         * as/mcs51/lklex.c (getfid),
2784         * as/mcs51/lkmain.c (parse),
2785         * as/hc08/lklex.c (getfid),
2786         * as/hc08/lkmain.c (parse): Support comments in the linker script
2787         file on lines by themselves and after filenames
2788
2789 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2790
2791         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
2792
2793 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2794
2795         * src/z80/peeph-z80.def: removed some peephole rules that don't
2796         work with multibyte arithmetic (fixed bug #937126)
2797         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
2798         to registers and not global variables
2799         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
2800         geniCodePreInc, geniCodePostDec, geniCodePreDec,
2801         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
2802         checking for assignments not internally generated (fixed bug #931895)
2803         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
2804         structure member (fixed bug #930072)
2805
2806 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2807
2808         * src/SDCCmain.c (linkEdit),
2809         * src/hc08/main.c (_hc08_parseOptions),
2810         * as/hc08/Makefile.in,
2811         * as/hc08/aslink.h,
2812         * as/hc08/asm.h,
2813         * as/hc08/m08pst.c,
2814         * as/hc08/lkrloc.c (relr, rele),
2815         * as/hc08/lkarea.c (lnkarea)
2816         * as/hc08/lkmain.c (afile, parse),
2817         * as/hc08/lkelf.c: support for ELF output
2818         * as/hc08/lks19.c (s19),
2819         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
2820
2821 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2822
2823         * as/mcs51/lkihx.c: Fixed bug #899105.
2824
2825 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2826
2827         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
2828         .dsp files from Unix to DOS.
2829
2830 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2831
2832         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
2833         function pointers; we have been compliant for several months now.
2834         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
2835         change that was accidently commented out
2836         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
2837         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
2838         bug #922319
2839
2840 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2841
2842         * src/hc08/gen.c: output of all of the internal debugging information
2843         is now controlled by the D() macro; it is disabled by default
2844
2845 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2846
2847         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
2848         harder to keep the same registers during a CAST iCode
2849         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
2850         long via int can be done in a single cast, if the signedness is
2851         correct.
2852         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
2853         putchar() in tinibios.c in ds390's library
2854
2855 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
2856
2857         * src/SDCCast.c (decorateType): fixed bug #898889,
2858         cast result of a literal complement too
2859         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
2860         fixed check for bitfields
2861
2862 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
2863
2864         * src/SDCCicode.c (geniCodeLogic): made it static,
2865         (geniCodeLogicAndOr): added in order to fix bug #905492,
2866         (ast2iCode): fixed bug #905492
2867         * support/regression/tests/bug-905492.c: added
2868         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
2869         (processParms): fixed bug #927659: don't copy parms, this will clear
2870         decorated flag
2871         * support/regression/tests/bug-927659.c: added
2872
2873 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
2874
2875         * src/SDCCast.c (addCast): don't cast float to char
2876         * device/lib/libsdcc.lib: added _memmove
2877
2878 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
2879
2880         * device/lib/large/Makefile: fixed parallel execution by
2881         replacing `make` by `$(MAKE)`
2882
2883 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2884
2885         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
2886         offsets (fixes bug #923936)
2887
2888 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
2889
2890         * device/lib/small/Makefile: fixed parallel execution by
2891         replacing `make` by `$(MAKE)`
2892
2893 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
2894
2895         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
2896
2897 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
2898
2899         * src/pic/gen.c (genCpl): multi-byte complements were not working.
2900         * src/regression/Makefile: Regression test was not running.
2901
2902 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
2903
2904         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
2905         complement if possible
2906         * src/SDCCval.c (valComplement),
2907         * src/SDCCicode.c (operandOperation): fixed complement of literal
2908         * support/regression/tests/onebyte.c (testComplement): added
2909
2910 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
2911
2912         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
2913         return an optimized tree; actually replace actParm with the new tree
2914         * src/SDCCast.h: added some parantheses to remove side effects
2915         * support/regression/tests/bug-920866.c
2916
2917 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
2918         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
2919         Bit operands were not being handled properly in the pic14 port.
2920         (now src/regression/add.c passes again).
2921
2922 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2923
2924         * src/SDCC.y (labeled_statement): case and default no longer require
2925         a following statement (RFE #893037)
2926
2927 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2928
2929         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
2930         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
2931         disabled (fixes bug #916294)
2932         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
2933         "mov a,acc"; patch provided by Lenny Story
2934         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
2935
2936 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2937
2938         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
2939         functions
2940         * src/ds390/gen.c (genFunction, genEndFunction),
2941         * src/ds390/ralloc.c (ds390_assignRegisters),
2942         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
2943         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
2944         pushed if there are parameters passed on the stack. Also, a cleaner
2945         way to decide if r0/r1 should be pushed/popped. (Together they fix
2946         bug #918693)
2947
2948 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2949
2950         * doc/sdccman.lyx,
2951         * device/lib/mcs51/crtpagesfr.asm,
2952         * device/lib/mcs51/crtxinit.asm,
2953         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
2954         to avoid confusion with Si Lab's SFRPAGE register.
2955
2956 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2957
2958         * src/SDCCglue.c (emitMaps): allow public sfr variables
2959         * src/SDCCglue.c (initialComments): include compiler build date
2960         with compiler version and put the timestamp of the generated
2961         assembly file on a serperate line to be less confusing.
2962         * src/port.h: added genInitStartup hook
2963         * src/avr/main.c,
2964         * src/ds390/main.c,
2965         * src/hc08/main.c,
2966         * src/pic/main.c,
2967         * src/pic16/main.c,
2968         * src/xa51/main.c,
2969         * src/z80/main.c: genInitStartup initialize as NULL (default to
2970         historical behaviour)
2971         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
2972         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
2973         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
2974         library instead of hard coding it into the compiler.
2975         * support/regression/ports/mcs51-stack-auto/spec.mk,
2976         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
2977         * device/lib/mcs51/Makefile,
2978         * device/lib/small/Makefile,
2979         * device/lib/large/Makefile,
2980         * device/lib/mcs51/crtpagesfr.asm,
2981         * device/lib/mcs51/crtstart.asm,
2982         * device/lib/mcs51/crtxclear.asm,
2983         * device/lib/mcs51/crtxinit.asm,
2984         * device/lib/mcs51/crtclear.asm,
2985         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
2986         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
2987         and into user configurable files.
2988         * device/lib/clean.mk: clean mcs51 directory too
2989         * support/regression/tests/longlit.c: added static to T1 declaration
2990         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
2991         accesses in the initialization code
2992
2993 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2994
2995         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
2996         OSCTRIMVAL as noted in bug #916008
2997
2998 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2999
3000         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
3001         in loops with multiple exits (reported as incorrect registers
3002         used by Martin Helmling in Sdcc-user list)
3003
3004 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3005
3006         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
3007         made ds390 register extensions look less like error messages
3008
3009 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3010
3011         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
3012         reported by Adam Wozniak in Sdcc-user list
3013
3014 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
3015
3016         * src/SDCCast.c (decorateType): fixed with bug and promotion in
3017         arithmetic optimizations, added debug output
3018
3019 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
3020
3021         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
3022         * sdcc.spec: updated and split sdcc into 3 rpms
3023         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
3024         needed for literals of LEFT_OP and '+'
3025         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
3026         introduced RESULT_TYPE_NOPROM
3027         (geniCodeMultiply): fixed logic for decision if mul is optimized to
3028         left shift
3029         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
3030         limited promotion to int only for '*'
3031         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
3032
3033 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
3034
3035         * src/pic16/gen.c (genSkip),
3036         (genc16bit2lit), (gencjneshort): commented out
3037         (is_LitOp): new helper function, checks operand type
3038         (genCmpEq): rewritten
3039
3040 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
3041
3042         * support/regression/tests/bug-908454.c: added
3043
3044 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
3045
3046         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
3047         * src/SDCCicode.c (usualBinaryConversions): op needs int type
3048         (geniCodeCast): cosmetic, don't preserve bit storage class
3049         (geniCodeLeftShift): added promotion
3050         (geniCodeLogic): fixed regression
3051         * src/SDCCsymt.c (computeTypeOr): accept bits too
3052         (compareType): 2nd part of fix for bug #908454, needed for bitfields
3053
3054 2004-03-07  Borut Razem <borut.razem AT siol.net>
3055
3056         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
3057
3058 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
3059
3060         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
3061         version of pic16_genPackRegisters which does not check if ic is a
3062         CAST operator,
3063         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
3064         function cause string1.c regression test fails
3065
3066 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
3067
3068         * sim/ucsim/configure.in,
3069         * sim/ucsim/configure,
3070         * sim/ucsim/doc/Makefile.in: use docdir
3071         * src/SDCC.y: fixed sbit atrributes
3072         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
3073         * src/SDCCast.c (decorateType): |^& need special promotion handling
3074         * src/SDCCast.h,
3075         * src/SDCCsymt.h: moved definition of RESULT_TYPE
3076         * src/SDCCsymt.h (computeType),
3077         * src/SDCCicode.c: computeType() needs op
3078         * src/SDCCsymt.c (checkTypeSanity),
3079         * doc/sddman.lyx: "plain" bitfields are unsigned
3080         * src/SDCCsymt.c (computeTypeOr): added
3081         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
3082         |^& ops
3083         * src/SDCCval.c (val*): computeType() needs op
3084         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
3085         * support/regression/tests/onebyte.c: added tests for |^&
3086
3087 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
3088
3089         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
3090         for writing icode into asm output.
3091
3092 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
3093
3094         * src/pic16/device.c: added some debug lines enabled
3095         with macro DEBUG_CHECK,
3096         * src/pic16/genarith.c: more debug in genPlus,
3097         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
3098         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
3099         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
3100         * (aopForSym): onStack symbols are re-placed in data memspace,
3101         and onStack flag is cleared,
3102         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
3103         copy temporary pcodeop,
3104         * (genPcall): added warning for not updating PCLATU,
3105         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
3106         always true for pic16 port,
3107         * (genMultOneWord): NEW, supports integer multiplication,
3108         * (genMult): modified to call genMultOneWord,
3109         * (ifxForOp): added warning when return NULL,
3110         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
3111         flag is set before call to operandFromSymbol for implicit
3112         added structures,
3113         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
3114         options.intlong_rent are set by default,
3115         * (_hasNativeMulFor): modified to allow port generation of integer
3116         multiplication,
3117         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
3118         set regtype to REG_SFR for all registers, restricting seting the
3119         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
3120
3121 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3122
3123         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
3124         more than 500 times in the regression tests
3125
3126 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3127
3128         * support/Util/SDCCerr.h,
3129         * support/Util/SDCCerr.c,
3130         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
3131         enumerator_list),
3132         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
3133         for symbol conflicts.
3134         * support/valdiags/tests/enum.c,
3135         * support/valdiags/tests/tentdecl.c,
3136         * support/valdiags/tests/struct.c: expect possible error messages
3137         referring to original symbol definitions.
3138         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
3139         * src/SDCCsymt.h,
3140         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
3141
3142 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
3143
3144         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
3145
3146 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
3147
3148         * src/pic16/ralloc.c (newReg): fixed bug #908929
3149
3150 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3151
3152         * src/ds390/gen.c: added missing #include "main.h"
3153
3154 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
3155
3156         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
3157         checking if symbol is already in set,
3158         * src/pic16/device.h: prototype for checkAddSym,
3159         * src/pic16/gen.c: (_G): added entry interruptvector,
3160         * (assignResultValue): removed some commented out lines,
3161         * (genFunction): check for ISR via sym->type, absolute section for
3162         interrupt code is created via a new pBlock, the goto instruction is
3163         placed now correctly at the interrupt vector position, changed all
3164         references from ivec to _G.interruptvector,
3165         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
3166         is the interrupt is a high priority one, same for return from ISR,
3167         * src/pic16/glue.c: changed all calls of addSetHead for publics and
3168         externs to calls of checkAddSym,
3169         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
3170         pic16_pcode_verbose flag is set,
3171         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
3172         * src/pic16/pcoderegs.c: message about how many registers are saved
3173         will only be emitted if pic16_pcode_verbose flag is set,
3174
3175 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3176
3177         * src/ds390/ralloc.h,
3178         * src/ds390/ralloc.c (ds390_regWithIdx),
3179         * src/ds390/gen.c (emitcode),
3180         * src/ds390/main.h,
3181         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
3182         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
3183         ds390operandCompare, getRegsRead, getRegsWritten,
3184         initializeAsmLineNode): customized instruction size calculation for
3185         ds390, started basis for some register optimizations
3186         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
3187         corresponding assembly output
3188         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
3189         missing push/pop of r0/r1. Optimized push/pops
3190
3191 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3192
3193         * src/mcs51/main.c (instructionSize): fixed ACALL size
3194         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
3195
3196 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
3197
3198         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
3199         the sorting of rlist with NULL elements
3200         * (print_idataType, print_idata): NEW to create idata sections
3201         * src/pic16/device.h: idataSymSet new variable
3202         * src/pic16/gen.c (genFunction): fixed some bugs in string
3203         comparing, improved the absolute section creation for ISRs,
3204         added FSR0L/FSR0H in registers that are saved in an ISR,
3205         * (genInline): fixed the processing of inline snippets,
3206         now they undergo no process by the peephole optimizer
3207         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
3208         are placed in idataSymSet,
3209         * (pic16emitStaticSeg): extern symbols are added in externs,
3210         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
3211         switching when aboslute variables are placed in access bank memory
3212         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
3213         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
3214         commented out with #if,
3215         * (pic16_packRegisters): reintroduce the check for CAST because some
3216         symbols are not correctly handled,
3217         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
3218         pCodeInstruction instead of pCode,
3219         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
3220         pCodeAsmDir definition,
3221         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
3222         directive, then the argument directive is emitted without the leading
3223         tab, hack for inline labels which must be in the first column,
3224         * (compareLabel,pic16_findNextInstruction),
3225         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
3226         * (insertBankSwitch): modified for the new pCodeAsmDir,
3227
3228 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
3229         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
3230
3231         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
3232         instance,
3233         * (pushSide): commented out with #if,
3234         * (assignResultValue): fixed some typos in saving
3235         registers,
3236         * (genPcall): FIXED and sync'ed with genCall,
3237         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
3238         * (genNearPointerGet): fixed to handle some more cases,
3239         implementation scheme via table reads,
3240         * (genConstPointerGet): modified to access code memory correct,
3241         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
3242         and improved to handle some cases
3243         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
3244         instead of "RETLW" for init data
3245         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
3246         not IN_DIRSPACE, work around to reduce bank switching when aboslute
3247         variables are placed in access bank memory (<0x80 and >=0xf80),
3248         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
3249         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
3250         TBLWT_POSTDEC,TBLWT_PREINC
3251         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
3252         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
3253         directives
3254         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
3255         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
3256         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
3257         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
3258
3259 2004-02-29  Borut Razem <borut.razem AT siol.net>
3260
3261         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
3262         support/Util/findme.h, support/Util/system.h: enhance binary relative
3263         search for lib and include by using findProgramPath()
3264
3265 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3266
3267         * src/SDCCpeeph.h,
3268         * src/SDCCpeeph.c (pcDistance),
3269         * src/port.h,
3270         * src/mcs51/ralloc.h,
3271         * src/mcs51/ralloc.c (mcs51_regWithIdx),
3272         * src/mcs51/main.h,
3273         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
3274         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
3275         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
3276         size calculation port specific, started basis for some register
3277         optimizations
3278         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
3279         missing push/pop of r0/r1. Optimized push/pops
3280         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
3281         * device/lib/_modsint.c (_modsint),
3282         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
3283         and stack version so regression tests pass
3284
3285 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
3286
3287         * src/Makefile.in (dep): include SLIBOBJS in dependency check
3288         * src/SDCCast.c (decorateType): catch another small optimization
3289         with '?' operator
3290         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
3291         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
3292         modified to finally use computeType() all over SDCC,
3293         see Feature Request #877103
3294         * src/SDCCval.h: cosmetic
3295         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
3296         valCompare(); regression tested in muldiv.c
3297         * support/regression/tests/muldiv.c (testMod): mod sign follows
3298         dividend only
3299
3300 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
3301
3302         * src/SDCCast.c (decorateType): fixed bug #902362
3303         * doc/INSTALL.txt: fixed install instructions for win32
3304
3305 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
3306
3307         * device/include/Makefile.in (install): fixed by replacing spaces
3308         by tabs
3309         * doc/README.txt,
3310         * doc/INSTALL.txt: updated for release
3311         * doc/sdccman.lyx: added warning for --xstack being buggy
3312
3313 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
3314
3315         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
3316         to eliminate build warnings.
3317         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
3318
3319 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
3320            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
3321
3322         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
3323         removed -penable-stack, added comment for stack pragma, added
3324         warning for not initializing the stack/frame registers, removed
3325         comment at interrupts section
3326
3327         Stack is made permanent, there is no ability to disable stack usage.
3328         * src/pic16/device.h,
3329         * src/pic16/device.c: removed all references to USE_STACK macro,
3330         * src/pic16/device.c (pic16_dump_section): when no elements in
3331         rlist, free rlist before return,
3332         * (pic16_dump_int_registers): NEW, internal registers are a new set
3333         of general purpose registers reused by each function,
3334         * (checkAddReg): returns 1 if registers is added to set,
3335         * (pic16_groupRegistersInSection): when a registers is of type
3336         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
3337         * src/pic16/device.h: memRange and Assigned Memory are deleted,
3338         SRCASECMP macro is moved here from device.c
3339         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
3340         PO_PCLATU, PO_PRODL, PO_PRODH,
3341         * (pic16_pCodeOpType, genMinus,
3342         changed compares to "a" register, with AOP_ACC,
3343         * (pic16_genPlus): fixed some bugs and indented properly,
3344         * (pic16_addSign): changed size to size+offset in the MOVWF
3345         instruction,
3346         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
3347         multiply 8-bit operand by literal, result is 8-bit,
3348         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
3349         multiply 2 8-bit operand, result is 8-bit,
3350         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
3351         genUMult8X*_16,
3352         * src/pic16/gen.c: changed accUse to contain WREG only,
3353         * (pic16_emitcomment): renamed to pic16_emitpcomment,
3354         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
3355         true, do not use immediate addressing any more unless sym is a
3356         pointer in codespace,
3357         * (aopForRemat): do not use immediate addressing when symbol not in
3358         codespace and when symbol's address is requested,
3359         * (aopOp): for-loop in if(sym->accUse) is modified for the new
3360         accUse size (= 1),
3361         * (aopGet): added case for AOP_ACC and don't return "accumulator
3362         bug" but WREG instead,
3363         * (popGetTempReg): pushes contents of temporary register in stack,
3364         * (popReleaseTempReg): pops contents of temporary register from
3365         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
3366         * (pic16_popGet): separated case AOP_ACC to return register WREG
3367         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
3368         or PO_IMMEDIATE and initializes their instance/offset appropriately,
3369         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
3370         the use of immediate pointers to certain cases only.
3371
3372         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
3373         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
3374         * (assignResultValue, genCall, genRet): modified to use the new
3375         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
3376         genPcall is still broken,
3377         * (genFunction): added code to create 'A' type pBlocks when
3378         interrupt functions are generated, code not extensively tested yet,
3379         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
3380         * (genEndFunction): modified so ISRs pop stored registers from stack,
3381         * (genMultOneByte): cleanup,
3382         * (AccRsh): added flag andmask, to and result with appropriate mask,
3383         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
3384         * (genDataPointerGet): fixed and reenabled its use,
3385         * (genNearDataPointerGet): bugs fixed,
3386         * (genDataPointerSet): bugs fixed,
3387         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
3388         pic16_DumpSymbol, pic16_DumpOp,
3389         * src/pic16/genutils.h: function prototypes for the above functions,
3390         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
3391         pointers,
3392         * (pic16emitRegularMap): many many many improvements, but needs a
3393         major cleanup,
3394         * src/pic16/main.c: enable_stack in pic16_options is removed,
3395         * (_pic16_parseOptions): removed command line options -penable-stack,
3396         * (_process_pragma): emit stack symbol only when stack pragma is
3397         processed,
3398         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
3399         redirected to FSR0L/FSR0H pair,
3400         * (pic16_get_op, pic16_get_op2): modifications and improvements,
3401         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
3402         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
3403         for immediates,
3404         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
3405         * (dumpPicOptype): NEW,
3406         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
3407         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
3408         with movff instruction,
3409         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
3410         added pic16_int_regs, some packRegsFor* functions are commented out,
3411         because produce errors,
3412         * src/pic16/NOTES: minor modifications
3413
3414 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3415
3416         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
3417         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
3418         --pack-iram.
3419         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
3420         * as/mcs51/lkaomf51.c: fixed bug #895763
3421
3422 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
3423
3424         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
3425
3426 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3427
3428         * doc/sdccman.lyx: added details about the HC08 storage classes and
3429         interrupts, fixed the register usage info for z80 & gbz80
3430
3431 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
3432
3433         * doc/sdccman.lyx: added more pic16 port documentation
3434         * device/include/pic16/: added header pic18fregs.h
3435
3436 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
3437
3438         * doc/sdccman.lyx: added Vangelis' contribution
3439
3440 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3441
3442         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
3443         extend to the next CALL or PCALL, not just to the next CALL.
3444
3445 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
3446
3447         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
3448
3449 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3450
3451         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
3452         bug #895752 and a better fix for bug #716790
3453
3454 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3455
3456         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
3457
3458 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3459
3460         * doc/sdccman.lyx: minor changes, minor changed
3461
3462 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
3463
3464         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
3465         which can't handle SDCC_NEWONEBYTEOPS,
3466         (geniCodeMultiply): removed conversion from mult to shift for pic14
3467         and pic16
3468
3469 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3470
3471         * src/hc08/gen.h,
3472         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
3473         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
3474         thus fixing bug #895406
3475
3476 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
3477
3478         * device/lib/_modsint.c,
3479         * device/lib/_modslong.c: sign follows divisor only
3480         * src/hc08/gen.c (genMultOneByte): if result size is 1,
3481         signs or signedness can be ignored
3482         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
3483         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
3484         added optimization for IFX,
3485         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
3486         arguments;
3487         reenabled optimization for IFX, which was removed on 2004-01-11
3488         * src/SDCCast.h: added return type IFX
3489         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
3490         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
3491         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
3492         SDCC_OLDONEBYTEOPS selects the old behaviour
3493         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
3494         changed again and commented promotion rule
3495         * src/SDCCval.c (valDiv): promotion no longer necessary
3496         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
3497         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
3498         rewritten
3499         * support/regression/tests/onebyte.c: added
3500
3501 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
3502
3503         * gen.c (genInline): reverted to old code for assemnling inline
3504         code because of bug reported James Chadd
3505
3506 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
3507
3508         * ralloc.h: missing declarations from previous patch,
3509         seems that patch for ralloc.h was never applied, fixed
3510
3511 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
3512            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
3513
3514         * pcode.c,
3515         * pcode.h,
3516         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
3517         indirect addressing. Marked FSR0 as deprecated
3518         * gen.c (pointerCode): commented out, not needed now
3519         (pic16_popGet2p): new MOVFF helper function
3520         (genGenPointerGet),
3521         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
3522         (shiftRLong): removed duplicate debugging info
3523
3524 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3525
3526         * src/ds390/gen.c (genNearPointerGet),
3527         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
3528         optimization with bits, but not bitfields.
3529         * src/ds390/ralloc.c (packRegisters),
3530         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
3531
3532 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
3533
3534         * src/SDCCcse.c (algebraicOpts): copy operands before modification
3535
3536 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3537
3538         * src/SDCCsymt.h,
3539         * src/SDCCicode.c (operandFromSymbol),
3540         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
3541         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
3542         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
3543         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
3544         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
3545         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
3546         bug #892038
3547         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
3548         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
3549         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
3550         * src/SDCCsymt.c (newSymbol),
3551         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
3552         enumerator_list),
3553         * src/SDCCval.h,
3554         * src/SDCCval.c (newiList): fixed bug #885705
3555
3556 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3557
3558         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
3559         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
3560
3561 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3562
3563         * device/include/c8051f120.h,
3564         * device/include/c8051f300.h,
3565         * device/include/c8051f310.h: added/updated header files for Silicon
3566         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
3567         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
3568         in new section Submitting patches
3569
3570 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3571
3572         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
3573         genFarPointerGet, genCodePointerGet, genGenPointerGet,
3574         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
3575         genGenPointerSet),
3576         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
3577         genFarPointerGet, genCodePointerGet, genGenPointerGet,
3578         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
3579         genGenPointerSet),
3580         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
3581         genFarPointerGet, genCodePointerGet, genGenPointerGet,
3582         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
3583         genGenPointerSet),
3584         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
3585         genFarPointerGet, genCodePointerGet, genGenPointerGet,
3586         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
3587         genGenPointerSet): fixed bug #892400
3588         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
3589         to eliminate build warnings.
3590         * src/SDCCast.c (processParms),
3591         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
3592         fixed bug 751859
3593         * support/valdiag/valdiag.py: added GCC to the list of defines active
3594         when compiling with gcc
3595
3596 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3597
3598         * support/Util/SDCCerr.h,
3599         * support/Util/SDCCerr.c,
3600         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
3601         with an incomplete type (fixed bug #883734)
3602         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
3603
3604 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3605
3606         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
3607
3608 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3609
3610         * src/SDCCast.c (decorateType),
3611         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
3612         function pointer implementation
3613         * support/regression/tests/funptrs.c: added tests to verify both forms
3614         of function pointers work correctly. Added tests to verify parameters
3615         are passed in the correct order.
3616
3617 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
3618
3619         * device.c (regCompare): registers are sorted by ascending
3620         address and increasing size,
3621         * main.c (_pic16_finaliseOptions): removed the declaration
3622         of compiler macro MCU. Now a macro of the format pic18fxxxx
3623         will be defined from the command line
3624
3625 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
3626             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
3627
3628         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
3629         PCOP_RLCF was overwritten!
3630         * gen.c (genSkip): commented out calls to pic16_emitcode,
3631         * (genCmpEQ): fixed "long" compares, only high word did get compared,
3632         * (genlshTwo),
3633         * (genRRC): added debugging info,
3634         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
3635         overwritten while shifting,
3636         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
3637         overwritten while shifting,
3638         * (AccLsh),
3639         * (AccRsh),
3640         * (shiftLLeftOrResult),
3641         * (shiftRLeftOrResult),
3642         * (shiftRLong),
3643         * (shiftLLong): Implemented with pic16_emitpcode
3644         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
3645         * (genLeftShift): Fixed bug, operand for shift by variable always
3646         was "and"ed with 0x0f,
3647         * (genLeftShiftLiteral),
3648         * (genrshTwo),
3649         * (genRightShiftLiteral): added debugging info,
3650         * (genrshFour): added comment,
3651         * (genRightShift): determined signedness from operand "left"
3652         instead of "result"
3653
3654 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3655
3656         * src/SDCCicode.c (geniCodeParms),
3657         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
3658         function pointers, fixed function pointer bugs #861242 and #861896
3659
3660 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3661
3662         * device/include/c8051f000.h,
3663         * device/include/c8051f120.h,
3664         * device/include/c8051f300.h: added header files for Silicon
3665         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
3666
3667 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
3668
3669         * src/SDCCast.c (processParams): added new type flow and restructured
3670         (gatherAutoInit): added new type flow
3671         (addCast): cosmetic changes
3672         (getLeftResultType): added new type flow for array indices, patch
3673         provided by Stas, see FR #877103
3674         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
3675         array index patch by Stas
3676         * src/SDCCast.h: added prototype getResultTypeFromType()
3677         * src/SDCCval.h,
3678         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
3679         * src/pic/glue.c (pic14emitStaticSeg),
3680         * src/pic16/glue.c (pic16emitStaticSeg),
3681         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
3682         for initialization of symbols
3683         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
3684         * support/Util/SDCCerr.h:
3685         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
3686         * .version: bumped version number to 2.3.8
3687         * device/include/Makefile.in (install),
3688         * doc/Makefile (install): changed to 'rm `find ...`' construct to
3689         avoid warnings
3690
3691 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
3692
3693         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
3694         Slade Rich fixed an optimization bug
3695         * src/pic/pcodepeep.c,
3696         * src/pic/pcoderegs.c
3697         * doc/Makefile (install): added test for directory
3698
3699 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3700
3701         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
3702         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
3703         * src/pic/ralloc.c (getRegPtr, getRegGpr),
3704         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
3705         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
3706         * as/mcs51/asexpr.c (term),
3707         * as/hc08/asexpr.c (term): fixed bug #887146
3708
3709 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3710
3711         * src/z80/gen.c (genMult): handle single byte result product
3712         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
3713         DUMMY_READ_VOLATILE (fixed bug #886367)
3714
3715 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
3716
3717         * support/regression/tests/libmullong.c: fixed logic, on little endian
3718         hosts we ended without a mullong_wrapper()
3719
3720 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3721
3722         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
3723         virus/worm forged address usage.
3724
3725 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
3726
3727         Fixed promotion, it should be done on AST level:
3728         * src/SDCCast.c (addCast): added promotion to int
3729         (decorateType): updated call to upCast()
3730         * src/SDCCicode.c (geniCodeLeftShift): removed call to
3731         usualUnaryConversions()
3732
3733 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
3734
3735         * support/regression/tests/literalop.c (mulWrapper): Added a
3736         wrapper to remove integer overflow warnings.
3737
3738         * support/regression/tests/float_trans.c: Made work on host.
3739
3740         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
3741         location of sz80.
3742
3743         * support/regression/generate-cases.py (main): Changed from inline
3744         to a main method.
3745
3746         * doc/Makefile (install): Changed to depth first to get rid of
3747         missing directory install warning.
3748
3749         * as/Makefile (install-doc): Made work on Mac.
3750
3751 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
3752
3753         * src/SDCCast.c: added an additional type flow in decorateType() of
3754         opposite direction, see feature request #860006; it's enabled at runtime
3755         by setting the environment variable SDCC_NEWTYPEFLOW
3756         * src/SDCCast.h: changed prototype of decorateType()
3757         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
3758         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
3759         'char' to 'int' can be omitted, if both operands are 'unsigned char';
3760         see feature request #877103
3761         * src/SDCCval.c: updated call of decorateType()
3762         (valBitwise): fixed bug #882876
3763         (valMinus): added promotion
3764         (valLogicAndOr): result is unsigned
3765         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
3766         * src/SDCCsymt.c (computeType),
3767         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
3768         must not cause an unsigned operation
3769         * src/pic/glue (pic14emitRegularMap),
3770         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
3771
3772 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
3773
3774         * src/pic/pcode.c (PCodeID): commented out left over debug code
3775
3776 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
3777
3778         * support/valdiag/tests/overflow.c: added shift tests
3779         * src/pic/device.c,
3780         * src/pic/gen.c,
3781         * src/pic/gen.h,
3782         * src/pic/glue.c,
3783         * src/pic/main.c,
3784         * src/pic/pcode.c,
3785         * src/pic/pcode.h,
3786         * src/pic/pcodepeep.c,
3787         * src/pic/pcoderegs.c,
3788         * src/pic/ralloc.c,
3789         * src/pic/ralloc.h: applied patch from Slade Rich;
3790         added support for multiple code pages and multiple RAM banks on the
3791         PIC 14 port. The ASM files now no longer simply assume all the
3792         code / RAM are in the same page / bank. This means the linker can
3793         safely allocate code/RAM of separate ASM files to different pages/banks.
3794         * doc/sdccman.lyx: added Slade's tips
3795         * src/mcs51/peeph.def: fixed bug #880768
3796
3797 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3798
3799         * src/hc08/ralloc.c (rematStr): fixed bug #879282
3800         * src/SDCCast.c (decorateType): fixed bug #880197
3801
3802 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
3803
3804         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
3805         getopt.h.
3806
3807         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
3808         strtof is not part of C89 and isn't included with Mac OS X.
3809
3810 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3811
3812         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
3813         shiftL2Left2Result): fixed bug #879326
3814         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
3815         (genMultOneByte): fixed bug in signed vs unsigned multiplication
3816         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
3817         address fetch for clr instruction
3818         * device/lib/hc08/_mulint.c: created optimized assembly version
3819         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
3820
3821 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
3822
3823         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
3824         proposed in FR #877103
3825
3826 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
3827
3828         * src/SDCCval.c (cheapestVal): added missing checks
3829         * src/SDCCicode.c (usualBinaryConversions): fixed condition
3830         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
3831
3832 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
3833
3834         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
3835         equal operands
3836
3837 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
3838
3839         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
3840         loaded with the linker search paths (-L arguments) and the libraries
3841         to be linked with the current source (-l arguments). Changes
3842         currently will affect only the pic16 port.
3843         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
3844         include path the port specific paths and port specific libraries,
3845         * gplink command now contains the $3 argument,
3846         * src/pic16/device.h,
3847         * src/pic16/device.c,: structure PIC_device is made public and
3848         renamed to PIC16_device, the same for variable Pics which is renamed
3849         to Pics16. Updated all references to them.
3850         * src/pic16/glue.c (pic16glue): corrected bug with code
3851         initialization which bypassed the variable initializations block.
3852
3853         * device/lib/pic16/Makefile.rules: removed --penable-stack from
3854         COMPILE_FLAGS and added the --nostdinc option
3855
3856 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3857
3858         * device/include/mc68hc908jb8.h: Register defs for another member
3859         of the hc08 family. Contributed by Bjorn Bringert - thanks!
3860
3861 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
3862
3863         Documenting changes from previous commits.
3864         * configure.in (version 1.56),
3865         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
3866         when generating output files to configure the pic16 library,
3867         but now I've commented it out, since gputils aren't installed in the
3868         SF compile farm, so library won't compile
3869
3870         * device/lib/Makefile.in (version 1.56): initially I've added in
3871         target 'all' the prerequestive 'model-pic16' so it compiled the
3872         pic16 library, but now I've commented it out for the same reasons
3873         above,
3874         * added targets 'model-pic16' and 'objects-pic16' to compile the
3875         library
3876         * added target 'port-specific-objects-pic16' to handle the
3877         generated libraries and copy them into the build/ directory
3878         * added target 'clean-intermediate-pic16' to clean intermediate
3879         files into pic16 directory
3880         * in target 'installdirs' added line to create directory pic16 in
3881         the installation path
3882
3883         * device/include/Makefile.in (version 1.11): in target 'install'
3884         added lines to copy all header files to installation path,
3885         * in target 'installdirs' added line create directory for pic16
3886         headers in the installation path
3887
3888 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
3889
3890         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
3891          a function call
3892
3893 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
3894
3895         * configure,
3896         * device/lib/configure.in,
3897         * device/lib/configure: fixed for autoconf 2.57
3898
3899 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3900
3901         * src/z80/main.c (_parseOptions): fixed the portmode= command line
3902         option so that it actually works. Made it specific to the z80, since
3903         the gbz80 doesn't have these kinds of I/O ports.
3904
3905 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3906
3907         * device/include/z180.h,
3908         * device/lib/_memcpy.c,
3909         * device/lib/_memmove.c,
3910         * device/lib/_mulint.c,
3911         * device/lib/ser_ir.c,
3912         * device/lib/ser_ir_cts_rts.c,
3913         * device/lib/_strcmp.c,
3914         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
3915         * src/z80/main.c (_process_pragma): add support for pragmas bank and
3916         portmode; added deprecation warning for bank= and protmode= forms.
3917         Also, guard against buffer overflow.
3918         * src/z80/gen.c (aopGet): generate better code for sfr banked read
3919
3920 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3921
3922         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
3923         changed interrupt vector table generation to only emit declared vectors.
3924         * device/include/Makefile.in: added missing backslash
3925         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
3926
3927 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
3928
3929         Mainly changes to support compilation of the device libraries
3930         * src/pic16/device.c: stack is allocated via symbol and not
3931         via literal number. The symbol is placed in the corresponding
3932         position of the data ram
3933         * (pic16_dump_section): relocatable and absolute uninitialized
3934         data are now emitted in sorted order to reduce section naming,
3935         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
3936         weren't marked as being in the access bank,
3937
3938 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
3939
3940         Added portion of GNU PIC Library under the directory
3941         device/include/pic16 and device/lib/pic16. These files
3942         contain the declarations of SFRs for the PIC18Fxx2 devices.
3943         The directory is initialized via configure from toplevel.
3944
3945 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
3946
3947         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
3948         the spilllocations to be compared correctly
3949
3950 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
3951
3952         * src/SDCCast.c (decorateType): fixed bug introduced today
3953
3954 2004-01-12  Borut Razem <borut.razem AT siol.net>
3955
3956         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
3957         doc/sdccman.lyx: upper case pragmas are deprecated
3958
3959 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
3960
3961         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
3962         in simpler and even better code
3963
3964 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
3965
3966         * src/SDCCicode.c (operandOperation): fixed bug #874819
3967         * src/SDCCast.c (decorateType): fixed
3968         char foo (unsigned long ul) { return ul > 0; }
3969
3970 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3971
3972         * doc/sdccman.lyx: Moved and added some sections, small changes
3973         all over. Telling LaTeX to be less strict with word spacing
3974         to better keep the right margin. Changed some notes about
3975         maintainance of the ports in section 3.2.1 - is it OK like this?
3976
3977 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
3978
3979         SDCC source changes:
3980         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
3981         convilong): modified to inform the pic16 port that builtin functions
3982         are external
3983
3984         PIC16 PORT specific changes:
3985         * src/pic16/device.c pic16_dump_equates() added,
3986         processor registers declared internally by the port are emitted in
3987         the translation as equates,
3988         * src/pic16/gen.c: inline code is passed unprocessed to the
3989         translation,
3990         * (pic16_popGetLit2): fnuction modified to take second operand as
3991         pCodeOp pointer and not as literal,
3992         * (popRegFromIdx): prefixed with pic16_,
3993         * (pic16_popCombine2): modified to receive already allocated pCode
3994         operands,
3995         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
3996         * (genFunction): initializes local stack frame and pushes on stack
3997         all the registers used by this function,
3998         * (genEndFunction): restores all registers from stack and restores
3999         stack frame,
4000         * src/pic16/glue.c (pic16emitRegularMap): various changes and
4001         improvements,
4002         * (pic16glue): changed the program startup sequence,
4003         * added new dbName code 'A' for functions placed in absolute section
4004         * src/pic16/main.c: added function attribute _naked,
4005         * added pragma 'code' to place a fnuction at an absolute address,
4006         * added command line arguments --debug-ralloc and --pcode-verbose,
4007         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
4008         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
4009         * (pic16_newpCodeOpLit2): modified to take the second operand as
4010         pCodeOp pointer,
4011         * (pic16_printpBlock): modified to emit each function in a separate
4012         section,
4013         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
4014         UPPER for immediate operands,
4015         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
4016         instruction,
4017         * src/pic16/peeph.def: all peepholes with movff are commented out,
4018         because there is a problem in the pcode peep optimizer,
4019         * src/pic16/ralloc.c: the register allocator can now reuse local
4020         function symbols for another function. This saves register usage.
4021         * src/pic16/ralloc.h: added flag isLocal in structure regs,
4022
4023         Added file src/pic16/NOTES with information about program writing on
4024         the current port version.
4025
4026 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4027
4028         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
4029         and peephole 252 (array access)
4030
4031 2004-01-09  Borut Razem <borut.razem AT siol.net>
4032
4033         * src/SDCCmain.c : fixed #872250: -l command line defined library
4034           files are scanned before standard library files
4035
4036 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4037
4038         * src/SDCCast.c (decorateType): fixed bug #874046
4039
4040 2004-01-09  Borut Razem <borut.razem AT siol.net>
4041
4042         * support/scripts/sdcc.nsi: remove previous installation
4043
4044 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4045
4046         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
4047         bytes for last interrupt vector (mcs51)
4048         * sdcc.spec: fixed typo
4049
4050 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4051
4052         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
4053         gen51Code): more efficient parameter receive for --model-large
4054         ("bug" #845294)
4055
4056 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4057
4058         * src/ds390/main.c,
4059         * src/z80/main.c: added missed needLinkerScript flags (more than
4060         one port structure defined in these file)
4061         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
4062         bug #795325
4063
4064 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
4065
4066         * src/SDCCmain.c: removed various references to DEFAULT_PORT
4067         * src/port.h: added flag needLinkerScript in port->linker
4068         structure to inform whether to create a .lnk file or not,
4069         * src/avr/main.c,
4070         * src/ds390/main.c,
4071         * src/hc08/main.c,
4072         * src/mcs51/main.c,
4073         * src/pic/main.c,
4074         * src/pic16/main.c,
4075         * src/xa51/main.c,
4076         * src/z80/main.c: changed appropriately to configure
4077         needLinkerScript flag
4078         * src/pic/gen.c,
4079         * src/pic16/gen.c (genAddrOf): fixed bug #863624
4080         * src/pic/glue.c: added variable udata_section_name to
4081         override default uninitialized data segment definition for
4082         devices only with SHAREBANK memory (reported from Erik Epetrich)
4083         * (pic14emitOverlay): modified to emit a commented overlay segment
4084         directive when no overlay data exist
4085         * (picglue): modified to emit uninitialized data segment
4086         according to udata_section_name
4087         * src/pic/main.c (_pic14_parseOptions): added command line
4088         options --udata-section-name=[name] to override default
4089         udata definition name
4090         * modified _linkCmd and _asmCmd to include compiler passed
4091         arguments via -W option
4092         * src/pic16/main.c: added $l in _asmCmd, changed extension for
4093         object file from '.rel' to '.o' in port->linker structure,
4094         changed size of fptr from 2 to 3 in port structure
4095
4096 2004-01-07  Borut Razem <borut.razem AT siol.net>
4097
4098         * support/scripts/sdcc.nsi: update PATH
4099         * support/scripts/sdcc.ico: craeted
4100
4101 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
4102
4103         * device/include/Makefile.in: fix install
4104         * doc/Makefile: fix install
4105
4106 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4107
4108         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
4109         in bug #860505
4110         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
4111         how the function variable allocation summary is displayed; also
4112         include information about variables allocated to the overlay
4113         segment
4114
4115 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4116
4117         * as/mcs51/lkmain.c: Help about -Y option
4118         * as/mcs51/lkarea.c: Fixed gcc warnings
4119
4120 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
4121
4122         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
4123         fixed warning
4124         * support/valdiag/tests/overflow.c: added
4125         * src/SDCCast.c (decorateType),
4126         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
4127         LEFT_OP (left shift)
4128
4129 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4130
4131         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
4132         (default behaviour).
4133
4134 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4135
4136         A python script to validate compiler diagnostic messages. It can be
4137         used to verify that sdcc complains about bad c source code and
4138         gives a good location of the error.
4139         * support/valdiag/Makefile,
4140         * support/valdiag/valdiag.py,
4141         * support/valdiag/tests/*
4142
4143 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4144
4145         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
4146         * src/SDCCsymt.c (newEnumType),
4147         * src/SDCCsymt.h
4148         * support/Util/SDCCerr.c,
4149         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
4150         enum related bugs.
4151         * support/regression/tests/enum.c: added test for enum values that
4152         require at least 2 bytes of storage.
4153
4154 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
4155
4156         * src/common.h: added ifndef/define/endif macros
4157         around the header file.
4158         Bug reported from Jesus Calvino-Fraga
4159
4160 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
4161
4162         * sdcc.spec: updated
4163         * device/include/Makefile.in: don't install CVS directories
4164         * device/lib/Makefile.in: added removal of CVS directories after install
4165         * doc/Makefile: fixed install, added local_icons
4166         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
4167         * src/mcs51/gen.c (genRightShift): fixed bug #870788
4168         * src/ds390/gen.c (genRightShift): fixed bug #870788
4169         * src/SDCCast.c (decorateType): fixed bug #870781
4170
4171 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
4172
4173         PIC16 port related changes:
4174         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
4175         added variable stackPos,
4176
4177         * gen.c: genCall, assignResultValue: added support for
4178         pushing/retrieving function parameters to/from stack,
4179         genFunction,genEndFunction: setup stack frame for the
4180         generated function,
4181         genAddrOf: will be changed according to bug 863624
4182
4183         * added files genutils.c and genutils.h which contain gen*
4184         debugged and optimised functions extracted from gen.c
4185
4186         * glue.c: added variable 'externs' which holds extern symbols,
4187         pic16emitRegularMap: is modified to properly handle relocatable
4188          symbols under the new scheme,
4189         pic16createInterruptVect: is modified
4190         pic16printPublics: is modified to emit 'global' assembler directives,
4191         added pic16_printExterns to print extern symbols,
4192         pic16glue: initializes stack/frame pointer in the beginning of
4193         the assembly output. Temporary hack, will be corrected later,
4194         because gplink yet does not support stack and SDCC does not
4195         yet support a type of crt0.o object to create the final binary.
4196
4197         * Removed many lines that contain 8051 legacy code.
4198         * The code is finally placed under a 'code' directive.
4199         * Added port specific options.
4200
4201         * _process_pragma: simplified since now we do not need *special*
4202         include file to define SFR registers. But a separate header
4203         will be needed. This will be developed later.
4204         * _pic16_parseOptions: added, parses port specific options:
4205         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
4206         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
4207         --preplace-udata-with=
4208
4209         * _pic16_setDefaultOptions: modified to initialize section names,
4210         but hack is temporarly out of order since it needs improvement.
4211         * _pic16_genAssemblerPreamble: configuration words are emitted by
4212         their address instead of their name. This part is incomplete and
4213         supports only the 18Fxx2 devices. Other devices will emit an error
4214         during assembly since they do not contain the same set of config
4215         registers
4216         * _pic16_genIVT: is modified,
4217
4218         * pcode.c: added definitions for some hardware registers that are needed
4219         for stack support
4220         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
4221         All PCI entries are updated. Now LFSR is supported.
4222         * Removed pic16_pciTRIS is mentioned by mdubuc in source
4223         * added pic16_newpCodeOpLit2 to support instructions with
4224         two literal arguments
4225         * pic16_pCode2str: corrected code that emits assembler instructions
4226         with two literal operands and those that have an access bit modifier
4227         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
4228         this fixes a bug which caused some labels to be lost, when an
4229         assembler directive was added, i.e. banksel,
4230         * pic16_FixRegisterBanking: improved logic that causes the insertion
4231         of bank switching,
4232         * InlineFunction: functions that are called once, are not any more
4233         inlined. This can be a port option in the future,
4234
4235         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
4236
4237         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
4238         hold the corresponding uninitialized symbols,
4239         * pic16_allocProcessorRegister: registers have explicit marked the
4240         accessBank field,
4241         * pic16_allocInternalRegister: registers are explicit marked as
4242         not used,
4243         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
4244         processing list, so bit registers were lost,
4245         *
4246
4247         * ralloc.h: added field 'accessBank' and original symbol operand
4248         in register definition,
4249         * removed the field isMapped from register definition,
4250
4251         ** Several functions have been removed from various sources:
4252         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
4253         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
4254         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
4255         pic16_assignRelocatableRegisters
4256
4257         ** others have been introduced:
4258         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
4259         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
4260
4261 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
4262
4263         * support/scripts/inc2h.pl: changed definition of BIT_AT
4264         to emit 'sbit at' instead of 'bit at'. This was a request.
4265
4266         PIC16 port related preliminary changes:
4267         * gen.c: prefixed function popRegFromString with
4268         pic16_ and all references to it corrected
4269         * pcode.c: all pic16_pc_* hardware registers prefixed
4270         with underscore (_),
4271         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
4272         * ralloc.c: newReg(): when register is REG_SFR then
4273         set address to rIdx,
4274         pic16_allocProcessorRegister(): marks register wasUsed=0
4275         pic16_writeUsedRegs(): added a call to assign processor
4276         registers via pic16_assignFixedRegisters
4277
4278 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4279
4280         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
4281         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
4282         variables in unused register banks.  Also the SSEG is placed
4283         wherever there is enough space for it, and IDATA can be anywhere
4284         in internal RAM.  For now compile using -Wl-Y[stack_size].
4285         The mem file is different for this option as well, since it
4286         makes no sense of talking about DSEG lenght.
4287
4288 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
4289
4290         * src/SDCClrange.c: fixed bug 869095 that caused segfault
4291         in certain cases, e.g. when ROM assignment, patch provided
4292         from Albert den Haan.
4293
4294 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
4295
4296         Many signedness and type propagation fixes:
4297         * src/SDCCicode.c: made geniCodeCast() static
4298         replaced SPEC_ by IS_ (cosmetic)
4299         (operandOperation): fixed div and mod operation
4300         (usualBinaryConversions): added support for promotion of char
4301         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
4302         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
4303         (geniCodeAdd): an array index will stay unsigned, even if promoted
4304         from char to int
4305         (geniCodeArray): ditto
4306         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
4307         * src/SDCCsymt.c (computeType): added more support for char;
4308         promotion of char is selectable by promoteCharToInt, fixed signedness
4309         for all cases
4310         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
4311         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
4312         * src/SDCCval (val*): replaced signedness calculation by
4313         computeType()
4314         rearranged if-branches (cosmetic)
4315         (valShift): added warning W_SHIFT_CHANGED
4316         (valCompare): fixed problem with different types
4317         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
4318         * support/regression/tests/literalop.c: added many cases
4319         * support/regression/tests/ast_constant_folding.c: changed finally to
4320         'unsigned int'
4321         * .version: new year, new version: 2.3.7
4322         * src/SDCCmain.c (main): applied patch #866468
4323         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
4324         provided by Scott Bronson
4325         * doc/sdccman.lyx: updated documentation for sdcdb
4326         updated and added chapter tips
4327
4328 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4329
4330         * src/SDCCsymt.h: missing from yesterday's commits
4331
4332 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4333
4334         * src/SDCC.y (struct_or_union_specifier),
4335         * support/Util/SDCCerr.c,
4336         * support/Util/SDCCerr.h: verify that struct & union tags are used
4337         as declared.
4338
4339 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4340
4341         * src/SDCCglobl.h: missing from yesterday's commits
4342
4343 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4344
4345         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
4346         sft_attributes, struct_declaration, parameter_declaration,
4347         type_name, start_block, declaration_list),
4348         * src/SDCC.lex (check_type): support redefinition of typedef names
4349
4350 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4351
4352         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
4353         aligned xdata arrays. Erik helped me with the if clause.
4354
4355 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4356
4357         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
4358         warning
4359
4360 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4361
4362         * src/SDCCast.h,
4363         * src/SDCCast.c (newAst_),
4364         * src/SDCCicode.h,
4365         * src/SDCCicode.c (ast2iCode, newiCode),
4366         * src/SDCCglobl.h,
4367         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
4368         expr, statement, expression_statement, selection_statement,
4369         iteration_statement, expr_opt, jump_statement): foundation for tracking
4370         sequence points
4371         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
4372         point code too)
4373
4374 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4375
4376         * support/Util/SDCCerr.c,
4377         * src/SDCCast.h,
4378         * src/SDCCast.c (createCase, createDefault, decorateType),
4379         * src/SDCClabel.c (labelUnreach),
4380         * src/SDCC.y (labeled_statement, jump_statement): More improvements
4381         to error messages.
4382         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
4383         (with thanks to Stas Sergeev)
4384         * device/include/time.h,
4385         * device/lib/time.c (CheckTime): suppress unreachable code warning
4386
4387 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4388
4389         * src/SDCCast.c (createIvalCharPtr),
4390         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
4391         bug #753752)
4392         * support/regression/tests/nullstring.c: tests for these two bugs
4393
4394 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4395
4396         * support/Util/SDCCerr.h,
4397         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
4398         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
4399         about storage class and 'at' used inside struct or union
4400         * src/SDCCBBlock.c (iCodeFromeBBlock),
4401         * src/SDCCcse.c (ifxOptimize),
4402         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
4403         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
4404         printIval, emitStaticSeg, emitOverlay),
4405         * src/SDCClabel.c (deleteIfx),
4406         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
4407         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
4408         gatherAutoInit, processParms),
4409         * support/Util/SDCCerr.h,
4410         * support/Util/SDCCerr.c (werrorfl): Support for better error location
4411         reporting for post-parse errors.
4412
4413 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4414
4415         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
4416         implicit casts via union; they don't work on big endian systems
4417         (possible fix for bug #861138)
4418
4419 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4420
4421         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
4422         * src/mcs51/main.c: fixed the fix for bug #737001
4423
4424 2003-12-15  Borut Razem <borut.razem AT siol.net>
4425
4426         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
4427
4428 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4429
4430         * support/makebin/makebin.c: put output in binary mode
4431
4432 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4433
4434         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
4435         xdata and data memory on startup. Set the environment variable
4436         SDCC_NOGENRAMCLEAR to disable this.
4437         * src/mcs51/peephole.def,
4438         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
4439         (allows non-interrupt and interrupt code to safely compete for a resource
4440         without the non-interrupt code having to disable interrupts)
4441
4442 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4443
4444         * src/SDCCicode.c (geniCodeAdd),
4445         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
4446         with valFromType if type might be a pointer and host is big endian).
4447         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
4448         types, not just integer types.
4449         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
4450         multiply defined with mismatching "at" address.
4451
4452 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4453
4454         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
4455         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
4456         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
4457         with embedded nulls (fixed bug #753752)
4458
4459 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4460
4461         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
4462         Apparently this did not see much testing (endless loop)
4463
4464 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4465
4466         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
4467
4468 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4469
4470         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
4471         gracefully handle NULL memmap pointers
4472
4473 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4474
4475         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
4476         instead of deleting the iCode when an operand is volatile
4477         * src/z80/gen.c (genDummyRead),
4478         * src/mcs51/gen.c (genDummyRead),
4479         * src/ds390/gen.c (genDummyRead),
4480         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
4481         not just IC_RIGHT
4482         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
4483         * src/SDCC.y: fixed bug #850420
4484
4485 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4486
4487         Applied z80 i/o port patch from Peter Townson and fixed some operators
4488         to better handle operands in A register.
4489         * device/include/z180.h
4490         * src/SDCC.y
4491         * src/SDCCglue.c
4492         * src/z80/gen.c
4493         * src/z80/gen.h
4494         * src/z80/main.c
4495         * src/z80/peeph-z80.def
4496         * src/z80/peeph.def
4497         * src/z80/z80.h
4498
4499 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4500
4501         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
4502
4503 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4504
4505         * device/lib/hc08/_mullong.c: Removed extra #endif
4506
4507 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4508
4509         * sim/ucsim/hc08.src/inst.cc,
4510         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
4511         carries from x to h
4512         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
4513         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
4514         * device/include/stdarg.h: fixed varargs for hc08
4515         * device/lib/Makefile.in,
4516         * device/lib/hc08/Makefile,
4517         * device/lib/hc08/_mulint.c,
4518         * device/lib/hc08/_mullong.c: fixed some endian problems
4519
4520 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4521
4522         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
4523         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
4524         * device/lib/_gptrget.c,
4525         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
4526
4527 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4528
4529         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
4530         * src/SDCCast.c (astErrors): fixed bug #846007
4531         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
4532
4533 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4534
4535         * src/SDCCast.c (decorateType): disabled a transformation I added in
4536         revision 1.188 (access to fields of a structure at an absolute address);
4537         it breaks with bitfields, extern declarations, and gcse analysis.
4538         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
4539         could be assigned through a pointer, so don't complain.
4540         * src/SDCCast.c (astErrors),
4541         * src/SDCCast.h,
4542         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
4543
4544 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
4545
4546         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
4547         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
4548         output of __config directives, since gpasm now supports them
4549         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
4550         pre-processor macro, i.e. -DMCU=p18f452
4551         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
4552         and modified to handle 'cast' icode similarly to '=' icode
4553         * src/pic16/device.h (typedef struct PIC_device): added field
4554         'extMIface' to indicate that chip has external memory interface
4555         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
4556         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
4557         18F8720
4558
4559 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4560
4561         * src/SDCC.y (pointer): fixed bug #846006
4562         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
4563         * src/SDCCast.c (decorateType): fixed bug #846009
4564         * src/ds390/peeph.def,
4565         * src/ds390/gen.c (genAnd, genOr),
4566         * src/mcs51/peeph.def,
4567         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
4568
4569 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4570
4571         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
4572         * src/SDCCdflow.c
4573         * src/SDCCcse.c
4574         * src/SDCCcse.h
4575         * src/SDCCBBlock.h
4576         * src/SDCCBBlock.c
4577
4578 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
4579
4580         fixed bug #845089
4581         * src/SDCCbitv.h,
4582         * src/SDCCbitv.c: added function to free a bitvector
4583         * src/SDCClrange.h,
4584         * src/SDCClrange.c: added function to recompute the liveranges
4585         * src/avr/ralloc.c,
4586         * src/ds390/ralloc.c,
4587         * src/hc08/ralloc.c,
4588         * src/mcs51/ralloc.c,
4589         * src/pic/ralloc.c,
4590         * src/pic16/ralloc.c,
4591         * src/xa51/ralloc.c,
4592         * src/z80/ralloc.c: recompute the liveranges after register packing
4593
4594 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
4595
4596         * src/SDCCloop.c (newInduction): fixed bug #845630
4597
4598 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4599
4600         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
4601         inadvertantly left behind from my 2003-11-12 change
4602
4603 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4604
4605         Updated headers I neglected to commit yesterday.
4606         * src/SDCClrange.h,
4607         * src/SDCCicode.h
4608
4609 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4610
4611         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
4612         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
4613         * src/SDCCopt.c (eBBlockFromiCode),
4614         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
4615         the creation of the key hash table from the sequencing so it can be used
4616         earlier (for some GCSE bug fixes still pending)
4617
4618 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4619
4620         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
4621         * support/regression/tests/addsub.c: testing genPlus shortcut
4622
4623 2003-11-15  Borut Razem <borut.razem AT siol.net>
4624
4625         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
4626
4627 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4628
4629         * src/SDCCcse.c (cseBBlock): fixed bug #527779
4630         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
4631         ordering is immaterial.
4632         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
4633
4634 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4635
4636         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
4637         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
4638         (SIGSEV) of bug #840381
4639         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
4640         unlink new file before rename if new and old filenames are the same)
4641
4642 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4643
4644         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
4645         uninitialized variables) for the mcs51. Set environment variable
4646         SDCC_GENRAMCLEAR to test.
4647         xdata initialization slightly shorter
4648
4649 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4650
4651         * src/SDCCsymt.h,
4652         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
4653         #838241 & 780691 (basicly the same bug)
4654         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
4655         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
4656
4657 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
4658
4659         * src/SDCCmain.c (linkEdit): "fix" #834252
4660
4661 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4662
4663         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
4664         * src/SDCCast.h,
4665         * src/SDCC.y: fixed bug #819403
4666
4667 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4668
4669         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
4670         the reentrant attribute.
4671         * src/hc08/gen.c (genPackBits): added missing stack readjustment
4672         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
4673         simulation
4674         * src/SDCCast.c (decorateType): fixed bug with storage class not being
4675         updated during pointer dereference; f.e. ~(((char *)1)*) was being
4676         erroneously reduced to a literal.
4677         * src/hc08/ralloc.c (packRegisters, rematStr),
4678         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
4679         some cases
4680
4681 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4682
4683         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
4684         * doc/sdccman.lyx: changed from 'article' to 'book'
4685         * doc/Makefile: readded test_suite_spec and cdbfileformat
4686
4687 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
4688
4689         * device/include/stdlib.h: include malloc.h to comply with ANSI
4690         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
4691
4692 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4693
4694         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
4695         * doc/clean.mk: also remove *.out files
4696         * doc/sdccman.lyx: some additions, larger top/bottom margins
4697
4698 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4699
4700         * src/SDCC.y: fixed bug #837365
4701         * support/regression/tests/bitopcse.c
4702         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
4703         a symbol (might be valop instead)
4704         * device/lib/Makefile.in: added errno.c to HC08SOURCES
4705         * device/lib/clean.mk: added hc08 to the cleaning list
4706
4707 2003-11-04  Borut Razem <borut.razem AT siol.net>
4708
4709         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
4710           made 2003-11-04
4711         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
4712           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
4713           malloc is declared in standard stdlib.h
4714
4715 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4716
4717         * device/lib/hc08/Makefile: need to clean .rel not .o files
4718         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
4719
4720 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4721
4722         * src/port.h,
4723         * src/hc08/main.c,
4724         * src/mcs51/main.c,
4725         * src/ds390/main.c,
4726         * src/z80/main.c,
4727         * src/avr/main.c,
4728         * src/pic/main.c,
4729         * src/pic16/main.c,
4730         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
4731         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
4732         tests (which uses the port's oclsExpense function)
4733         * src/SDCC.y,
4734         * src/SDCCast.c,
4735         * src/SDCCicode.c,
4736         * src/hc08/gen.c,
4737         * src/ds390/gen.c,
4738         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
4739
4740 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4741
4742         * src/SDCCcse.c (ifxOptimize),
4743         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
4744         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
4745         deleting the IFX iCode.
4746         * src/hc08/ralloc.c: reduced unneeded slocs
4747         * src/hc08/gen.c: fixed bug in asmopToBoolean
4748
4749 2003-11-04  Borut Razem <borut.razem AT siol.net>
4750
4751         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
4752           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
4753           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
4754           transferred to configure
4755
4756 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
4757
4758         Use headers defined in the C[++] standards:
4759         * sim/ucsim/gui.src/serio.src/fileio.cc
4760         * sim/ucsim/gui.src/serio.src/frontend.cc
4761         * sim/ucsim/gui.src/serio.src/main.cc
4762         * sim/ucsim/gui.src/serio.src/posix_signal.cc
4763         * support/Util/NewAlloc.c
4764         * as/hc08/lklibr.c
4765         * as/mcs51/lklibr.c
4766         * as/z80/aslist.c
4767         * as/z80/assym.c
4768
4769 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4770
4771         * Added MSVC projects for hc08 assembler and linker:
4772         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
4773         /as/hc08/link_hc08.dsp
4774
4775 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
4776
4777         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
4778
4779 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
4780
4781         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
4782
4783 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4784
4785         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
4786
4787 2003-10-31  Borut Razem <borut.razem AT siol.net>
4788
4789         * support/cpp2/cpplib.h,
4790           support/cpp2/cpplib.c,
4791           support/cpp2/cpplex.c,
4792           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
4793           to switch _asm block preprocessing on / off. Default is
4794           #pragma preproc_asm +
4795
4796 2003-10-31  Borut Razem <borut.razem AT siol.net>
4797
4798         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
4799           when outputting comment blocks (when executed with -C option) and
4800           _asm (SDCPP specific) blocks
4801
4802 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4803
4804         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
4805
4806 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
4807
4808         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
4809
4810 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
4811
4812         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
4813         * src/SDCCast.c (decorateType): fixed bug #832664
4814
4815 2003-10-31  Borut Razem <borut.razem AT siol.net>
4816
4817         * support\cpp2\cpplex.c: fixed for SDCPP:
4818           comments(when executed with -C option) and _asm blocks
4819           were included even if they where in skipped #if block.
4820           Applied solution from GCC cpp 3.3.2
4821
4822 2003-10-31  Borut Razem <borut.razem AT siol.net>
4823
4824         * src/SDCC.lex: sdcc now understands both formats:
4825           '# <line_number> <file_name>' and
4826           '#line <line_number> <file_name>'
4827         * support/cpp2/cppmain.c: sdcpp now generates the standard
4828           '# <line_number> <file_name>' instead of former
4829           '#line <line_number> <file_name>'
4830
4831 2003-10-30  Borut Razem <borut.razem AT siol.net>
4832
4833         * support/cpp2/cpphash.h,
4834         * support/cpp2/cpplib.h
4835         * support/cpp2/cpplex.c,
4836         * support/cpp2/cppmain.c,
4837         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
4838
4839 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4840
4841         Fixed a number of problems revealed by bug #827883.
4842         * src/SDCCloop.c (loopInvariants): Spill location of the
4843         result operand should be recomputed if extracted from
4844         a loop. Also, don't extract assignments of an iTemp
4845         from a literal.
4846         * src/SDCCast.c (isConformingBody): loop reversal should
4847         not occur if the control variable is involved with a
4848         relational operator.
4849
4850 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
4851
4852         * .version: bumped to 2.3.6 to reflect the big improvements
4853         made by Erik and Klaus. Thanks!
4854
4855 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
4856
4857         Replaced the livrange code.
4858         * src/SDCClrange.c: added new LR code
4859         * src/SDCCloop.c,
4860         * src/SDCCBBlock.h: removed remainig parts from old LR code
4861         * src/ds390/ralloc.c,
4862         * src/ds390/gen.c: minor fixes to make it work with new code
4863
4864 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4865
4866         * as/hc08/asm.h,
4867         * as/hc08/lkrloc.c,
4868         * src/hc08/gen.c,
4869         * src/hc08/ralloc.c: Fix various warnings related to the hc08
4870         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
4871         (tweaked fix for bug #818696)
4872
4873 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4874
4875         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
4876
4877 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4878
4879         * src/SDCCmain.c,
4880         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
4881         * src/mcs51/gen.c (gencjneshort),
4882         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
4883         more efficient (per Scott Bronson's suggestion)
4884
4885 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4886
4887         Extended the semantics of the critical keyword to include
4888         individual statements. See RFE #827755 and #799831
4889         * src/SDCC.y
4890         * src/SDCCicode.c
4891         * src/SDCCopt.c
4892         * src/SDCCast.c
4893         * support/Util/SDCCerr.c
4894         * support/Util/SDCCerr.h
4895         * src/mcs51/gen.c
4896         * src/ds390/gen.c
4897         * src/hc08/gen.c
4898
4899 2003-10-19  Borut Razem <borut.razem AT siol.net>
4900
4901         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
4902
4903 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4904
4905         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
4906         Fixed bug #818696
4907         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
4908         and predecrement operand is displayed
4909
4910 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
4911
4912         * src/SDCCval.c (valMinus): fixed bug #826041
4913
4914 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4915
4916         Some hc08 related updates that I missed earlier
4917         * sim/ucsim/stypes.h
4918         * support/regression/ports/hc08/spec.mk
4919
4920 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4921
4922         New target "hc08" for the Motorola 68hc08 family of micros
4923
4924         * configure
4925         * configure.in
4926         * Makefile
4927         * src/hc08/*
4928         * src/SDCCmain.c
4929         * src/port.h
4930         * sim/ucsim/hc08.src/*
4931         * sim/ucsim/configure.in
4932         * src/ucsim/configure
4933         * sim/ucsim/packages_in.mk
4934         * as/hc08/*
4935         * as/Makefile
4936         * device/include/mc68hc908qy.h
4937         * device/lib/hc08/*
4938         * device/lib/Makefile.in
4939         * support/regression/ports/hc08/*
4940         * support/regression/Makefile
4941
4942 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4943
4944         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
4945         regression test
4946         * src/ds390/gen.c (genCast): fixed bug #821957
4947
4948 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
4949
4950         * device/lib/logf.c: "fixed" overlay bug
4951         * support/regression/ports/host/spec.mk: added m library
4952         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
4953         * support/regression/tests/float_trans: added (for Eric)
4954
4955 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
4956
4957         * src/mcs51/gen.c (genCpl): fixed bug
4958         http://sf.net/mailarchive/message.php?msg_id=6263915
4959
4960 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
4961
4962         * src/SDCCast.c (decorateType): added extended constant folding
4963         * src/SDCCsymt.c (computeType): cleanup
4964         * src/SDCCval.c (valShift): minor optimization
4965         * support/regression/tests/ast_constant_folding.c: added
4966
4967 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4968
4969         * src/SDCCmain.c: removed some unintended changes
4970
4971 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4972
4973         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
4974         * src/z80/gen.c: fixed part of bug #817589
4975         * src/SDCCsymt.c (checkFunction): fixed bug #817895
4976
4977 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
4978
4979         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
4980         * src/SDCCcflow.c
4981         * src/SDCCcse.c
4982         * src/SDCCdflow.c
4983         * src/SDCClabel.c
4984         * src/SDCClrange.c
4985         * src/SDCCmem.c
4986         * src/SDCCopt.c
4987         * src/SDCCpeeph.c
4988         * src/SDCCset.c
4989         * src/avr/ralloc.c
4990         * src/ds390/ralloc.c
4991         * src/izt/ralloc.c
4992         * src/mcs51/ralloc.c
4993         * src/pic/ralloc.c
4994         * src/pic16/ralloc.c
4995         * src/xa51/ralloc.c
4996         * src/z80/ralloc.c
4997         * src/z80/gen.c: removed unused label "release:"
4998
4999 2003-10-06  Borut Razem <borut.razem AT siol.net>
5000
5001         * src/SDCC.lex: removed definition of unused variables
5002           save_optimize and save_options
5003
5004 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
5005
5006         * clean.mk: removed '=' in "-maxdepth=1"
5007         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
5008         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
5009
5010 2003-10-06  Borut Razem <borut.razem AT siol.net>
5011
5012         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
5013           my_unput() replaced by unput()
5014
5015 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
5016
5017         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
5018         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
5019         type-punned pointer will break strict-aliasing rules"
5020         Old LR behaviour is again default; Klaus' LR can be choosen by
5021         defining the environment variable LRKLAUS
5022         * src/SDCCBBlock.h
5023         * src/SDCCloop.c
5024         * src/SDCClrange.c
5025         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
5026         * clean.mk: fixed removal of files in bin/CVS/
5027         * device/lib/clean.mk: fixed removal of directories small and large
5028         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
5029         * src/SDCCicode.c,
5030         * src/SDCCval.c: removed superflous test for pedantic
5031
5032 2003-10-05  Borut Razem <borut.razem AT siol.net>
5033
5034         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
5035           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
5036           message "unmatched #pragma SAVE and #pragma RESTORE"
5037
5038 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5039
5040         * doc/sdccman.lyx: various additions and updates (interrupts, inline
5041           assembly, critical functions, atomic, nojtbound)
5042
5043 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
5044
5045         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
5046         * src/SDCCBBlock.h
5047         * src/SDCCloop.c
5048         * src/SDCCloop.h
5049         * src/SDCClrange.c
5050
5051 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5052
5053         * src/z80/gen.h,
5054         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5055         * src/mcs51/gen.h
5056         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5057         * src/ds390/gen.h
5058         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
5059         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
5060         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
5061
5062 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5063
5064         * src/z80/gen.c (genRet): fixed bug #524753
5065         * src/z80/gen.c (genCast): fixed internal error on cast from
5066         pointer to long
5067         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
5068         fix for bug #477835 to the z80
5069         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
5070         for tracking iCodes in the peephole optimizer for z80
5071
5072 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5073
5074         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
5075         the other part of bug #814548
5076         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
5077
5078 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
5079
5080         * src/SDCCcse.c: fixed part of bug #814548
5081
5082 2003-09-28  Borut Razem <borut.razem AT siol.net>
5083
5084         * src/asm.c: rewrite of printILine() to use temporary file instead
5085           a pipe
5086         * src/xa51/main.c: commented out declaration of int rewinds
5087
5088 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5089
5090         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
5091
5092 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5093
5094         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
5095         * src/asm.c (printILine): Fixed bug #811015
5096
5097 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5098
5099         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
5100         freeing.
5101
5102 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5103
5104         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
5105         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
5106         to correctly handle general case of AOP_PAIRPTR
5107         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
5108
5109 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5110
5111         * src/mcs51/ralloc.c (fillGaps),
5112         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
5113         register positioning bug)
5114
5115 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
5116
5117         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
5118
5119 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5120
5121         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
5122         genCodePointerGet, genGenPointerGet, genFarPointerSet,
5123         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
5124         (ralloc doesn't intentionally do this now, but perhaps later)
5125         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
5126         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
5127         register positioning bugs (Fixed bug #762602 and #795325)
5128         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
5129         (Fixed bug #808779)
5130         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
5131         lines that --i-code-in-asm generates
5132
5133 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5134
5135         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
5136         trying to fclose a FILE* that was already closed.
5137
5138 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5139
5140         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
5141         of const struct should be treated as if const themselves)
5142
5143 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
5144
5145         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
5146
5147 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5148
5149         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
5150         Unix (/n) and DOS (/r/n) line terminations.
5151
5152 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5153
5154         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
5155         bug #613775
5156
5157 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5158
5159         * src/mcs51/gen.c (genFunction, genEndFunction),
5160         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
5161         and restore of EA so that stack offsets to parameters are
5162         correct when using both critical and reentrant/stack-auto.
5163         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
5164         size (can be triggered in error if sloc is shared between
5165         different sized objects)
5166         * device/include/float.h: fixed macros to explicitly use
5167         unsigned long where needed
5168
5169 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
5170
5171         Feature req. 799831: added code to allow nesting of critical functions
5172         * src/mcs51/gen.c (genFunction, genEndFunction)
5173         * src/ds390/gen.c (genFunction, genEndFunction)
5174
5175 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5176
5177         * src/SDCCsymt.c (sclsFromPtr),
5178         * src/SDCCsymt.h,
5179         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
5180         support for standard C idiom of memory mapped variables; for
5181         example, *((xdata int*)0x1234) = 1 is now internally equivalent
5182         to xdata int at 0x1234 tempvar = 1.
5183         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
5184         provided by Akiya ISHIDA
5185
5186 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
5187
5188         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
5189         * src/SDCCval.c (constVal): added reduction from int to char
5190         * src/SDCCval.c (valMult, valDiv): fixed sign handling
5191         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
5192         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
5193         to ignore the sign
5194         * support/regression/tests/shifts.c: fixed
5195
5196 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5197
5198         * src/z80/gen.c (genXor): Fixed bug #805445
5199
5200 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5201
5202         Fixed bug #621531 (const & volatile confusion in the type chain).
5203         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
5204         refer to the const or volatile state of the pointer itself.
5205
5206         * src/SDCCast.c
5207         * src/SDCCglue.c
5208         * src/SDCCicode.c
5209         * src/SDCCsymt.c
5210         * src/SDCCval.c
5211         * src/SDCC.y
5212         * src/SDCCsymt.h
5213         * src/pic/gen.c
5214         * src/pic/ralloc.c
5215         * src/pic16/gen.c
5216         * src/pic16/ralloc.c
5217         * support/regression/tests/const.c
5218
5219 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5220
5221         When checking for duplicated modules, use absolute paths
5222         instead of relative paths.  Files changed:
5223
5224         * as/mcs51/lklib.c
5225         * link/z80/lklib.c
5226
5227 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5228
5229         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
5230
5231 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5232
5233         * device/include/string.h: added size_t typedef, changed
5234         prototypes to use size_t, eliminated separate reentrant and
5235         non-reentrant declarations, added _memmove declaration
5236         * device/lib/_memcpy.c: changed to use size_t instead of int,
5237         changed /4 to >>2 to avoid division library call
5238         * device/lib/_memcmp.c,
5239         * device/lib/_memset.c,
5240         * device/lib/_strncat.c,
5241         * device/lib/_strncpy.c,
5242         * device/lib/_strncmp.c: changed to use size_t instead of int
5243         * device/lib/_memmove.c: new file (fixed bug #772294)
5244         * device/lib/Makefile.in: added _memmove.c
5245         * device/lib/z80/asm_strings.s: fixed bug #772290
5246         * support/regression/tests/bitfields.c: attempt to fix host assertion
5247         failure on amd64-unknown-linux2.2
5248
5249 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5250
5251         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
5252         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
5253         * as/z80/asmain.c (main): fixed bug #801766
5254
5255 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
5256
5257         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
5258         compilers
5259
5260 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5261
5262         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
5263         reported in bug #800609
5264
5265 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
5266
5267         * Top header beautifications in src/pic16 directory:
5268           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
5269           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
5270           pcoderegs.h, ralloc.c, ralloc.h
5271         * main.c: added top header and GPL license notice
5272         * pcode.c: fixed the if-conditional warning
5273
5274 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
5275
5276         * device/lib/_mullong.c: replaced int by short for gcc
5277
5278 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5279
5280         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
5281         and JUMPTABLE iCodes properly now (worked by accident before)
5282         * src/mcs51/gen.c (leftRightUseAcc),
5283         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
5284         iCode properly now. Use getSize instead of nRegs since a & b
5285         aren't part of the nRegs tally.
5286
5287 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
5288
5289         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
5290         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
5291           before instructions that use the _STATUS register
5292
5293 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
5294
5295         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
5296         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
5297         fetching of the pointer
5298         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
5299         copied from genNearPointerSet()
5300         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
5301         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
5302         If they pop r0/r1 they must be called in the opposite order than aopOp().
5303         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
5304         (resp. --stack-auto), prepared for --xstack
5305
5306 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5307
5308         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
5309
5310 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
5311
5312         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
5313         these ports have their own __sdcc_external_start()
5314
5315 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
5316
5317         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
5318         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
5319         type for bits was changed. It resulted in bit variables becoming
5320         global, which is not permitted in PIC 14 assembly output.
5321
5322 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5323
5324         * doc/sdccman.lyx: various additions and updates. Rearranged sections
5325
5326 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5327
5328         Z80 and MCS51 linkers complaint if a public symbol is defined
5329         in more than one library module:
5330
5331         * as/mcs51/lklib.c
5332         * link/z80/lklib.c
5333         * as/mcs51/Makefile.in
5334
5335 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5336
5337         A few small changes that speed up the peephole optimizer.
5338
5339         * src/SDCCpeeph.c
5340
5341 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5342
5343         Try to make the peephole optimizer smarter by maintaining
5344         an association between the assembly source code and the
5345         iCodes that originated them. Put this information to use
5346         with a new peephole rule condition "notVolatile" so that
5347         the rules can be aggressive yet still safe.
5348
5349         * src/SDCCpeeph.c
5350         * src/SDCCpeeph.h
5351         * src/mcs51/gen.c
5352         * src/mcs51/peeph.def
5353
5354 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5355
5356         Fixed bug #741761
5357
5358         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
5359         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
5360         if the left or right operand symbols have the accuse flag set.
5361
5362 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5363
5364         Changed the type of the result of the ! (NOT) operator to char;
5365         previously it returned the same type as the source. This allows
5366         us to eliminate all the genFloatNot functions (all of its target
5367         implementations were very buggy) since !float can use the same
5368         code as !long now.
5369
5370         * src/SDCCicode.c (ast2iCode): ! returns char
5371         * src/mcs51/gen.c (genNot, genNotFloat),
5372         * src/ds390/gen.c (genNot, genNotFloat),
5373         * src/z80/gen.c (genNot, genNotFloat),
5374         * src/pic/gen.c (genNot, genNotFloat),
5375         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
5376
5377 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
5378
5379         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
5380         1. Interrupt would not compile properly. Ensure PCLATH register is saved
5381            during interrupts. Ensure WSAVE is located at a shared bank address.
5382         2. Fixed page selection in some places
5383         3. Fixed BTFSS/C to where necessary use registers directly and not simply
5384            the registers name strings.
5385         4. Fixed "signed / unsigned compare" compiler warnings.
5386         5. The PIC port manages its own allocation of the general purpose
5387            registers, but makes no attempt to reuse them. As a result when
5388            compiling it soon runs out of general purpose registers. Some
5389            additional code was added to the files pcode.c and device.c to walk
5390            through the function call tree and rename the registers so that they
5391            get reused.
5392
5393         * src/pic/device.c
5394         * src/pic/gen.c
5395         * src/pic/glue.c
5396         * src/pic/pcode.c
5397         * src/pic/pcode.h
5398         * src/pic/ralloc.c
5399         * src/pic/ralloc.h
5400         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
5401         genPlus() & genMinus() when the result is the same as left or right
5402
5403 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5404
5405         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
5406
5407 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5408
5409         Made bitfield a distinct type from bit so that bitfields
5410         convert as per ANSI C and bits retain their traditional
5411         boolean style behaviour. Implemented bitfield support in
5412         the z80 port.
5413
5414         * src/SDCCsymt.h,
5415         * src/SDCCsymt.c,
5416         * src/SDCCast.c,
5417         * src/cdbFile.c,
5418         * src/mcs51/gen.c,
5419         * src/ds390/gen.c: bit v bitfield split
5420         * src/z80/gen.c: New support for bitfields
5421         * support/regression/tests/bitfields.c: reenabled z80,
5422         added more tests
5423
5424 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5425
5426         Rules 246.x, 247.x relate to bitfields, the others speed up
5427         access to xdata mapped I/O devices.
5428
5429         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
5430
5431 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5432
5433         Cleaned up genPackBits and genUnpackBits and added two helper
5434         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
5435         for literal assignments in genPackBits (thanks to Frieder for
5436         reminding me).
5437
5438         * src/mcs51/gen.c
5439         * src/ds390/gen.c
5440
5441 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5442
5443         Fixed bug #748310 (pointer to function type mishandled when the
5444         function name is omitted). Also fixed a SIGSEGV when a function
5445         attribute (reentrant, etc) is used on a non-function or on a
5446         function but misplaced before the parameter list.
5447
5448         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
5449         bug #748310
5450         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
5451         * support/Util/SDCCerr.h,
5452         * support/Util/SDCCerr.c: Added func attr misuse error msg
5453
5454 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
5455
5456         Fixed bug #787649 by anonymous
5457         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
5458         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
5459
5460 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         Fixed numerous bitfield problems.
5463
5464         * src/SDCC.y: More bitfield related error checking
5465         * src/SDCCsymt.h,
5466         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
5467         * support/Util/SDCCerr.h,
5468         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
5469         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
5470         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
5471         * support/regression/tests/bitfields.c: tests added
5472
5473 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5474
5475         Made the constant following the "interrupt" keyword optional. If
5476         omitted, the function will not automatically be given an entry
5477         in the interrupt vector table (similar to #pragma NOIV, but
5478         less syntacticly kludgy). The interrupt number is also now
5479         range checked. Also fixed a bug in the high order bit example
5480         in the manual.
5481
5482         * src/SDCC.y
5483         * src/SDCCmem.c
5484         * src/SDCCglue.c
5485         * src/SDCCsymt.h
5486         * support/Util/SDCCerr.c
5487         * support/Util/SDCCerr.h
5488         * doc/sdccman.lyx
5489
5490 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
5491
5492         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
5493         * src/SDCCicode.c (operandOperation): rewritten some ops
5494         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
5495         * src/SDCCsymt.c (computeType): literals are handled the same way as any
5496         other type
5497         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
5498         be re-activated by defining REDUCE_LITERALS)
5499         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
5500         unsigned, but are signed by default
5501         * src/SDCCval.c (constVal): rearranged
5502         * src/SDCCval.c (valMod): preliminary fix
5503         * src/SDCCval.c (valCastLiteral): use TYPE_* types
5504         * support/regression/literalop.c: added, work in progress
5505
5506 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5507
5508         Generate warnings for useless declarations like "char data;"
5509         that don't do what new users expect.
5510
5511         * src/SDCC.y
5512         * support/Util/SDCCerr.h
5513         * support/Util/SDCCerr.c
5514
5515 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
5516
5517         * src/SDCCval.c (valMult): fix overflow detection of negative int
5518
5519 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5520
5521         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
5522
5523         Changes to support big endian targets:
5524
5525         * src/ports.h
5526         * src/SDCCglue.c
5527         * src/avr/main.c
5528         * src/ds390/main.c
5529         * src/izt/i186.c
5530         * src/mcs51/main.c
5531         * src/pic/main.c
5532         * src/pic16/main.c
5533         * src/xa51/main.c
5534         * src/z80/main.c
5535
5536 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
5537
5538         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
5539         * device/lib/time.c: fixed warning "integer overflow in expression"
5540
5541 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
5542
5543         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
5544         * src/SDCCval.c (constVal): changed default to signed; hex and octal
5545         constants are unsigned; added recognition of "u" flag for unsigned
5546         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
5547         * src/SDCCval.c (valDiv, valMod): fixed signdness
5548         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
5549         signedness of modulo, left and right shift
5550         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
5551         * support/Util/SDCCerr.h: added warning W_INT_OVL
5552         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
5553         * src/SDCCast.c (ast_print): improved output of constants
5554
5555 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5556
5557         Fixed some warnings when building with MSVC:
5558
5559         * as\mcs51\asdata.c
5560         * as\z80\asdata.c
5561         * as\mcs51\asm.h
5562         * as\z80\asm.h
5563         * link\z80\aslink.h
5564         * link\z80\lkdata.c
5565         * link\z80\lkeval.c
5566         * link\z80\lkgb.c
5567         * link\z80\lkihx.c
5568         * link\z80\lks19.c
5569         * link\z80\lksym.c
5570         * support\cpp2\cpplib.c
5571         * src\ds390\gen.c
5572         * src\mcs51\gen.c
5573
5574 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
5575
5576         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
5577
5578 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5579
5580         * support\librarian\clean.mk: Do not remove Makefile.
5581         * support\librarian\Makefile: added.
5582
5583 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5584
5585         Added librarian to MSVC build:
5586         * all.dsp
5587         * sdcc.dsw
5588         * support\librarian\librarian.dsp
5589
5590         'configure' not needed for librarian, removed:
5591         * support\librarian\configure
5592         * support\librarian\configure.in
5593         * support\librarian\config_in.h
5594         * support\librarian\Makefile.in
5595
5596         Hopefully these ones built the librarian and the rest of sdcc properly:
5597         * Makefile
5598         * Makefile.common.in
5599
5600         Messed up 'configure', so revert to previous version:
5601         * configure
5602         * configure.in
5603
5604 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
5605
5606         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
5607         there, while the mantissa of a double is "only" 53 bits wide.
5608
5609 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5610
5611         Adding sdcclib to the build.  MSVC project coming soon.
5612         Files added/changed:
5613
5614         * support\librarian\clean.mk
5615         * support\librarian\configure
5616         * support\librarian\configure.in
5617         * support\librarian\config_in.h
5618         * support\librarian\Makefile.bcc
5619         * support\librarian\Makefile.in
5620         * support\librarian\sdcclib.c
5621         * Makefile.bcc
5622         * Makefile
5623         * Makefile.common.in
5624         * configure
5625         * configure.in
5626
5627 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5628
5629         Linker now complaints if linked modules have conflicting options, for
5630         example, one compiled using --model-large and another one compiled with
5631         --model-small.  The following files were modified:
5632
5633         * as\mcs51\asdata.c
5634         * as\mcs51\aslink.h
5635         * as\mcs51\asm.h
5636         * as\mcs51\asmain.c
5637         * as\mcs51\asout.c
5638         * as\mcs51\i51pst.c
5639         * as\mcs51\lkdata.c
5640         * as\mcs51\lklibr.c
5641         * as\mcs51\lkmain.c
5642         * as\z80\asdata.c
5643         * as\z80\asm.h
5644         * as\z80\asmain.c
5645         * as\z80\asout.c
5646         * as\z80\z80pst.c
5647         * link\z80\aslink.h
5648         * link\z80\lkdata.c
5649         * link\z80\lklibr.c
5650         * link\z80\lkmain.c
5651         * src\SDCCglue.c
5652
5653 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5654
5655         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
5656         as/mcs51/lklibr.c: Generate a warning when a library is not found.
5657
5658 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
5659
5660         * src/z80/mappings.i: fix _mul[us][int,long] entries
5661
5662 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5663
5664         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
5665
5666 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
5667
5668         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
5669         * support/regression/tests/bitopcse.c: added
5670         fixed warning:
5671         * src/avr/gen.c:
5672         * src/pic/gen.c:
5673         * src/pic16/gen.c:
5674         * src/z80/gen.c:
5675         * src/xa51/gen.c:
5676
5677 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5678
5679         added support for new library format to z80, gbz80 linkers:
5680         *link/z80/aslink.h
5681         *link/z80/lklex.c
5682         *link/z80/lklib.c
5683         *link/z80/lklist.c
5684
5685 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
5686
5687         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
5688         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
5689
5690 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
5691
5692         added DUMMY_READ_VOLATILE:
5693         * src/SDCC.y:
5694         * src/avr/gen.c:
5695         * src/xa51/gen.c:
5696         * src/z80/gen.c:
5697         * src/pic/gen.c:
5698         * src/pic16/gen.c:
5699         * src/mcs51/gen.c:
5700         * src/ds390/gen.c:
5701         * src/SDCCcse.c (algebraicOpts): many improvements
5702         * src/SDCCcse.h: removed algebraicOpts()
5703         * src/SDCCicode.c (picDummyRead): added
5704
5705 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5706
5707         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
5708         "Insufficient space in data memory".
5709
5710 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5711
5712         * src/mcs51/gen.c: fixed bug #771358
5713         * src/z80/gen.c: fixed bug #759087
5714
5715 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
5716
5717         * src/pic16/glue.c: minor cleanup by Vangelis
5718
5719 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5720
5721         * device/include/regc515c.h: fixed #758477
5722         * device/lib/_gptrget.c: saving some cycles in generic pointer get
5723         * device/lib/_gptrput.c: saved a few bytes
5724         * my tab spacing is 8, yours too?)
5725         * device/lib/_ser.c: process RX bytes earlier than TX bytes
5726         * device/lib/serial.c: process RX bytes earlier than TX bytes
5727         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
5728
5729 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5730
5731         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
5732
5733 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5734
5735     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
5736
5737 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
5738
5739         * device/lib/Makefile.in: bad fix, reverted to 1.43
5740
5741 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
5742
5743         * device/lib/Makefile.in: added missing z80 object files
5744
5745 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
5746
5747         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
5748         pic16 progress by Vangelis:
5749         * src/SDCCglobl.h:
5750         * src/SDCCmain.c:
5751         * src/pic/Makefile:
5752         * src/pic:
5753         * pic/Makefile:
5754         * pic16/device.c:
5755         * pic16/device.h:
5756         * pic16/gen.c:
5757         * pic16/gen.h:
5758         * pic16/genarith.c:
5759         * pic16/glue.c:
5760         * pic16/main.c:
5761         * pic16/pcode.c:
5762         * pic16/pcode.h:
5763         * pic16/pcodepeep.c:
5764         * pic16/peeph.def:
5765
5766 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5767
5768     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
5769
5770 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5771
5772     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
5773     added gbz80 build to MSVC project.
5774     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
5775     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
5776     from 8051 stuff and setup so it links using a .lnk file.
5777
5778 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5779
5780     * support/librarian/sdcclib.c: sdcc librarian.
5781     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
5782     with sdcclib.
5783
5784 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5785
5786     * as/mcs51/lkmain.c: properly handle extensions in function afile.
5787
5788 2003-07-02  Borut Razem <borut.razem AT siol.net>
5789
5790         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
5791         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
5792         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
5793         src/xa51/main.c, src/z80/main.c:
5794         virtualization of glue() function: each port has it's own glue function,
5795         which is accessed by do_glue function pointer in PORT.general structure
5796
5797 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
5798
5799         * DS800C400 fun, improved ROM interface and tinibios.
5800
5801 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
5802
5803         * More support for DS80C400. Now includes beginning of interface to ROM.
5804
5805 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
5806
5807         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
5808
5809 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5810
5811         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
5812
5813 2003-06-19  Borut Razem <borut.razem AT siol.net>
5814
5815         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
5816
5817 2003-06-19  Borut Razem <borut.razem AT siol.net>
5818
5819         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
5820         fixed Z80 port - crt0.o: cannot open.
5821
5822 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
5823
5824         * support/Util/MySystem.c (merge_command): revert bad fix
5825
5826 2003-06-18  Borut Razem <borut.razem AT siol.net>
5827
5828         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
5829
5830 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5831
5832         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
5833         option --use-stdout sends errors to stdout instead of stderr.
5834
5835 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
5836
5837         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
5838
5839 2003-06-15  Borut Razem <borut.razem AT siol.net>
5840
5841         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
5842         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
5843         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
5844         fixed width array of pointers replaced with sets;
5845         multiple include and lib paths ared transferred to preprocessor and linker
5846         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
5847         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
5848         fixed width array of pointers
5849         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
5850         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
5851         fixupPath(), getPathDifference()
5852         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
5853         fixed width array of pointers
5854
5855 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
5856
5857         * src/pic16/ralloc.c: fix warnings
5858         * src/pic16/pcode.c: fix warning
5859
5860 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
5861
5862          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
5863         know all the details, but essentially this set of changes enable
5864         the pic16 port to generate movff instructions and generate assembler
5865         directives,
5866         * src/SDCCmain.c:
5867         * src/pic16/gen.c:
5868         * src/pic16/glue.c:
5869         * src/pic16/pcode.c:
5870         * src/pic16/device.c:
5871         * src/pic16/main.c:
5872         * src/pic16/pcode.h:
5873         * src/pic16/pcoderegs.c:
5874         * src/pic16/ralloc.c:
5875         * src/pic16/ralloc.h:
5876
5877 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5878
5879         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
5880         added option --vc, so sdcc errors and warnings are compatible with
5881         Microsoft Visual Studio.
5882
5883 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5884
5885         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
5886           device/lib/libfloat.lib: added atof function.
5887
5888 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
5889
5890         * doc/sdccman.lyx: updated to Lyx 1.3
5891         * doc/cdbfileformat.lyx: updated to Lyx 1.3
5892         * doc/test_suite_spec.lyx: updated to Lyx 1.3
5893         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
5894
5895 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
5896
5897         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
5898
5899 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5900
5901         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
5902           additions to the "related tools/documentation" section
5903
5904 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
5905
5906         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
5907
5908 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
5909
5910         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
5911         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
5912
5913 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
5914
5915         * doc/sdccman.lyx: fix double dash and other minor things
5916         * doc/Makefile: fix double dash
5917
5918 2003-05-28  Karl Bongers(patches from Martin Helmling)
5919         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
5920           condition and ignore commands.
5921
5922 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5923
5924         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
5925           is in parts still quite out of date, I did changes as far as I felt makes sense
5926           for a non-native english speaker.
5927           Please feel free to add to the manual or to correct my changes.
5928         * doc/Makefile: undid touching the date of intermediate tex files.
5929
5930 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5931
5932         * doc/sdccman.lyx: Manual has an index now
5933
5934 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
5935
5936         Finalize muluint/mulsint and mululong/mulslong merging:
5937         * device/lib/_mulint.c
5938         * device/lib/_mullong.c
5939         * device/lib/gbz80/mul.s
5940         * device/lib/gbz80/stubs.s
5941         * device/lib/z80/mul.s
5942         * device/lib/z80/stubs.s
5943         * src/SDCCsymt.c (initCSupport)
5944
5945 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5946
5947         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
5948         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
5949           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
5950           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
5951           instead of /Zm500.
5952
5953 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5954
5955         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
5956           the regression tests I'm not brave enough to enable 245.b, 245.c
5957         * doc/sdccman.lyx: added latex preamble for hyperref package.
5958           Using pdflatex this will give you a hyperlinked pdf file with
5959           bookmarks. (prepend '%' before /usepackage if this breaks something)
5960
5961 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5962
5963          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
5964
5965 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
5966
5967         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
5968
5969 2003-05-21    <johan AT balder>
5970
5971         * src/SDCCglue.c (printIval): fixed bug #739934
5972
5973 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
5974
5975         Applied patch from bug 737905 (renamed yylineo to mylineno):
5976         * src/altlex.c
5977         * src/SDCCast.c
5978         * src/SDCglobl.h
5979         * src/SDCC.lex
5980         * src/SDCCsymt.c
5981         * src/SDCCval.c
5982         * src/pic16/pcode.c: Cleaned warnings
5983         * src/pic16/pcodeflow.c: Cleaned warnings
5984         * src/pic16/pcoderegs.c: Cleaned warnings
5985
5986 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
5987
5988         * src/pic16/pcode.c: Cleaned warnings
5989         * src/pic16/pcodepeep.c: Cleaned warnings
5990         * src/pic16/ralloc.c: Cleaned warnings
5991
5992 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
5993
5994         * doc/sdccman.lyx: fixed bug 739745
5995         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
5996
5997 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
5998
5999         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
6000         it can be defined with CFLAGS when running configure
6001         * src/SDCCmain.c: fixed compiling + linking with object files
6002
6003 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
6004
6005         * configure.in: configure for pic16 port,
6006             added --disable-pic16-port
6007         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
6008         * src/SDCCmain.c: linkOptions is changed to set *,
6009             added if/endif conditional macros to remove options help
6010             messages from optionsTable when a port is not configured, added
6011             support for the PIc16 port in the ports table, when executing
6012             the compiler with no port specified on command line, a default
6013             port is selected with the new macro DEFAULT_PORT which is
6014             defined in port.h, in setDefaultOptions() linkOptions is removed
6015             from initialization assignment, since now it is a set,
6016             parseCmdLine uses setParseWithComma for linkOptions, in
6017             linkEdit() linkOptions are accessed with new function indexSet()
6018             which returns the i'th item of a set variable. See SDCCset.c, in
6019             linkEdit() when calling buildCmdLine(), added linkOptions as
6020             last argument. Now users can pass arguments to gplink via the
6021             -Wl option, main() uses pic16glue() to glue up pic16 programs
6022         * src/SDCCpeeph.c: various changes to support pic16
6023         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
6024             return the i'th item of the set
6025         * src/SDCCset.h: added function prototype for indexSet()
6026         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
6027         * src/clean.mk: added pic16 in CLEANALLPORTS variable
6028         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
6029             added macro DEFAULT_PORT
6030         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
6031         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
6032             generated
6033         * src/pic16/glue.c: commented out some error producing lines
6034         * src/pic16/main.c: __config directives are commented out to stop
6035             gpasm complaining and test the linkage with gplink, _linkCmd and
6036             _asmCmd changed to be more gplink and gpasm friendly
6037         * src/pic16/peeph.def: peep rule 3 is commented out, since it
6038             produced an error when parsed, peep rule 12 is added to utilize
6039             movff, but it is commented out since the pCode does not support
6040             yet a command with 2 address arguments
6041
6042 2003-05-18    <johan AT balder>
6043
6044         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
6045         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
6046 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
6047
6048         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
6049   Added feature to script commands from file.
6050
6051 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
6052
6053         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
6054         * src/SDCCutil.c: include ctype.h for win32
6055
6056 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
6057
6058         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
6059
6060 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
6061
6062         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
6063   Fixed so you can set breakpoints prior to run, run does not stop
6064   on entry now.  Add tbreak.  Other enhancements and fixes for use
6065   with ddd.
6066
6067 2003-05-12  Borut Razem <borut.razem AT siol.net>
6068
6069         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
6070
6071 2003-05-11  Borut Razem <borut.razem AT siol.net>
6072
6073         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
6074         the path of bin directory, so that PATH is the only env. variable, which has to be set
6075         in case of standard installation.
6076         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
6077         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
6078         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
6079
6080 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
6081
6082         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
6083         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
6084         temp files are in the port dir; clean the gen/test directory when
6085         generating new test.c
6086         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
6087         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
6088         * support/regression/tests/zeropad.c: added
6089
6090 2003-05-09    <johan AT balder>
6091
6092         * src/SDCCglue.c: fixed bug #597940
6093
6094 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
6095
6096         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
6097   cache sfr, optimize next,step, fix off by one sourceline,
6098   support ddd list function.
6099         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
6100
6101 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
6102
6103         * support/regression/HTMLgen.py: added compare_s2f()
6104         * support/regression/Makefile: redo 1.27
6105         * support/regression/generate-cases.py: redo 1.5
6106
6107 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
6108
6109         * support/regression/tests/float.c: workaround 33 bit hex constant
6110         * support/regression/tests/simplefloat.c: fix division for host
6111
6112 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
6113
6114         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
6115         that tame's the PIC's over-aggressive optimizer.
6116
6117 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6118
6119          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
6120          support for MSVC.
6121
6122 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
6123
6124         Initial support for DS80C400. "Hello world" runs on TINIm400
6125         (with polled I/O).
6126
6127 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
6128
6129          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
6130          * Some notes on ddd usage added in debugger/README
6131          Martin Helmling adding more features and fixes for ddd GUI debugger.
6132          Code added for nexti, stepi, up, down, and other adjustments.
6133
6134 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
6135
6136         * src/pic/pCodepeep.c non-wildcard asmops are now handled
6137         * src/pic/peeph.def Added two rules to optimize carry manipulation
6138         * src/pic/* removed debug printfs
6139
6140 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
6141
6142         * debugger/mcs51/cmd.c: added header newalloc.h
6143
6144 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
6145
6146         * as/Makefile: new EXEEXT
6147         * as/z80/Makefile: remove trailing slash of BUILDIR
6148         * as/z80/clean.mk: new EXEEXT
6149         * Makefile.common.in: add to CFLAGS (and others), don't replace it
6150         * support/cpp2/Makefile.in: new EXEEXT
6151         * src/pic/glue.c (pic14emitRegularMap): fixed warning
6152
6153 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
6154
6155         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
6156         EXEEXT was introduced to fix all related problems with targets
6157         "clean", "install" and "uninstall"; a couple of further flaws
6158         especially with "clean" have been fixed too
6159         * as/mcs51/Makefile.in
6160         * as/mcs51/clean.mk
6161         * as/z80/Makefile
6162         * Makefile
6163         * clean.mk
6164         * debugger/mcs51/Makefile.in
6165         * debugger/mcs51/clean.mk
6166         * link/z80/Makefile
6167         * link/z80/Makefile.in
6168         * link/z80/clean.mk
6169         * link/Makefile
6170         * packihx/Makefile.in
6171         * packihx/clean.mk
6172         * sim/ucsim/Makefile
6173         * sim/ucsim/clean.mk
6174         * sim/ucsim/avr.src/Makefile.in
6175         * sim/ucsim/avr.src/clean.mk
6176         * sim/ucsim/s51.src/Makefile.in
6177         * sim/ucsim/s51.src/clean.mk
6178         * sim/ucsim/xa.src/Makefile.in
6179         * sim/ucsim/xa.src/clean.mk
6180         * sim/ucsim/z80.src/Makefile.in
6181         * sim/ucsim/z80.src/clean.mk
6182         * sim/ucsim/main_in.mk
6183         * sim/ucsim/packages_in.mk
6184         * sim/ucsim/gui.src/Makefile.in
6185         * sim/ucsim/gui.src/serio.src/Makefile.in
6186         * sim/ucsim/gui.src/serio.src/clean.mk
6187         * src/Makefile.in
6188         * src/clean.mk
6189         * support/cpp2/Makefile.in
6190         * support/cpp2/clean.mk
6191         * support/makebin/Makefile
6192         * support/makebin/clean.mk
6193         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
6194         * doc/sdccman.lyx: --program-suffix no longer needed
6195
6196 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
6197
6198          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
6199          Martin Helmling added support for ddd GUI debugger.
6200          Code added to display assembly, set variables, and other commands
6201          to interface to ddd.
6202
6203 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
6204
6205         * as/Makefile: fix target clean
6206         * as/clean.mk: fix target clean
6207         * as/z80/clean.mk: fix target clean
6208
6209 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
6210
6211         * Makefile.common.in: added  AT EXEEXT AT
6212         * configure.in: removed all mingw32 stuff
6213         * configure: rebuilt from configure.in
6214         * doc/sdccman.lyx: updated section "installation"
6215         * support/scripts/sdcc_mingw32: adapted to configure
6216         * support/scripts/sdcc_cygwin_mingw32: added
6217
6218 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
6219
6220         * src/pic Added object file support for the PIC port
6221         * src/pic Applied patch from Craig Franklin (this started the object file support)
6222         * src/regression Updated the PIC regression tests for object files
6223
6224 2003-04-20  Borut Razem <borut.razem AT siol.net>
6225
6226         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
6227           lklex.c: In function `getfid':
6228           lklex.c:203: warning: array subscript has type `char'
6229         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
6230           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
6231         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
6232           stack handling macros
6233
6234 2003-04-19  Borut Razem <borut.razem AT siol.net>
6235
6236         * "handling space characters in file path" task:
6237         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
6238         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
6239         * support/Util/MySystem.h: make it self-sufficient
6240         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
6241           src/z80/main.c, sdcc/as/mcs51/lklex.c:
6242           handling space characters in file path
6243         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
6244           (it will be used by assemblers, which have their own includes, e.g. gpasm)
6245         * support/Util/MySystem.c: handling space characters in executable's path
6246
6247 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
6248
6249         * as/z80/Makefile: fix permanent rebuild of z80
6250         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
6251         * support/regression/tests/bitfields.c: added Johan's bitfields.c
6252
6253 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
6254
6255         * src/SDCCopt.c: add special case optimization to replace modulo by
6256           a power of two with a bitwise AND.
6257
6258 2003-04-18    <johan AT balder>
6259
6260         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
6261
6262 2003-04-17    <johan AT balder>
6263
6264         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
6265         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
6266
6267 2003-04-13  Borut Razem <borut.razem AT siol.net>
6268
6269         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
6270         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
6271           fixed mingw problem in adl_NORMALIZE_PATH
6272
6273 2003-04-12  Borut Razem <borut.razem AT siol.net>
6274
6275         * fixed "#pragma SAVE/RESTORE can not be nested":
6276         * src/SDCC.lex: reworked pragma handling functions
6277         * sdcc/src/SDCCglobl.h: reworked stack handling macros
6278         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
6279
6280 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
6281
6282         * src/SDCCutil.c (pathEquivalent): defined but not used
6283         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
6284         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
6285         * configure: rebuilt from configure.in
6286         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
6287         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
6288         * device/include/Makefile.in: replace sdcc_datadir
6289         * device/lib/Makefile.in: replace sdcc_datadir
6290         * Makefile.common.in: add LDFLAGS from configure
6291         * packihx/Makefile.in: use LDFLAGS
6292         * src/Makefile.in: use LDFLAGS
6293         * support/cpp2/Makefile.in: add LDFLAGS from configure
6294         * support/makebin/Makefile: use LDFLAGS
6295         * .version: bumped version number to 2.3.5
6296
6297 2003-04-12  Borut Razem <borut.razem AT siol.net>
6298
6299         * completed "different paths" task:
6300         * src/SDCCmacro.c: fixed bug in handling quotes
6301         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
6302         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
6303
6304 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
6305
6306         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
6307
6308 2003-04-11 kevin Vigor <kevin AT vigor.nu>
6309
6310         * ds390/gen.c ds390/peeph.def: fix bug 706781
6311
6312 2003-04-11  Borut Razem <borut.razem AT siol.net>
6313
6314         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
6315
6316 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
6317
6318         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
6319         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
6320          set - this bit used to not be set...).
6321         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
6322           bad code in PIC Port
6323         * src/regression/and2.c added to test bug 609268
6324         * src/regression/Makefile added and2.c to regression test
6325
6326
6327 2003-04-08    <johan AT CP255758-A>
6328
6329         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
6330         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
6331         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
6332
6333 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
6334
6335         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
6336         fix bug #487815
6337         * support/cpp2/Makefile.in: fix bug #487815
6338         * configure: rebuilt from configure.in
6339         * Makefile.common.in: docdir changed, new path suffixes
6340         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
6341         * sdcc_vc_in.h: reflect changes from sdccconf.h
6342         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
6343         * src/SDCCutil.h: remove BINDIR hack
6344         * doc/sdccman.lyx: update new path hierarchy
6345
6346 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
6347
6348         * src/SDCCpeeph.c: added okToRemoveSLOC test
6349
6350 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
6351
6352         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
6353
6354 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
6355
6356         * src/SDCCpeeph.c: added labelIsReturnOnly test
6357         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
6358
6359 2003-04-05    <johan AT balder>
6360
6361         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
6362         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
6363         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
6364         * src/SDCCast.c: fixed a warning
6365         * src/SDCCast.h: fixed a warning
6366         * src/SDCCicode.c (operandFromAst): fixed a warning
6367
6368 2003-04-04    <johan AT balder>
6369
6370         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
6371         * src/SDCCast.c (decorateType): fixed bug #715076
6372         * src/SDCC.y: fixed bug #702907
6373
6374 2003-04-03    <johan AT balder>
6375
6376         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
6377         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
6378         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
6379         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
6380         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
6381
6382 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
6383
6384         * _decdptr.c: fix return values
6385         * _gptrget.c: fix return values
6386         * _gptrgetc.c: fix return values
6387         * _gptrput.c: fix return values
6388         * _mulint.c: fix return values
6389         * as/z80/Makefile: fix 'make -j' problem
6390
6391 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
6392
6393         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
6394         * configure.in: big cleanup, updated to autoconf 2.5x
6395         * configure: rebuilt from configure.in
6396         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
6397         * sdcc_vc_in.h: reflect changes from sdccconf.h
6398         * doc/Makefile: fixed a flaw in "make install"
6399
6400 2003-04-02    <johan AT balder>
6401
6402         * src/ds390/gen.c (genCmp): no comments
6403         * src/mcs51/gen.c (genCmp): no comments
6404         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
6405         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
6406
6407 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
6408
6409         * support/regression/generate-cases.py: place generated file in given sub directory
6410         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
6411         * support/regression/Makefile: improvements for 'make -j';
6412         side effect: it's simpler and faster now
6413
6414 2003-03-31  Borut Razem <borut.razem AT siol.net>
6415
6416         * src/z80/main.c: link-{port} and as-{port} defined without path
6417         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
6418
6419 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
6420
6421         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
6422
6423 2003-03-30  Borut Razem <borut.razem AT siol.net>
6424
6425         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
6426           changed type of list parameter to set
6427         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
6428         * src/port.h: changed type of do_assemble() parameter to set
6429         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
6430           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
6431           definition of "cppoutfilename" macro with NULL value in preProcess()
6432         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
6433         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
6434         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
6435           replaced with set *binPathSet
6436         * shash_add() deallocates the item, if allready exsists, before adding the new one
6437         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
6438
6439 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
6440
6441         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
6442           a nested for loop bug in the PIC port
6443         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
6444           for loops
6445
6446 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
6447
6448         * support/Util/dbuf.h: remove C++ stuff to make it portable
6449
6450 2003-03-28  Borut Razem <borut.razem AT siol.net>
6451
6452         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
6453           literal strings in stringLiteral()
6454         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
6455         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
6456           to the project
6457
6458 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
6459
6460         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
6461
6462 2003-03-26    <johan AT balder>
6463
6464         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
6465         * src/ds390/gen.c (saveRegisters): catched symbol abuse
6466         * src/SDCCast.c (decorateType): fixed " -v < 3"
6467
6468 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
6469
6470         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
6471         Added Lenny Story's debug infrastructure changes:
6472         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
6473         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
6474         * src/cdbFile.c: added
6475         * src/SDCCdebug.c: added
6476         * src/SDCCdebug.h: added
6477         * src/SDCCast.c (createFunction)
6478         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
6479         * src/SDCCmain.c (parseCmdLine, main)
6480         * src/SDCCmem.c (redoStackOffsets)
6481         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
6482         * src/SDCCsymt.h
6483         * src/common.h
6484         * src/avr/gen.c (genAVRCode)
6485         * src/ds390/gen.c (gen390Code)
6486         * src/mcs51/gen.c (gen51Code)
6487         * src/pic/gen.c (genpic14Code)
6488         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
6489         * src/xa51/gen.c (genXA51Code)
6490         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
6491
6492 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6493
6494         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
6495         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
6496
6497 2003-03-22    <johan AT balder>
6498
6499         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
6500
6501 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
6502
6503         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
6504         * doc/cdbfileformat.lyx: added, written by Lenny Story
6505         * doc/Makefile: added cdbfileformat.lyx
6506         * doc/clean.mk: added cdbfileformat.lyx
6507
6508 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
6509
6510         * src/mcs51/peeph.def: fix bug #705773
6511
6512 2003-03-20    <johan AT balder>
6513
6514         An sfr/sbit can have an "at #" AND an initializer
6515         * src/SDCCsymt.c (checkSClass):
6516         * src/SDCCmem.c (allocGlobal):
6517         * src/SDCCmem.c (allocLocal):
6518         * src/SDCCast.c (createBlock):
6519
6520 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
6521
6522         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
6523
6524 2003-03-16    <johan AT balder>
6525
6526         Undid the hackup of const and volatile, the problem is much bigger
6527         * src/SDCC.y:1.65
6528         * src/SDCCast.c:1.171
6529         * src/SDCCglue.c:1.138
6530         * src/SDCCicode.c:1.146
6531         * src/SDCCsymt.c:1.150
6532         * src/SDCCval.c:1.65
6533
6534 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
6535
6536         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
6537         * src/ds390/gen.c (genAddrOf): fixed bug #704087
6538
6539 2003-03-13    <johan AT balder>
6540
6541         Hackup const and volatile modifiers in type chains a bit:
6542         * src/SDCC.y:1.63
6543         * src/SDCCast.c:1.169
6544         * src/SDCCglue.c:1.136
6545         * src/SDCCicode.c:1.143
6546         * src/SDCCsymt.c1.146
6547         * src/SDCCsymt.h1.59
6548         * src/SDCCval.c:1.63
6549
6550 2003-03-12    <johan AT balder>
6551
6552         * src/SDCCBBlock.h: more LRH debugging junk
6553         * src/SDCCcflow.h: more LRH debugging junk
6554         * src/SDCCloop.c: more LRH debugging junk
6555         * src/SDCC.y (struct_declaration): fixed bug #697590
6556         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
6557         * src/ds390/gen.c (aopForRemat): fixed bug #700031
6558         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
6559
6560 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
6561         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
6562         test function names must now match exactly).
6563         * src/SDCCcse.c: added special case in findCheaperOp to allow
6564         extending a short integer. Makes less awful code for bug 700121 test case.
6565
6566 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6567
6568         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
6569         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
6570
6571 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
6572
6573         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
6574         actually called (operandsNotEqual() was called for all
6575         operandsNotEqualX tests).
6576
6577 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
6578
6579         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
6580         with shorter literals. Fixes bug 700121.
6581
6582 2003-03-11    <johan AT balder>
6583
6584         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
6585
6586 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
6587
6588         * src/SDCCloop.c (mergeRegions): an evil beast is dead
6589         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
6590
6591 2003-03-10  Borut Razem <borut.razem AT siol.net>
6592
6593         * src/SDCCmain.c: pipe preprocessor's output
6594         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
6595         * sdcc_vc_in.h: define pclose as _pclose for WIN32
6596         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
6597         which closes all pipes in pipeSet set
6598         * src/SDCCset.c: free deleted item in function deleteSetItem()
6599         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
6600         moved from z80 to src subproject
6601         * .version: increased version number to 2.3.4
6602
6603 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
6604
6605         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
6606         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
6607         * support/regression/ports/xa51/spec.mk: fix typo
6608
6609 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
6610
6611         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
6612
6613 2003-03-09  Borut Razem <borut.razem AT siol.net>
6614
6615         * src/SDCCmain.c: pipe preprocessor's output
6616         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
6617         * sdcc_vc_in.h: define pclose as _pclose for WIN32
6618         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
6619         which closes all pipes in pipeSet set
6620         * src/SDCCset.c: free deleted item in function deleteSetItem()
6621         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
6622         moved from z80 to src subproject
6623
6624 2003-03-09  Borut Razem <borut.razem AT siol.net>
6625
6626         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
6627         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
6628         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
6629         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
6630         * src/SDCCglobl.h: unification of WIN32 native definitions
6631
6632 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6633
6634         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
6635
6636 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
6637
6638         * src/configure.in:   check for endianess (even while cross-compiling)
6639         * src/configure:      check for endianess (even while cross-compiling)
6640         * src/configure_in.h: check for endianess (even while cross-compiling)
6641         * src/avr/gen.c:        remove old endianess stuff
6642         * src/mcs51/gen.c:      remove old endianess stuff
6643         * src/ds390/gen.c:      remove old endianess stuff
6644         * src/pic/gen.c:        remove old endianess stuff
6645         * src/pic/genarith.c:   remove old endianess stuff
6646         * src/pic/glue.c:       fix endianess check
6647         * src/pic16/gen.c:      remove old endianess stuff
6648         * src/pic16/genarith.c: remove old endianess stuff
6649         * src/pic16/glue.c:     fix endianess check
6650         * src/xa51/gen.c:       remove old endianess stuff
6651         * src/z80/gen.c:        fix endianess check
6652         * src/SDCCglue.c:       fix endianess check
6653         * src/ds390/peeph.def: fix bug 700036
6654
6655 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
6656
6657         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
6658         * src/configure: find appropriate data-types on host for SDCC's int and long
6659         * src/configure.in: find appropriate data-types on host for SDCC's int and long
6660         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
6661         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
6662
6663 2003-03-07    <johan AT balder>
6664
6665         Just a big NOOP:
6666                 some minor cleanups before the big shot
6667                 OP_DEFS and OP_USES now use Kevin's protection
6668                 new option --nolabelopt
6669
6670         * src/SDCCBBlock.c:
6671         * src/SDCCast.c,:
6672         * src/SDCCcflow.c:
6673         * src/SDCCcse.c:
6674         * src/SDCCicode.c:
6675         * src/SDCCicode.h:
6676         * src/SDCClabel.c:
6677         * src/SDCCloop.c:
6678         * src/SDCCmain.c:
6679         * src/ds390/ralloc.c:
6680         * src/mcs51/ralloc.c:
6681         * src/pic/ralloc.c:
6682         * src/xa51/ralloc.c:
6683         * src/z80/ralloc.c:
6684
6685 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
6686
6687         * src/pic/pcode.c (get_op): fix 64 bit warnings
6688         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
6689         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
6690         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
6691         * support/regression/tests/malloc.c: fix 64 bit warnings
6692
6693 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
6694
6695         * src/mcs51/gen.c (genMinus): fixed bug 696436
6696
6697 2003-03-02  Borut Razem <borut.razem AT siol.net>
6698
6699         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
6700
6701 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
6702
6703         * configure.in: test for mkstemp
6704         * sdccconf_in.h: add HAVE_MKSTEMP
6705
6706 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
6707
6708         * device/include/ctype.h: removed warning while using --stack-auto
6709         * device/include/malloc.h: removed warning while using --stack-auto
6710         * device/include/string.h: removed warning while using --stack-auto
6711
6712 2003-02-23  Borut Razem <borut.razem AT siol.net>
6713
6714         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
6715         because NDEBUG is defined (see man assert)
6716         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
6717
6718 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6719
6720         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
6721         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
6722
6723 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6724
6725         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
6726         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
6727
6728 2003-02-18    <johan AT balder>
6729
6730         * as/mcs51/asmain.c (asmbl): module can start with a digit
6731         * as/z80/asmain.c (asmbl): module can start with a digit
6732
6733 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
6734
6735         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
6736         * src/asm.c: fix pipe() for Mingw32
6737
6738 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
6739
6740         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
6741         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
6742         make -V work again; --c1mode reads now from stdin
6743         * doc/sdccman.lyx: added --c1mode
6744         * support/Util/SDCCerr.c: new messages for c1 mode
6745         * support/Util/SDCCerr.h: new messages for c1 mode
6746         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
6747
6748 2003-02-15    <johan AT balder>
6749
6750         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
6751
6752 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
6753
6754         * doc/sdccman.lyx: Environment variables, -o and other minor things
6755
6756 2003-02-14    <johan AT balder>
6757
6758         * src/xa51/main.c: before anyone really tries to use it :)
6759
6760         * Install doc's in share/sdcc/doc
6761         * removed some obsolete files
6762         * Do a proper make distclean and uninstall
6763         M Makefile.common.in
6764         R sdccbuild.sh
6765         M as/Makefile
6766         M device/include/Makefile.in
6767         M device/lib/Makefile.in
6768         M doc/sdccman.lyx
6769         M link/Makefile
6770         M sim/ucsim/doc/Makefile.in
6771         M src/clean.mk
6772         R src/avr/peeph.rul
6773         R src/xa51/peeph.rul
6774         M support/cpp2/Makefile.in
6775         M support/makebin/Makefile
6776
6777
6778 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
6779
6780         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
6781
6782 2003-02-10  Borut Razem <borut.razem AT siol.net>
6783
6784         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
6785         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
6786         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
6787         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
6788         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
6789         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
6790         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
6791         src/z80/Makefile.bcc: Borland Makefile cleanup
6792         * as/z80/Makefile.bcc: Added Borland Makefile
6793         * support/cpp2/borland.h: Removed
6794
6795 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
6796
6797         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
6798         * src/SDCC.lex: new pragma NOIV
6799         * src/SDCCglobl.h: new pragma NOIV
6800         * src/SDCCmem.c: new pragma NOIV
6801
6802 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
6803
6804         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
6805
6806 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
6807
6808         * src/SDCCmain.c: signal handling is switched off by --debug
6809         * doc/Makefile: small fix for install; use clean.mk again
6810         * doc/clean.mk: clean *.pdf and *.html too
6811
6812 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
6813
6814         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
6815         * device/lib/printfl.c: fix a ds390 bug by making it portable
6816         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
6817         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
6818         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
6819         * debugger/mcs51/cmd.c: converted multi-line string literals
6820         * sim/ucsim/globals.cc: converted multi-line string literals
6821         * src/SDCCmain.c: introduced signal handler to remove temp files
6822         * doc/Makefile: small tweaks, implement clean
6823         * doc: removed generated files
6824
6825 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6826
6827         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
6828         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
6829         Address Record is not correctly generated for DS390."
6830
6831 2003-02-02  Borut Razem <borut.razem AT siol.net>
6832
6833         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
6834         * as/mcs51/asm.h: fixed compilation with Borland C
6835         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
6836         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
6837         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
6838         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
6839         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
6840         src/z80/Makefile.bcc: delete $(LIB) only if exist
6841         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
6842
6843 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
6844
6845         * device/include/malloc.h: introduced NULL
6846         * device/include/string.h: introduced NULL
6847         * device/include/stdlib.h: introduced NULL
6848         * device/lib/_memcpy.c: removed NULL
6849         * device/lib/_strcat.c: removed NULL
6850         * device/lib/_strchr.c: removed NULL
6851         * device/lib/_strcmp.c: removed NULL
6852         * device/lib/_strcpy.c: removed NULL
6853         * device/lib/_strcspn.c: removed NULL
6854         * device/lib/_strlen.c: removed NULL
6855         * device/lib/_strncat.c: removed NULL
6856         * device/lib/_strncmp.c: removed NULL
6857         * device/lib/_strncpy.c: removed NULL
6858         * device/lib/_strpbrk.c: removed NULL
6859         * device/lib/_strrchr.c: removed NULL
6860         * device/lib/_strspn.c: removed NULL
6861         * device/lib/_strstr.c: removed NULL
6862         * device/lib/_strtok.c: removed NULL
6863         * device/lib/malloc.c: removed NULL, include own header
6864
6865 2003-02-02    <johan AT balder>
6866
6867         * 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
6868         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
6869         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
6870         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
6871         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
6872         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
6873
6874 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6875
6876         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
6877         area 'DATA'"
6878
6879 2003-02-01    <johan AT balder>
6880
6881         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
6882
6883 2003-01-31    <johan AT CP255758-A>
6884
6885         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
6886
6887 2003-01-30    <johan AT balder>
6888
6889         * src/SDCCBBlock.c: automatic bug detection
6890         * src/SDCCicode.c: automatic bug detection
6891
6892 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6893
6894         * src/SDCCglobl.h:   now --xram-size 0 works
6895         * src/SDCCmain.c:    now --xram-size 0 works
6896
6897 2003-01-29    <johan AT balder>
6898
6899         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
6900
6901 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6902
6903         * as/mcs51/aslink.h: Added options --xram-size and --code-size
6904         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
6905         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
6906         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
6907         * src/SDCCglobl.h:   Added options --xram-size and --code-size
6908         * src/SDCCmain.c:    Added options --xram-size and --code-size
6909
6910 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
6911
6912         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
6913         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
6914
6915 2003-01-27    <johan AT balder>
6916
6917         * src/SDCC.y: fixed bug #613764
6918
6919 2003-01-26    <johan AT balder>
6920
6921         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
6922         * src/SDCCsymt.h: fixed bug #673374
6923         * src/SDCCglue.c: fixed bug #661910
6924         * src/SDCCast.c: fixed bug #458099 and 673374
6925
6926 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
6927
6928         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
6929         * as/mcs51/strcmpi.h: added
6930         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
6931         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
6932         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
6933         * as/mcs51/assym.c: strcmpi -> as_strcmpi
6934         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
6935         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
6936         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
6937         * as/mcs51/Makefile.aslink: new module strcmpi
6938         * as/mcs51/Makefile.asx8051: new module strcmpi
6939         * as/mcs51/Makefil.bcc: new module strcmpi
6940         * as/mcs51/Makefile.in: new module strcmpi
6941         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
6942
6943 2003-01-26    <johan AT balder>
6944
6945         * src/SDCCglue.c: reverted back to 1.124
6946         * src/SDCCast.c: reverted back to 1.156
6947         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
6948
6949 2003-01-25    <johan AT balder>
6950
6951         * src/SDCCglue.c: A better fix for bug #661910
6952         * src/SDCCast.c: A better fix for bug #661910
6953         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
6954
6955 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
6956
6957         * src/Makefile.in: remove spawn.o
6958         * src/SDCCmain.c: remove spawn.h
6959         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
6960         * src/spawn.c: removed
6961         * src/spawn.h: removed
6962         * support/regression/ports/ds390/spec.mk: link with -r
6963
6964 2003-01-24    <johan AT CP255758-A>
6965
6966         * src/ds390/gen.c (aopOp): fixed bug #667458
6967         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
6968         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
6969         (createIvalCharPtr): an ival doesn't always have a storage class anymore
6970
6971 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
6972
6973         * src/mcs51/peeph.def: better assembler identation by Frieder
6974         * src/mcs51/gen.c: better assembler identation by Frieder
6975
6976 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
6977
6978         * as/z80/string.h: removed for gcc 3.2
6979         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
6980         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
6981
6982 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
6983
6984         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
6985         * src/SDCCpeeph.c (replaceRule): fix bug #663503
6986         * support/regression/Makefile: separate temp files for ports
6987         * support/regression/generate-cases.py: separate temp files for ports
6988         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
6989         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
6990
6991 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
6992
6993         * moved tinitalk to device/examples/ds390
6994
6995 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
6996
6997         * as/mcs51/lkmem.c: rflag is for DS390
6998         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
6999         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
7000                          (linkEdit): move mem- and map-files the same way as ihx-files
7001         * src/z80/main.c (_setDefaultOptions): removed --generic
7002         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
7003         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
7004         * src/pic/glue.c (picglue): --c1mode works again
7005         * src/pic16/glue.c (pic16glue): --c1mode works again
7006         * src/asm.c (printCLine): fix #660034
7007
7008 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
7009
7010         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
7011         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
7012         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
7013         * as/mcs51/lkmem (summary): better fix for sp problem
7014         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
7015         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
7016         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
7017                                               remove --stack-after-data
7018
7019 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
7020
7021         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
7022         * src/SDCCutil.c (join): ugly bug: missing '\0'
7023         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
7024
7025 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
7026
7027         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
7028         * src/port.h: typo
7029         * src/pic/main.c (_asmCmd): gpasm supports -o
7030         * src/z80/main.c: more general macros
7031         * device/lib/Makefile.in: remove intermediate files
7032
7033 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
7034
7035         * .version: Bumped version number to 2.3.3
7036         * src/SDCCBBlock.c: new option -o
7037         * src/SDCCglobl.h: new option -o
7038         * src/SDCCglue.c: new option -o
7039         * src/SDCCmain.c: new option -o
7040         * src/asm.c: new option -o
7041         * src/ds390/main.c: new option -o
7042         * src/pic/glue.c: new option -o
7043         * src/pic/pcode.c: new option -o
7044         * src/pic/ralloc.c: new option -o
7045         * src/pic16/glue.c: new option -o
7046         * src/pic16/pcode.c: new option -o
7047         * src/pic16/ralloc.c: new option -o
7048         * src/z80/main.c: new option -o
7049         * device/lib/Makefile.in: use -o
7050         * support/regression/ports/ds390/spec.mk: use -o
7051         * support/regression/ports/gbz80/spec.mk: use -o
7052         * support/regression/ports/mcs51/spec.mk: use -o
7053         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
7054         * support/regression/ports/z80/spec.mk: use -o
7055         * support/regression/ports/ucz80/spec.mk: use -o
7056         * support/regression/ports/xa51/spec.mk: use -o
7057         * support/regression/fwk/lib/timeout.c: fix usage string
7058
7059 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
7060         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
7061
7062 2003-01-07    <johan AT balder>
7063
7064         * src/SDCCast.c (decorateType): fixed bug #600035
7065
7066 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
7067         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
7068         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
7069         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
7070         * src/pic/pcode.c: outcommented unused variable to remove warnings
7071         * src/pic/ralloc.c: outcommented unused variable to remove warnings
7072
7073 2003-01-06    <karl AT turbobit.com>
7074         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
7075    regression tests.
7076
7077 2003-01-06    <johan AT balder>
7078
7079         * src/SDCCicode.c: fixed array add
7080
7081 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
7082         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
7083         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
7084
7085 2003-01-04    <johan AT balder>
7086
7087         * src/SDCCval.c (getNelements): fixed the initialized array of structures
7088
7089 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7090         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
7091
7092 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
7093         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
7094         * support/regression/tests/bug-524697.c: fit mem usage into 8032
7095
7096 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
7097         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
7098
7099 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
7100         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
7101
7102 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
7103         * src/mcs51/main.c: removed {bindir}{sep} from aslink
7104
7105 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7106
7107     * in \sdcc\as\mcs51\ changed these files in order to create an
7108     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
7109     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
7110     following files to include the previous two files: aslink.dsp,
7111     Makefile.aslink, Makefile.bcc, and Makefile.in.
7112
7113     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
7114     .adb instead of .cdb
7115
7116 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7117
7118         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
7119         value from option --iram-size.
7120
7121 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7122
7123         * \sdcc\as\mcs51\lklist.c: added boundary check before using
7124         dram[] array.
7125
7126 2002-09-18    <wiml AT hhhh.org>
7127
7128         * SDCClrange.h: exposed setFromRange() and setToRange()
7129         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
7130           packRegsForAccUse() (bug 542397)
7131         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
7132           multiple times and emitting the fetch operations more than once
7133           added aopGetUsesAcc() function to allow binary operators to
7134           fetch their operands in the correct order; made genMinus() emit
7135           compact code for X = LITERAL - Y
7136
7137 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7138         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
7139         sprintf() in line 1267.
7140
7141 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7142         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
7143         like ports.
7144
7145 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7146         Changes to aslink (All the changes are marked with 'JCF'):
7147
7148         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
7149         summary().
7150
7151         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
7152         area BSEG.  Also moves, if possible, the DATA area down into the internal
7153         ram so more space is available.
7154
7155         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
7156         sflag.
7157
7158         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
7159         not bytes.  Function summary() which creates a memory usage summary
7160         file with extension .mem.  Reports of overlaping stack and small stack
7161         size.  If the space for the stack is less than 16 bytes aslink trows a
7162         warning.
7163
7164         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
7165         the 8051.  Option 'y' for memory summary output file.
7166
7167         Changes to sdcc (All the changes are marked with 'JCF'):
7168
7169         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
7170
7171         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
7172         overlaying area for it (uses RegBankUsed[4]).
7173
7174         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
7175         bank zero as used by default.  By default aslink locates the stack
7176         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
7177         the creation of the .mem file.  Delegates the allocation of data area
7178         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
7179         the begining of the stack area to aslink.
7180
7181         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
7182         glue() in SDCCglue.c creates an area for it.
7183
7184 2002-09-03  Borut Razem <borut.razem AT siol.net>
7185         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
7186         sdcc/src/pic/glue.c:
7187         introduced atexit() handler for teporay files removal in case of
7188         errors, assertions, ...
7189
7190 2002-08-29  Borut Razem <borut.razem AT siol.net>
7191         * sdcc/support/cpp2/auto-host_vc_in.h:
7192         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
7193         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
7194         Maybe there is a similar problem with BORLANDC? It should be checked!
7195
7196         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
7197         corrected improper use of assert: the assignment to clr variable was done inside the assert.
7198         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
7199         was not executed, and the compiler (cl) launched a warning:
7200         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
7201
7202 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
7203         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
7204
7205 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
7206         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
7207
7208         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
7209           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
7210           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
7211           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
7212           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
7213           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
7214           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
7215         - added Release configuration in VS projects
7216         - review of compiler an linker options
7217         - VC .exe files are generated in bin_vc directory, not to interfere
7218           with binaries generated from other projects (cygwin, mingw, bcc ...)
7219
7220         * sdcc/src/yacc.dsp: added
7221
7222         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
7223         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
7224         and insert the version number definitions from .version
7225
7226         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
7227
7228         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
7229         added - genarate auto-host.h using auto-host_vc_in.h as template
7230
7231         * sdcc/sdcc_vc.h,
7232         removed from CVS, generated automatically
7233
7234 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
7235         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
7236
7237 2002-08-11  Borut Razem <borut.razem AT siol.net>
7238         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
7239
7240 2002-08-10  Borut Razem <borut.razem AT siol.net>
7241         * src/SDCCmain.c (main):
7242         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
7243         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
7244         The consequence was that some temporary files were not removed.
7245
7246         * src/SDCCglue.c:
7247         unification of code in functions tempfilename() and tempfile():
7248         function tempnam() is defined in Visual Studio 6.0 and .NET
7249
7250         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
7251
7252         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
7253           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
7254         - removed compiler command line option /WX: Treats all warnings as errors
7255         - update a list of source files, included into the project
7256
7257         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
7258           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
7259         changed project type to Generic Project so that can be correcly converted to VS.NET project
7260
7261         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
7262
7263         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
7264
7265         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
7266
7267         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
7268         added return 0 statements after assert() to make compiler happy
7269
7270         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
7271         added newline in the def file to keep MSC compiler satisfied
7272
7273         * sdcc/src/z80/gen.c:
7274         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
7275           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
7276         - solved MSC error in function aopDump()
7277
7278         * sdcc_vc.h: define PREFIX as "\\sdcc"
7279
7280 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
7281         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
7282
7283 2002-06-22  Scott Dattalo <scott AT dattalo.com>
7284         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
7285         - Rewrote the register banking algorithm.
7286         - Added pCode live-range analysis to registers (for now, only non-used and
7287         singly-used registers optimized away)
7288
7289         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
7290
7291         * 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.
7292
7293 2002-05-10  Scott Dattalo <scott AT dattalo.com>
7294         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
7295
7296 2002-04-22  Michael Hope  <michaelh AT vroom>
7297
7298         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
7299
7300         * configure.in (DD_COPT): Added include support required for gbdk.
7301
7302         * .version: Bumped version number just to increase it.
7303
7304         * src/SDCCmain.c: Added -nostdinc to the default options.
7305
7306 2002-04-15  Michael Hope  <michaelh AT vroom>
7307
7308         * device/lib/z80/printf.c (sprintf): Added.
7309
7310         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
7311
7312         * src/z80/peeph.def: Added transpose redundent load rule.
7313
7314         * src/z80/main.c: Added force callee saves for jaune.
7315
7316         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
7317
7318         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
7319
7320 2002-03-28  Johan Knol  <johan AT balder>
7321
7322         * src/SDCCval.c: fixed bug #532436
7323
7324 2002-03-14  Scott Dattalo <scott AT dattalo.com>
7325         * /src/port.h:
7326         Added "char *Processor" field to the port structure.
7327
7328         * /src/SDCCmain.c:
7329         Added -p option. Allows port dependent processor to be specified.
7330
7331         * all ports:
7332         Initialized the new field char *Processor field to NULL in all ports
7333
7334         * /src/pic/*:
7335         Compiler generated registers for interrupt context saving
7336         were not getting allocated.
7337
7338 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
7339
7340         * /src/SDCCast.c:
7341         Fixed left shift. Will promote the left side of a left shift
7342         if a) left shifting more than size of operand or b) when assigned
7343         to something size > size of left side
7344
7345 2002-03-14  Scott Dattalo <scott AT dattalo.com>
7346         * src/pic/*
7347         tons of changes. Register allocation has been
7348         rewritten. Added customization for the various PICs. Flow
7349         analysis is restructured. ...
7350
7351         * src/pic/device.h:
7352         Added
7353
7354         * src/pic/device.c:
7355         Added. device.c is a PIC port hack to accomodate variations
7356         in PIC devices.
7357
7358 2002-03-13  Michael Hope  <michaelh AT vroom>
7359
7360         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
7361
7362 2002-03-04  johanknol  <johanknol AT manik>
7363
7364         * /src/SDCCval.c: fixed
7365
7366         const unsigned char arr[][2] = { { 0, 1 } };
7367         t18.c:1: error: Initializer element is not constant
7368
7369 2002-03-04  bela  <bela AT manik>
7370
7371         * /device/include/mcs51reg.h:
7372         ds89c420 register definition update
7373
7374 2002-03-03    <johan AT FRIJA>
7375
7376         * support/Util/SDCCerr.c: did something, but don't no why anymore
7377
7378         * support/regression/tests/bug-524691.c: made it a little less shy
7379
7380         * src/SDCCast.c (decorateType): fixed bug #524697
7381
7382         * src/SDCCast.c: made some lineno improvements
7383
7384         * src/SDCCval.c (getNelements): changed warning to error
7385
7386         * src/SDCCglue.c (printIvalArray): changed warning to error
7387
7388         * src/SDCCicode.c: fixed a warning for mingw
7389
7390         * src/SDCCast.c (decorateType): fixed the << promotion for ops
7391
7392         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
7393
7394 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
7395
7396         * src/ds390/peeph.def:
7397         Added some more peephole rules
7398
7399         * src/ds390/gen.c: Various fixes & enhancements
7400
7401         * src/SDCClrange.c, src/SDCClrange.h:
7402         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
7403
7404         * src/ds390/ralloc.c:
7405         various fixes & enhancements (ds390) specific
7406
7407         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
7408         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
7409         from rallocs.
7410
7411         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
7412
7413 2002-03-02    <johan AT FRIJA>
7414
7415         * src/SDCCast.c (decorateType): fixed bug #524708
7416
7417         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
7418
7419         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
7420
7421 2002-03-01  Michael Hope  <michaelh AT vroom>
7422
7423         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
7424
7425         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
7426
7427 2002-03-01    <johan AT FRIJA>
7428
7429         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
7430
7431         * src/SDCCast.c (decorateType): fixed bug #524209
7432
7433         * src/SDCCval.c (valNot): fixed bug #524195
7434
7435 2002-02-26    <johan AT balder>
7436
7437         * src/xa51/gen.c: fixed a warning
7438
7439         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
7440
7441         * src/SDCCast.c (decorateType): fixed bug #522534
7442
7443 2002-02-23    <johan AT balder>
7444
7445         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
7446
7447 2002-02-22    <johan AT balder>
7448
7449         * src/SDCCast.c: fixed bug #514865
7450
7451         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
7452
7453 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
7454
7455         * sdcc/src/SDCCloop.c:
7456         Previous fix was not good. basic blocks that have "break" or "return" are
7457         not really partof a loop , but live ranges used in these blocks should
7458         be live thru the entire loop, so set partOfLoop but don't add them to
7459         loop region
7460
7461 2002-02-21    <johan AT FRIJA>
7462
7463         * src/SDCCcse.c: fixed bug #514308
7464
7465 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
7466
7467         * src/SDCCloop.c:
7468         Fixed BUG #519583. If a conditional block ended in a return/break
7469         statement inside a loop, it was not being considered part of the loop.
7470
7471         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
7472
7473 2002-02-10  Karl Bongers <karl AT turbobit.com>
7474
7475         * debugger/*:
7476         Fixed up SDCDB debugger somewhat.  Updated debugger/README
7477         with lots of comments and notes.
7478
7479         * device/examples/test2.c:
7480         Fix bug, "red" variable not being initialized(compiler complained).
7481
7482         * device/examples/Makefile, examples/test3.c:
7483         Add Makefile in device/examples folder, compiles test3.c
7484         for use as a multiple module SDCDB test case.
7485
7486         * sim/ucsim/cmd.src/cmdset.cc:
7487         Took out debug printfs in ucsim "next" command.
7488
7489         * sim/ucsim/xa.src:
7490         Karl and Johan start ucsim XA support.  Most dissassembly working,
7491         about 75% emulation done(plenty of work remaining).
7492
7493         * sim/ucsim/z80.src:
7494         Add Z80 support to ucsim, add test-ucz80 regression test,
7495         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
7496         Notice z80 compiler fails on examples/test3.c/crc code.
7497
7498 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
7499
7500         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
7501         Added support for --parms-in-bank1
7502
7503         * src/ds390/peeph.def:
7504         added a few more peephole optimzations
7505
7506         * src/ds390/main.c:
7507         1) added __builtin_inp & __builtin_outp used to read in data of given length
7508            from a memory mapped port
7509         2) added __builtin_memcmp
7510         3) added __builtin_swapw swap bytes of a short
7511
7512         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
7513         1) handle multiple send & receives from register bank1
7514         2) ralloc can now allocate DPTR1 to some liveRanges
7515
7516         * src/SDCCsymt.c, src/SDCCsymt.h:
7517         changes to handle multiple sends & receives
7518
7519         * src/SDCCptropt.h:
7520         added some pointer arithmetic optimization
7521
7522         * src/SDCCptropt.c:
7523         added some pointer arithmetic optimizations but not stable yet so not
7524         called from anywhere (will get this working shortly)
7525
7526         * src/SDCCopt.c: fixed for multiple sends & receives
7527
7528         * src/SDCCmain.c:
7529         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
7530         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
7531            set preprocessor defines (depending on options)
7532
7533         * src/SDCCicode.c, src/SDCCicode.h:
7534         changes made to handle multiple sends & receives
7535
7536         * src/SDCCglobl.h:
7537         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
7538
7539         * src/SDCCcse.c, src/SDCCcse.h:
7540         added function findbackward def (to be used in upcoming optimization)
7541
7542         * src/SDCCcflow.c, src/SDCCcflow.h:
7543         added function returnAtEnd - to determine if a basic block terminates with
7544         a RETURN iCode
7545
7546         * src/SDCCast.c, src/SDCCast.h:
7547         added option parms-in-bank1
7548
7549         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
7550         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
7551         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
7552         adjusted for --parms-in-bank1 option
7553
7554         * device/include/string.h:
7555         donot redefine "reentrant" keyword
7556
7557         * device/include/ds80c390.h: Added some more SFRs
7558
7559 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
7560
7561         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
7562
7563 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
7564
7565         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
7566
7567 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
7568
7569         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
7570
7571 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
7572
7573         * Added --xram-movc option
7574
7575 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
7576
7577         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
7578
7579 2002-01-11  Johan Knol
7580
7581         * Added math lib of Jesus Calvino-Fraga
7582
7583 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
7584
7585         * src/SDCCmain.c (processFile): fix processing of ../../src.c
7586         * support/regression/Makefile: new target test-mcs51-stack-auto
7587         * support/regression/ports/mcs51-stack-auto/spec.mk: added
7588
7589 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
7590
7591         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
7592
7593 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
7594
7595         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
7596
7597 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
7598
7599         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
7600
7601         * src/SDCCglue.h: add definition for printIvalChar()
7602
7603 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
7604
7605         * src/SDCCast.c: fix #498138 by Johan
7606
7607         * src/SDCCglue.c: fix #498138 by Johan
7608
7609 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
7610
7611         * support/regression/Makefile: fix clean
7612
7613         * support/regression/ports/ds390/support.c: fix transmission of last character
7614
7615 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
7616
7617         * /sdcc/src/ds390/gen.c:
7618         a) improved computing address of stack variable
7619         b) took out some #if 0 code
7620         c) improved parmBytes adjustment
7621         d) improved genPlusIncr & genMinusIncr
7622         e) genCmp could generate bad code (when left assigned to DPTR)
7623         f) Fixed bug in hasInc
7624
7625         * /sdcc/src/ds390/ralloc.c:
7626         a) packRegsForSupport could mess up live information (Fixed)
7627         b) packRegsDPTRuse could be incorrect for left & right shift
7628
7629         * /sdcc/src/mcs51/ralloc.c:
7630         packRegsForSupport could mess up the live information (Fixed)
7631
7632         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
7633
7634         * /sdcc/src/SDCCast.c:
7635         can reverse a loop even if function call is present as long
7636         as the loop control variable is local & is not passed as parameter
7637
7638 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
7639
7640         * /sdcc/ChangeLog: *** empty log message ***
7641
7642         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
7643         More builtin function additions for TININative
7644
7645         * /sdcc/src/ds390/ralloc.c:
7646         Had broken the regression testsuite
7647
7648         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
7649
7650         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
7651         Added funcattr hasStackParms will be set for reentrant functions when there
7652         are paramteres on the stack, this helps in minimizing frame pointer generation
7653         typeFromStr can handle function pointers now
7654
7655         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
7656         *** empty log message ***
7657
7658 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
7659
7660         * /src/ds390/gen.c, /src/ds390/main.c:
7661         More builtin function additions for TININative
7662
7663         * /src/ds390/ralloc.c:
7664         Had broken the regression testsuite
7665
7666         * /src/SDCCast.c: Fixed a bug in dumptree
7667
7668         * /src/SDCCsymt.c, /src/SDCCsymt.h:
7669         Added funcattr hasStackParms will be set for reentrant functions when there
7670         are paramteres on the stack, this helps in minimizing frame pointer generation
7671         typeFromStr can handle function pointers now
7672
7673         * /doc/builtins.txt, /doc/TININative.txt:
7674         *** empty log message ***
7675
7676
7677 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
7678
7679         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
7680         ALPHA version for -mTININative
7681
7682         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
7683         updated to reflect changes in the port structure
7684
7685         * /src/port.h:
7686         added function do_assemble (similar to do_link) if non-null this function
7687         will be called to do assembly (-mTININative) requires a multi command
7688         assembly
7689         added function genAssemblerEnd will be called to generate assembler Epilogue
7690
7691         * /src/SDCCsymt.c:
7692         added _JavaNative to debug info printing
7693
7694         * /src/SDCCmain.c: added option --tini-libid
7695         added port->do_assemble function (-mTININative) has a multi command assemble
7696
7697         * /src/SDCCglue.c: Disabled "constExpr" check
7698         added port->genAssemblerEnd function
7699
7700         * /src/SDCCglobl.h: Added option --tini-libid value
7701
7702         * /src/SDCCast.h:
7703         tookout optimizeCompare from the header (has no external references)
7704
7705         * /src/SDCCast.c: made one more function "static"
7706
7707 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
7708
7709         * src/z80/mappings.i: Added z80asm support.
7710
7711         * src/z80/main.c: Added z80asm support on --asm=z80asm
7712
7713         * src/z80/gen.c: Fixed asm portability issues.
7714
7715         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
7716
7717         * src/SDCCglue.c (printExterns): Added global/extern split.
7718
7719 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
7720
7721         * support/regression/Makefile: added test for mcs51 model large
7722
7723         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
7724
7725         * support/regression/ports/gbz80/spec.mk: added -mgbz80
7726
7727 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
7728
7729         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
7730
7731 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
7732
7733         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
7734
7735         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
7736
7737 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
7738
7739         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
7740
7741         * support/regression/tests/simplefloat.c: Port to mcs51.
7742
7743 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
7744         * support/regression/tests/bug-485362.c: Added.
7745
7746         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
7747
7748         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
7749
7750         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
7751
7752         * src/z80/gen.c (aopDump): Added a dump function.
7753
7754 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
7755         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
7756
7757         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
7758
7759         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
7760
7761         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
7762
7763         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
7764
7765         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
7766
7767         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
7768
7769         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
7770
7771         * support/regression/ports/ds390/support.c: Use tinibios.
7772
7773         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
7774
7775 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
7776
7777         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
7778         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
7779
7780         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
7781
7782         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
7783
7784 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
7785
7786         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
7787
7788         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
7789         (packRegsForIYUse): Created and optimised.
7790
7791 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
7792
7793         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
7794 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
7795
7796         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
7797
7798         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
7799
7800         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
7801
7802 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
7803
7804         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
7805
7806         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
7807
7808 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
7809
7810         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
7811
7812         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
7813
7814         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
7815
7816 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
7817
7818         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
7819         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
7820         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
7821
7822         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
7823
7824         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
7825         (genNotFloat): Added.
7826         (genUminusFloat): Added.
7827
7828         * device/lib/z80/Makefile: Added floating pt stubs.
7829
7830         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
7831
7832         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
7833
7834         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
7835
7836 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
7837
7838         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
7839
7840         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
7841
7842         * sdcc/support/regression/Makefile: Add port ds390.
7843
7844         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
7845
7846         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
7847
7848         * sdcc/support/regression/ports/ds390/spec.mk: Added.
7849
7850         * sdcc/support/regression/ports/ds390/support.c: Added.
7851
7852         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
7853
7854         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
7855
7856         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
7857
7858 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
7859
7860         * device/include/malloc.h: Added z80 and gbz80 support.
7861
7862         * device/lib/gbz80/heap.s: Added.
7863
7864         * device/lib/z80/heap.s: Added.
7865
7866         * device/lib/malloc.c: Added z80 and gbz80 support.
7867
7868         * support/regression/tests/malloc.c (testMalloc): Added.
7869
7870         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
7871
7872         * support/regression/tests/bug-478094.c: Added.
7873
7874         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
7875
7876 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
7877
7878         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
7879
7880         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
7881
7882         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
7883
7884         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
7885
7886         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
7887
7888 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
7889
7890         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
7891
7892 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
7893
7894         * support/regression/tests/bug-477927.c: Added.
7895
7896         * src/z80/peeph.def: Added minor rules.
7897
7898         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
7899
7900         * src/z80/peeph.def: Added jump optimisation modification.
7901
7902 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
7903
7904         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
7905
7906 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
7907
7908         * support/regression/tests/funptrs.c: Added.
7909
7910 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
7911
7912         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
7913
7914 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
7915
7916         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
7917
7918         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
7919
7920         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
7921         (movLeft2ResultLong): Created.
7922
7923         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
7924         (joinPushes): Added.  Joins two char pushes into a word push.
7925
7926 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
7927
7928         * support/cpp2/Makefile.in (install): Added creation of dest dir.
7929
7930         * support/makebin/Makefile (install): Added creation of dest dir.
7931
7932 2001-10-24 Karl Bongers <karl AT turbobit.com>
7933
7934         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
7935
7936 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
7937
7938         * src/z80/ralloc.c: Turned off faulty pack for one use.
7939
7940         * src/z80/peeph-gbz80.def: Removed redundent restart options.
7941
7942         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
7943
7944 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
7945
7946         * support/regression/Makefile: Improved clean
7947
7948         * support/regression/ports/gbz80/spec.mk: Added clean
7949
7950         * support/regression/ports/host/spec.mk: Added clean
7951
7952         * support/regression/ports/z80/spec.mk: Added clean
7953
7954         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
7955
7956         * support/regression/ports/mcs51/timeout.c: little improvements
7957
7958 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
7959
7960         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
7961
7962         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
7963
7964         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
7965
7966 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
7967
7968         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
7969
7970         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
7971
7972 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
7973         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
7974
7975         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
7976
7977         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
7978
7979         * src/mcs51/main.c (_linkCmd): Added bin path to command.
7980
7981         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
7982
7983         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
7984
7985         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
7986
7987         * support/regression/tests/longor.c: Added.
7988
7989 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
7990
7991         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
7992
7993         * as/mcs51/aslink.h: define PATH_MAX
7994
7995         * as/mcs51/asm.h: define PATH_MAX
7996
7997         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
7998
7999         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
8000
8001         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
8002
8003         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
8004
8005         * src/SDCCglobl.h: define PATH_MAX
8006
8007         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
8008
8009         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
8010
8011 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
8012
8013         * src/z80/gen.c (gencjneshort): Fixed
8014
8015         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
8016
8017 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
8018
8019         * support/regression/tests/bug-469671.c: Added.
8020
8021         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
8022
8023 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
8024
8025         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
8026
8027         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
8028
8029 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
8030
8031         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
8032
8033         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
8034
8035         * src/device/lib/_mullong.c : removed hint: nooverlay bug
8036
8037         * src/device/lib/_divuint.c : removed hint: nooverlay bug
8038
8039         * src/device/lib/_divulong.c: removed hint: nooverlay bug
8040
8041         * src/device/lib/_moduint.c : removed hint: nooverlay bug
8042
8043         * src/device/lib/_modulong.c: removed hint: nooverlay bug
8044
8045 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
8046
8047         * 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.
8048
8049         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
8050
8051         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
8052
8053 2001-10-07    <johan AT FRIJA>
8054
8055         * device/lib/gets.c (gets): fixed the return value.
8056
8057 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
8058         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
8059
8060         * 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.
8061
8062         * 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.
8063
8064         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
8065
8066         * src/pic/gen.c: Removed Safe_strdup.
8067
8068         * configure.in: Added option to enable libgc support.
8069
8070         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
8071         (bitVectUnion): Optimised.
8072         (bitVectIntersect): Optimised.
8073         (bitVectBitsInCommon): Optimised.
8074         (bitVectCplAnd): Optimised.
8075
8076         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
8077
8078 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8079
8080         * src/SDCCmain.c: distinguish between assembler debug and plain options
8081
8082         * src/avr/main.c:   remove standard assembler options
8083
8084         * src/ds390/main.c: remove standard assembler options
8085
8086         * src/mcs51/main.c: remove standard assembler options
8087
8088         * src/port.h: removed "PENDING" comment
8089
8090 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8091
8092         * src/device/lib/_mulint.c  : new, with assember functions
8093
8094         * src/device/lib/_mullong.c : new, with assember functions
8095
8096         * src/device/lib/_divuint.c : with assember functions
8097
8098         * src/device/lib/_divsint.c : with assember functions
8099
8100         * src/device/lib/_divulong.c: with assember functions
8101
8102         * src/device/lib/_divslong.c: with assember functions
8103
8104         * src/device/lib/_moduint.c : with assember functions
8105
8106         * src/device/lib/_modsint.c : with assember functions
8107
8108         * src/device/lib/_modulong.c: with assember functions
8109
8110         * src/device/lib/_modslong.c: with assember functions
8111
8112         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
8113
8114         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
8115
8116         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
8117                                       replaced _mululong.c and _mulslong.c by _mullong.c
8118
8119 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
8120
8121         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
8122
8123 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
8124
8125         * src/SDCCglue.c: test, if win32api is available for MINGW
8126
8127 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
8128
8129         * src/SDCCsymt.c: no more _modifier in printTypeChain()
8130         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
8131         * support/regression/ports/gbz80/spec.mk: removed GENERIC
8132         * support/regression/ports/host/spec.mk: removed GENERIC
8133         * support/regression/ports/mcs51/spec.mk: removed GENERIC
8134         * support/regression/ports/z80/spec.mk: removed GENERIC
8135
8136 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
8137
8138         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
8139
8140         * support/regression/tests/bug-467035.c: Created.
8141
8142 2001-10-01    <johan AT FRIJA>
8143
8144         * src/SDCC.y: fixed bug #466586 part 1
8145
8146 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
8147
8148         * SDCCicode.c: z80 has no generic pointers
8149         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
8150
8151 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
8152
8153         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
8154
8155 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
8156
8157         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
8158
8159         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
8160
8161 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
8162
8163         * configure.in: Fixed up so that ucsim is only configured once.
8164
8165         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
8166
8167         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
8168         (getPathDifference): As above.
8169
8170         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
8171
8172         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
8173
8174 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
8175         * .version: Updated to 2.3.1
8176
8177         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
8178         Added copyright header.
8179
8180         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
8181         (assemble): Added support for macro based assembler commands.
8182         (linkEdit): Added support for macro based linker commands.
8183         (preProcess): Changed the pre-processor to use macros.
8184         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
8185         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
8186
8187         * device/lib/z80/crt0.s: Added module name for debugging.
8188
8189 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
8190
8191         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
8192
8193         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
8194
8195         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
8196
8197         * src/Makefile.in: Added SDCCmacro and SDCCutil
8198
8199 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
8200
8201         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
8202
8203 2001-09-16    <johan AT FRIJA>
8204
8205         * 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.
8206
8207 2001-09-15    <johan AT FRIJA>
8208
8209         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
8210         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
8211
8212 2001-09-11    <johan AT FRIJA>
8213
8214         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
8215
8216 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
8217
8218         * support/regression/tests/bug-460444.c: Added test case.
8219
8220         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
8221         (genCast): Added justification for all of the asserts.
8222
8223 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
8224
8225         * support/regression/support.c: _xdata replaced by xdata
8226
8227         * support/regression/spec.mk: removed _generic
8228
8229 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
8230
8231         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
8232
8233         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
8234         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
8235
8236         * src/z80/peeph.def: Added a rule to optimise shift then compare.
8237
8238         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
8239
8240         * support/regression/tests/bug-460010.c: Added test case.
8241
8242         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
8243
8244 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
8245
8246         * support/regression/Makefile: inter-port-clean adjusted for mcs51
8247
8248         * support/regression/testfwk.c: removed workaround for bug #436344
8249
8250         * support/regression/tests/bp.c: use less memory with mcs51
8251
8252         * support/regression/tests/bug-441448.c: use less memory
8253
8254         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
8255
8256         * support/regression/collate-results.py: typo
8257
8258 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
8259
8260         * support/regression/tests/fetchoverlap.c: Added new test case.
8261
8262         * support/regression/tests/bp.c: Added new test case.
8263
8264         * support/regression/tests/bug-448984.c: Added new test case.
8265
8266         * support/regression/tests/pow2shifts.c: Added new test case.
8267
8268         * src/z80/gen.c: Turned off the noise it normally generates for the release.
8269         (genlshTwo): Fixed right shift for count > 8.
8270
8271         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
8272
8273 2001-09-08    <johan AT FRIJA>
8274
8275         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
8276
8277 2001-09-07    <johan AT FRIJA>
8278
8279         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
8280
8281         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
8282
8283 2001-09-06    <johan AT FRIJA>
8284
8285         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
8286         * bernhard noted me at this: "() equals to (void)" (1.38)
8287
8288 2001-09-05    <johan AT FRIJA>
8289
8290         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
8291
8292 2001-09-04    <johan AT FRIJA>
8293
8294         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
8295
8296
8297 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
8298
8299         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
8300
8301 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
8302
8303         * link/z80/aslink.h: Fixed path for PATH_MAX
8304
8305 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
8306
8307         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
8308
8309         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
8310
8311         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
8312
8313         * 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.
8314
8315 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
8316
8317         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
8318         (genCmp): Fixed up genCmp for the GB with longs.
8319
8320         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
8321
8322         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
8323
8324         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
8325
8326         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
8327
8328 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
8329
8330         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
8331
8332 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
8333
8334         * 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.
8335
8336         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
8337
8338 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
8339
8340         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
8341
8342         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
8343
8344 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
8345
8346   * sim/ucsim/configure:    little improvement of Cygwin-detection
8347   * sim/ucsim/configure.in: little improvement of Cygwin-detection
8348   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
8349   * support/regression/tests/bug-221100.c: small changes for mcs51
8350   * support/regression/tests/bug-221168.c: small changes for mcs51
8351   * support/regression/tests/bug-227710.c: small changes for mcs51
8352   * support/regression/tests/staticinit.c: small changes for mcs51
8353   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
8354   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
8355   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
8356
8357 $Revision$