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