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