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