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