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