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